Copy worklog from JIRA to another

DanielG
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.
February 17, 2013

Hi,

In my company, we want to have two different instances of JIRA (but with same version).

Is possible to copy worklog from one JIRA system to another? I want in one JIRA to put on a worklog of developing of our services, and in the another JIRA I want to put worklog of development & maintenance of our services...

Thanks in advance!

Daniel

1 answer

1 accepted

2 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 17, 2013

You'll need to write something to do this. I'd suggest a listener that looks for "work logged" events, scans them to see if they should be duplicated to the other Jira and posts them over via REST if they're needed.

Suggest an answer

Log in or Sign up to answer