debug_issue_fields
Identify and resolve inconsistencies in JIRA issue fields by analyzing and debugging data inputs through the Personal JIRA MCP server.
Instructions
调试JIRA问题字段
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_key | Yes |
Input Schema (JSON Schema)
{
"properties": {
"issue_key": {
"title": "Issue Key",
"type": "string"
}
},
"required": [
"issue_key"
],
"title": "debug_issue_fieldsArguments",
"type": "object"
}