Short answer: Drop the "Jira → Update Issue" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Issue Key or ID issue_key | string | Required | Issue Key or ID. Example: PROJ-123 |
Summary summary | string | Optional | Summary. Example: Updated summary |
Description description | string | Optional | Description |
Priority priority | options | Optional | Priority. Options: Highest, High, Medium, Low, Lowest |
Assignee Account ID assignee_id | string | Optional | Assignee Account ID. Example: 5b10a2844c20165700ede21g |
Labels labels | string | Optional | Comma-separated labels (replaces all existing labels) |
{"issue_key": "e.g. PROJ-123","summary": "e.g. Updated summary","description": "{{trigger.description}}","priority": "{{trigger.priority}}","assignee_id": "e.g. 5b10a2844c20165700ede21g"}
{"success": true}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.