create an issue in JIRA when status changed in another jira

vc_c
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 4, 2020

is there any way to accomplish that?

i searched through the web and does not have any idea about it

for those who have done it, would you like to share your idea or solution?

appreciate that

1 answer

0 votes
Piyush_Annadate June 5, 2020

This would be a case wherein you have both instances connected. Here's my thought on this:

 

JIRA1 J1, MiddleWare MW, JIRA2 J2

 

Create a Payload method/Webhook -> this will send a webhook post which resides in MW

This MW will send the data to the JIRA - or maybe calls like issue creation REST API.

 

OR: Create a mailbox and add that mailBox in J2 (where you want to have issues created)

Then; create a script in JIRA J1 - that will send mail to that mailBox with required PREFIX OR ETC. This mail will be read by JIRA J2 and it will create ticket based on that email.

Suggest an answer

Log in or Sign up to answer