Unverified Commit b6de4969 authored by Cristiano Serri's avatar Cristiano Serri
Browse files

Jira Logger - Ripristino funzionamento jira MMFG che l'avevo rotto

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -75,7 +75,7 @@ class JiraAdapter(object):
if mylog and anno_valido and mese_valido and giorno_valido:
if 'timeSpent' in worklog_dict:
ore_loggate = JiraAdapter.get_hours(['timeSpent'])
ore_loggate = JiraAdapter.get_hours(worklog_dict['timeSpent'])
else:
ore_loggate = float(worklog_dict['timeSpentSeconds']) / 3600.0
cache = self.log_cache.setdefault((issue, data.day), {})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment