Skip to content

AXON-1526-additional-changes-to-include-jira.com#1484

Open
teg-atlassian wants to merge 10 commits intomainfrom
AXON-1526-additional-changes
Open

AXON-1526-additional-changes-to-include-jira.com#1484
teg-atlassian wants to merge 10 commits intomainfrom
AXON-1526-additional-changes

Conversation

@teg-atlassian
Copy link
Contributor

@teg-atlassian teg-atlassian commented Jan 9, 2026

What Is This Change?

This PR address the issue reported here by user. Already a change was made but additional changes were needed and thus this pr.

How Has This Been Tested?

checked how many matches are there for the following regex and there is none. The regex checks if we have statements that only verifies about atlassian.net. We want any such statements to also check for jira.com as an alternative domain for cloud .

Screenshot 2026-01-09 at 3 49 19 PM

Basic checks:

  • npm run lint
  • npm run test

Advanced checks:

  • If Atlassian employee & Bitbucket changes: did you test with DC in mind? See Instructions

Recommendations:

  • Update the CHANGELOG if making a user facing change

Couldn't review this pull request
Rovo Dev tried to review the code but something went wrong.
Check possible errors

if (dragDropData.find((x) => x.includes('atlascode.views.jira.assignedWorkItemsTreeView'))) {
const uri = URL.parse(dragDropData[0] || dragDropData[1]);
if (uri?.hostname.endsWith('.atlassian.net')) {
if (uri?.hostname.endsWith('.atlassian.net') || uri?.hostname.endsWith('.jira.com')) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why doesn't this make use of the function?

@teg-atlassian teg-atlassian changed the title added jira.com as alternative domain for cloud sites AXON-1526-additional-changes Jan 15, 2026
@teg-atlassian teg-atlassian changed the title AXON-1526-additional-changes AXON-1526-additional-changes-to-include-jira.com Jan 15, 2026
@teg-atlassian teg-atlassian enabled auto-merge (squash) January 18, 2026 00: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.

2 participants