Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we get component watchers?

Anna Protopapa
Contributor
November 8, 2018

We have a behavior that returns the component lead in an issue based of the selected component in the issue. 

def components = formComponent.getValue() as List<ProjectComponent>

formUserField.setFormValue(components.first().getComponentLead().getDisplayName())

Is there a way to get also the list of the component watchers?

Thank you

1 answer

1 accepted

0 votes
Answer accepted
Josh Steckler
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.
November 8, 2018

Hi Anna,

Component watcher is not a concept in Jira - unless it is provided by an add-on. If you're using some kind of add-on to add this functionality, I would suggest asking the vendor directly.

-Josh

Anna Protopapa
Contributor
November 8, 2018

Hi John,

Thank you for your answer. Yes it is a part of "JIRA Component Watcher" add-on. I just added a field with this type and it works without the need of behavior.

Anna

Suggest an answer

Log in or Sign up to answer