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.
Hi all, first post here as a Jira Admin and scrum master.
I am wanting to know if there is an easy way to stop issues being moved from the backlog into a sprint unless certain fields have been populated.
My focus is user stories, and I want to make the acceptance criteria and description fields mandatory at a minimum.
Is this possible?
To clarify - I don't want these fields to be mandatory to create a user story in the backlog, just when moving it to a sprint (active or not).
Thanks all!
Hi @Andrew Barclay ,
welcome to the community!
Moving an issue from the backlog to a sprint is not a status transition (however you could make it one), so blocking it can't be done with a validator / condition in the workflow.
We could go some ways about it.
Or of course any combination of the above :)
Hope this helps!
- Tessa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Andrew Barclay and welcome to the community,
Out of the box, I don't think you can do anything about it, since moving an issue to a Sprint is equal in editing the Sprint field. Having said that, perhaps a listener/event-based action would be handy (JMWE, Scriptrunner), which will listen for updated event You'll do your checks and if these checks arent valid, then you send the ticket back to the backlog. However, it's not the best approach.
Another thing you can do is let the users add issues to sprint via a transition, and there add a validator for required fields.
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.