jira-expert
Installation
SKILL.md
Jira Expert Skill
Platform Overview
| Interface | Base / Endpoint | Best for |
|---|---|---|
| REST API v3 | https://{domain}.atlassian.net/rest/api/3/ |
Primary API — all issue/project/user operations |
| REST API v2 | https://{domain}.atlassian.net/rest/api/2/ |
Legacy; avoid for new integrations |
| Jira Software API | https://{domain}.atlassian.net/rest/agile/1.0/ |
Boards, sprints, backlogs |
| Webhooks (REST reg.) | POST /rest/api/3/webhook |
Dynamic event-driven integration |
| Webhooks (legacy reg.) | POST /rest/webhooks/1.0/webhook |
Admin-registered webhooks |
| JQL | Query parameter or POST body | Issue search and filtering |
| Jira Expressions | POST /rest/api/3/expression/eval |
Server-side computed logic |
Authentication Quick Reference
All REST API calls require authentication. See references/auth.md for full details.