Status
Tech review

Style guide




Short description

Returns theĀ issue list 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

Available since




This function returns theĀ issue list 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(string jql_query) #Output: Issue list




Parameters used in this function

ParameterInput (data type)Description
xxx

Parameter description.



This function returns an