What is the best way to sychronize Jira issue (labels, attachement, ...) with external application

Bechir CHARFI June 18, 2019

Hi,
I want to sychronize jira server issue (labels, attachements, ...) with labels and attachements of my external java application (two-way-sync)

What is the best way to do it:
- use webhook
- use jira server plugin

any tutorials, documentation links ?

1 answer

1 accepted

0 votes
Answer accepted
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 19, 2019

Hi @Bechir CHARFI ,

At the below url you can find the development related documentation for Jira Server:

 

However:

  1. if the new issues are created in Jira and then synchronized in the new app, you may want to use webhooks to create the same issue in the external java app. For details see:
  2. If the issue is created in the Java app then you can call the Jira REST API endpoints to crete the same content in Jira. For details see:

 

I hope this helps.

In case of further questions you may also want to check the developers community at: https://community.developer.atlassian.com/

 

Cheers,
Dario

Bechir CHARFI July 15, 2019

Thank you @Dario B

Like Dario B likes this
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 16, 2019

You are very welcome @Bechir CHARFI ! Happy to know my answer was useful :) 

Suggest an answer

Log in or Sign up to answer