Last Updated: May 27, 2021
Use this function to search for the issues in JIRA using SQL query.
Search Issues (token, url, username, project_key, SQL_query, Start_count, Max_count)
Input Parameter Name | Description |
---|---|
token | JIRA API token |
url | JIRA URL |
username | JIRA username |
project_key | Key of the Issue |
SQL_query | JIRA Query to search for issues |
Start_count | Starting count of the ticket. For example, if there are 20 tickets, to search from ticket number 5, provide 5 as the start count |
Max_count | Maximum number of issues to be searched |
To know more about token, click here.
Return Value | Description |
---|---|
Output |
|
Search Issues (ABCDCEF, https: //yourusername.atlassian.net, yourname@gmail.com, project = “XYZ” ORDER BY created DESC, 2, 40)
To view all the JIRA functions, click here.