You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes rollup internal key
previously, rollup internal keys would use the time entry full
description.
however, when inserted into jira worklog, only yhe issue ID would be
part of the key (along with the day date).
as a result, multiple entries for the same issue ID but with different
descriptions created multiple rollups for a single day, and only the
first rollup was inserted properly in jira, and the others were rejected
by toji because the rollup key was already present in jira.
this commit fixes the internal rollup key and aggregates time based on
Jira issue ID, not toggle entry description
worklog date & projects filters
bumped go-jira
added per-project jira board filters
added worklog Creation date to have worklog loggues are execution date instead of insertion date