Hi,
We want to Add a Watcher Individually Based on the Particular Custom Field Drop Down Value in JIRA Cloud...(WithOut Using Plugins and Scriptings)
Hello,
As @Nir Haimov said, you can not do it out of the box.
You could use the Power Scripts add-on:
You could write a listener for the Update Issue event with a code like this:
if (#{drop down field name} == "value1") {
watchers = addElement(watchers, "user1");
}
Hi,
You can't do that without plugin or coding.
This feature not exist out of the box in Jira.
You can use "Automation for Jira" (there is also "lite" version whic is free) and it's easy to use.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.