while posting to
PUT /api/3/issue/${key}
{"update":{"fixVersions":[{"remove":{"name":"X.X.X"}}]}}
it will not remove the version..
using:
{"update":{"fixVersions":[{"set":[]}]}}
does not works either.
the version is already marked as released btw, however I can change it using the GUI.
I was using the wrong method, it works with the set, but is easier to just set the value using the fields
{
fields: {
fixVersions: [],
},
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.