Sha256: 48ec4c3a923dcf986e6bbba1ce186b62ccd8eeb5f2bb2cec23a338aa7969b39e
Contents?: true
Size: 927 Bytes
Versions: 3
Compression:
Stored size: 927 Bytes
Contents
# Athenian::JIRAIssueType ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the issue type. | | | **normalized_name** | **String** | Normalized name of the issue type. For example, \"Sub-tásks\" becomes \"subtask\". | | | **count** | **Integer** | Number of issues that satisfy the filters and belong to this type. | | | **image** | **String** | Icon URL. | | | **project** | **String** | Bound project identifier. | | | **is_subtask** | **Boolean** | Value indicating whether this issue type refers to a sub-task. | | | **is_epic** | **Boolean** | Value indicating whether this issue type refers to an epic. | | ## Example ```ruby require 'athenian' instance = Athenian::JIRAIssueType.new( name: null, normalized_name: null, count: null, image: null, project: null, is_subtask: null, is_epic: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/JIRAIssueType.md |
athenian-2.1.85 | docs/JIRAIssueType.md |
athenian-2.1.81 | docs/JIRAIssueType.md |