Atlassian Worked Examples
End-to-end scenarios that chain real Jira and Confluence REST calls. Each scenario lives in references/scenarios/. They assume the setup skill has run (so ATLASSIAN_SITE_URL, ATLASSIAN_EMAIL, ATLASSIAN_API_TOKEN are set) and reuse the conventions from jira-operations / confluence-operations (real verbs, ADF for Jira, version bump for Confluence, resolve names → ids, confirm destructive actions).
Scenarios
| Scenario | File | What it demonstrates |
|---|---|---|
| Plan an epic with stories | references/scenarios/plan-epic-and-stories.md |
Create an Epic → create child Stories linked to it → JQL report of the epic's children |
| Issue lifecycle | references/scenarios/issue-lifecycle.md |
Create issue → add ADF comment → discover transitions → move In Progress → Done |
| Publish a Confluence space | references/scenarios/publish-confluence-space.md |
Create space → parent + child pages (storage body) → update a page (version bump) → label → list |
| Release notes from Jira | references/scenarios/release-notes-from-jira.md |
Cross-product: JQL on a fixVersion → format done issues → build a Confluence release-notes page |
How to use
Pick the scenario closest to the user's goal, open its file, and adapt the names/keys/ids (project, issue, space, page) to the live site. When an exact method or field is unclear, open the matching api-reference references/jira/*.md or references/confluence/*.md file. When a call fails, switch to troubleshoot.