Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I set a custom checkbox to true/false with automation?

joachim ramberg December 21, 2023

I've been trying some variations which results in different errors like "Specify a number for the custom field (below 100,000,000,000,000)". Worth noting is that I'm doing this in Product Discovery.

{
    "fields": {
        "customfield_10324" : [{ "value" : "true"}]
    }
}

{
    "fields": {
        "customfield_10324" : "true"
    }
}

1 answer

1 accepted

0 votes
Answer accepted
joachim ramberg December 21, 2023

Solved it.

Enable

{
    "fields": {
        "customfield_10324" : 1
    }
}

Disable

{
    "fields": {
        "customfield_10324" : 0
    }
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events