Skip to main content
Get detailed information about a Jira project

Tool details

FieldValue
Namejira__get_project
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "cloudId": {
      "type": "string",
      "description": "Atlassian cloud ID from OAuth accessible resources"
    },
    "projectIdOrKey": {
      "type": "string",
      "description": "Jira project ID or key"
    }
  },
  "required": [
    "cloudId",
    "projectIdOrKey"
  ],
  "description": "Input schema for the jira__get_project tool."
}

Output schema

This tool does not publish an output schema.