Is there a way to make someone a watcher when you mention them in the comment section?

Jeremy Price August 25, 2016

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?

1 answer

1 accepted

1 vote
Answer accepted
Paul Greig
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 26, 2016

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 ...

 

Suggest an answer

Log in or Sign up to answer