Users should query on next-gen epics using the parent =. If you want to combine Epics from both project types, an example of such a query would be: "Epic Link" = NPC-6 OR parent = NJDP-5. The Parent field can now be selected as a column in the Global Issue Navigator and exporte...
It is possible for a filter name to be changed, which could break a saved filter that invokes another filter by name. Filter IDs, however, are unique and cannot be changed. An unnamed link statement in your typed query will override an ORDER BY statement in the saved filter. You can’t...
Unless specified in the search query, note that JQL searches do not return empty fields in results. To include empty fields (e.g. unassigned issues) when searching for issues that are not assigned to the current user, you would enter (assignee != currentUser() OR assignee is EMPTY) to ...
Usage: jql [options] [query] Options: -h, --help output usage information -c, --custom <name> Filter by custom jql saved in jira config Using jira sprint functionality, you canget issues tagged in a sprint eg. jira sprint -r YOUR_RAPIDBOARD -s STRING_TO_SEARCH_IN_SPRINT_NAME tag ...
Jira Query Language (JQL) is an effective helper for quick filtering. Engineers use JQL for advanced search in Jira to view the needed info sorted by dates, statuses, assignees, versions, issues, etc. JQL resembles SQL language, and if you know the latter, it won’t be a problem for yo...
- text query; each record that will be returned must contain the provided text in one of its fields from string - timestamp in past; 'from' must be less or equal 'to', otherwise the result set will be empty only records that where created in the same moment or after the 'from' tim...
It is safer to search by filter ID than by filter name. It is possible for a filter name to be changed, which could break a saved filter that invokes another filter by name. Filter IDs, however, are unique and cannot be changed. An unnamed link statement in your typed query will overr...
- text query; each record that will be returned must contain the provided text in one of its fields from string - timestamp in past; 'from' must be less or equal 'to', otherwise the result set will be empty only records that where created in the same moment or after the 'from' tim...
Advanced/Power users of JIRA can also create advanced search filters to generate deeper insights. For example,if you want to look at all the defects assigned to you across multiple projects (BM and AB), you could use a JQL query like below: ...
Understand the Assets Query Language (AQL) in Jira Service Management, and learn how to use it with some simple examples.