Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i send and issue from jira server to jira cloud with scriptrunner?

Emilio Morales Estirado March 29, 2022

Im trying to send an issue from  jira server to jira cloud and i want to use Scriptrunner.

Can someone help me? 

 

1 answer

1 accepted

1 vote
Answer accepted
Ravi Sagar _Sparxsys_
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.
March 29, 2022

Hi @Emilio Morales Estirado 

Jira Cloud (and server) has REST API. So you can write a script listener on your server that will be triggered on issue create event. The script can then make a REST call to Jira Cloud. You can then store the created issue key somewhere on your local issue.

If you want to create a proper sync that is also possible, there are apps that can do that but to create a simple integration ScriptRunner is perfect for that.

I hope it helps.

Ravi

Suggest an answer

Log in or Sign up to answer