How do i display the different phone number formats in Jira. I want to display a valid phone number with the following patterns
(XXX) XXX - XXXX
1(XXX) XXX - XXXX
1.800.XXX.XXXX
I tried to write a cutom field and tried to display in for it doesn't show up. I get the error message on console as " WARN admin 1045x559x1 1ryx4uv fe80:0:0:0;24 [issue.customfields.impl.AbstractSingleFieldType] Issue ProT-22 has an Invalid value '(723) 876-1234' stored in the field 'phonenumber'. Only Numeric value"
Right, well, it sounds like you are mixing up a number with a phone number (which are strings, not numbers)
Your custom field needs to accept a *string* and then validate the entry with whatever extra characters you want to enter into the field.
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.