What command can I user to remove multiple/all values from a field in Youtrack

1.2k views Asked by At

Suppose I have a field that can contain multiple values, e.g. "Versions". Is there a way to empty the Versions field using a YouTrack command?

At the moment I only know how to remove a specific version, e.g.:

Remove v123

If I want to remove multiple versions

Remove v123 Remove v456

I could not find a command that would empty the field.

1

There are 1 answers

3
Jk1 On BEST ANSWER

Setting it to an empty value should help. If an empty value for your "Versions" field is "No versions", then the following command

Versions No versions

will remove all existing field values.

NOTE: the solution does not work if issues across multiple projects were selected: https://youtrack.jetbrains.com/issue/JT-30131