Hi there,
I have a form added to an issue and there are some calculations done on the issue and the result I need to show on a form.
I have tried this
{
"fields": {
"{{issue.properties."proforma.forms.i2".state.answers.8.text}}" : "{{the smart value here}}"
}
}
Just wondering if this is even possible?
@Ste404 ,
If the field on form is not linked to a jira field, that field can't accessed/edited not even via smart values. Thats unfortunate.
the thing is I can though when the form is created. I can take the value (number) and use it in a calculation with a field from Assets to come up with a total value (subtotal) which I store as a variable.
I just wanted to use another form on the issue that I can see all the issue.properties for and update said values with the smart value.
It's just weird you can retrieve them and use them in some ways, but then you can't update them even though they are there.
Here they are, but unaccesible to update
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
correct, as I said earlier, if the field is on form is not linked to JIRA field, you can't edit its value even using automations.
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.