Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hello.
I need to sync comments between parent task and subtasks. I know that this can be done with Automation for Jira Pro, but we don't use it. Is there a way to sync comments with JWT Automation Rules? Or maybe there is an example of script for this ?
Thank you in advance.
Yes it's possible, I just tried with JWT automation rules and it worked successfully too.
Please find the configurations I had done. This rule copies comments from Parent issue to sub-tasks.
Hope this helps !
Regards,
Vishwas
Hey @Vishwas
While the solution is almost correct, you should move the selector to be placed within the condition block. Executed like shown, the selector and comment part would be executed regardless of the condition's result.
Cheers,
Thorsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Thorsten Letschert [Decadis AG]
ahh !! . I missed that part, I understand now. Thanks !
I fixed it.
Regards,
Vishwas
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.