Interface HistoryReferenceStory

A reference to a Story.

Hierarchy

  • HistoryReferenceStory

Properties

app_url: string

The application URL of the Story.

Max Length

2048

Pattern

^https?://.+$

entity_type: string

The type of entity referenced.

id: string | number

The ID of the entity referenced.

name: string

The name of the entity referenced.

story_type: "feature" | "chore" | "bug"

If the referenced entity is a Story, either "bug", "chore", or "feature".

Generated using TypeDoc