Hello i need help to find smart value:
when i add a comment on parent issue, my rule adds a comment on linked issue , i found this value below, but it's not the good, i want to change it.
=>{{Issue.Comments.last.Body}}
Because with this value the body is from the comment before to the one i just put. i want reported body from the comment i just put (not the one before)
i need something like : {{Issue.Comments.Now.Body}} or current, or just added i don't know.
thank you again for your precious help
regards !
Hello @Alixanne FERAUD
Please show us the complete automation rule.
If you are using the Issue Commented trigger, then you can access that comment using the smart value {{comment}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.