Until now we made a clone issue postfunction and after the clients had to move the issue to another project in a second step - they can choose the project from the drop down.
Do you see a possibility to combine the two steps? If you perform the transition they get the drop down to choose the project where the clone should be created.
Hi @Anita Hütter and welcome to the community!
This will require a different way of thinking and it won't be possible with workflows alone. You'll want to consider using Jira automation.
First, you cannot MOVE issues in an automated way. Instead, you should approach it where the clone is created directly on the target project. This is where automation comes in and even then, you're going to need the project ID to be able to accomplish this. So, you probably want to update your project picker to be something like "Project Name|Project ID" (e.g. Test|10001). It's not pretty from a UI perspective, but it's the easiest way to ensure the project ID is captured.
Once you have that, your automation rule would look something like this:
{{issue.YourProjectPicker.value.subStringAfter("|")}}
This will trigger when the issue transitions to the desired status and then set the target project accordingly.
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.