Erase custom field

Roman Solo November 6, 2018

I have custom field for my project in jira v7. I can't figure how to erase value from that field. I'm tried this api request with parameter: 

{ "fields": {"customfield_10201": ""}}

 But it seems to ignore empty value in the request. In my program I modify others values (not empty) and it works fine.

1 answer

1 accepted

1 vote
Answer accepted
Roman Solo November 6, 2018

Got it. You need to pass null value to empty custom field.

Suggest an answer

Log in or Sign up to answer