hi, im trying to Set up ChatGPT (OpenAI) MCP Server with Atlassian Rovo (Atlassian AI) by this doc - https://support.atlassian.com/atlassian-rovo-mcp-server/docs/setting-up-chatgpt/
for that, i want to create a service account in jira 'service account'. will it work? also, i need to choose the scopes after creating the service account after choosing 'OAuth 2.0'. in the doc they dont say which scopes i need for the gpt connection. and there are 438! scopes. please assist firstly, if this type of user will work for me, and secondly, what scoped to choose.
Community moderators have prevented the ability to post new answers.
Hi @Gaia Tamir Azran ,
Your method for a dedicated service account is what Atlassian recommends for Chatgpt MCP integration. You just need to make sure that this service user has browse permission on the projects/spaces you want ChatGPT to access. You can try the steps below to setup the service account with OAuth 2.0:
Create the service account
Register the OAuth app (once per org)
Scopes you actually need (these are the ones Atlassian and OpenAI use for ChatGPT ↔ Rovo MCP):, you only need like 6-7 below scopes, and won't be needing all 438.
offline_access : Required for refresh tokens
read:me : Identify the service user
read:confluence-space : Space-level read (if you use granular instead of .all)
After this => The MCP server will be able to pull Jira issues and Confluence pages into ChatGPT securely.
You can refer to the below links:
I hope everything works out well for you!
Best,
Peter
hi @Peter_DevSamurai i tried but keep getting 'internal server error' i established an app in atlassian developer and gave all required scopes
BTW your chatgpt flow is the old one- now its apps&connectors not plugins, so the url should be https://chatgpt.com/connector_platform_oauth_redirect
i think i did everything as excepted but something is not working for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gaia Tamir Azran ,
Thank you for the update and I'll note this down! The "internal server error" is likely tied to this mismatch or a scope/consent hiccup during the connector setup.
As corrected, change the OAuth Redirect URI to: https://chatgpt.com/connector_platform_oauth_redirect; besides this everything should still remain. If the error persists, can you share the error payload or screenshot. What's your Chatgpt plan -> This may affect the connector limits.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
our chatgpt plan is enterprise
here is the screenshot i get. nothing else
attached screenshot of the app i created in jira developer:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gaia Tamir Azran ,
ChatGPT enterprise requires workspace admin approval for full MCP. YOu can check:
1) Re-verify scopes:
2) Re-Authorize the Connector:
3) Enterprise workspace config:
4) If Still 500: Which happens more common than you think
The Enterprise flows are more strict on consent.
You can refer to this doc:
Best,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.