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.
Simple solution is to disallow unassigned issues globally, but you can also make it mandatory in the field configurations on a project and issue basis.
If you want to do this during the workflow, like only making it mandatory when people close the issue, then you'll need to use a validator on the transition - that can do "if assignee empty, refuse to complete the move to closed". Usually though, people automate it - it's not uncommon to see "set assignee to reporter when closing the issue", so it's easy for the originator of the issue to find things later and you can report on who is currently responsible irrespective of status.
How do I add a validator . Would you have any information on this that I can read up on?
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.
Hi @worenge
You can add a condition for the transition to Done that Assignee must have a value.
Or you can add a validator to the transition to Done for Field Value Required and select Assignee.
Be sure to publish your workflow changes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Am pretty new to this any content I can read to understand how to set a condition?
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.
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.