Jira · Arazzo Workflow
Jira Safely Delete an Issue
Version 1.0.0
Read an issue and its sub-tasks first, then delete it with an explicit sub-task decision.
Provider
Workflows
safe-issue-delete
Inspect a Jira issue and its sub-tasks, then delete it deliberately.
Reads the issue to record what is being deleted and whether it has sub-tasks, then deletes it with an explicit sub-task disposition.
1
inspectIssue
getIssue
Read the issue and its sub-tasks before destroying it, so the caller can record what was deleted and know whether the sub-task flag is required.
2
deleteIssue
deleteIssue
Delete the inspected issue by the key returned from the read, with an explicit decision about its sub-tasks. Returns 204 with no body on success.