python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Jira API issue/bulk with expand?
When issues are created in Jira Rest API with issue/bulk the response only gets the id, key and self (url of the issue). As it is a massive creation we need to get the summary also in this response.
W...
Susana LLobera Pérez
Votes: 0
Answers: 1
Disable Automatic Maven Comments in Jira
Maven has been, seemingly, randomly inserting comments into Jira tickets suddenly. Issue was not present before and there were no changes made that correlate to when Maven started adding comments.
Cur...
Andrea G.
Votes: 0
Answers: 0
parse description fields from JSON response returned by JIRA rest API
I'm trying to parse the JIRA issue fields returned by JIRA REST API v3 but I'm not able to parse the description fields as it is returned in ADF format and the structure or level of child objects are ...
weje
Votes: 0
Answers: 1
Using @Consumes annotation on Rest API call giving 500 Internal Server Error
I am trying to build a custom build plugin using Atlassian sdk framework and in that I have developed a custom build Rest API to update data stored in database.
I am invoking the rest API using AJAX c...
Preethi H R
Votes: 0
Answers: 1