Open dakindre opened 3 years ago
Can I make these changes?
Gave this a look, and after changing the default agile endpoint this doesn't work for me in the test server.
We probably need to migrate to using the following endpoints:
But not sure if the remainingEstimate
is the matching key for this?
https://github.com/pycontribs/jira/blob/fe78ddd99a6a8f738cc50b996259b27954b192c8/jira/client.py#L4402
I noticed that the jira.client.incompletedIssuesEstimateSum method fails with KeyError: 'incompletedIssuesEstimateSum'. At the moment the code looks for the nesting
['contents']['incompletedIssuesEstimateSum']['value']
It seems like the value that it should be set to is
['contents']['issuesNotCompletedEstimateSum']['value']
which exists