
Collection of JQL functions to create complex queries in Jira using string and date formats
Collection of JQL functions to create complex queries in Jira using string and date formats
Collection of JQL functions to create complex queries in Jira using string and date formats
formatString: The equivalent to Java's String.format
formatDate: Allows you to specify a DateFormat that will be applied to the current date. For more information about available date formats take a look at this documentation.
String and Date formats combined e.g:
Project = "Test", component has a format Products-Monthname-Year .. e.g. Products-July-2011
project = "Test" AND component = dynamicString("Products-%s-%s", "df:MMMMM","df:yyyy")
More details
The plugin offers the following functions:
- formatString: The equivalent to Java's String.format
- formatDate: Allows you to specify a DateFormat that will be applied to the current date. For more information about available date formats take a look at this documentation.
- dynamicString: Allows a combination of String.format and DateFormats. For more information about available date formats take here, examples can be seen here.
- If you don't have a clue how to use those JQL functions yet, I strongly advise you to take a look at the examples.
Reviews for cloud
(2)Sign in to write a reviewReviews for server
(2)Sign in to write a reviewReviews for Data Center
(2)Sign in to write a reviewCloud Pricing
Server Pricing
Data Center Pricing
Basic support resources are available for this app.
Vendor support resources
Find out how this app works.
Atlassian-hosted discussions connect you to other customers who use this app.
Versions
Version 1.6.0 • Jira Server 7.0.0 - 8.15.1 • Released 2020-04-04
Summary
Jira 8.8 / Documentation
Details
Installation
- Log into your Jira instance as an admin.
- Click the admin dropdown and choose Add-ons. The Manage add-ons screen loads.
- Click Find new apps or Find new add-ons from the left-hand side of the page.
- Locate JQL Functions Collection via search. Results include app versions compatible with your Jira instance.
- Click Install to download and install your app.
- You're all set! Click Close in the Installed and ready to go dialog.
To find older JQL Functions Collection versions compatible with your instance, you can look through our version history page.