Hi all,
I'm trying to search for user stories that I need to review, which are indicated with a "red mark" near to my tagged name:
In order to do that I'm trying proximity search, searching by red mark represented by text "(x)" near to currentUser() function, represented by my name:
description ~ currentUser() AND description ~ "\"(x)\"~1"
Above query works to identify if I'm tagged in a user story description, also to recognize if user story contains a red mark.
Can you please help me to create a query which is able to recognize the red mark beside the currentUser()?