I am attempting to find all tickets which I have been tagged in within a certain board. Does anybody know how best to do this? Thanks in advance.
What do you mean with tagged? Being the assignee of the issue? Being mentioned in the issue?
I meant being mentioned in the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try this JQL:
text ~ "<username>"
If that sentence works, you may add the remaining conditions from a specific board's filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note that mentions use the username, and not the displayed full name. Check your username in User Management or in your profile.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.