Hi @Alex Medved _ConfiForms_
I came across an unusual case.
I want to pass values from a multi-row field to Jira descritpion field.
One of the values is the currency.
I use the iterateAndPrint, formatNumberWithLocale(en) and renderAsHtml functions. Unfortunately, I noticed that sometimes JSON cuts off parts of the amount where the string "000" appears.
My description snippet in JSON looks like this:
"Data \r\n |CIS|Currency|Segment| \r\n [entry.multirowfield.iterateAndPrint(|[entry.CISfield.escapeJSON]|[entry.currencyfiled.formatNumberWithLocale(en).escapeJSON]|[entry.segmentfield .label.escapeJSON]|. \r\n).renderAsHtml \r\n]|. \r\n "
My input:
My output:
What am I doing wrong?
Do you know when this "sometimes" occurs?
When I test this I see the number formatted correctly
Create a view over your form to see how the data is rendered for each row in ConfiForms
May be this way you will get an idea about the "difference" and that will help you to understand when/why this happens
Alex
When it comes to confluence, everything looks correct.
Data is not displayed correctly in the Jira task.
The output screenshot comes from Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then it is something to look into in Jira... I afraid
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.