-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GH-558] Fix issue: /jira assign should accept @username #938
Conversation
…plugin-jira into MI-3051
1. Search jira users in case @ is not a prefix in username 2. Ticket getting unassigned in case the mentioned user is not connected to jira
Co-authored-by: Ayush Thakur <100013900+ayusht2810@users.noreply.github.com>
Fix issue mattermost#558: /jira assign should accept @username
Hello @raghavaggarwal2308, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a few comments
@mickmister Fixed the review comments mentioned by you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @raghavaggarwal2308. LGTM 🎉
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
@DHaussermann Gentle reminder for review |
4 similar comments
@DHaussermann Gentle reminder for review |
@DHaussermann Gentle reminder for review |
@DHaussermann Gentle reminder for review |
@DHaussermann Gentle reminder for review |
@AayushChaudhary0001 Would you be open to reviewing this PR? |
Tested and approved,LGTM |
Summary
Most of the changes in this PR are from PR #863. We just added the support to search for Jira users in case the @ symbol is not present as the prefix in the username (i.e. the approach which was being used earlier). Also, we fixed a small issue, in case the mentioned user account was not connected to Jira, the Jira issue was getting unassigned.
Demo video
screen-capture.6.webm
Ticket
Fixes #558 ( /jira assign should accept @username)