library
turbot/jira
OverviewPipelines
0
Triggers
0
Variables
GitHub

Get Issue Status

Retrieve issue by status.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run jira.pipeline.get_issue_status \
--arg 'issue_id=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = jira.pipeline.get_issue_status
args = {
issue_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe credentials to use for authenticating with Jira.default
issue_idstringYesIssue ID.-

Outputs

NameDescription
issueDetails about the issue.