Skip to main content
List comments on a Jira issue

Tool details

FieldValue
Namejira__list_comments
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "cloudId": {
      "type": "string",
      "description": "Atlassian cloud ID from OAuth accessible resources"
    },
    "issueIdOrKey": {
      "type": "string",
      "description": "Jira issue ID or key"
    },
    "startAt": {
      "type": "number",
      "description": "Pagination offset"
    },
    "maxResults": {
      "type": "number",
      "description": "Maximum comments to return"
    }
  },
  "required": [
    "cloudId",
    "issueIdOrKey"
  ],
  "description": "Input schema for the jira__list_comments tool."
}

Output schema

This tool does not publish an output schema.