docs(user-guide): document cloud scoped vs classic atlassian token urls - #330
Merged
alezander86 merged 2 commits intoJul 29, 2026
Conversation
Clarify the integration URL field for Jira and Confluence Cloud: classic (unscoped) API tokens use the site URL, while scoped tokens require the api.atlassian.com gateway URL with the cloud ID. Self-hosted is unaffected since scoped tokens are Cloud-only. Add a matching FAQ entry. Ref: EPMCDME-13642 Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
kostiantyn-pshenychnyi1
force-pushed
the
docs/EPMCDME-13642-jira-confluence-scoped-token-url
branch
from
July 24, 2026 06:58
257d3d6 to
20594ee
Compare
alezander86
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents why Atlassian Cloud Jira/Confluence integrations fail when a scoped API token is used with the site URL. Since CodeMie sends requests to exactly the URL provided, the URL must match the token type. This closes the gap that led users to enter
https://<domain>.atlassian.net(or.../jira) with a scoped token and get authentication failures.Ref: EPMCDME-13642
Changes
https://api.atlassian.com/ex/jira/<cloud-id>gateway, with cloud-ID lookup via/_edge/tenant_info.https://api.atlassian.com/ex/confluence/<cloud-id>).why-does-my-cloud-jira-or-confluence-integration-fail-with-a-scoped-token.md.Testing
npm startQuality Checks
npm run checkpasses (typecheck + lint + commitlint)npm run buildsucceeds)