Skip to main content

ISSUE_LINKS

Constant ISSUE_LINKS 

Source
pub const ISSUE_LINKS: &str = "\
Show the links of an issue, each with its type.

```
ytcli issue links PROJ-1
```

`parent`, `subtask`, `is blocked by`, `depends on`, `relates`, `epic`, and the
rest. The type comes from the relation's identifier, not from its label, so it
does not change with the language your organisation uses.

`issue get` already prints these. Use this when you want only them.";