I would like to know if there exists any JQL instruction to query in which issues I (or any other user) was specifically "mentioned"?
Mentioned as in text, or reporter or assignee?
text search, e.g
text ~ "Nataliia Terentyak"
or
reporter = currentUser()
or
assignee = currentUser()
Maybe some of the above works?
This is not actually I was asking about. My question was about mentioning users in 'description' or 'comment' to get list of issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
well, then you shall try text search
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.