Top "Jira" questions

Questions tagged with [jira] should be related to interacting with Jira programmatically.

How to search for JIRA issues NOT in filter

How can I find issues which are not a member of an existing filter? I have an agile board which …

jira jql
How do I retrieve issues of specific status with JQL

Entering a url, or running with curl, like: https://<myurl>/rest/api/2/search?jql=project=<myproject>&…

jira jql jira-rest-java-api
Getting issue comments JIRA python

I am trying to get all comments of issues created in JIRA of a certain search query. My query is …

python jira jira-rest-api
Custom 'ORDER BY' status in JIRA

Hi I have the following query for my filter: project = BOARD AND status in (Backlog, New, Design, Dev, "Sign Off", …

jira jql
How to count the number of comments in JIRA

I want to create an Issue Filter that shows me the number of comments per issue, and then sorts by …

jira jql
Jira: "Relative of" vs "Related to"

In Jira, linking items together is easy and useful. For example, you can clone an issue easily: Create issue 100, clone …

jira issue-tracking
Self-signed certificates, Java, Hudson and JIRA

I'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-plugins
Jira JQL that returns date of status change

I'm trying to use JQL to measure cycle times (the Control Chart has other issues), so I need to get …

jira jql
How to make a field required only on a Workflow Screen in Jira

I am configuring Jira for bug reporting, I have customised the create/edit/view screens for creating a "Bug" issue …

workflow jira
How to get all sprints in project using JIRA REST API

Is 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