I believe this question was already being addressed in your original post:
Hello,
It should look like this:
{
"update": {
"customfield_XXXXX": [
{
"set": {
"value": "{{#=}}{{issue.customfield_BusinessValue}} + {{issue.customfield_TimeCriticality}} + {{issue.customfield_RiskReduction}} / {{issue.customfield_JobSize}}{{/}}"
}
}
]
}
}
Replace customfield_XXXXX
with the field ID for your WSJF field, and the other custom field IDs with those corresponding to Business Value, Time Criticality, Risk Reduction, and Job Size.
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.