Mattermost and Atlassian integration?

Mike Smith November 18, 2015

I think it is understood that Mattermost doesn't natively integrate with JIRA – I believe that integration is accomplished by changing an open-source Slack integration.  Are there specific ways that Atlassian tools can integrate with Mattermost?  What would these be?

8 answers

2 votes
Rich Taylor August 16, 2018

Mattermost has a pre-packaged JIRA webhook plugin.
https://docs.mattermost.com/integrations/jira.html

2 votes
Jacob Williams December 17, 2015

I have built an integration add-on that can send all Bitbucket events from entire accounts as Bitbucket add-on. If anyone is interested I can clean it up, package it and open source it.

Mark H_ Williams February 19, 2016

Open sourcing it would be wonderful. Thank you for the work!

Ekkehard Gümbel June 22, 2016

+1

Thank you very much in advance!!!

2 votes
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 15, 2015

Built a webhook translator here - https://github.com/vrenjith/jira-matter-bridge

1 vote
JP _AC Bielefeld Leader_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 13, 2021

Another update on other Atlassian products:

This rounds up our Mattermost / Atlassian environment. 

1 vote
JP _AC Bielefeld Leader_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 13, 2021

Just an update of the situation as of January 2021:

  • Mattermost has its own Jira integration https://mattermost.gitbook.io/plugin-jira/
  • Subscribe to Jira events in Mattermost channels using filters
  • Create Jira issues from Mattermost channels or messages
  • Comment on Jira issues from Mattermost
  • Assign/Unassign Jira issues from Mattermost
  • Transition Jira isses from Mattermost
  • View Jira issues from Mattermost
  • Works for Cloud & Server
  • Autolink Jira issues mentioned with KEY-NUMBER
1 vote
Ruslan Shlain April 15, 2019

@Mike Smith bit of an older post, but I wanted to share a link to the Herzum Amplifier for Mattermost a& Jira


https://marketplace.atlassian.com/apps/1220414/amplifier-for-mattermost-jira

  • Easily setup a connection with Mattermost from Jira.
  • Filter which events trigger notifications for every channel in every project.
  • Manage all teams and channels from Mattermost with a simple switch
  • Enable teams and channels that you want to share on Jira
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 13, 2019

@Ruslan Shlain 

Please have a look at our guidelines for Marketplace vendors and solution Partners:

https://community.atlassian.com/t5/Marketplace-Apps-Integrations/Atlassian-Community-guidelines-for-Marketplace-vendors-and/ba-p/689723

Especially: 

No necroposting: Aka, no "raising threads from the dead." In general, avoid posting on old threads (six months or more old) simply to promote your products.

Thank you

JP _AC Bielefeld Leader_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 13, 2021

@Thomas Schlegel 

Concerning necroposting:

What, if a users gets directed to this page & the answers to the question are simply not true as of today? Leave the user with outdated answers? 

If you want to abolish necroposting, please mark answers older than 6 month as OLD & possibly outdated or add a CONFIRM button to mark the answer as still valid.

Thank you

JP

Like Ruslan Shlain likes this
Monique vdB
Community Manager
Community Managers are Atlassian Team members who specifically run and moderate Atlassian communities. Feel free to say hello!
January 14, 2021

@JP _AC Bielefeld Leader_ and @Thomas Schlegel  We are working on new guidelines about this! @Matthias Gaiser _K15t_ is helping :) 

Like Matthias Gaiser _K15t_ likes this
1 vote
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 10, 2015

Smith,

I am thinking Mattermost should be able to consume the webhooks data posted by JIRA. You may just need to define a webhook in JIRA. But, my local tests currently does not work when I try to post it to mattermost at the moment. At the same time this blog says JIRA webhooks should work - http://www.mattermost.org/mattermost-v1-1-open-source-slack-compatible-integrations/

1 vote
GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 18, 2015

Typically, a software is created to integrate JIRA with any other software. A quick search in the Atlassian Marketplace (https://marketplace.atlassian.com/search?q=Mattermost) says nothing about a Mattermost related add-on. So your best bet here is to create one yourself.

It's not that hard to integrate with JIRA. You can create an external software or an internal one (install it in JIRA itself and install it in Mattermost). I will do the external one, a piece of program that does not need to be installed. All it does is send/receive information from JIRA and Mattermost (that is, if Mattermost have an External API to talk to).

Suggest an answer

Log in or Sign up to answer