Class | Description |
---|---|
AbstractDashboardCondition |
Abstract for checking dashboard conditions
|
AbstractFixedPermissionCondition |
Convenient abstraction for conditions which check a particular global permission
|
AbstractHasVersionsCondition | |
AbstractIssueCondition | Deprecated
Extend
AbstractIssueWebCondition instead. |
AbstractIssueWebCondition |
Convenient abstraction for
Condition s that are aware of JIRA's
authentication and project- or issue-related contexts. |
AbstractJiraCondition | Deprecated
Extend
AbstractWebCondition instead. |
AbstractJiraPermissionCondition | Deprecated
Use
AbstractPermissionCondition instead. |
AbstractPermissionCondition | Deprecated
Use
AbstractProjectPermissionCondition instead. |
AbstractProjectPermissionCondition |
Convenient base class for conditions which require a project permission key.
|
AbstractWebCondition |
Convenient abstraction for
Condition s that are aware of JIRA's
authentication and project- or issue-related contexts. |
ArchivingAllowedCondition | |
ArchivingDiscoveryCondition | |
ArchivingEnabledCondition | |
BooleanSystemPropertyCondition | Deprecated |
BrowseArchiveEnabledCondition | |
BrowseUsersPermissionCondition |
Only display a web-fragment if a User has permission to browse/pick users.
|
CanAdministerProjectCondition |
Checks that the current user is a project admin for the passed in Project, Version or Component
|
CanArchiveIssueCondition | |
CanAttachFileToIssueCondition |
Condition that determines whether the current user can attach a file to the current issue.
|
CanChangeProjectTypeCondition |
Checks if there are multiple project types to choose from.
|
CanConvertToIssueCondition |
Condition that determines whether the current user can convert the current subtask to
an issue.
|
CanConvertToSubTaskCondition |
Condition that determines whether the current user can convert the current issue to a sub task.
|
CanCreateSharedObjectsCondition |
Checks if the logged in user has the rights to create shared objects.
|
CanManageAttachmentsCondition |
Condition that determines whether the current user can mange attachments
|
CanRestoreIssueCondition | |
ContextContainsCondition |
A condition that checks to see if a passed in param equals a specific
|
EntityPropertyEqualToCondition |
Condition that checks for equality between the expected value and a property value for a given entity in the current context.
|
ExternalUserManagementDisabledCondition |
Condition returns true if
APKeys.JIRA_OPTION_USER_EXTERNALMGT
is disabled. |
FeatureEnabledCondition |
An extension of
Condition which helps to decide whether a web section or
web item should be displayed. |
HasIssuePermissionCondition |
Condition to check a permission against a given issue for the current user.
|
HasLastSearchRequestCondition |
Condition that checks if a user has a current search.
|
HasLinkTypesAvailableCondition |
Condition to check whether there are any link types available.
|
HasProjectPermissionCondition |
Checks if a project is selected (in
JiraHelper ) and if the user has the permission for that project |
HasSelectedProjectCondition |
Checks if a project is selected
|
HasSubTasksAvailableCondition |
Condition to check whether the issue has any sub task types available.
|
HasVelocityRequestContext |
Checks if there is a
VelocityRequestContext.getRequestParameters() . |
HasVersionsReleasedCondition |
Checks if there are any released versions for the selected project.
|
HasVersionsUnreleasedCondition |
Checks if there are any unreleased versions for the selected project.
|
HasVotedForIssueCondition |
Condition to check whether the current user has voted for the current issue
|
HasWritableDirectoryCondition |
Checks if there are any user directories with 'write' permission.
|
IsAdminCondition |
Checks if this user has the global admin permission.
|
IsAdminModeCondition |
Checks if we're in admin mode
|
IsAdminSidebarPresentCondition | |
IsAnonymousUserCondition |
Checks if currently user is not logged in.
|
IsApplicationPropertySetCondition |
Condition to see if a system property option is set to true.
|
IsBrowserCondition |
TODO: Document this class / interface here
|
IsClusteredCondition |
Checks to see if JIRA is running in a cluster.
|
IsDashboardEditorCondition |
Checks if the current user is able to edit given dashboard
|
IsDashboardOwnerCondition |
Checks if the current user is the owner of a given dashboard or has the same permissions as an owner
|
IsDataCenterCondition |
Checks to see if JIRA is DataCenter edition
|
IsFeatureEnabledCondition |
Will allow displaying given fragment if a particular feature is enabled.
|
IsFieldHiddenCondition |
Checks if the specified
IsFieldHiddenCondition.field is hidden in at least one scheme associated with the selected project and
IsFieldHiddenCondition.issuetype |
IsIssueArchivedCondition | |
IsIssueAssignedToCurrentUserCondition |
Condition to checkif the current user is the assignee of the current issue
|
IsIssueEditableCondition |
Condition to check if the issue is currently editable
|
IsIssueReportedByCurrentUserCondition |
Condition to check whether the current user reported the current issue
|
IsIssueUnresolvedCondition |
Condition to determine whether an issue is Unresolved
|
IsKeyboardShortcutsEnabledCondition |
Condition to check if keyboard shortcuts are enabled.
|
IsOnDemandCondition |
Checks if JIRA runs in On Demand environment
|
IsRolesEnabled | Deprecated
this always returns true, so there's no need to use it, since 7.0.1
|
IsSubTaskCondition |
Condition to determine whether an issue is a subtask
|
IssueArchivingAllowedCondition | |
IsVersionArchived |
Checks to see if the version passed in is archived
|
IsVersionReleased |
Checks to see if the version passed in is released
|
IsWatchingIssueCondition |
Condition that determines whether the current user is watching the current issue.
|
JiraGlobalPermissionCondition |
Checks if the user has the global permission
|
LinkingEnabledCondition |
Condition to determine whether linking is enabled
|
NoAttachmentsCondition |
Condition that determines whether given issue does not have any attachments
|
NotVersionContextCondition |
This condition specifies that the item should only be displayed if the supplied
JiraHelper is not of type VersionHelper
i.e. |
ShowDashboardToolsMenuCondition |
Decides wheter or not to show the Manage Dashboards link.
|
SmtpMailServerConfiguredCondition |
Only displays a
WebItemModuleDescriptor if an SMTP mail server is
configured. |
SubTasksEnabledCondition |
Condition to determine whether Subtasks are turned on or not
|
TimeTrackingEnabledCondition |
Condition to determine whether time tracking is turned on or not
|
UrlReadingBooleanSystemPropertyCondition |
An url reading condition which is true iff the configured system property is set and has case insensitive value "true".
|
UserCanBrowseArchiveCondition | |
UserHasIssueHistoryCondition |
Checks if there are any history issue's
|
UserHasVisibleProjectsCondition |
Checks if the user can see at least one project with the permission.
|
UserIsAdminCondition |
Checks if this user has the global admin permission.
|
UserIsAdminOrHasVisibleProjectsCondition |
Checks if the user is an admin or can see at least one project with the permission
|
UserIsProjectAdminCondition |
Checks that the current user is a project admin for at least one project.
|
UserIsSysAdminCondition |
Will return shouldDisplay of true if the user has the
Permissions.SYSTEM_ADMIN
global permission. |
UserIsTheLoggedInUserCondition |
Used to determine if the logged in user is the same as the profile user in the jira helper.
|
UserLoggedInCondition |
Checks if this user is logged in
|
VotingEnabledCondition |
Returns true if voting is enabled.
|
WatchingEnabledCondition |
Returns true if watching is enabled.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.