Search for issues where current user is in user picker field

Tibor Hegyi _META-INF_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
October 9, 2012

I have two questions:

1. How can one search for those issues where the current user is included in a custom field?

2. How can one search for those issues where the users in a userpicker field are members of a group?

Is there anyone with a solution for these?

Thank you.

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 9, 2012

1.

"cf name" = currentUser()

2.

"cf name" in membersOf("jira-administrators")

Tibor Hegyi _META-INF_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
October 9, 2012
Thank you Jobin. What if the field is a multi user picker? This is the case actually I phrased my question incorrectly.
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 9, 2012

I guess the same will work?

Suggest an answer

Log in or Sign up to answer