Merge pull request #45 from valueonag/int

fixed delta sync
This commit is contained in:
ValueOn AG 2025-09-16 10:41:49 +02:00 committed by GitHub
commit 792979bbf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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']],