JIRA Query Language (JQL) is used to perform advanced searches within JIRA.
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-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 jqlI'm trying to use JQL to measure cycle times (the Control Chart has other issues), so I need to get …
jira jqlI would like to be able to filter for issues that are have been resolved in the current sprint. Generally …
jira agile jql jira-agileI added a new custom field "Deferred to Date". Because custom fields are optional, none of the existing issues have …
jira jqlI clicked watcher for many JIRA tickets, but I can't find a filter that shows me all the tickets I …
jira jql