Hello, I am using a Scriptrunner Listener in order to create several issue when an issue from a certain type is created. I also want to copy the attachments from that trigger issue. The code w...
Is it possible to run a post function which creates a subtask and copies all attachments from the parent issue to the subtask; with the obvious restriction that everything is done via the REST A...
Hi everyone, I'm working on a ScriptRunner script in Jira that automatically copies the latest comment and its associated attachments from one issue to all linked issues in the SUP project. I...
...00 } } } } _______________________________________________________________________________________________ But, sometimes I am reciving a error code 500: 2022-05-03 14:03:32.156 WARN - POST request to /rest/api/2/issue/87180/attachments r...
...gether to copy all attachments from the parent page to the child pages. can someone help? Kind regards, Matt
Here's how to copy comments with attachments to the last linked issue: import com.atlassian.jira.issue.Issue import com.atlassian.jira.component.ComponentAccessor def commentManager = C...
Hello In a Service Desk project, when i create a linked issue, the new issue is filled with the summary, description and files (optionnal) from the original issue, without automation. Is it p...
Trying to get a way to copy an attachment from one issue to another issue as part of a group of issues. Using REST API we have a tool for finalizing our test component and it grabs the test d...
Can some please explain how to, using Groovy in ScriptRunner for Jira Cloud, copy an attachment from a parent to child workitems i have created? I found a response claiming HAPI's Issue w...
Hello everyone, I have a project whose tickets I wish to copy/sync attachments from other projects. For example, I have a Project that will have Release Management tickets without attach...
Copied to clipboard