Uncheck optionID of a Checkboxes custom field with an automation rule

Dave Kleihorst December 28, 2021

Hi,

I'm looking for a solution where I want to uncheck (or clear/delete) an option in a custom field.

For example, customfield_11600 has OptionID=11719 selected, but I want to uncheck this option (and not influence other options within this custom field) with an automation rule.

For now I can see only an option within automation for jira (server) to add an option.

Can you tell me how to do that? 

1 answer

1 accepted

1 vote
Answer accepted
Marco Brundel
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 28, 2021

@Dave Kleihorst 

 

 

{
"update":{
"customfield_11600":[
{
"remove": {"value": "Naam van de keuze"}
}
]
}
}
Dave Kleihorst December 28, 2021

Thanks!

Like Marco Brundel likes this
Florian Royer February 16, 2024

This doesn't seem to work with custom fields Checkboxes.

Suggest an answer

Log in or Sign up to answer