/jira help
- Launch the Jira plugin command line help syntax/jira info
- Display information about the current user and the Jira plugin/jira connect [jiraURL]
- Connect your Mattermost account to your Jira account/jira disconnect [jiraURL]
- Disconnect your Mattermost account from your Jira account/jira issue assign [issue-key] [assignee]
- Change the assignee of a Jira issue/jira issue create [text]
- Create a new Issue with 'text' inserted into the description field/jira issue transition [issue-key] [state]
- Change the state of a Jira issue/jira issue unassign [issue-key]
- Unassign the Jira issue/jira issue view [issue-key]
- View the details of a specific Jira issue/jira instance settings
- View your user settings/jira instance settings [setting] [value]
- Update your user settings/jira instance settings
command, [setting] can be notifications
and [value] can be on
or off
/jira connect
and /jira disconnect
commands to manage the connection between your Mattermost account and Jira account./jira issue create
command to create a Jira issue within Mattermost. A form will show that will allow you to fill out the issue. You can prepopulate the issue's summary using the command:/jira issue create This is my issue's summary
/jira transition <issue-key> <state>
command./jira transition EXT-20 done
transitions the issue key EXT-20 to Done./jira transition EXT-20 in
will transition to In Progress
. However, if there are states of In Review
, In Progress
, the plugin bot will ask you to be more specific and display the partial matches./jira assign
command. For instance, /jira assign EXT-20 john
transitions the issue key EXT-20 to John.