diff --git a/data/test-cases/plugins/jira/jira-server/general-slash-commands/Jira_about.md b/data/test-cases/plugins/jira/jira-server/general-slash-commands/Jira_about.md new file mode 100644 index 000000000..9a5e7eee5 --- /dev/null +++ b/data/test-cases/plugins/jira/jira-server/general-slash-commands/Jira_about.md @@ -0,0 +1,40 @@ +# (Required) Ensure all values are filled up +name: "Jira about" +status: Active +priority: Normal +folder: General slash commands +authors: "@AayushChaudhary0001" +team_ownership: +priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?) + +# (Optional) +location: null +component: null +tags: [] +labels: [] +tested_by_contributor: null + +# (Optional) Test type and tools +cypress: null +detox: null +mmctl: null +playwright: null +rainforest: [] +manual_test_environments: [] + +# Do not change +id: null +key: null +created_on: null +last_updated: null +case_hashed: null +steps_hashed: null +--- + +**Step 1** + +Run the /jira about slash command. + +**Expected** + +The user should be presented with the information of Jira version and when it was installed. diff --git a/data/test-cases/plugins/jira/jira-server/general-slash-commands/Jira_setup.md b/data/test-cases/plugins/jira/jira-server/general-slash-commands/Jira_setup.md new file mode 100644 index 000000000..caa24c6b0 --- /dev/null +++ b/data/test-cases/plugins/jira/jira-server/general-slash-commands/Jira_setup.md @@ -0,0 +1,40 @@ +# (Required) Ensure all values are filled up +name: "Jira setup" +status: Active +priority: Normal +folder: General slash commands +authors: "@AayushChaudhary0001" +team_ownership: +priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?) + +# (Optional) +location: null +component: null +tags: [] +labels: [] +tested_by_contributor: null + +# (Optional) Test type and tools +cypress: null +detox: null +mmctl: null +playwright: null +rainforest: [] +manual_test_environments: [] + +# Do not change +id: null +key: null +created_on: null +last_updated: null +case_hashed: null +steps_hashed: null +--- + +**Step 1** + +Write the /jira setup slash command. + +**Expected** + +The setup command should be visible in the autocomplete list. diff --git a/data/test-cases/plugins/jira/jira-server/jira-subscriptions/Create_issue.md b/data/test-cases/plugins/jira/jira-server/jira-subscriptions/Create_issue.md new file mode 100644 index 000000000..7e4ed0382 --- /dev/null +++ b/data/test-cases/plugins/jira/jira-server/jira-subscriptions/Create_issue.md @@ -0,0 +1,43 @@ +# (Required) Ensure all values are filled up +name: "Create issue modal" +status: Active +priority: Normal +folder: General slash commands +authors: "@AayushChaudhary0001" +team_ownership: +priority_p1_to_p4: P3 - Deep Functions (Do extensive scenarios work?) + +# (Optional) +location: null +component: null +tags: [] +labels: [] +tested_by_contributor: null + +# (Optional) Test type and tools +cypress: null +detox: null +mmctl: null +playwright: null +rainforest: [] +manual_test_environments: [] + +# Do not change +id: null +key: null +created_on: null +last_updated: null +case_hashed: null +steps_hashed: null +--- + +**Step 1** + +1. Post any new message in the channel. +2. Click on the create Jira issue option in post menu actions. +3. Select any project and fill the following fields. +4. Change the project afterwards. + +**Expected** + +The modal should not close, instead it should adjust itself for a new entry after changing the selected project.