I'm running an automation to send an email to "Request Participants", but only want the email to be sent to new participants.
If I add someone, then they get an email, but if I add another person at a later date/time, the initial participant gets another email as well.
Any thoughts on how to only send the newly added "Participant" an email?
The default notification rule does this, based on a participant added. I suspect you have disabled this..
So (hypothetically), you would to have the need to 1st find the new participant added.
In my opinion this could only be found using the API to get the issues changelog, this will provide a dat and the display name of the user.
Then you would need to store this information and then use this information to find the users email address.
Use this response a smart value in to to field of the mail action.
So you need to use web requests to different API endpoints and use the response for a request to be used in a variable for a follow up request.
@Marc - Devoteam you are correct - it was disabled, which is odd since I'm the only admin of this particular project and it was enabled last week.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A Jira admin, product admin or org admin can access these settings as well.
they don't need to be specified on the project in the admin role, as there permissions are on a higher level.
They can access any projects project settings, without being mentioned on the project itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Without seeing the details of your automation rule...if the trigger is Field Value Changed for the Request Participant, you could try using the field change smart value for the added values only:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--fieldChange--
A couple of things to note for using this approach:
Kind regards,
Bill
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.