Class: JIRA::IssueType
- Inherits:
-
IssueProperty
- Object
- Entity
- DynamicEntity
- NamedEntity
- DescribedEntity
- IssueProperty
- JIRA::IssueType
- Defined in:
- lib/jiraSOAP/entities/issue_type.rb
Overview
Contains all the metadata for an issue type.
Instance Method Summary collapse
-
#subtask ⇒ Boolean
(also: #sub_task, #sub_task?)
True if the issue type is also a subtask.
Methods inherited from IssueProperty
Methods inherited from DescribedEntity
Methods inherited from NamedEntity
Methods inherited from DynamicEntity
Methods inherited from Entity
add_attribute, inherited, #initialize_with_xml, new_with_xml
Instance Method Details
#subtask ⇒ Boolean Also known as: sub_task, sub_task?
True if the issue type is also a subtask
9 |
# File 'lib/jiraSOAP/entities/issue_type.rb', line 9 add_attribute :subtask, 'subTask', :to_boolean |