Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL Question: I need a list of stories where I am @ tagged in the story or comments

Merline Bhukhanwala
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 17, 2018

JIRA permits a single person to be assigned to a story; and we typically assign the core developer. However, there's always a supporting Product Owner (PO), and we tag their name using @<name> in the story description.

Given we have multiple POs supporting stories in a sprint, a PO would like to create a filter/view that lists all the stories where he/she is tagged - either in the story or in the comments field.

The WatchedIssues() function wouldn't work unless we requested POs to watch all the stories that are assigned to them, or that they get tagged to later -- which is an additional workflow step that we don't want have to use if there's an easier way to find the list.

Thanks for your help.
Merline

1 answer

0 votes
Marcos Sanchez
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.
May 18, 2018

Hi,

Maybe a filter with this JQL could help you:

description ~ currentUser() OR comment ~ currentUser()

You can change the currentUser() by the username of your PO or leave it as currentUser() if only PO is going to use this.

A little advice: This will work because it searches for the lower username in comments and descriptions (as, for JIRA, @ mentions are [~username]), but if someone uses this username in a comment or description and is not for mention, it will appear too. And maybe this can cause confusions.

 

Regards,
Marcos

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events