You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to create an automation so when the collabs custom field (people field with multiple users) is edited, then a comment is created, tagging them letting them know that they have been tagged. This is what I have so far, but it is not working:
Hello [~accountid:{{customfield_20056.accountId}}], you have been added to {{issue.key}} as a collaborator. Please see the ticket for further information.
I have done this before for a custom field, but never for a custom field that has more than one person in it (it is not restricted to a single user). I am wondering if this is not supported yet in team-managed projects or Jira?
Hi Andrea,
I have not tried to do that for a Team-managed project before. But does it have to be a comment added? Can it just be an email that gets sent using Automation for Jira?
That is a great idea! That will work! In the to: field, can I just put {{customfield_20056.accountId}} or how would I do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should be able to just type in the name of the field. I have not tried that with a multi-user field though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried it for one user first. I have the to field filled out with this smart value:
The error message in the automation Audit Log says that the "to" field is empty when it's not. :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you try with just the field name? Start typing and it should come up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
for whatever reason, it doesn't recognize the field as a people field:
The only options seemed to be standard/default Jira people fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I thought that Collabs was a people picker field. Is it not?
When I type in the field name for a multi-user people picker field, it comes up:
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.
Ah! I forgot this field created on a Team-managed project. So, yeah, it looks like it's not supported.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good to know! Thank you! I will definitively use this in the future for company-managed projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have any other ideas on how to notify multiple users when added to a custom field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not unless you just hard code their email addresses in the To field.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.