You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How do I create an automation rule that when an issue is cloned, the assignee field is left empty in the cloned issue?
Hi @SHEHZADALI ISMAILY - In your Clone Issue action, you just need to add Assignee and set it to Unassigned.
@Mark Segall I appreciate the response. The use case that my team is trying to solve for is as follows:
An issue is assigned to a team member, and instead of manually having to change the assignee to unassigned before cloning, they would like for the assignee field to automatically default to unassigned when any issue is cloned.
That is why I was looking at JIRA automation to accomplish this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that was my comment on the previous response. Your rule would look something like this:
NOTE - If you're looking for a solution where the user is leveraging the native clone functionality, you'd need to change the trigger to "Issue Created" with a condition that the issue has link "Clones". In this scenario, you would use the Edit Issue action and set the assignee to Unassigned similarly to the image.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please share a screenshot of your configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm... That looks correct.
Perhaps there's something else setting the assignee automatically. You could try this to circumvent that:
This would attempt to clone the issue and then after the issue is created go back in and set the assignee to unassigned.
If this works, it's most likely that something is overriding the assignment. Here are a couple culprits for why Unassigned is not set on creation:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.