Hi,
My atlassian admin and I are struggling to get our workflow working using the Atlassian Rovo MCP with API Token authentication. We are trying to put an automated process in place through our CI/CD pipeline to generate Jira tickets. We have configured everything based on the docs (https://support.atlassian.com/security-and-access-policies/docs/manage-atlassian-rovo-mcp-server/). However, when we connect, the only "tools" available for claude to use are to readonly ones. I am getting this error:
Unfortunately, I'm unable to create a Jira ticket. The Atlassian MCP tools available to me (`getTeamworkGraphContext` and `getTeamworkGraphObject`) are **read-only** — they can fetch and display existing Jira data but cannot create new issues. The attempt to access the Atlassian API also returned a 401 Unauthorized error, which suggests the MCP integration may not be fully configured with write permissions.
I have tried three different API tokens all having full permissions. I've tried removing the mcp connection and putting it back. Nothing seems to get it to have access to any other tools/permissions. We are stuck at this point.
This is our mcp configuration
Figured it out. Needed Basic auth not Bearer token: Followed this: https://www.builder.io/blog/claude-code-with-jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.