library
turbot/jira
Get Involved
Version
Pipeline: Search Issues by JQL
Search for issues in Jira based on JQL.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run jira.pipeline.search_issues_by_jql \ --arg 'jql_query=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = jira.pipeline.search_issues_by_jql args = { jql_query = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.jira | Yes | Name of Jira connection to use. If not provided, the default Jira connection will be used. | connection.jira.default |
jql_query | string | Yes | JQL query for searching issues. | - |
Outputs
Name | Description |
---|---|
issues | List of issues matching the JQL query. |