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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.