Skip to content

Conversation

@sspanchenko
Copy link
Collaborator

@sspanchenko sspanchenko commented Jan 7, 2026

What Is This Change?

Summary:
Fixed a regression where mentions (@user) stopped working in Jira issue comments when using the legacy editor.

Root cause:
A recent refactoring for the new Atlaskit Editor introduced an additional parameter to the user search function. This caused a conflict with the existing mention picker component, which resulted in malformed API requests and invalid data format being sent to Jira.

Impact:
Users were unable to mention colleagues in comments - the user list appeared empty, and manually typed mentions failed to post.

Resolution:
Corrected the data flow between components and ensured the WikiMarkup-to-ADF conversion produces valid output that Jira API accepts.

QA Demo:
https://www.loom.com/share/7c1ca96ede8742c0bad6447b858533b0

Source: #1333

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

@sspanchenko sspanchenko self-assigned this Jan 7, 2026
@sspanchenko sspanchenko force-pushed the AXON-1713-no-users-show-up-in-the-search-list branch from cdd0107 to 7326121 Compare January 7, 2026 15:16
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