{% includes %}
Attributes
| Parameter | Type | Required | Description |
|---|---|---|---|
ref | string | ✓ | Qualified id of the feature or flow included in this milestone (e.g., 'feature/add-bookmark') |
Valid Parent Contexts
This tag is valid inside: {% milestone %}
Self-closing tag. Declares that the parent \{% milestone %\} includes the referenced feature or flow.
Milestone includes referencing two features
{% includes ref="feature/add-bookmark" /%}{% includes ref="feature/remove-bookmark" /%}