jira_create_issue
Create a Jira issue in a project by providing project key and summary. Specify issue type, description, assignee, and other details to capture work items directly.
Instructions
Create a Jira issue in a project.
Args: project_key (required): Project key (e.g. 'ENG'). summary (required): issue_type: One of the project's configured issue types. description: assignee: Username or accountId. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | No | ||
| summary | No | ||
| assignee | No | ||
| issue_type | No | Task | |
| project_id | No | ||
| description | No | ||
| project_key | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |