I am also trying to integrate one of our applications with Atlassian MCP but I am getting that our url is not whitelisted to be used as redirect url. How can we whitelist a particular domain? Is it on the roadmap? any ETA?
So OpenAI launched custom connectors today. I tried to connect the Atlassian MCP server to it and it comes back with an error that the URL isn't whitelisted. Can you please add it? ta!
The redirect URI is not allowed, the URL is not part of Atlassian whitelisted domains for registered MCP Clients. Redirect URI https://chatgpt.com/connector_platform_oauth_redirect
2025-06-0520:40:00.527[info]401 status sending message to https://mcp.atlassian.com/v1/sse, will attempt to fall back to legacy SSE
2025-06-0520:40:00.664[info] Connection state: Error401 status connecting to https://mcp.atlassian.com/v1/sse as SSE: {"error":"invalid_token","error_description":"Missing or invalid access token"}
2025-06-0520:40:00.664[error] Server exited before responding to `initialize` request.
Anyone been able to get this working with Cursor? I get to the "Needs login" part in Cursor, then try to authenticate and it just spins when trying to complete that step.
I've been using the remote MCP for a while now. All of a sudden, it stopped working. It loads up the authorization page in the browser and then when I accept, I just get a "something went wrong" page repeatedly.
What is the magic incantation that gets you past authorization?
OMG! It worked.... the "Something went wrong" issue appears to be resolved.
I noticed that the list of permissions was massively reduced this time.
A quick reflection on this... The world of agential AI has made such a profound difference in our work over the past few months. This MCP is just one example of that.
It has completely changed the way I interact with content. So much so that creating tickets manually is now such a chore that I don't want to do it.
It took the authorization failure to highlight just how much my workflow now relies on it.
A very, very, very big thank you to the Atlassian team for whatever it was that you did to fix that issue. I am absolutely loving the MCP!
I added with success Atlassian MCP inside Windsurf (should be similar / same with VSC).It works well; We can use cascade (AI chat) to create and list work items, copy comments, etc works well (after giving it a cloud id).
I would also like to try using programmatically Atlassian MCP instead of API REST in some node scripts. But I always get error:
Unauthorized; scope does not match
Did anyone managed to call mcp from your code? Thanks
For me it shows authorization page, which I cant accept. But there is message, that our site admin must allow it. With admin, we went through whole atlassian admin portal and didnt find any request (either in access requests nor connected apps page). Do you someone know, how to do it?
Getting the same issue as Dayne Olivier and others above ("Something went wrong.") when trying to authenticate with one of our Atlassian sites (that is Jira-only). Works for our other one without issue (one that is Confluence-only).
I'm having issues creating tasks due to mandatory custom fields that have a list of predefined values to choose from. Even instructing the agent to use the precise values I see in dev tools when creating an issue via browser it responds with a bad request:
Failed to create issue: Bad Request. {"errorMessages":[],"errors":{"customfield_xxxx":"<field name> is required.","customfield_xxxx":"<field name> is required.","customfield_xxxx":"<field name> is required."}}
Where xxxx is the id of the custom field and <field name> is the name.
Could we get an endpoint to fetch valid entries for a given custom field that it can use to populate the request?
130 comments