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
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.