Short answer: You can update issue in Jira by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Jira Update Issue action to a workflow, map its 6 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.