how to create rule in custom field for specific status. that when ticket move to that status, then that field is mandatiry to fill.
Please help Regards
Rahul
Hi, @rsinha
You can try JSU for free here: https://marketplace.atlassian.com/apps/5048/jsu-automation-suite-for-jira-workflows?hosting=cloud&tab=support
To learn more about workflow validators, go to: https://confluence-apps.beecom.ch/display/JSU/Workflow+Validators
Should you need further assistance, feel free to create an issue here: https://servicedesk-apps.beecom.ch/servicedesk/customer/portal/3/user/login?destination=portal%2F3
In JIRA, you can make any field either optional or mandatory throughout the lifecycle for a project & issue type (in-built feature).
However, you can make any field mandatory during transition (change of status from one value to another).
JIRA doesn’t have an in-built feature for this. You need a plug-in as suggested above. The simplest ones are JSU, JWME (which I have used) where no coding is required.
All you need to do is add relevant validation for that particular transition in the workflow (there is validation tab in workflow edit transition mode). Here you can specify which field should be mandatory for this particular transition.
To make it user-friendly, you can even add a screen for this transition where you specify which all fields to be filled by user when transition happens.
So when a user clicks to change status, a pop-up will come where it will show the fields which needs to be filled for transition to happen. User can either fill the field which will result in successful transition or can click on cancel which will not do anything
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I think what you're looking for are Workflow Validators:
# https://confluence.atlassian.com/adminjiraserver/advanced-workflow-configuration-938847443.html
I.e. when you're moving to status "Done", then you can add a validator on that transition that will verify whether a field is filled in, and throw an error if the field is empty (and stopping the transition).
Out of box I think that there still is not a validator for "fields required" but here're some example plugins you could try setting this up with (if you do not have any such validator available on your instance):
# https://marketplace.atlassian.com/apps/575829/workflow-enhancer-for-jira?hosting=server&tab=overview (free)
# https://marketplace.atlassian.com/apps/5048/jsu-automation-suite-for-jira-workflows?hosting=server&tab=overview (paid, but a lot more advanced)
Regards,
Radek
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.