Jira expressions use JavaScript-like syntax. They support a subset of JavaScript constructs and features, here is a brief overview of some of the main ones:Static and computed member accessUse static member access to access an object's field when the field's name is known. For example, ...
To use this JQL function, turn on Customer service management and Products and entitlements on the Features page in Project settings. This function will return up to 32000 entitlements. Syntax 1 entitlementDetail("Field Name", "Field Value") Supported fields Entitlement Supported operators IN , NOT...
The possible matches will be shown in the autocomplete drop-down, with the sprint dates shown to help you distinguish between them. (The sprint ID will also be shown, in brackets). Syntax 1 sprint Field Type NUMBER Auto-complete Yes Supported operators = , != IS , IS NOT, IN , NOT ...
jira-agile-metricslets you use JIRA JQL syntax to specify which issues you are interested in. See the JIRA documentation for more details (or construct a search using the JIRA UI and then have JIRA show you the corresponding JQL). Creating a configuration file Here is an example configuration...
JQL supports SQL like syntax such as ORDER BY, GROUP BY, ISNULL() functions, but JQL is not a Database Query Language. Using Field Reference A field reference means a word that represents the field name in the JIRA issue including the custom fields. The syntax is − <field name> <op...
Jira expressions use JavaScript-like syntax. They support a subset of JavaScript constructs and features, here is a brief overview of some of the main ones:Static and computed member accessUse static member access to access an object's field when the field's name is known. For example, ...
The possible matches will be shown in the autocomplete drop-down, with the sprint dates shown to help you distinguish between them. (The sprint ID will also be shown, in brackets). Syntax 1 sprint Field Type NUMBER Auto-complete Yes Supported operators = , != IS , IS NOT, IN , NOT ...
To use this JQL function, turn on Customer service management on the Features page in Project settings. This function will return up to 32000 customers. Syntax 1 customerDetail( ) Supported fields Assignee, Reporter, Voter, Watcher, custom fields of type User Supported operators IN , NOT IN Un...
Please refer to Java documentation for pattern syntax. 01/11/1979 diff(date) {{now.diff(issue.created).days}} Units available: millis seconds minutes hours days weeks months years businessDays prettyPrint abs "prettyPrint" displays the difference in words. E.g. 2 days 3 hours isAfter(date)...
However, the old syntax available in the Archived date functions does support the use of variables. Examples of Variable date calculation: {{#now}}func=plusDays({{Variable}}){{/}} {{#triggerIssue.Target Start.toDate}}func=plusBusinessDays({{Variable}}){{/}} Last modified on...