* jira work day is 8hours, not 24. fixed in blocker time calculation
This commit is contained in:
parent
728ef63067
commit
6ecc186a9f
@ -106,7 +106,7 @@ class JiraCollectorService
|
||||
? $worklog['timeSpentSeconds']
|
||||
: 0;
|
||||
}, $jsonIssue['fields']['worklog']['worklogs']);
|
||||
$kanbanEntry->setDaysBlocked(ceil($secondsBlocked/86400));
|
||||
$kanbanEntry->setDaysBlocked(ceil($secondsBlocked/28800));
|
||||
|
||||
// externalId : customfield_10010
|
||||
if(isset($jsonIssue['fields']['customfield_10010'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user