Hello All,
I am currently using Scriptrunner to clone an issue and attachments on a particular transition. Works great .. except I just discovered that the Attachment "Author" is not carrying over to the cloned issue attachment.
This is causing an issue, as the author is not able to delete the attachment in the clone.
Scriptrunner doesn't appear to allow me to remedy this situation. I can't even tell it to "not" copy the attachments so I can do it via custom script.
I was thinking to write yet another listener to "fix" this problem, but I could not find any method that would allow me to modify the attributes (add an author) to the attachment itself.
I am guessing my only recourse is to do a full custom object that handles the cloning, and all the details like attachments and their author meta data, and just not use scriptrunner for this operation?
Can anybody suggest any other solutions?