-
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 test cases for critical PRs of Jira release 4.0.0 #112
base: main
Are you sure you want to change the base?
Added test cases for critical PRs of Jira release 4.0.0 #112
Conversation
* [MI-3516]: Added the extra test cases in this PR * [MI-3516]: Added an extra test cases in this PR * [MI-3516]: Added an extra test cases in this PR * [MI-3516]:Fixed review comments * [MI-3516]:Fixed a review comments * [MI-3516] Review fix Co-authored-by: kshitij katiyar <[email protected]> --------- Co-authored-by: kshitij katiyar <[email protected]>
/update-branch |
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 @AayushChaudhary0001! Looks good to me except few comments. Also, please update your branch to latest. You may validate your change locally by deno task validate
and fix error before pushing. Let me know if you need help.
data/test-cases/plugins/jira/jira-server/install-and-uninstall/Disconnect_POST_API.md
Outdated
Show resolved
Hide resolved
data/test-cases/plugins/jira/jira-server/install-and-uninstall/Disconnect_POST_API.md
Outdated
Show resolved
Hide resolved
data/test-cases/plugins/jira/jira-server/install-and-uninstall/Disconnect_POST_API.md
Outdated
Show resolved
Hide resolved
data/test-cases/plugins/jira/jira-server/install-and-uninstall/Disconnect_POST_API_2.md
Outdated
Show resolved
Hide resolved
data/test-cases/plugins/jira/jira-server/install-and-uninstall/OAuth_Setup.md
Outdated
Show resolved
Hide resolved
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 for updating. See comments.
data/test-cases/plugins/jira/jira-server/install-and-uninstall/Disconnect_POST_API.md
Outdated
Show resolved
Hide resolved
data/test-cases/plugins/jira/jira-server/install-and-uninstall/Disconnect_POST_API.md
Outdated
Show resolved
Hide resolved
data/test-cases/plugins/jira/jira-server/install-and-uninstall/OAuth_Setup.md
Outdated
Show resolved
Hide resolved
data/test-cases/plugins/jira/jira-server/jira-subscriptions/Comment_Notification.md
Outdated
Show resolved
Hide resolved
data/test-cases/plugins/jira/jira-server/jira-subscriptions/DM_Comment_notification.md
Outdated
Show resolved
Hide resolved
data/test-cases/plugins/jira/jira-server/jira-subscriptions/DM_Comment_notification_2.md
Outdated
Show resolved
Hide resolved
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 @AayushChaudhary0001, LGTM!
**Step 1** | ||
|
||
1. Go to the connected Jira instance. | ||
2. Open the desired ticket on Jira board. |
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.
On this point, to prevent a false positive I would add a step that says "Ensure the test user desired user is not the assignee on the ticket"
Assignee get DMs for any comment so we should ensure the user is explicitly not seeing this DM.
**Step 1** | ||
|
||
1. Go to the connected Jira instance. | ||
2. Open the desired ticket on Jira board. |
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.
Same as above ☝️
This is great @AayushChaudhary0001! |
@DHaussermann Just following up on next step here. Thanks! |
@AayushChaudhary0001 just to circle back to this. There was 1 check suggested on 2 of the tests. |
Summary
This consist of the test cases of critical PR's of Jira release 4.0.0
Test coverage for:-
mattermost/mattermost-plugin-jira#951
mattermost/mattermost-plugin-jira#949
mattermost/mattermost-plugin-jira#953
mattermost/mattermost-plugin-jira#946
mattermost/mattermost-plugin-jira#961
Is the feature in stable branch or under review?
Feature in stable branch (master, main)?