atlassian_login
Authenticate to Jira or Confluence using out-of-band CLI login; saved cookies enable subsequent tool access.
Instructions
Report how to authenticate. Login is handled OUT-OF-BAND by the CLI.
This tool intentionally does NOT drive Playwright in-process: a sync browser login inside the async-dispatched MCP server deadlocks the event loop ("Playwright Sync API inside the asyncio loop") and was a cause of the server hanging. Instead, run the CLI in a terminal where a browser can open:
atlassian-cli login <jira|confluence>Once that completes, the saved cookie jar is reused by the server's tools automatically — no browser is ever opened from within the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| target | No | jira |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||