Hi All
I am able to access custom fields from the JIRA Python API.
However there is one field or combination field to which I cannot access the second value.
I have pasted a sample of the Issue XML below and rehashed the numbers for ease.
When calling a function like:
Any ideas on how to access this second field from the API?
allfields = jira.fields()
nameMap = {jira.field['name']:jira.field['id'] for jira.field in allfields}
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here