Hello,
I have such problem - I need to have text field which can be only 8 characters long (it cannot be mandatory and need to be editable).
I added to "create" transition a scripted validator which checks if this field is 8 signs long, but the problem appeared here - during issue creation sometimes user do not know what she/he should put there, so this field cannot be mandatory during issue creation - it needs to be editable -> so I changed my validator to check if field is empty, if not empty if it has 8 characters (this is working perfectly good).
So this field needs to be editable -> I found such javascript (added it to field description):
<script type="text/javascript"> document.getElementById("customfield_16604").maxLength=8; }); </script>
where: customfield_16604 is my field id
It works good while using edit screen of issue (screen below):
2.JPG
But if this field is added to edit screen it also can be edited form view of issue and here javascript does not work at all (field could have more than 8 signs and can be saved - screen below).
1.JPG
Do you have any idea what should I do to resolve it?
Thanks in advance,
Paulina
Did anyone find a resolution for this? We're having the same problem :(
Hi
I actually have the same problem:
nothing works while editing a field on view screen (inline editing)
Is this problem solved?
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.
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.