Hi,
I am trying to remove multiple fix version and found one of the json below:
{
"update": {
"fixVersions": [{
"add": {
"name":"CCS PI21.3 Sprint 3"
}
}]
}
}
Now this is working when I am trying to remove just one Fix version but what I essentially want is either I can use wild characters so anything which starts with CCS gets removed like CCS*.* or I should be able to give all fix versions within one place. Is it possible and if so please help
"name":"CCS PI21.3 Sprint 3"
"name":"CCS PI21.3 Sprint 4"
"name":"CCS PI21.4 Sprint 1"
"name":"CCS PI21.4 Sprint 2"
"name":"CCS PI21.4 Sprint 3"