Is there a plugin for JIRA integration with SysAid?

Olga Sherman June 3, 2016
 

2 answers

1 vote
Nic Brough -Adaptavist-
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 3, 2016

What does the marketplace (and, of course, SysAid's website) say about it?

0 votes
Olga Sherman June 3, 2016

Thank you @Nic Brough [Adaptavist]  From Atlassian marketplace:

https://marketplace.atlassian.com/search?q=sysaid

Sorry! We didn't find any matching add-ons.

 Did you know that you can build your own add-ons? Find out how at http://developer.atlassian.com.

 

SysAid chat also routed me to  SysAid API guide: https://www.sysaid.com/Sysforums/posts/list/7655.page

Looks like there should be a way to develop plugin using API wsdl file.


In other words, most probably plugin doesn't exist but can be created using both sides APIs.

Entered tickets into both companies support desks to get detailed documentation in case we decide to go this way.  Wondering about complexity of this project.


 

 

Nic Brough -Adaptavist-
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 3, 2016

Ok, it's always worth a quick look before you start going for development - just wanted to check that you'd looked in the main places!

I'm not aware of anything to do this either.  So, yes, development is probably needed.  This is where you need to have a think about the requirements, and I usually start by thinking about events - is it <event> in JIRA needs to trigger a change in SysAid, or <event> in SysAid triggers JIRA?  Or both?  That often determines what you need to code for - if it's JIRA events, you might want to do it with listeners, post-functions or webhooks that poke SysAid.  If it's SysAid events, then you'll want to have SysAid poke JIRA over its REST inerface.

Suggest an answer

Log in or Sign up to answer