You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the setup wizard, provided the client id, secret, this scope "read:jira-work manage:jira-project read:jira-user write:jira-work offline_access" and used http://localhost:8080/callback for the Redirect URI. This opened the browser where I granted permission and where the docker container then produced the output I would need to add to the mcp.json file for Cursor.
However, when I attempt to use it in cursor, I get that error in the title from the container's logs as the requests in cursor timeout. Any idea what I've done wrong? I couldn't specifically find "offline_access" as something to grant, but apparently that doesn't explicitly need to be set and I assume if I had the scope request incorrectly written or asking for permissions I haven't granted the web request would have failed anyway?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, I'm trying to use the Oath 2.0 authentication method outlined here: https://github.com/sooperset/mcp-atlassian?tab=readme-ov-file#c-oauth-20-authentication-cloud---advanced
I ran the setup wizard, provided the client id, secret, this scope "read:jira-work manage:jira-project read:jira-user write:jira-work offline_access" and used http://localhost:8080/callback for the Redirect URI. This opened the browser where I granted permission and where the docker container then produced the output I would need to add to the mcp.json file for Cursor.
However, when I attempt to use it in cursor, I get that error in the title from the container's logs as the requests in cursor timeout. Any idea what I've done wrong? I couldn't specifically find "offline_access" as something to grant, but apparently that doesn't explicitly need to be set and I assume if I had the scope request incorrectly written or asking for permissions I haven't granted the web request would have failed anyway?
This would be cloud hosted btw.
Beta Was this translation helpful? Give feedback.
All reactions