The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

SQL query using excel add-in

Jason Hammond
April 16, 2025

we basically need to retrieve all active items from our Jira instance ( not closed) for a specific group of employees and export to excel.  can anyone assist with or recommend how I could start this.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Trudy P Claspill
Community Champion
April 16, 2025

Hello @Jason Hammond 

Are all the users defined in a user group or multiple user groups?

statusCategory!=Done and Assignee in membersOf(GroupName)

If you have multiple user groups then you would use ORs 

statusCategory!=Done and (Assignee in membersOf(GroupName) OR Assignee in membersOf(GroupName))

If you need to specify individual users then...

statusCategory!=Done and Assignee in (user1, user2, user3)

 

There is a limit of 10k items that can be exported through the UI for work item searches. If you need to export more than that you would do multiple searches with different criteria to get smaller results sets. Or, refer to this article:

https://confluence.atlassian.com/jirakb/export-over-1000-results-in-jira-cloud-779160833.html

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events