-
Notifications
You must be signed in to change notification settings - Fork 18
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
Added the test cases for adding assignee in issue on jira through slash command. #149
base: main
Are you sure you want to change the base?
Conversation
…rough slash command on MM. (#25) * [MM-34]: created folder for test cases. * [MM-34] : Added the test cases for assignee to a issue. * [MM-34]: changed the file and folder name. * [MM-34]: comments fixed
@DHaussermann @saturninoabril Can you please have a look at this? |
Thanks @arush-vashishtha this all looks accurate to me. |
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 @arush-vashishtha, LGTM except for few comments.
@@ -0,0 +1,60 @@ | |||
--- | |||
# (Required) Ensure all values are filled up | |||
name: "Assign a Jira issue to a user through slash command." |
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.
name: "Assign a Jira issue to a user through slash command." | |
name: "Assign a Jira issue to a user through slash command" |
name: "Assign a Jira issue to a user through slash command." | ||
status: Active | ||
priority: Normal | ||
folder: Jira-assign |
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.
folder: Jira-assign | |
folder: Jira assign |
|
||
**Expected** | ||
|
||
The user should get suggestions while entering MM user name and the assginee should get added to the issue on Jira. |
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.
The user should get suggestions while entering MM user name and the assginee should get added to the issue on Jira. | |
The user should get suggestions while entering MM user name and the assignee should get added to the issue on Jira. |
After step 2, the user should not get any suggestion while entering MM user name and they should receive the error message that no assignee found for MM user name. | ||
After step 3, the user with MM user name should not get assigned to the issue on jira. | ||
After step 4, the user with jira user name should get assigned to the issue on jira. |
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.
Please organize the step/expected format following the comment here - #161 (review)
###Summary
This PR consists the test cases for adding assignee to a jira issue with following scenarios,