Package com.atlassian.jira.plugin.webfragment.conditions
package com.atlassian.jira.plugin.webfragment.conditions
-
ClassesClassDescriptionAbstract for checking dashboard conditionsConvenient abstraction for conditions which check a particular global permissionDeprecated.Convenient abstraction for
Condition
s that are aware of JIRA's authentication and project- or issue-related contexts.Deprecated.ExtendAbstractWebCondition
instead.Convenient base class for conditions which require a project permission key.Convenient abstraction forCondition
s that are aware of JIRA's authentication and project- or issue-related contexts.Deprecated.Only display a web-fragment if a User has permission to browse/pick users.Checks that the current user is a project admin for the passed in Project, Version or ComponentCondition that determines whether the current user can attach a file to the current issue.Checks if there are multiple project types to choose from.Condition that determines whether the current user can convert the current subtask to an issue.Condition that determines whether the current user can convert the current issue to a sub task.Checks if the logged in user has the rights to create shared objects.Condition that determines whether the current user can mange attachmentsA condition that checks to see if a passed in param equals a specificCondition that checks for equality between the expected value and a property value for a given entity in the current context.Condition returns true ifAPKeys.JIRA_OPTION_USER_EXTERNALMGT
is disabled.An extension ofCondition
which helps to decide whether a web section or web item should be displayed.Condition to check a permission against a given issue for the current user.Condition that checks if a user has a current search.Condition to check whether there are any link types available.Checks if a project is selected (inJiraHelper
) and if the user has thepermission
for that projectChecks if a project is selectedCondition to check whether the issue has any sub task types available.Checks if there is aVelocityRequestContext.getRequestParameters()
.Checks if there are any released versions for the selected project.Checks if there are any unreleased versions for the selected project.Condition to check whether the current user has voted for the current issueChecks if there are any user directories with 'write' permission.Checks if this user has the global admin permission.Checks if we're in admin modeChecks if currently user is not logged in.Condition to see if a system property option is set to true.TODO: Document this class / interface hereChecks to see if JIRA is running in a cluster.Checks if the current user is able to edit given dashboardChecks if the current user is the owner of a given dashboard or has the same permissions as an ownerChecks to see if JIRA is DataCenter editionChecks if Jira is in the dev mode.Will allow displaying given fragment if a particular feature is enabled.Checks if the specifiedIsFieldHiddenCondition.field
is hidden in at least one scheme associated with the selected project andIsFieldHiddenCondition.issuetype
Condition to checkif the current user is the assignee of the current issueCondition to check if the issue is currently editableCondition to check whether the current user reported the current issueCondition to determine whether an issue is UnresolvedCondition to check if keyboard shortcuts are enabled.Checks if JIRA runs in On Demand environmentCondition to determine whether an issue is a subtaskUsed to display help menu dropdown item about terminology changes only when terminology changedChecks to see if the version passed in is archivedChecks to see if the version passed in is releasedCondition that determines whether the current user is watching the current issue.Checks if the user has the global permissionChecks if Jira is using a forged license.Condition to determine whether linking is enabledCondition that determines whether given issue does not have any attachmentsThis condition specifies that the item should only be displayed if the suppliedJiraHelper
is not of typeVersionHelper
i.e.Decides wheter or not to show the Manage Dashboards link.Only displays aWebItemModuleDescriptor
if an SMTP mail server is configured.Condition to determine whether Subtasks are turned on or notCondition to determine whether time tracking is turned on or notAn url reading condition which is true iff the configured system property is set and has case insensitive value "true".Checks if there are any history issue'sChecks if the user can see at least one project with the permission.Checks if this user has the global admin permission.Checks if the user is an admin or can see at least one project with the permissionChecks that the current user is a project admin for at least one project.Will return shouldDisplay of true if the user has thePermissions.SYSTEM_ADMIN
global permission.Used to determine if the logged in user is the same as the profile user in the jira helper.Checks if this user is logged inReturns true if voting is enabled.Returns true if watching is enabled.
AbstractIssueWebCondition
instead.