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 Attribute Summary collapse

Attributes inherited from IssueProperty

#icon

Attributes inherited from DescribedEntity

#description

Attributes inherited from NamedEntity

#name

Attributes inherited from DynamicEntity

#id

Method Summary

Methods inherited from Entity

add_attributes, #initialize_with_xml, new_with_xml

Instance Attribute Details

#subtaskboolean Also known as: subtask?

Returns true if the issue type is also a subtask.

Returns:

  • (boolean)

    true if the issue type is also a subtask



6
7
8
# File 'lib/jiraSOAP/entities/issue_type.rb', line 6

def subtask
  @subtask
end