Hello @Mohammed Akram Ali
Welcome to the community.
In the Create Custom Field option in Jira, the only relevant custom field we can create for phone number is a number field:-
But this doesn't support adding + or any special characters.
Thanks, But i was alred cerate in number feld And i'm faceing like this 1,234,567,890
I want Only like, 1234-567890 this pattern.
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.
You can use regex validator, and show error message, that entered text must be in certain format. Here you can read how yo make it:
And here you can see examples of regex
https://regex101.com/library?orderBy=RELEVANCE&search=phone+number
It's for indian phone number:
https://regex101.com/r/lH2mN7/1
^\+(?(1))\d{1,3}?[- ]?\d{10}$|^([^0])(?(1))\d{9}?$|^([0])(?(1))\d{10}?$
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it's in Cloud
Please, read here:
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.