Skip to content
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

Merged
merged 24 commits into from
Dec 1, 2023

Conversation

raghavaggarwal2308
Copy link
Contributor

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)

@mattermost-build
Copy link
Contributor

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.

Copy link
Contributor

@mickmister mickmister left a 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

server/user.go Outdated Show resolved Hide resolved
server/user_test.go Show resolved Hide resolved
@mickmister mickmister added 2: Dev Review Requires review by a core committer 3: QA Review Requires review by a QA tester labels May 4, 2023
@raghavaggarwal2308
Copy link
Contributor Author

@mickmister Fixed the review comments mentioned by you

Copy link
Contributor

@srkgupta srkgupta left a comment

Choose a reason for hiding this comment

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

Thanks @raghavaggarwal2308. LGTM 🎉

@mickmister mickmister removed the 2: Dev Review Requires review by a core committer label May 5, 2023
@mattermost-build
Copy link
Contributor

This PR has been automatically labelled "stale" because it hasn't had recent activity.
A core team member will check in on the status of the PR to help with questions.
Thank you for your contribution!

@raghavaggarwal2308
Copy link
Contributor Author

@DHaussermann Gentle reminder for review

4 similar comments
@raghavaggarwal2308
Copy link
Contributor Author

@DHaussermann Gentle reminder for review

@raghavaggarwal2308
Copy link
Contributor Author

@DHaussermann Gentle reminder for review

@raghavaggarwal2308
Copy link
Contributor Author

@DHaussermann Gentle reminder for review

@raghavaggarwal2308
Copy link
Contributor Author

@DHaussermann Gentle reminder for review

@hanzei
Copy link
Collaborator

hanzei commented Sep 1, 2023

@AayushChaudhary0001 Would you be open to reviewing this PR?

@hanzei hanzei requested review from AayushChaudhary0001 and removed request for DHaussermann October 16, 2023 20:43
@AayushChaudhary0001
Copy link

Tested and approved,LGTM
Working fine in all the above scenarios.

@hanzei hanzei added 4: Reviews Complete All reviewers have approved the pull request and removed 3: QA Review Requires review by a QA tester labels Dec 1, 2023
@hanzei hanzei added this to the v4.0.0 milestone Dec 1, 2023
@hanzei hanzei merged commit 8657e65 into mattermost:master Dec 1, 2023
7 checks passed
@mickmister mickmister mentioned this pull request Dec 20, 2023
@avas27JTG avas27JTG modified the milestones: v4.0.0, v4.1.0 Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request Contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

/jira assign should accept @username
9 participants