| com.atlassian.jira.functest.framework.admin.user.shared.SharedFiltersAdministration |
Known Indirect Subclasses
|
Represents to the Shared Filters Administration Page
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SharedFiltersAdministration.Filters | Represents the list of filters available in the page | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Change the owner of the filter
| |||||||||||
Deletes the filter represented by the filter id
| |||||||||||
Retrieves an instance of
SharedFiltersAdministration.Filters that represents the list of filters currently displayed on the Shared
Filters Administration Page. | |||||||||||
Navigates to the Shared Filters Administration Page.
| |||||||||||
Searches for shared filters from the Shared Filters Administration Page according to the specified criteria.
| |||||||||||
Searches for all the shared filters in this instance of JIRA from the Shared Filters Administration Page.
| |||||||||||
Change the owner of the filter
| filterId | id of the Filter |
|---|---|
| newOwner | the new owner username |
Deletes the filter represented by the filter id
| filterId | Id of the filter to be deleted |
|---|
Retrieves an instance of SharedFiltersAdministration.Filters that represents the list of filters currently displayed on the Shared
Filters Administration Page.
SharedFiltersAdministration.Filters.
Navigates to the Shared Filters Administration Page.
Searches for shared filters from the Shared Filters Administration Page according to the specified criteria.
| searchText | The text to search for in the name/description of the filter. |
|---|---|
| owner | The name of the user that owns the filters to search for. |
Searches for all the shared filters in this instance of JIRA from the Shared Filters Administration Page.

