Class: JIRA::Filter
- Inherits:
-
DescribedEntity
- Object
- Entity
- DynamicEntity
- NamedEntity
- DescribedEntity
- JIRA::Filter
- 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
Methods inherited from NamedEntity
Methods inherited from DynamicEntity
Methods inherited from Entity
add_attribute, inherited, #initialize_with_xml, new_with_xml
Instance Method Details
#author ⇒ String
9 |
# File 'lib/jiraSOAP/entities/filter.rb', line 9 add_attribute :author, 'author', :content |
#project_name ⇒ String
12 |
# File 'lib/jiraSOAP/entities/filter.rb', line 12 add_attribute :project_name, 'project', :content |
#xml ⇒ String
TODO:
Find out what this is for, perhaps it is the XML form of equivalent JQL query?
19 |
# File 'lib/jiraSOAP/entities/filter.rb', line 19 add_attribute :xml, 'xml', :content |