This tool copies the worklog from one Jira instance to another given a couple of rules.
- Download the appropriate binary and the example config from the releases page.
- There is a Windows, MacOS(Darwin) and a Linux build available.
- Place them in the same folder
- Rename the example configuration to
config.yaml
- Modify the
config.yaml
so it has your credentials and jira info. - Setup some copying rules.
- Execute the program (add
-dry
to not save the new worklog, only report what would happen)
./jiraWorklogCopy -startDate 2020-10-12 -endDate 2020-10-16 -dry
The copying rules are very simple, you define a from ticket number, and a to ticket number. All worklog items in a given date range will be copied from the source to the target.
The project is currently in a minimal viable state. If there is enough demand for it, the project might evolve.