Skip to content

fix(frontend): update Jira API token helper link#930

Merged
Gkrumbach07 merged 1 commit intomainfrom
bug/updated-jira-pat-link
Mar 16, 2026
Merged

fix(frontend): update Jira API token helper link#930
Gkrumbach07 merged 1 commit intomainfrom
bug/updated-jira-pat-link

Conversation

@Gkrumbach07
Copy link
Contributor

Summary

  • Updates the Jira integration helper link to always point to the Atlassian Cloud API token management page (https://id.atlassian.com/manage-profile/security/api-tokens)
  • Removes the conditional that built a Jira Server/DC PAT URL when a custom URL was provided, since we're on Jira Cloud

Test plan

  • Open the Jira integration/connection card in the UI
  • Verify the "Jira Settings" helper link navigates to https://id.atlassian.com/manage-profile/security/api-tokens

🤖 Generated with Claude Code

The helper link on the Jira integration page now always points to
https://id.atlassian.com/manage-profile/security/api-tokens instead of
conditionally building a Jira Server PAT URL.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 16, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: df13ad8e-ba12-404a-8743-f728688db1ef

📥 Commits

Reviewing files that changed from the base of the PR and between c18ddbb and 4b98132.

📒 Files selected for processing (1)
  • components/frontend/src/components/jira-connection-card.tsx

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting


Walkthrough

A dynamic Jira URL reference in the Jira Settings link was replaced with a fixed URL pointing to the Atlassian API tokens management page, removing the dependency on the current Jira URL configuration.

Changes

Cohort / File(s) Summary
Jira Connection Settings
components/frontend/src/components/jira-connection-card.tsx
Updated Jira Settings link href from a dynamic URL to a fixed URL (https://id.atlassian.com/manage-profile/security/api-tokens).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bug/updated-jira-pat-link
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

@Gkrumbach07 Gkrumbach07 merged commit 6954e1e into main Mar 16, 2026
23 of 24 checks passed
@Gkrumbach07 Gkrumbach07 deleted the bug/updated-jira-pat-link branch March 16, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant