Status
Tech review

Style guide




Short description

Returns the of issues resulting of the execution of a JQL query represented by string argument jql_query. Visibility permissions applied are those of current user.

Output




The function returns the of issues resulting of the execution of a JQL query represented by string argument jql_query. Visibility permissions applied are those of current user.

Typically you will want to use this function for replacing any current expression using getIssuesFromProjects() function.


We advice to use this function for performance reasons when the number of issues to be retrieved or filtered is very high (all issues in a project or various projects).


issuesFromJQL(text jql_query) #Output: Issue list




Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.



The function returns an