Class: JIRA::IssueType

Inherits:
IssueProperty show all
Defined in:
lib/jiraSOAP/entities/issue_type.rb

Overview

Contains all the metadata for an issue type.

Instance Method Summary collapse

Methods inherited from IssueProperty

#icon

Methods inherited from DescribedEntity

#description

Methods inherited from NamedEntity

#name

Methods inherited from DynamicEntity

#id

Methods inherited from Entity

add_attribute, inherited, #initialize_with_xml, new_with_xml

Instance Method Details

#subtaskBoolean Also known as: sub_task, sub_task?

True if the issue type is also a subtask

Returns:

  • (Boolean)


9
# File 'lib/jiraSOAP/entities/issue_type.rb', line 9

add_attribute :subtask, 'subTask', :to_boolean