mattermost / mattermost-plugin-jira

JIRA plugin for Mattermost 🔌
https://mattermost.gitbook.io/plugin-jira/
Apache License 2.0
97 stars 127 forks source link

[GH-1007]: Updated the instruction in the setup flow for the cloud Oauth2.0 #1073

Closed Kshitij-Katiyar closed 1 month ago

Kshitij-Katiyar commented 2 months ago

Summary

1) Updated the step to include the sharing of the app to make it public and usable to other users in the setup command for cloud Oauth2.0.

Ticket Link

https://github.com/mattermost/mattermost-plugin-jira/issues/1007

Steps To Test

1) Run the slash command /jira setup and select cloud Oauth2.0. In the step 1: Creation of the App, You can find an additional step to make the app public.

mickmister commented 1 month ago

@Kshitij-Katiyar Based on the instructions here https://github.com/mattermost/mattermost-plugin-jira?tab=readme-ov-file#configuration, is there anything you think can be changed there to simplify the process of setting up the plugin? I find it odd that it mentions /jira setup and /jira instance install ... when the setup command already handles the instance install piece

Kshitij-Katiyar commented 1 month ago

@Kshitij-Katiyar Based on the instructions here https://github.com/mattermost/mattermost-plugin-jira?tab=readme-ov-file#configuration, is there anything you think can be changed there to simplify the process of setting up the plugin? I find it odd that it mentions /jira setup and /jira instance install ... when the setup command already handles the instance install piece

@mickmister sure, created the pr https://github.com/mattermost/mattermost-plugin-jira/pull/1075.