This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
Time entries shorter than 1 minute cause Bad Request response from jira #6
Labels
bug
Something isn't working
Sometimes due to lots of context switching I might log less than a minute, which causes a 400 response from jira when creating the worklog.
Possible solutions, in order of preference:
ceil
instead ofround
the time, therefore those entries will be at least one minute.I will take a look at the code later and decide a solution that works for me. If it's too opinionated, I'll add an option to customize the behavior.
The text was updated successfully, but these errors were encountered: