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.
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.