library
turbot/jira
OverviewPipelines
0
Triggers
0
Variables
GitHub

List Issues

List of issues in a Jira project.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run jira.pipeline.list_issues \
--arg 'project_key=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = jira.pipeline.list_issues
args = {
project_key = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe credentials to use for authenticating with Jira.default
project_keystringYesThe key identifying the Jira project.-

Outputs

NameDescription
issuesList of issues.