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

Instance Method Summary collapse

Methods inherited from Entity

add_attributes, #initialize_with_xml, new_with_xml, #to_soap

Instance Attribute Details

#subtaskBoolean

Corresponds to subTask in the javadoc.

True if the issue type is also a subtask.

Returns:

  • (Boolean)

Instance Method Details

#subtask?Boolean

Corresponds to subTask in the javadoc.

True if the issue type is also a subtask.

Returns:

  • (Boolean)