Questions tagged with [jira] should be related to interacting with Jira programmatically.
How can I find issues which are not a member of an existing filter? I have an agile board which …
jira jqlEntering a url, or running with curl, like: https://<myurl>/rest/api/2/search?jql=project=<myproject>&…
jira jql jira-rest-java-apiI am trying to get all comments of issues created in JIRA of a certain search query. My query is …
python jira jira-rest-apiHi I have the following query for my filter: project = BOARD AND status in (Backlog, New, Design, Dev, "Sign Off", …
jira jqlI want to create an Issue Filter that shows me the number of comments per issue, and then sorts by …
jira jqlIn Jira, linking items together is easy and useful. For example, you can clone an issue easily: Create issue 100, clone …
jira issue-trackingI'm trying to set up the Hudson JIRA plugin. Our JIRA server is secured with an self-signed SSL certificate. I've …
java ssl-certificate jira hudson-pluginsI'm trying to use JQL to measure cycle times (the Control Chart has other issues), so I need to get …
jira jqlI am configuring Jira for bug reporting, I have customised the create/edit/view screens for creating a "Bug" issue …
workflow jiraIs there anything something like "http://www.example.com/jira/rest/agile/1.0/sprint?project=XYZ", to retrieve all the sprints …
jira jira-rest-api jira-agile