Hello Atlassian Community!
For the past few hours I've been trying to figure out a way to copy a trigger comment over to a newly created issue type using Jira Automation.
I've had luck testing the audit log value of {{triggerIssue.comment.body}}.
However, in terms of copying over the actual comment from the original issue to the NEWLY created issue no luck.
Trigger: Manual Trigger
Condition: Project = X
Action: Create a Task in Same Project
.....
{
"update": {
"Comment": [
{
"add": "{{triggerIssue.comment.body}}"
}
]
}
}
The code block above is is not working.
I'd like the newly created issue to contain the old comments from the trigger issue.
Any help is appreciated thank you so much!
Your requirement is not clear. A screenshot of your automation rule can help to improve it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HELLO
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.