Hi,
I would like to display for the current long on user, all their Project Information issue they are the Project Manager or Business Case Owner.
Project Manager and Business Case Owner are custom fields, users list type.
The following JQL does not work?
issuetype = "Project Information" AND status = Done AND "Project Manager" in (currentUser()) OR "Business Case Owner" in (currentUser())
Thanks
Kevin
Hi Kevin,
It should work with the same syntax , it worked for me :
issuetype = "IT Help" AND status = Closed AND "Request Viewers" in( currentUser()) OR Audience in (currentUser())
May be "user custom field" type has to be revisited whether it is a user picker or a group picker .
Hi,
Thanks for your help this confirmed this could be done. This help me work out I needed ( ) around the both current user bits:
issuetype = "IT Help" AND status = Closed AND ("Request Viewers" in( currentUser()) OR Audience in (currentUser()))
Then the filter pick up issue were the current user is request viewer or audience
Many Thanks
Kevin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.