library
turbot/jira
Get Involved
Version
Pipeline: Delete Issue
Delete an issue from a project in Jira. An issue cannot be deleted if it has one or more subtasks.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run jira.pipeline.delete_issue \  --arg 'issue_id=<number>'Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" {  pipeline = jira.pipeline.delete_issue    args = {    issue_id = <number>  }}Params
| Name | Type | Required | Description | Default | 
|---|---|---|---|---|
| conn | connection.jira  | Yes | Name of Jira connection to use. If not provided, the default Jira connection will be used. | connection.jira.default | 
| issue_id | number  | Yes | Issue ID. | - | 
Outputs
This pipeline has no outputs.
Tags
recommended = true