I need support for the below condition.
I am trying to create an automation to clone a ticket with manual trigger.
So once the automation is completed, if the automation is completed sucessfully, then it needs to comment on the triggered issue that "Automation is complete"
If the automation is failed, then it needs to comment on the triggered issue that "Automation failed due to <<Error Message>>>"
Is it possible ?
Hi @Venkatesh G , welcome to the community.
The question I have for you is under what conditions the clone would fail? If you were simply using the clone action and cloning in the same project, then it will not fail unless there's some bug in the software. Maybe there is something unique about your clone that could succeed or fail depending on some condition?
It's possible that mandatory fields were added to issues after the trigger issue was created. In such cases, the trigger issue won't have those fields, but new issues should include those mandatory fields. In the automation log we are getting that these mandatory fields are missing. I just want to display that if automation fails
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Got it, thanks. In this case I would do one of two things:
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.