You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Good Morning,
My python script uses a JQL query a couple functions to export Jira data to a csv file. I'm currently able to pull all fields accept "Labels." Customfield_11702 seems to be right. Any advice on why label fields are showing None?
'project in (PIZ, PI) AND issuetype in ("Defect ", Deployment, Story, Task) AND status in (Open, "Tech Design", Ready, "In Progress", "Code Review", "Dev Complete", "Test in Progress", Done, "In Prod", "ready for deployment", "On Hold", Dev, QA, Analysis, "On Hold/Waiting for Partner") AND assignee in (**email addresses redacted) ORDER BY key ASC',
If I run the JQL below in Jira label values are returned in Jira:
Project in (PIZ, PI) AND labels is not EMPTY AND createdDate >= startOfYear()
Please, put as expand field labels
https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/jira.py#L638
Then you can start to see that info
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.