Hello, I am trying to figure out a way to export the sprint name for an issue using Python API.
I know there was a solution previously posted that recommended using value.fields.customfield_<id> and regex to clean up the raw output
However, it looks like the response from Jira has now changed and I simply get a list of
<class.'jira.resources.PropertyHolder'>
Any assistance here on how I can get the sprint name values? Thanks