Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

can i create a number field that just

gonzalo zegarra
Contributor
October 24, 2016

hi

Can i create a customfield (numeric field) that only stores 9 number:

for example an phone number :999999999

maybe there is a code that i can write in the field´s descripcion 

Thx

1 answer

0 votes
Mahesh S
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 25, 2016

Please refer this code and do necessary changes.

<script>
var re = /[0-9]{9}$/;
var val = document.getElementById("customfield_10403").value;
var str = "test";
if(! re.test(val)){
alert("Invalid phone number");
}
</script>

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, atlassian government cloud, fedramp, webinar, register for webinar, atlassian cloud webinar, fedramp moderate offering, work faster with cloud

Unlocking the future with Atlassian Government Cloud ☁️

Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.

Register Now
AUG Leaders

Upcoming Jira Events