Good afternoon.
I am trying to create a filter where it would allow me to see all of the cases were an employee would be requested as a participant or mentioned in the internal notes.
How can i go about creating this filter? When I add the Requested Participants filter within my filter it only has a drop down arrow for All Groups but does not allow me filter it down any further.
Hello @Benjamin Gill
Welcome to the Atlassian community.
I guess you are seeing something like this, right?
Click on the Close button here. Then click on the Switch to JQL option.
From here you can type in the field name, then the equals sign, and then start typing the name of the user of interest. A list of possible matches will display from which you can select the appropriate user.
You can learn more about creating filters in JQL from the documentation here.
Thank you very much! That is extremely helpful! Is there a way to also add the filter for anytime an employee is mentioned?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When you add a filter that uses a User Picker field like Request Participants you may notice that after selecting the user you want the filter changes to show the selected user's account id instead of name.
You can take that ID number, surround it with quotes, and use the contains operator (~) to search the text of all Comments to see if that user was mentioned.
Currently there is no method to further narrow the filter to search only the Internal comments in a Service Management project. There is a change request to add that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.