I was using Jira automate to copy comments from stories to epics and comments from sub-tasks to their parent stories. The problem is, I have to choose an actor and it’s not dynamic.
Following the suggestions on this post –
https://community.atlassian.com/t5/Jira-questions/Copy-Comments-from-all-Sub-Tasks-into-the-Parent/qaq-p/1064030#U2729925
I was able to remove my sub-task to parent story automation. However, there is no “issue.isStory” to do a similar listener for story to epic.
Does anyone know of a way to use scriptrunner to copy comments made on a story to it’s parent epic?
Thanks!
I’ve tried googling and modifying the sub-task to story script and have been unsuccessful.