Hello,
I want to create a rule that, when a ticket is created (via email), checks for and removes a specific user (with the ID: "62824878f0302e0068bc3cd3") from the "request participants" field (customfield_10027).
At one point, I managed to set it up, but it stopped working overnight, and I tried to find a solution without success.
Can you help me, please?
Hi @Kevin Vancrutsen ,
It seems that the automation run, but that request participants is empty for DS-29540.
So there is no need to run it.
If that is not the case then, perhaps the request participants field is filled later than the automation runs. You then can change the trigger to 'field value changed', with a condition that is should contain the specific user.
I hope this helps,
Rudy
Can you provide:
1. what type of project is this (e.g., company-managed, team-managed, etc.),
2. images that show your complete rule.
3. images showing the details of any relevant actions/conditions/branches.
4. images showing the Audit Log details for the rule execution.
Do you use an API request for this in the automation, if you do you can't user username anymore, just accountId
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Marc,
1. ITSM probably
2+3 here are the screen.
4.
To the best of my knowledge, no API is used in this workflow
Thank you in advance for your help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
In you example on the log screenshot, the condition fails, so the edit action is not even reached.
So check the condition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kevin,
Oftentimes this is a timing issue. Add a Re-fetch action immediately after the Create trigger. This gives the create function time to finish and you can verify that the Request Participants field is populated.
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.