How to exchange data between Jira and an other app?

Pierre GOURVEN May 18, 2016

Hi everybody,

My customer would like to know wether it is possible to call a webservice  at JIRA ticket update to insert a new record in a target application. This record properties would be JIRA issue custom fields values.
Once this record would be created, its ID value would be sent back to the JIRA issue and recorded in a custom field.

Thanks 4 your help.

Pierre

1 answer

0 votes
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.
May 18, 2016

Yes it's possible and there are a couple of ways to do this. You can:

  • Utilize the JIRA Webhooks or create your own
  • Create post-functions that will do what you want (like the JIRA ScriptRunner)
  • JIRA Event Listeners that executes internal script/code 

 

Suggest an answer

Log in or Sign up to answer