Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


UI Text Box
sizemedium
typeinfo

This function returns an issue list of issues returned by the specified JQL query. Visibility restrictions (permissions and issue security) might apply. This query will be run as the configured run as user.


Code Block
languagebash
titleSyntax
linenumberstrue
issuesFromJQL(jqlQuery) #Output: Issue list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
%{issuesFromJQL("status in (Open, Done)")}


This example returns an issue list with all issues that are in status "Open" or "Done", e.g:

IT-2232, IT-21233


Code Block
languagebash
linenumberstrue
%{issuesFromJQL("'Story point estimate' is not empty")}


This example returns an issue list with all issues that do have a story point estimation, e.g:

IT-2321, IT-2124, IT-342



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
jqlQuery

Status
subtletrue
titletext

Any valid JQL query.

(warning) Double quotation marks in JQL have to be replaced with single quotation marks, e.g.:

Usually JQL would look like"Epic Link" is not empty
Using it within issuesFromJQL()'Epic Link' is not empty




UI Expand
titleOutput

This function returns an

Status
subtletrue
titleissue list

If the JQL query does not return a result, the function returns an empty

Status
subtletrue
titleissue list



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_issuesfromjql" and space = currentSpace()


Page properties
hiddentrue


Short description

Returns a list of issues returned by a specified JQL query.

Output

Status
subtletrue
titleissue list

Label

Status
colourRed
titlestaff pick