Jira · Arazzo Workflow
Jira Edit an Issue and Verify the Change
Version 1.0.0
Read an issue, apply a field edit and label operations, then re-read to verify.
Provider
Workflows
edit-issue-verify
Apply a field edit to a Jira issue and confirm the stored result.
Reads the current summary and labels of an issue, edits the summary and description while adding a label through an update operation, and re-reads the issue to verify what Jira stored.
1
readBefore
getIssue
Capture the summary and labels before the edit so the change can be confirmed as a real difference.
2
applyEdit
editIssue
Edit the issue. The fields map sets the summary and description outright, while the update map adds a label additively so existing labels survive. This operation returns 204 with no body on success.
3
verifyEdit
getIssue
Re-read the issue and confirm the stored summary now matches what was sent and that the update timestamp advanced.