Hi Guys,
I've managed to connect to the JIRA API, and I'm managing to pull some of the info but not all of it.
I'm using the JIRA python library where some of the functions I'm using are returning Error 404.
I've searched and found that these functions are using the same structure of URI posted here on one of the threads in 2013.
I was wondering if something has changed since then(probably yes) and what is the new modifications I'll have to do to be able to pull this kind of info?
This is the previous thread I was referring to:
I'm using these functions which are returning 404:
jira.removedIssuesEstimateSum(board_id, sprint_id)
jira.incompletedIssuesEstimateSum()
And this is the response im getting:
response text = {"message":"null for uri: https://goldenfeeds.atlassian.net/rest/agile/1.0/rapid/charts/sprintreport?rapidViewId=7&sprintId=673","status-code":404}
Any thoughts?
Thanks!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.