Hi,
in the jira cloud we using a custom field, where we just write down numbers. For example 1000000. We want to use delimiter for example 1.000.000 so our users can easily read the number instead of counting the 0. But it is not possible and i cant find a solution for that, maybe you can help
cheers
Hi @Finder - I don't think this is possible in the fields themselves in Jira Cloud when displaying on a form/screen.
However, if you use the field in Automation For Jira in an email or something like that, you can format it to include the delimiters. It would look like this:
{{issue.story points.format("###,###,###")}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.