Jira API

Interact with Jira Cloud via the REST API v3. Use when the user wants to create issues or stories, search with JQL, read issue details, list projects, add comments, transition issues between statuses, assign issues to a user, add issues to a sprint, list board sprints, or link issues (e.g. blocks / is blocked by) on a Jira board. Handles Basic auth with an Atlassian email + API token stored in the OS credential store, and converts plain text to Atlassian Document Format. Direct REST calls, no MCP server required.

BlakeHastings 9e844d9 4 files · 71.4 KB Updated

File contents

BlakeHastings/claude-code-artifacts/tree/main/jira-api commit 9e844d9a54

Frequently asked questions

npx skillmds@latest add blakehastings/jira-api