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

Added the test cases for adding assignee in issue on jira through slash command. #149

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

arush-vashishtha
Copy link
Contributor

###Summary

This PR consists the test cases for adding assignee to a jira issue with following scenarios,

  • Using MM user name followed with @.
  • Using MM user name not followed with @.
  • Connected and disconnected user.
  • Using jira user name.

…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
@arush-vashishtha
Copy link
Contributor Author

@DHaussermann @saturninoabril Can you please have a look at this?

@lindalumitchell lindalumitchell added the 2: QA Review Requires review by a QA tester label Apr 30, 2024
@DHaussermann DHaussermann self-requested a review May 6, 2024 18:54
@DHaussermann
Copy link
Contributor

Thanks @arush-vashishtha this all looks accurate to me.
The script is fine. I will approve for merge once I confirm if we need any further validation of the Zephyr test data.

Copy link
Member

@saturninoabril saturninoabril left a 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."
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
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.

Comment on lines +58 to +60
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.
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: QA Review Requires review by a QA tester
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants