Hi all,
I'm trying to build a trigger that reacts to a certain comment and then loops through all issues linked with "blocked by".
So far no problem.
However, I would then add a comment (or edit the trigger comment) with some information from the linked ticket, e.g. status, fix version etc.
"Trigger comment" will give me an error:
No comment with given ID found for issue <linked_issue>.
Not sure why this would even look for the ID in the linked ticket?
I tried smartvalue {{comment.id}} but this seems to look for the ID in the linked ticket, not origin one, hence it wont find a comment to edit.
Any idea how to make this work?
@Thomas do you are using an automation in single project or multiprojects/global ?
Normally, linkedissues we are using with multiple projects/global to get the correctly link.
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.
Hello @Thomas
Sorry for the delay, I was a little away from computers.
But since it's a global/multi-project automation
I believe it would be a similar solution to what you would want.
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.