The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Numeric format for custom field in Jira

Mik
Contributor
February 24, 2013

Hi Guys.

How can I set up Jira to accept both formats:

0,00

and

0.00

(delimiter and punkt)

for numerics in custom fields?

Best regards

Mik

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Wojciech Seliga
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 Champions.
February 26, 2013

As of version 4.2 (https://jira.atlassian.com/browse/JRA-14076) JIRA honors user preferences whenever issue is edited. So if you want comma to be accepted - you need to use locale which accepts comma (like German or Polish) - either per user in his profile or globally for whole JIRA setting default locale (applied unless the user selected his own locale). If you want to use decimal dot, you would need to apply locale using dot - e.g. English. From the source code I don't see any option to support both at the same time for single user.

BTW: For banking industry that would be quite unsafe as "," and "." are both used and they do mean something different (thousands separator vs. decimal separator).