Current situation:
ScriptRunner Post function 'Clones an issue, and links' used for cloning an issue from project X to project Y
Wish
Copy Assignee from JSD project to Reporter in Jira
Not sure how to do this (in Additional issue action?)
Ideas anyone? Thanks.
Hey @Berry Kersten, assuming the users have the proper permissions in both projects, you should be able to achieve this, in Additional issue actions, with the following snippet
issue.reporter = sourceIssue.assignee
I hope that helps.
IL.
Hi Berry,
The method is going to vary depending on hosting. Here is a sample for Server that Automatically sets the assignee of an issue in a post function. Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.