Class: JIRA::Filter

Inherits:
DescribedEntity show all
Defined in:
lib/jiraSOAP/entities/filter.rb

Overview

Note:

You can only read filters from the server, there are no API methods for creating, updating, or deleting filters from the server.

Represents a filter, but does not seem to include the filters JQL query.

Instance Method Summary collapse

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

#authorString

Returns:

  • (String)


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

add_attribute :author, 'author', :content

#project_nameString

Returns:

  • (String)


12
# File 'lib/jiraSOAP/entities/filter.rb', line 12

add_attribute :project_name, 'project', :content

#xmlString

TODO:

Find out what this is for, perhaps it is the XML form of equivalent JQL query?

Returns:

  • (String)


19
# File 'lib/jiraSOAP/entities/filter.rb', line 19

add_attribute :xml, 'xml', :content