Building Jira saved queries

Jeffrey Simmon
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 10, 2020

I want to build a saved Jira Query, (a filter I believe), to show me a list of all Jira's created for a targeted set of accounts , that are not closed.  I've tried a number of Advanced queries and keep getting blocked.  Anyone done something similar and could share the query?

1 answer

0 votes
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 29, 2021

Hi @Jeffrey Simmon 

Is this a question for confluence, or for Jira? Maybe Jira, right?

In any case a JQL could look like the following where you need to decide what role you are going to use (reporter, assignee etc):

resolution = Unresolved and assignee in (qm:89edcaf6-82bb-4cd8-8fc3-fe74fff08c21:9421dce2-68bf-4b1e-98e6-bc1b17f92af2, qm:89edcaf6-82bb-4cd8-8fc3-fe74fff08c21:9421dce2-68bf-4b1e-98e6-bc1b17f92af2)

 Another query would be, if you had a dedicated group which would have all these accounts

resolution = Unresolved AND assignee is memberOf("your-group")

Or you could even have roles:

resolution = Unresolved AND projects in projectsWhereUserHasRole("your-role")

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events