timesheet.txt
timesheet.txt copied to clipboard
Export to Jira
My use case is: For a given day (or date range), group entries by issue ID and description, optionally filtering by billable flag. Then, create worklog entries in Jira.
As I said, if the description and issue ID are identical, only one worklog item, with the sum of durations, should be created.
Duplicate exports will lead to duplicate worklog entries, i.e. in the initial implementation, there should be no safeguard against duplicates.
This depends on #6.