/jira subscribe
(managed within Mattermost). A webhook can be manually set up from Jira to send a message to a particular channel in Mattermost (managed via Jira).Jira Project
, Event Type
, Issue Type
, and can filter out issues with certain values./jira subscribe list
in a Mattermost channel./jira webhook
and use the URL output in the "Legacy Webhooks" section of the output.TEAMURL
and CHANNELURL
with the Mattermost team URL and channel URL you want the Jira events to post to. The values should be in lower case.SITEURL
with the site URL of your Mattermost instance, and WEBHOOKSECRET
with the secret generated in Mattermost via System Console > Plugins > Jira.contributors
, channel URL is town-square
, site URL is https://community.mattermost.com
, and the generated webhook secret is MYSECRET
, then the final webhook URL would be:&
-separated parameters:updated_all=1
: all eventsupdated_comments=1
: all comment eventsupdated_attachment=1
: updated issue attachmentsupdated_description=1
: updated issue descriptionupdated_labels=1
: updated issue labelsupdated_prioity=1
: updated issue priorityupdated_rank=1
: ranked issue higher or lowerupdated_sprint=1
: assigned issue to a different sprintupdated_status=1
: transitioned issed to a different status, like Done, In Progressupdated_summary=1
: renamed issue