Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MMFG
JIRA Logger
Commits
b6de4969
Unverified
Commit
b6de4969
authored
4 years ago
by
Cristiano Serri
Browse files
Options
Download
Email Patches
Plain Diff
Jira Logger - Ripristino funzionamento jira MMFG che l'avevo rotto
parent
a22c503b
master
logger-lite
tondo
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jira_adapter.py
+1
-1
jira_adapter.py
with
1 addition
and
1 deletion
+1
-1
jira_adapter.py
View file @
b6de4969
...
...
@@ -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
),
{})
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help