The thing is: I have 2 customfields, first is a number type field, second is URL type field.
When a user modifys the number type customfield, I want to copy that value into an another customfield(which is the URL type field).
The URL field has a Prefix, and the end will be the value of the number type customfield that the user just typed into the number type field.
I succesfully solved this problem wih Automation, but when I getting the value of the modified customfield(number typed), it will put comma inside the numbers. Like: 1 -> 1.0
How can I replace those commas?
In My Automation rule, my "additional fields" JSON is:
{
"fields": {
"My URL Customfield": "https://someurl.com&id={{issue.customfield_10071}}"
}
}
I tried to use smart values - JSON functions but, it won't worked for customfields somehow...
Thank you for your help,
Zoltan Erdos