Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | jira__create_issue |
| Group | Integrations |
{
"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."
}