Is there a straight forward way in JIRA to format a Custom Field to represent monet? By straight forward I mean an existing setting, or validate rule as opposed to extending a plugin or addin / changing base code or any such thing.
The custom field type is "Number Field - A custom field that stores and validates (floating point) input". Honestly, I have no idea if this is generic to JIRA or if my predecessor custom created it. Anyway, users would like to enter 12000 and have it be formatted to either "$12,000" or just "12,000".
Hi Brad, unfortunately there is no straight forward way, but the best think in this situation is to create new custom field type, which shouldn't be too difficult. Please view our documentation here: How to create a new Custom Field Type.
Not sur to understand your problem ?!?
your users input "12.000"
Your users want to see either $12,000 or just 12,000
--> so the point should be converted to comma ?
Did you check the renderer pattern ?
?
What is you JVM language (catalinou.out at the jira startup) ?
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.