Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Parent - Subtask Comments Sync

Fariz Aliverdiyev
Contributor
December 23, 2021

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. 

1 answer

1 accepted

3 votes
Answer accepted
Vishwas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 24, 2021

Hi @Fariz Aliverdiyev 

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.

JSW_CC.png

Hope this helps !

 

Regards,

Vishwas

Thorsten Letschert _Decadis AG_
Community Champion
December 24, 2021

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.
community_subtask-comment-sync.PNG
Cheers,
Thorsten

Like Vishwas likes this
Vishwas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 24, 2021

Hi @Thorsten Letschert _Decadis AG_ 

ahh !! . I missed that part, I understand now. Thanks !

I fixed it. JSW_CC.png

 

 

Regards,

Vishwas

Like # people like this

Suggest an answer

Log in or Sign up to answer