For example, if closedSprints() were to return 16, the following query: "customField1[Dropdown]" in (12, closedSprints()) would search for option values 12 and 16 and ID 12. Syntax CustomFieldName Alias cf[CustomFieldID] Field Type Depends on the custom field's configuration Jira ...
Acknowledgments: Jira uses Apache Lucene for text indexing, which provides a rich query language. Much of the information on this page is derived from theQuery Parser Syntaxpage of the Lucene documentation. Query terms A query is broken up intotermsandoperators.There are two types of terms:Sing...
How to use Assets Query Language (AQL) Learn the basics of AQL and how to use it with simple examples.View topic Use JQL functions in Assets Learn how the Jira Query Language (JQL) function 'aqlFunction' works in Assets.View topic Using Assets Query Language (AQL) syntax Get to know AQ...
Streamline Queries with Natural Language for JQL Jira Query Language (JQL) is a powerful language when used right, but it’s also a tough tool to pick up for someone who has never used it before. But now with Natural Language to JQL, it does’t have to be. Natural language processing ...
You can now seamlessly build powerful searches using the Jira Query Language (JQL) to deep dive into data, create tailored views of work items for dashboards, and much more. Fix errors in real-time The new JQL editor can validate syntax fast and highlight errors with detailed information ...
Jira will automatically return any issues that have been requested if the syntax is right. Jira will automatically return any issues that have been requested if the syntax is right. Look for Items that have Attachments For Faults and Defects, developers and others frequently need to look at the...
On This Page Introduction Syntax and semantics Examples Data aggregation Context variables Loading data Entity properties Working with JSON Date and time Monitoring Restrictions Analysing expressions Additional ResourcesIntroductionJira expressions is a domain-specific language designed with Jira in mind, evaluat...
If the syntax is correct, Jira automatically returns any sought after issues. Search for Items with Attachments Frequently, developers and others need to view attached supporting documentation for issues and bugs. In the Search box, type the JQL string: ...
JQL is a versatile tool that enables powerful searches in Jira. While the out-of-the-box features offer many possibilities, apps like ScriptRunner provide additional functionalities for more targeted queries. By combining the right functions and understanding the JQL syntax, you can efficiently manage...
The following query will find all issues in the 'TEST' project: project = "TEST" The following query will find all issues in the 'documentation' component of the 'CONF' project: project = CONF and component = documentation For more information about JQL syntax, seeAdvanced searchingin the J...