1. I have a Group Custom Field called Custodians.
2. I want to create a filter that displays records only if the current user is a member of a group that is listed in Custodians.
3. For example, let's say user lcassin is a member of group Meanies. And "Meanies" is in the Group Custom field Custodians in several records. I'd like to have a filter that shows lcassin all those records.
Is this doable?
Thanks
LC
JQL Tricks plugin (commercial) has a groupsOfUser function. You can do something like this for current user.
Custodians in groupsOfUser()
You can also check it for groups of specific user.
Custodians in groupsOfUser("XYZ")
Jobin -
JQLT did exactly what I needed. Thank you! Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira Product Discovery Premium is now available! Get more visibility, control, and support to build products at scale.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.