Skip to main content

QUEUE_VERSIONS

Constant QUEUE_VERSIONS 

Source
pub const QUEUE_VERSIONS: &str = "\
List the versions a queue defines.

```
ytcli queue versions PROJ
```

These are what an issue's `fixVersions` points at; without them that field is
an id with no meaning.

`STATE` is `open`, `released` or `archived`. Archived wins over released: an
archived version is out of use whether or not it ever shipped.";