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.
Is it possible to make fields mandatory on transition and add * in front of them ?
Yes. The Jira Misc Workflow Extensions App has a validator that will check if fields are empty, changed, etc. It can't make the red asterisk, but provides the functionality you are after.
It is possible to make the fields mandatory on a Transition. This is native functionality, in Jira Cloud. You can use the Validators on the workflow Transition.
In the Field Configuration, when you make a field mandatory, it will add a red * on the field, in the create and edit screens.
But as far as I know, it won't mark a mandatory field set on a Transition. You just get an error stating that the field is mandatory when trying to transition the issue.
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.
just to add....you have the ability to specifty the error message to be sent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ILY,
You can do this using the Power Scripts add-on, which can also do countless other things you will likely want to do with Jira. The only thing it won't do is add the * but you can have it give a custom error message.
Here is a video tutorial walking you through How to require attachments.
Here is a page that has code for a number of different validators.
I hope this helps!
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.