fixed delta sync
This commit is contained in:
parent
7317bce656
commit
2eeb53ee96
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class ManagerSyncDelta:
|
|||
'Description': ['get', ['fields', 'description']],
|
||||
'References': ['get', ['fields', 'customfield_10066']],
|
||||
'Priority': ['get', ['fields', 'priority', 'name']],
|
||||
'Issue Status': ['get', ['fields', 'customfield_10062']],
|
||||
'Issue Status': ['get', ['fields', 'status']],
|
||||
'Assignee': ['get', ['fields', 'assignee', 'displayName']],
|
||||
'Issue Created': ['get', ['fields', 'created']],
|
||||
'Due Date': ['get', ['fields', 'duedate']],
|
||||
|
|
|
|||
Loading…
Reference in a new issue