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
What exactly do you mean by "users of a custom field"? What type of field is it, and how are people using it?
I have a query that is looking for a date. If the date is within 7 days, I need to be able to send out a notice to the custom field user.
IF "Version Release Date" <= -7d
THEN send a reminder email to "Version Product Owner" (User Picker (single user) custom field) that they need to update the record.
I have my filter query but having some issues getting the user from the issue custom field to send the subscription or another way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @gail_kay
If I am getting your question, Do you want to send the email notifications to the users for any particular custom field populated?
If yes, you need to pull out the data first with the help of JQL and then save the filters and add the subscription to it.
Let me know if this ans your query.
Thanks
Asha
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.