library
turbot/jira
OverviewPipelines
0
Triggers
0
Variables
GitHub

Update Issue

Update fields of an existing issue.

Run the pipeline

To run this pipeline from your terminal:

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

Use this pipeline

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

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

Params

NameTypeRequiredDescriptionDefault
credstringYesThe credentials to use for authenticating with Jira.default
issue_idstringYesIssue ID.-
summarystringYesIssue summary.-
descriptionstringNoIssue description.-
prioritystringNoIssue priority.-
assignee_idstringNoAssignee id.-

Outputs

This pipeline has no outputs.

Tags

type = featured