You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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).

Syntax
issuesFromJQL(string jql_query) #Output: Issue list
Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
Output

This function returns an ISSUE LIST