java.lang.Object | |
↳ | com.atlassian.jira.web.action.issue.IssueNavigatorToolsHelper |
Utility for determining tool options to display on the issue navigator
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IssueNavigatorToolsHelper.SearchRequestInfo | |||||||||||
IssueNavigatorToolsHelper.SearchResultInfo |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the maximum number of issues the user is allowed to bulk edit.
| |||||||||||
Tells whether the bulk edit limit property is currently restricting the number of issues in the current search
that may be bulk edited.
| |||||||||||
Checks to see if the current user has the global BULK CHANGE permission
| |||||||||||
Determines if the current search request has a column layout.
| |||||||||||
Determines whether the "Use Your Columns" link should be shown to the user.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the maximum number of issues the user is allowed to bulk edit. Possibly the number of search results that
were returned, but no more than the number configured by JIRA_BULK_EDIT_LIMIT_ISSUE_COUNT
if it is
set to a positive number.
Tells whether the bulk edit limit property is currently restricting the number of issues in the current search that may be bulk edited.
Checks to see if the current user has the global BULK CHANGE permission
Determines if the current search request has a column layout. Used in the header of the IssueNavigator
ColumnLayoutStorageException |
---|
Determines whether the "Use Your Columns" link should be shown to the user. This will happen IF the search request has its own column layout AND If the user has NOT chosen to override the search request's column layout
ColumnLayoutStorageException |
---|