I would like it if I was added as a watcher when someone mentions me in a ticket. I see that it will only automatically add me as a watcher if I comment on that ticket or by manually selecting the option to watch the ticket. Is there anyway to automate the watcher field other than selecting to watch it or commenting on the ticket?
While the ability to be automatically be added as watcher from a mention has not been chosen for implementation: https://jira.atlassian.com/browse/JRA-31869
You could created a saved JQL query to select all non-watched tickets with a mention of your username:
project = <project> and text ~ "@<your mention name>" and watcher != currentUser()
Then perform a bulk update of those issues via:
Tools -> Bulk Change -> Select All (checkbox) -> Next -> Watch Issues ...
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.