If I do:
print("sprint", issue.fields.customfield_10019[0])
I get:
sprint com.atlassian.greenhopper.service.sprint.Sprint@3fcdb9e7[id=19,rapidViewId=22,state=ACTIVE,name=S2: RTFSS,goal=,startDate=2019-08-25T14:00:23.000Z,endDate=2019-09-05T14:00:00.000Z,completeDate=<null>,sequence=19]
epic2 Python Client
Sprint name is "S2: RTFSS".
Is there a better way to access it?
Thanks, Zvika