scy / timesheet.txt

A plain-text timesheet file format and tools for it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export to Jira

scy opened this issue · comments

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.