Is there any way to do following in jira, when I type
- 2 it saves as 02.00
- 2.1 it saves as 02.10
This should be updated on the same field when I save the issue.
I could use a number field and then format the input to a text field, but couldn't do it on the same number field when issue is saved.
{{triggerIssue.order number.format("00.00")}} and leaves only a space
Can you check with your JIRA Admin if there is some default formatting defined on the custom field that you are using?
Are you facing this issue when you manually add the value in this field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.