confluence-mcp

by zereight
Verified

create_jira_issue

Efficiently create Jira issues with required fields like project, summary, and issue type. Simplify task management and collaboration by defining assignee, description, and priority.

Instructions

Create a new Jira issue

Input Schema

NameRequiredDescriptionDefault
assigneeNoAssignee account ID
descriptionNoIssue description
issuetypeYesIssue type name
priorityNoPriority ID
projectYesProject key
summaryYesIssue summary

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "Assignee account ID", "type": "string" }, "description": { "description": "Issue description", "type": "string" }, "issuetype": { "description": "Issue type name", "type": "string" }, "priority": { "description": "Priority ID", "type": "string" }, "project": { "description": "Project key", "type": "string" }, "summary": { "description": "Issue summary", "type": "string" } }, "required": [ "project", "summary", "issuetype" ], "type": "object" }

You must be authenticated.

Other Tools from confluence-mcp

Related Tools

ID: p7fnmpaukj