Short answer: Drop the "Jira → Create 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 |
|---|---|---|---|
Project Key project_key | string | Required | The short project key (e.g. PROJ, ENG) |
Issue Type issue_type | options | Required | Issue Type. Options: Task, Story, Bug, Epic, Sub-task |
Summary summary | string | Required | A brief summary of the issue |
Description description | string | Optional | Detailed description of the issue (plain text) |
Priority priority | options | Optional | Priority. Options: Highest, High, Medium, Low, Lowest |
Assignee Account ID assignee_id | string | Optional | Atlassian account ID of the assignee |
Labels labels | string | Optional | Comma-separated labels |
{"project_key": "e.g. PROJ","issue_type": "{{trigger.issue_type}}","summary": "e.g. Fix login page redirect","description": "e.g. When users click login, they are redirected to a 404 page...","priority": "{{trigger.priority}}"}
{"id": "10001","key": "PROJ-123","self": "https://your-domain.atlassian.net/rest/api/3/issue/10001"}
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.