Hello there,
I'm trying to set up a JIRA project where a specific field (custom comment field) is required when closing a ticket prematurely (ie - not going through the full deployment process). Here's my problem:
I'm hoping I'm just going about this the wrong way, but is there not a way to achieve this?
Thanks in advance.
cc: @Enzo Licata
If you set a field as mandatory in the field configuration, then it is mandatory for the issue type.
The screens have nothing to say about making fields mandatory, all they are is a list of fields to show the user.
You need to look at the workflow to do this - make the field optional again, so you can create issues, then look at the "premature close" transition in the workflow. Add a "validator" which checks for "custom comment field is not empty" and that will force users to enter it when they try to use the transition. You will need to install an add-on to do this, but the JIRA Suite Utilities is free (And pre-installed on Cloud)
Thank you Nic and Gabrielle. That helps a lot and makes me feel less crazy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to have helped you feel that way
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Making a field Required in the "Field Configuration" will only required it when it was being presented in the screen (like Create/Edit screen) then JIRA will not allow you to proceed if that field does not have a value.
So, what do you want to do here is make a certain field available only to a certain transition (like Close). To do this, create a workflow "Validator" in the close transition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you explain how to do the validator?
i dident got that on the transition under validator
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is explained in the link Gabrielle gave. You need to edit the workflow, find the transition and select it, then you get a box with "validator" as one of the tabs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This was very helpful - thank you so much for providing the link and explanation!
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.