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

set cascading select to no value via rest api

Jens Knipper May 15, 2015

Hi!

I'm trying to unset a cascading select custom-field via Rest-Api.

Jsons I tried:

"customfield_12000": [
    {
        "set": {
            "value": ""
        }
    }
]

"customfield_12000": [
    {
        "set": {
            "value": null
        }
    }
]

"customfield_12000": [
    {
        "set": {
            "id": "-1"
        }
    }
]

None of the things above worked. JIRA just says "Option is not valid"

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Answer accepted
Jens Knipper May 15, 2015

Found it on my own!

It's being done like this

"customfield_12000": [
            {
                "set":null
                }
            
        ]
TAGS
AUG Leaders

Atlassian Community Events