Sha256: 81f4e860d2f881345a4b9a50a88f517e95dc15080b8ef90c3802e05a83e2cdc3
Contents?: true
Size: 630 Bytes
Versions: 3
Compression:
Stored size: 630 Bytes
Contents
# Athenian::LinkedJIRAIssue ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | JIRA issue key `PROJECT-###`. | | | **title** | **String** | Title of this issue. | | | **epic** | **String** | Identifier of the epic that owns this issue. | [optional] | | **labels** | **Array<String>** | List of JIRA labels in this issue. | [optional] | | **type** | **String** | Type of this issue. | | ## Example ```ruby require 'athenian' instance = Athenian::LinkedJIRAIssue.new( id: null, title: null, epic: null, labels: null, type: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/LinkedJIRAIssue.md |
athenian-2.1.85 | docs/LinkedJIRAIssue.md |
athenian-2.1.81 | docs/LinkedJIRAIssue.md |