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

[MM-1137]: Updated the Jira docs with help text for Admin API Token and Admin Email #7605

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions source/integrate/jira-interoperability.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ A Mattermost system admin must perform the following steps in Mattermost.
- **Hide issue descriptions and comments**: Show or hide issue descriptions and comments from subscription and webhook messages.
- **Enable slash command**: Enable or disable slash command autocompletion to guide users through available ``/jira`` slash commands.
- **Display Subscription name in notifications**: Show or hide subscription name in notification messages posted to a channel.
- **Admin API Token**: Set an `API token <https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/>`_ to get notified for comments and issue creation events, even when the user triggering the event isn't connected to Jira, and set up Autolink. API tokens must be created using an admin Jira account; otherwise, notifications won't be delivered for projects the user can't access, and Autolink won't work.
- **Admin Email**: Set Admin email to set up Autolink for the Jira plugin.

2. Run ``/jira setup`` to start the wizard to configure the plugin. If you wish to set up the plugin manually, then please follow the steps below.

Expand Down
Loading