library
turbot/jira
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
conn
connection.jira
YesName of Jira connection to use. If not provided, the default Jira connection will be used.connection.jira.default
jql_query
string
YesJQL query for searching issues.-

Outputs

NameDescription
issuesList of issues matching the JQL query.