Jira REST API

Use when interacting with Jira programmatically via REST API — API v2 and v3 endpoints, authentication (API tokens, OAuth, PAT), issue CRUD (search via JQL — /rest/api/3/search/jql on Cloud, /rest/api/2/search on Data Center), status category mapping, sprint/board queries (Agile API), comments, attachments, labels, pagination (nextPageToken cursor on Cloud, startAt + maxResults on Data Center), rate limiting, error handling, and webhooks. Works with both Jira Cloud and Data Center.

joogy06 9b933da 22.7 KB Updated

File contents

joogy06/agent-foundry/tree/main/skills/jira-rest-api commit 9b933da6e0

Frequently asked questions

npx skillmds@latest add joogy06/jira-rest-api