Why does working with XSSFWorkbook modify the original file?
I am currently working in Groovy in Jira Scriptrunner. I am using XSSFWorkbook from apache.
In the script I load a “template” .xslx file, and then modify it with a script. Although the file is never saved to the server under the same filename, only workbook.write(outputStream)
and workbook.close()
is called, the original file on the server got modified.
How do I use groovy/scriptrunner to copy comments made on a Story to it’s parent epic?
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.