Is there a way where I can get a list all watchers on a Jira ticket?

Vishali
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 28, 2012

Is there a way where I can get a list all watchers on a Jira ticket?

1 answer

1 accepted

0 votes
Answer accepted
Andy Brook [Plugin People]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 28, 2012

More context required, from where do you want to do this? If you have MANAGE_WATCHERS permission you can use the UI. See https://confluence.atlassian.com/display/JIRA/Watching+and+Voting+on+an+Issue

If you are code, ComponentAccessor.getIssueManager().getWatchers(anIssue); will get you there.

If you are in REST, http://docs.atlassian.com/jira/REST/latest/#id199925 will get you there too.

Suggest an answer

Log in or Sign up to answer