Hello,
Is it possible within JQL to create a filter that returns any tickets where a specific user is mentioned/tagged in any of the comments?
Thanks.
Hi @Ben Weisman
Whilst it's not a built in feature - view/vote for it here: JRACLOUD-27594 - I do find this JQL works some of the time...
comment ~ "<<User ID>>"
^ To locate the User ID either...
Or...
You can also use currentuser() for yourself - for example...
comment ~ currentUser()
Ste
Hi @Ben Weisman ,
unfortunately you can't using builtin feature. There is a ticket for this https://jira.atlassian.com/browse/JRACLOUD-27594 . Please vote and watch it!
Hope this helps,
Fabio
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.