Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new Jira issue in a project
jira__create_issue
{ "type": "object", "properties": { "cloudId": { "type": "string", "description": "Atlassian cloud ID from accessible-resources" }, "fields": { "type": "object", "description": "Jira issue fields including project, issuetype, summary, and description" } }, "required": [ "cloudId", "fields" ], "description": "Input schema for the jira__create_issue tool." }