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.
You need to write or find a plugin to do that.
We are using Jira Misc Custom Fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.