Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Clear the value of "Parent Link" field when creating a new issue

Abhishek Kalamkar
May 19, 2023

When creating a new issue, I need to clear the parent field. Parent link should be empty. 

I have tried multiple options like 

{
    "fields": {
        "parent": null  
    }
}

and 

 

{
"update" : {
"Parent Link" : [{"set": []}]
}
}

does not seems to work. 

can you please help to sort the issue out. 

 

 

1 answer

0 votes
Mesut Yilmazyildirim
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 Champions.
June 27, 2018

You need to write or find a plugin to do that.

We are using Jira Misc Custom Fields

Suggest an answer

Log in or Sign up to answer