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

After executing "/jira uninstall", link to the appropriate Jira Settings page in the resulting ephemeral message #145

Closed
jasonblais opened this issue Jun 9, 2019 · 2 comments · Fixed by #469
Assignees
Labels
Difficulty/1:Easy Easy ticket Good First Issue Suitable for first-time contributors Help Wanted Community help wanted Tech/Go Type/Enhancement New feature or improvement of existing feature

Comments

@jasonblais
Copy link
Contributor

jasonblais commented Jun 9, 2019

SCENARIO 1:
Repro: Successfully uninstall Jira Cloud via "/jira uninstall cloud "
Observed: Ephemeral message:

Jira instance successfully disconnected. Go to **Settings > Apps > Manage Apps** to remove the application in your Jira Cloud instance.

EXPECTED: Ephemeral message, containing a link to Manage Apps page

Jira instance successfully disconnected. Go to [**Settings > Apps > Manage Apps**](...appropriate page link here...) to remove the application in your Jira Cloud instance.

SCENARIO 2:
Repro: Successfully uninstall Jira Server via "/jira uninstall server "
Observed: Ephemeral message:

Jira instance successfully disconnected. Go to **Settings > Applications > Application Links** to remove the application in your Jira Server or Data Center instance.

EXPECTED: Ephemeral message, containing a link to Manage Apps page

Jira instance successfully disconnected. Go to [**Settings > Applications > Application Links**](...appropriate page link here...) to remove the application in your Jira Server or Data Center instance.

If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Plugin: Jira" community channel.

New contributors please see our Developer's Guide and our Plugins Guide.

@jasonblais jasonblais added Enhancement Help Wanted Community help wanted Up For Grabs Ready for help from the community. Removed when someone volunteers labels Jun 9, 2019
@levb levb added Difficulty/1:Easy Easy ticket Good First Issue Suitable for first-time contributors Tech/Go labels Nov 12, 2019
@promulo
Copy link
Contributor

promulo commented Feb 7, 2020

Hi, I am interested on working on this issue.

@jasonblais jasonblais removed the Up For Grabs Ready for help from the community. Removed when someone volunteers label Feb 7, 2020
@jasonblais
Copy link
Contributor Author

Thanks @promulo! Assigned to you, let us know if you have any questions to get started :)

promulo pushed a commit to promulo/mattermost-plugin-jira that referenced this issue Feb 9, 2020
@jfrerich jfrerich added the Work In Progress Not yet ready for review label Feb 14, 2020
@hanzei hanzei added Type/Enhancement New feature or improvement of existing feature and removed Enhancement Work In Progress Not yet ready for review labels Mar 7, 2020
mattermod added a commit to promulo/mattermost-plugin-jira that referenced this issue Mar 22, 2020
@jfrerich jfrerich mentioned this issue Mar 31, 2020
11 tasks
ayusht2810 pushed a commit that referenced this issue Feb 1, 2024
#192)

* Revert "Update main.go (#154)"

This reverts commit be4a281d0cc791d10e6e5ae917b325b2f054e475.

* Revert "[MM-33506] Use embed package to include plugin manifest (#145)"

This reverts commit ca9ee3c17c6920a636a33f378e17395afd6f329f.

* Revert "Don't generate manifest.ts (#127)"

This reverts commit 18d30b50bc7ba800c9f05bfd82970781db0aea3e.

* install-go-tools target, adopt gotestsum

* bring back make apply + automatic versioning

* Update build/manifest/main.go

Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>

* suppress git describe error when no tags match

* make version/release notes opt-in

* fix whitespace in Makefile

* document version management options

---------

Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
mickmister added a commit that referenced this issue Feb 15, 2024
* [MM-45] Update plugin with respect to phase 1 upgrades

* Sync with playbooks: install-go-tools, gotestsum, and dynamic versions (#192)

* Revert "Update main.go (#154)"

This reverts commit be4a281d0cc791d10e6e5ae917b325b2f054e475.

* Revert "[MM-33506] Use embed package to include plugin manifest (#145)"

This reverts commit ca9ee3c17c6920a636a33f378e17395afd6f329f.

* Revert "Don't generate manifest.ts (#127)"

This reverts commit 18d30b50bc7ba800c9f05bfd82970781db0aea3e.

* install-go-tools target, adopt gotestsum

* bring back make apply + automatic versioning

* Update build/manifest/main.go

Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>

* suppress git describe error when no tags match

* make version/release notes opt-in

* fix whitespace in Makefile

* document version management options

---------

Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>

* Fetch plugin logs from server (#193)

Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty/1:Easy Easy ticket Good First Issue Suitable for first-time contributors Help Wanted Community help wanted Tech/Go Type/Enhancement New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants