I'm looking for a solution to get notifications to my custom application from JIRA (on demand and on premise) about issues status changes.
I found some products that integrated by applink :
http://storiesonboard.com/blog/post/setting-up-synchronization-with-jira
https://help.prodpad.com/hc/en-us/articles/204238658-Setting-up-a-JIRA-Integration
And they get the status updates by that.
I can't find any documentation about how I can create a custom product that could be integrated using applinks.
All I find is docs about how to set an applink, but nothing about how to implement a product that could be integrated with that (features, APIs...).
Can someone direct me to any doc or references? or any tip about it.
I know that I could use Webhooks for my needs, I just want to compare all my options.
If you want to link your own systems with JIRA then would Atlassian Connect (our Cloud add-on / integration framework) be a good fit for you? http://connect.atlassian.com/
If you mean "Can I install the same add-on into both my Cloud environment and Server environments?" then the answer is no.
But there is no reason that you could not write a single service that appears as an Atlassian Connect add-on (via a descriptor) and also talks to your Server instance.
You can join the two through a single service.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Thank you for your answers!
I not sure I follow. Is that what do you think I should do:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is roughly what I had in mind:
Screen Shot 2016-08-23 at 1.52.48 PM.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.