jira_create_issue
Create a Jira issue by specifying project key, summary, description, type, priority, labels, and assignee. Link it to an epic or parent issue using epicKey or parentKey.
Instructions
Create a new Jira issue. Description is converted from plain text to ADF. Use epicKey to link the issue to an epic (company-managed projects) or parentKey to nest it under a parent issue (team-managed projects or defect grouping). Stories and defects go in the NUTLA project; CAKE issues are Feature-type epics only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | ||
| epicKey | No | Epic key to link this issue to, e.g. 'CAKE-351'. Sets Epic Link (customfield_10014) for company-managed projects. | |
| summary | Yes | Issue summary/title | |
| priority | No | Priority name, e.g. 'Medium' | |
| issueType | No | Issue type name, e.g. 'Task', 'Story', 'Bug' (default 'Task') | |
| parentKey | No | Parent issue key to nest this issue under, e.g. 'NUTLA-851'. Sets the parent field for team-managed projects or sub-task grouping. | |
| projectKey | Yes | Project key, e.g. 'NUTLA' | |
| description | No | Issue description (plain text, converted to ADF) | |
| assigneeAccountId | No | Assignee's Atlassian accountId |