The plugin does not prevent spaces in the value. If you define a field with the regular expression "^[a-z]+$", you can add the following values: "ABC", " ABC" and "ABC ". The Add-On accepts them all as values, which differ from each other. => FAILURE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not out of the box in JIRA. You will have to develop a new custom field type in a plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What you're asking for there is to block all custom fields after the addition of one single short-text field. That's really not a good idea, and not supported - the point of custom field types is that you CAN have many of them.
Jira certainly won't support that off-the-shelf, but it may be possible to create a custom field type that only allows one instance of itself.
I wouldn't bother though - if you really need to have one and only one instance of a custom field, then the most flexible, cheap, fast and effective option is "educate your administrators not to add more than one".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I thought he is asking about making the value unique and not the custom field itself! Development anyways ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh, unique value, right. I didn't see that in the question, so if it's that, I apologise! (And still agree with your answer - reach for the development kit...)
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.