When transitioning from one state to another (For example from "In Progress" to "Resolved"), I have a "Resolve Issue" screen. I would like one of the custom fields on that screen to be required.
My choices for implementation appear to be these two choices:
I don't like #1 because the user will not necessarily understand why the "Resolve" transition button does not appear for them. #2 is OK, but then the users are asking why there is no red asterisk next to those required fields when they enter the screen. I don't want to make them required in the field scheme since they are not required until this point in the workflow.
Any other possible ways to implement this?
There are add-ons that allow you to make the fields required using approach #2 and have a red asterisk.
You can do that with:
I would recommend Script Runner as it allows virtually any kind of customisations in your JIRA instance
Hello Maggie,
I would recommend to use the Mandatory Field Validator of our Add-On "Workflow Essentials for JIRA". See: https://marketplace.atlassian.com/plugins/de.codecentric.jira.wes/server/overview
Otherwise you could use "Script Runner" and "JIRA Suites Utilities" which are bit more complicated to setup.
Best regards,
Lukas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm afraid you'd have to code an add-on to get something like that. Validators can't have an asterisk in the transition screen, since the actual call to the transition hasn't happened yet, therefore the screen cannot "know" that the transition is valid or not.
#2 is really your best option there. Although there's no red asterisk, when you try to submit the form there will be a customizable red message. Users will get used to it soon enough in my experience.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The already mentioned Workflow Essentials for JIRA https://marketplace.atlassian.com/plugins/de.codecentric.jira.wes/server/overview can show red asterisk on the transition screen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't believe any of the plug-ins that will make a field required on a transition puts the asterisk next to the field. You can get around it by including the asterisk in the field name if it really bothers your users. The lira-suite-utilities plug-in will pop a message it is required if they didn't fill it in when clicking to complete the transition. I've never had much push back from the users as long as they are told in training about the behavior.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The already mentioned Workflow Essentials for JIRA https://marketplace.atlassian.com/plugins/de.codecentric.jira.wes/server/overview can show red asterisk on the transition screen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.