MCP Libraries
mcp-jira-stdioTools Reference

jira_get_priorities

List available priority levels

jira_get_priorities

List all available priority levels in Jira.

Parameters

None required.

Example

{
  "tool": "jira_get_priorities",
  "arguments": {}
}

Response

Returns array of priorities:

  • id - Priority ID
  • name - Priority name (Highest, High, Medium, Low, Lowest)
  • description - Priority description
  • iconUrl - URL to the priority icon
  • statusColor - Color associated with the priority

On this page