com.atlassian.jira.functest.framework.navigation.FilterNavigation |
![]() |
Navigate filter functionality.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add filter as favourite to the current logged in user.
| |||||||||||
Navigate to manage all filters
| |||||||||||
Creates a filter with the specified name and description
| |||||||||||
Creates a filter with the specified name and description and set of sharing permissions.
| |||||||||||
Delete the specified filter.
| |||||||||||
Navigate to favourite filters.
| |||||||||||
Does a filter search from a filter search form page with the given search criteria.
| |||||||||||
Return the basic URL of the action.
| |||||||||||
Navigate to the default filters page for this FilterNavigation.
| |||||||||||
Navigate to manage subscriptions for a given filter
| |||||||||||
Navigate to manage my filters
| |||||||||||
Navigate to manage popular filters
| |||||||||||
Goes to the project tab of the filterpicker popup (only visible with showProjects param).
| |||||||||||
Remove filter as favourite from the current logged in user.
| |||||||||||
Return a new list containing new expected items based on the given ones which are stripped
of any field expectations that are not designed to be met by this FilterNavigation
implementation's favourite view.
| |||||||||||
Return a new list containing new expected items based on the given ones which are stripped
of any field expectations that are not designed to be met by this FilterNavigation
implementation's search results view (including popular filters).
| |||||||||||
Navigate to search filters
|
Add filter as favourite to the current logged in user.
id | The id of the filter |
---|
Navigate to manage all filters
Creates a filter with the specified name and description
filterName | the name of the filter. |
---|---|
filterDesc | the description of the filter. |
Creates a filter with the specified name and description and set of sharing permissions.
filterName | the name of the filter. |
---|---|
filterDesc | the description of the filter. |
sharingPermissions | the sharing permissions of the filter. |
Delete the specified filter.
id | the id of the filter to delete. |
---|
Navigate to favourite filters.
Does a filter search from a filter search form page with the given search criteria. Client is left on filter search results screen.
filterName | the name of the filter, possibly "" but not null. |
---|
Navigate to the default filters page for this FilterNavigation.
Navigate to manage subscriptions for a given filter
filterId | id of the filter |
---|
Navigate to manage my filters
Navigate to manage popular filters
Goes to the project tab of the filterpicker popup (only visible with showProjects param).
Remove filter as favourite from the current logged in user.
id | The id of the filter |
---|
Return a new list containing new expected items based on the given ones which are stripped of any field expectations that are not designed to be met by this FilterNavigation implementation's favourite view.
expectedItems | the template items to expect. |
---|
Return a new list containing new expected items based on the given ones which are stripped of any field expectations that are not designed to be met by this FilterNavigation implementation's search results view (including popular filters).
expectedItems | the template items to expect. |
---|
Navigate to search filters