jira_create_issue
Create Jira issues with optional Epic links or parent for subtasks. Define project, type, summary, assignee, and custom fields to streamline task management and tracking.
Instructions
Create a new Jira issue with optional Epic link or parent for subtasks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additional_fields | No | Optional JSON string of additional fields to set. Examples: - Set priority: {"priority": {"name": "High"}} - Add labels: {"labels": ["frontend", "urgent"]} - Add components: {"components": [{"name": "UI"}]} - Link to parent (for any issue type): {"parent": "PROJ-123"} - Custom fields: {"customfield_10010": "value"} | {} |
assignee | No | Assignee of the ticket (accountID, full name or e-mail) | |
description | No | Issue description | |
issue_type | Yes | Issue type (e.g. 'Task', 'Bug', 'Story', 'Epic', 'Subtask'). The available types depend on your project configuration. For subtasks, use 'Subtask' (not 'Sub-task') and include parent in additional_fields. | |
project_key | Yes | The JIRA project key (e.g. 'PROJ', 'DEV', 'SUPPORT'). This is the prefix of issue keys in your project. Never assume what it might be, always ask the user. | |
summary | Yes | Summary/title of the issue |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Atlassian
- confluence_attach_content
- confluence_create_page
- confluence_delete_page
- confluence_get_comments
- confluence_get_page
- confluence_get_page_ancestors
- confluence_get_page_children
- confluence_search
- confluence_update_page
- jira_add_comment
- jira_add_worklog
- jira_create_issue
- jira_delete_issue
- jira_download_attachments
- jira_get_agile_boards
- jira_get_board_issues
- jira_get_epic_issues
- jira_get_issue
- jira_get_project_issues
- jira_get_sprint_issues
- jira_get_sprints_from_board
- jira_get_transitions
- jira_get_worklog
- jira_link_to_epic
- jira_search
- jira_transition_issue
- jira_update_issue
Related Tools
- @George5562/Jira-MCP-Server
- @sooperset/mcp-atlassian
- @zereight/confluence-mcp
- @George5562/Jira-MCP-Server
- @George5562/Jira-MCP-Server