@pipeworx/jira
Connect: https://gateway.pipeworx.io/jira/mcp · Install: one-click buttons
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 4
Tools
- jira_search — Search Jira issues using JQL queries. Returns issue keys, summaries, status, assignee, and priority. Use to find tasks by project, status, assignee, or custom criteria.
- jira_get_issue — Get full details for a Jira issue by key (e.g., ‘PROJ-123’). Returns description, status, assignee, priority, comments, attachments, and linked issues.
- jira_list_projects — List all accessible Jira projects. Returns project keys, names, descriptions, and types. Use before searching to discover available projects.
- jira_get_project — Get details for a specific Jira project by key (e.g., ‘PROJ’) or ID. Returns name, description, lead, issue types, and custom fields.
Tools
jira_get_issue— Get full details for a Jira issue by key (e.g., 'PROJ-123'). Returns description, status, assignee, priority, comments, attachments, and linked issues.jira_get_project— Get details for a specific Jira project by key (e.g., 'PROJ') or ID. Returns name, description, lead, issue types, and custom fields.jira_list_projects— List all accessible Jira projects. Returns project keys, names, descriptions, and types. Use before searching to discover available projects.jira_search— Search Jira issues using JQL queries. Returns issue keys, summaries, status, assignee, and priority. Use to find tasks by project, status, assignee, or custom criteria.