Im trying to send an issue from jira server to jira cloud and i want to use Scriptrunner.
Can someone help me?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.