Ao atualizar um campo de seleção múltipla ou um campo vinculado a ativos via JSON no Jira Automation, apenas o primeiro valor da matriz é aplicado. Exemplo:
{
"fields": {
"customfield_XXXX": [
{ "value": "A" },
{ "value": "B" }
]
}
}Essa é uma limitação conhecida da API interna do Automation? Alguém encontrou uma solução alternativa para atualizar vários valores de forma confiável em uma única ação de automação?
Community moderators have prevented the ability to post new answers.
When updating a multiple-selection option field (rather than setting it), please use the "update" attribute with the "add" or "remove" operations rather than the "fields" attribute. Please look here to see examples:
Kind regards,
Bill
It is so great having someone like @Bill Sheboy provides the correct solutions at a constant basis. It also re-enforces all other community champions/users on the solution dealing with automation configuration context.
Best, Joseph
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.