library
turbot/jira
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
credstringYesThe credentials to use for authenticating with Jira.default
jql_querystringYesJQL query for searching issues.-

Outputs

NameDescription
issuesList of issues matching the JQL query.