Hi JIRA Community,
I'm trying to set up an automation that will update watchers based changes my team makes to a customer User Picker (Multiple Users) field.
If I use a smart value for that User Picker (Multiple Users) field, it doesn't seem to successfully add multiple users.
What am I doing wrong and is there a different and better way to approach doing this?
In the future, I'd like to change the watchers based on issue state as well.
Hi @Ben and welcome to the community,
Can you please post your rule here, audit log, as well as explain what do you mean by "doesn't seem to successfully add multiple users"? Some of them are added, or none of them are added?
@Ben try removing the brackets from the smart value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
However keep in mind that Jira will only add those users who have visibility of the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Koxaras _Relational_ there are 3 sets of brackets. I'd like to confirm you want me to remove all 3.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, sorry. I meant square brackets. Write
{{issue.Add Watchers}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I'm having a similar issue. Tried several iteration based on various threads on this forum. We have custom field in our project Called 'ONB Tech Lead' which is a People field. I want whoever is added to that field to be automatically added as a watcher. Current iteration uses {{issue.ONB Tech Lead}} as the field but have tried {{issue.ONB Tech Lead.Name}}, {{issue.ONB Tech Lead.displayName}}, {{issue.field.ONB Tech Lead.accountId}} and maybe a few others.
When I test adding a person to the field, I see that the rules runs successfully but Action Details say "No actions were performed."
Any ideas? This is a Team managed Project
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.