AbstractCustomFieldOperationsHandler.AbstractCustomFieldOperationsHandler(CustomField field, I18nHelper i18nHelper)
AbstractIssueWebCondition
instead. Since v6.0.IssueTabPanel2
.Condition
s that are aware of JIRA's
authentication and project- or issue-related contexts.AbstractWebCondition
instead. Since v6.0.Condition
s.FunctionProvider
s (eg.AbstractPermissionCondition
instead. Since v6.0. This class was previously in jira-core
but has been moved into the API (and deprecated) to protect third-party plugins that were using it. See
JRA-30983 and JRA-32058.JqlFunction
interface, that
provides sensible default behaviour for the AbstractJqlFunction.init(JqlFunctionModuleDescriptor)
, AbstractJqlFunction.getFunctionName()
and AbstractJqlFunction.isList()
methods.MultipleSettableCustomFieldType
yourself. Since v5.0.
Also, consider extending AbstractSingleFieldType
or AbstractMultiCFType
for other benefitsAbstractOneDimensionalHitCollector.AbstractOneDimensionalHitCollector(String, FieldVisibilityManager, ReaderCache,
FieldManager, ProjectManager)
and call setNextReader for each reader segment, that is if you are calling {@link #collect(int) directly
and not just passing the Collector to Lucene.PermissionManager
and accept "permission"
param.Project
, such as a modification.JsonEntityPropertyManager
to store the link data.AbstractRemoteIssueLinkEvent.AbstractRemoteIssueLinkEvent(com.atlassian.jira.issue.link.RemoteIssueLink)
instead.Condition
s that are aware of JIRA's
authentication and project- or issue-related contexts.WorkflowPluginFactory
class that most concrete implementations should extend.JiraWebActionSupport
action.JiraWebActionSupport
action.this
in order to allow fluent syntax.ProjectRoleService.addActorsToProjectRole(java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, String, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will add project role actor associations for the given actors
and checking
the currentUser
has the correct permissions to perform the update operation.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.this
in order to allow fluent syntax.ConditionBuilder
that can be used to build a JQL condition for
the passed JQL name.clauseName = operand
to the query being built.clauseName in (operands)
to the query being built.clauseName in (operands)
to the query being built.clauseName operator operand
to the query being built.clauseName operator (operands)
to the query being built.clauseName operator (operands)
to the query being built.clausename operator date
to the query being built.clauseName in (dates)
to the query being built.clauseName operator (clauseValues)
to the query being built.clauseName in (dates)
to the query being built.clauseName operator (clauseValues)
to the query being built.ProjectRoleService.addActorsToProjectRole(java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, String, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will add default role actor associations based off the passed in actors
and checking
the currentUser
has the correct permissions to perform the update operation.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.SchemeManager.addDefaultSchemeToProject(com.atlassian.jira.project.Project)
instead. Since v5.0.FavouritesManager.addFavourite(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.sharing.SharedEntity)
instead. Since v6.0.
Add the given entity as a favourite of the user passed in add to favourites count if necessary.FavouritesManager.addFavouriteInPosition(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.sharing.SharedEntity, long)
instead. Since v6.0.
Add the given entity as a favourite of the user passed in, in the specified position, add to favourites count if necessary.
The entity currently in the specified position and all those after will be moved down one position.clauseName = functionName()
to the query being built.clauseName = functionName(arg1, arg2, arg3, ..., argN)
to the query being built.clauseName = functionName(arg1, arg2, arg3, ..., argN)
to the query being built.clauseName operator functionName()
to the query being built.clauseName operator functionName(arg1, arg2, arg3, ..., argN)
to the query being
built.clauseName operator functionName(arg1, arg2, arg3, ..., argN)
to the query being
built.null
.Issue
to the user history list.Issue
to the user history list.UserHistoryItem
to the Users history list.UserHistoryItem
to the Users history list.clauseName = clauseValue
to the query being built.clauseName in (clauseValues)
to the query being built.clauseName in (clauseValues)
to the query being built.clauseName operator clauseValue
to the query being built.clauseName operator (clauseValues)
to the query being built.clauseName operator (clauseValues)
to the query being built.SchemeManager.createSchemeEntity(GenericValue, com.atlassian.jira.scheme.SchemeEntity)
to add project permissions to a permission scheme. Use GlobalPermissionManager.addPermission(com.atlassian.jira.permission.GlobalPermissionType, String)
to add global permissions. Since v6.3.Project
to the user hsitory list.NotificationRecipient
s to a notification event.FieldLayoutManager.addSchemeAssociation(com.atlassian.jira.project.Project, Long)
instead. Since v5.2.FieldLayoutScheme
to the project supplied.SchemeManager.addSchemeToProject(com.atlassian.jira.project.Project, Scheme)
instead. Since v5.0.clauseName = "clauseValue"
to the query being built.clauseName in (clauseValues)
to the query being built.clauseName in (clauseValues)
to the query being built.clauseName operator "clauseValue"
to the query being built.clauseName operator (clauseValues)
to the query being built.clauseName operator (clauseValues)
to the query being built.UserHistoryItem
to the Users history list.VoteManager.addVote(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.VoteManager.addVote(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.WorklogAdjustmentAmountInputParameters
object.GlobalPermissionKey.ADMINISTER
instead. This was never public API. Since v6.2.5.ConditionBuilder
that can be used to build a JQL condition for
the affected version.AggregateTimeTrackingCalculator
instances based on the type of
Issue
in play.alt
and title
attributes for image map area tags.ApplicationUser
from a directory User
.Locale
, i18n key and the rawMessage corresponding to them, apply a transformation
on the message to produce a different translation.Consumer
.Permissions.ADMINISTER
permissions.AssignableWorkflowScheme
.AssignableWorkflowScheme
.ConditionBuilder
that can be used to build a JQL condition for
the issue's assignee.User
objects.Project
and ProjectComponent
.SortedSet
of the elements of this builder in their natural order.AttachmentPathManager
that uses the ApplicationProperties
to get the current paths.AttachmentJsonBean
but contains rendered dataAttachmentManager
, and
thumbnails via ThumbnailManager
.AttachmentManager
only. Since v6.1AttachmentStore
with AttachmentStore.AttachmentAdapter
. Since v6.1Avatar
domain objects.Avatar.Size
.Avatar
's.EntityPropertyService
.EntityWithKeyPropertyService
.WorklogInputParameters
object.Lists.newArrayList(Object[])
instead. Since v5.0.Lists.newArrayList(Object[])
instead. Since v5.0.WorklogAdjustmentAmountInputParameters
object required for the
"manual adjustment" (or "adjustment amount") service calls.WorklogInputParameters
object and pass in every variable independent of which
adjustment option you have picked.bulkLoad
flag is no longer relevant. Use JiraPropertySetFactory.buildCachingDefaultPropertySet(String)
instead. Since v6.2.PropertySet
for the given entity name and an assumed
entity ID of 1
.bulkLoad
flag is no longer relevant. Use JiraPropertySetFactory.buildCachingPropertySet(String,Long)
instead. Since v6.2.PropertySet
for the given entity name and ID.propertySet
delegate and are also unsafe in a clustered environment. Use
JiraPropertySetFactory.buildCachingDefaultPropertySet(String)
or JiraPropertySetFactory.buildCachingPropertySet(String, Long)
instead. Since v6.2.WorklogNewEstimateInputParameters
object required for the "new estimate"
service calls.PropertySet
for the given entity name and an assumed
entity ID of 1
.PropertySet
for the given entity name and ID.Query
using the current builder.Query
using the current builder.Query
whos where clause will
return the generated clause and Order By clause will return the generated search order.GlobalPermissionKey.BULK_CHANGE
instead. This was never public API. Since v6.2.5.BulkEditBean
ApplicationUser
in a null
-safe manner.ReportModuleDescriptor
instances by name (case insensitive)
using the default locale.ReportModuleDescriptor
instances by name (case insensitive)
using the given locale.ContextProvider
s will be wrapped with CacheableContextProviderDecorator
on creation
in JiraWebFragmentHelper
, and have ContextProvider.getContextMap(java.util.Map)
invocation results cached
in the request.VelocityRequestContextFactory.setVelocityRequestContext(VelocityRequestContext)
instead. Since v5.0.CachingStatisticsMapper.getValueFromLuceneField(String)
in an internal
cache.Permissions.CREATE_ATTACHMENT
)
to create an attachment
has the screenshot enabled
is using a screenshot applet compatible OS (Windows or OSX)
the issue is in an editable workflow state
Permissions.CREATE_ATTACHMENT
) to create an attachment for this issue.Permissions.CREATE_ATTACHMENT
) to create an attachment for this project.Permissions.CREATE_ATTACHMENT
)
to create an attachment
attachments are enabled
This method does *not* check if the issue is in an editable workflow step, since temporary
attachments may be created when reopening an issue *before* the issue is actually reopened!UserPickerSearchService.canPerformAjaxSearch(com.atlassian.jira.user.ApplicationUser)
instead.true
if a call to OrderableField.removeValueFromIssueObject(com.atlassian.jira.issue.MutableIssue)
will actually remove the value.UserManager.canUpdateUser(ApplicationUser)
instead. Since v6.0.Option
s.ConditionBuilder
that can be used to build a JQL condition for
issue's in a particular project category.ChangeHistoryItem
objects.ChangeHistoryGroup
together to try and reduce Document
proliferation.ChangeHistory
s.com.atlassian.jira.charts.CreatedVsResolvedChart
for
example.SearchRequest
's query conforms to the simple structure required to fit in the Issue
Navigator.AttachmentStore.errors()
instead.AttachmentStore.errors()
instead.Query
.ClauseContext
for the associated clause.clause
.JqlFunction
classes in order to indicate to the JqlOperandResolver
that their arguments
are able to be sanitised if necessary.Query
.TemporaryAttachmentsMonitor.clearEntriesForFormToken(String)
instead.WorkflowCopyNameFactory
instead.ClusterMessageConsumer
instances when
messages are waiting to be processed.EnclosedIterable
.ColumnLayout
objects for system-wide Issue Navigator default
columns, user default columns and columns for Filter Filters
.ConditionBuilder
that can be used to build a JQL condition for
issue comments.Comment
's.Comment
objects.Comment
functionality.ConditionBuilder
that can be used to build a JQL condition for
the issue's component.ProjectComponent
lead.ProjectComponentComparator
ComponentAccessor
.FieldConfigItemType
that can be stored for a given
JiraContextNode
ObjectConfiguration
.ManagedConfigurationItem
.HttpServletRequest
object.Supplier
produces.this.contains
instead. Since v6.0.Iterator
contain anything that matches the predicate?Iterable
contain anything that matches the predicate?MultiMap
contain the value in any of its value collections.MultiMap
contain the Collection as any of its value collections.Context
instances easily.Context
instances easily.ClauseContext
'sWorkflowDescriptor
to XML.CustomFieldUtils.convertToIssueContexts(Project, List)
. Since v4.0IssueContexts
.ProjectManager.convertToProjectObjects(java.util.Collection)
instead. Since v4.4.WorkflowDescriptor
object representation.SchemeManager.copyScheme(Scheme)
instead. Since v5.0.WorkflowManager.copyWorkflow(com.atlassian.jira.user.ApplicationUser, String, String, JiraWorkflow)
instead. Since v6.0.CreateValidationResult
as parameter.CommentService.create(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue, String, String, Long, boolean, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Creates and persists a Comment
on the given Issue
set with current date and time.Version
, based on the validation result from calling VersionService.validateCreate(User, VersionBuilder)
.CommentManager.create(Issue issue, ApplicationUser author, String body, boolean dispatchEvent)
instead. Since v6.0.
Creates a comment and associates it with the given issue. Using this method the comment will be created
with a createdDate of the current date/time and with no visibility restrictions.CommentManager.create(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent)
instead. Since v6.0.
Creates a comment and associates it with the given issue. Using this method the comment will be created
with a createdDate of the current time. If you have provided a groupLevel then the comment visibility will be restricted
to the provided group, it is assumed that validation to ensure that the group actually exists has been performed
outside of this method. If you have provided a roleLevelId then the comment visibility will be restricted to the
provided role, it is assumed that validation to ensure that the role actually exists has been performed outside
of this method.
NOTE: A comment should not have both a group level and role level visibility restriction. This
method will not stop this, but it does not semantically make sense.CommentManager.create(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent)
instead. Since v6.0.
Creates a comment and associates it with the given issue. Using this method the comment will be created
with a createdDate of the specified date. This method should be used if you are trying to preserve existing
information and it is important to retain the original created date. If you have provided a groupLevel then the
comment visibility will be restricted to the provided group, it is assumed that validation to ensure that the
group actually exists has been performed outside of this method. If you have provided a roleLevelId then the
comment visibility will be restricted to the provided role, it is assumed that validation to ensure that the
role actually exists has been performed outside of this method.
NOTE: A comment should not have both a group level and role level visibility restriction. This
method will not stop this, but it does not semantically make sense.CommentManager.create(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent)
instead. Since v6.0.
Creates a comment and associates it with the given issue. Using this method the comment will be created
with a createdDate of the specified date. This method should be used if you are trying to preserve existing
information and it is important to retain the original created date. If you have provided a groupLevel then the
comment visibility will be restricted to the provided group, it is assumed that validation to ensure that the
group actually exists has been performed outside of this method. If you have provided a roleLevelId then the
comment visibility will be restricted to the provided role, it is assumed that validation to ensure that the
role actually exists has been performed outside of this method.
NOTE: A comment should not have both a group level and role level visibility restriction. This
method will not stop this, but it does not semantically make sense.CommentManager.create(com.atlassian.jira.issue.Issue, com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.user.ApplicationUser, String, String, Long, java.util.Date, java.util.Date, boolean, boolean)
instead. Since v6.0.
Creates a comment and associates it with the given issue. Using this method the comment will be created
with a createdDate of the specified date. This method should be used if you are trying to preserve existing
information and it is important to retain the original created date. If you have provided a groupLevel then the
comment visibility will be restricted to the provided group, it is assumed that validation to ensure that the
group actually exists has been performed outside of this method. If you have provided a roleLevelId then the
comment visibility will be restricted to the provided role, it is assumed that validation to ensure that the
role actually exists has been performed outside of this method.
NOTE: A comment should not have both a group level and role level visibility restriction. This
method will not stop this, but it does not semantically make sense.SearchContext
with the given project categories, projects and issue types.SearchContext
SearchContext
.Worklog
object and associates
it with the given issue.create(delegate, true)
.ClauseContextFactory
in a MultiClauseDecoratorContextFactory
.SharedEntity
GlobalPermissionKey.CREATE_SHARED_OBJECTS
instead. This was never public API. Since v6.2.5.WorklogResult
received from the base validate
method and adding on the
adjustmentAmount
.WorklogResult
objects that also capture a adjustmentAmount
to be set.WorklogResult
objects that also capture a adjustmentAmount
to be set.SearchHandler
for the field.AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean)
instead. Since v6.0.AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean)
instead. Since v6.0.AttachmentManager.createAttachment(File, String, String, User, Issue, Map, Date)
instead. Since v5.0.AttachmentManager.createAttachment(File, String, String, User, Issue, Map, Date)
instead. Since v5.0.AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean)
instead. Since v6.0.AttachmentManager.createAttachment(File, String, String, User, Issue)
instead. Since v5.0.AttachmentManager.createAttachment(File, String, String, User, Issue, Map, Date)
instead. Since v5.0.AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean)
instead. Since v6.0.PortalPageManager.createBasedOnClone(com.atlassian.jira.user.ApplicationUser, PortalPage, PortalPage)
instead. Since v6.0.
Creates a PortalPage in the database by cloning its Portlet content from the specified clonePortalPageBulkEditBean
ConditionBuilder
that can be used to build a JQL condition for
issue's creation date.WorkflowManager.createDraftWorkflow(com.atlassian.jira.user.ApplicationUser, String)
instead. Since v6.0.QueryFactoryResult
instance that will return no results.FieldLayoutSchemeEntity
for a particular FieldLayoutScheme
.FieldLayoutSchemeEntity
for a particular FieldLayoutScheme
.IssueCreationHelperBean.createFieldScreenRenderer(com.atlassian.jira.issue.Issue)
instead. Since v6.2.SearchRequest
to the database.SearchRequest
to the database.IssueManager.createIssueObject(String, Map)
instead since v5.0.IssueManager.createIssueObject(User, java.util.Map)
instead. Since v5.0.IssueManager.createIssueObject(User, Issue)
instead. Since v5.0ConstantsManager.insertIssueType(String, Long, String, String, String)
instead. Since v5.0.IssueTypeManager.createIssueType(String, String, Long)
instead. Since v6.3.WorklogResult
received from the base validate
method and adding on the
newEstimate
.WorklogResult
objects that also capture a newEstimate
to be set.WorklogResult
objects that also capture a newEstimate
to be set.ProjectService.validateCreateProject(User, String, String,
String, String, String, Long)
a new project will be created.ProjectRoleService.createProjectRole(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will create the project role with the given projectRole.getName()
,
projectRole.getDescription()
and checking the currentUser
has the correct permissions
to perform the create operation. The passed in errorCollection
will contain any errors that are
generated, such as permission violations.Query
that narrows it down to the current search context.com.atlassian.jira.jql.operand.OperandHandler
that
returns true for the isEmpty method.SchemeManager.createSchemeObject(String, String)
instead. Since v5.0.SubscriptionManager.createSubscription(ApplicationUser, Long, String, String, Boolean)
SubscriptionManager.createSubscription(ApplicationUser, Long, String, String, Boolean)
instead. Since v6.0.
Creates a new subscription based on the passed in filter id and fired
in accordance with the passed in triggerSubTaskManager.insertSubTaskIssueType(String, Long, String, String)
instead. Since v5.0.CustomFieldDefinition
.Version
object.Version
object.WorkflowManager.createWorkflow(com.atlassian.jira.user.ApplicationUser, JiraWorkflow)
instead. Since v6.0.WorkflowManager.createWorkflow(com.atlassian.jira.user.ApplicationUser, JiraWorkflow)
instead. Since v6.0.ConditionBuilder
that can be used to build a JQL condition for
the issue's current estimate.CustomField
to perform the operation on.ConditionBuilder
that can be used to build a JQL condition for
a custom field with the passed id.QueryContext
for a search request.CustomFieldDefinition.Builder
from CustomFieldDefinition.builder()
to create the definition. Since 6.1.CustomField
s.IssueSearcher
that's usable by CustomField
objects.CustomField
.DataImportService.validateImport(com.atlassian.crowd.embedded.api.User,
DataImportParams)
method.DateTimeFormatter
instances within JIRA.Days.daysBetween(org.joda.time.ReadablePartial, org.joda.time.ReadablePartial)
instead. Since v4.4.Days.daysBetween(org.joda.time.ReadablePartial, org.joda.time.ReadablePartial)
instead. Since v4.4.SharedEntity
relative to the user's set of all other entities of the same type.FavouritesManager.decreaseFavouriteSequence(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.sharing.SharedEntity)
instead. Since v6.0.
Decreases the position of the SharedEntity
relative to the user's set of all other entities of the same type.CustomFieldInputHelper
CustomFieldValueProvider
IndexedInputHelper
.JiraLuceneFieldFinder.getMatches(org.apache.lucene.index.IndexReader, String)
.FieldConfigItemType
that represents a default value for the field.IssueIndexManager.deIndex(com.atlassian.jira.issue.Issue)
instead. Since v5.0.SearchRequestService.deleteAllFiltersForUser(com.atlassian.jira.bc.JiraServiceContext, com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Delete all filters for a given userPortalPageService.deleteAllPortalPagesForUser(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Delete all Portal Pages owned by a user. This method will also remove all favourites for all portlets as well as
remove all favourites for the user. A nice big cleanup method for when deleting a user.Worklog
.Worklog
.FieldLayout
FieldLayoutScheme
supplied.IssueManager.deleteIssueNoEvent(com.atlassian.jira.issue.Issue)
instead. Since v5.0.ProjectRoleService.deleteProjectRole(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will delete the given projectRole
and checks
the currentUser
has the correct permissions to perform the delete operation.
This will also delete all ProjectRoleActor associations that it is the parent of.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.SharePermission
's that have the same "shape" as the provided share permission.SubscriptionManager.deleteSubscriptionsForUser(ApplicationUser)
instead. Since v6.0.Worklog
.Worklog
.ConditionBuilder
that can be used to build a JQL condition for
issue descriptions.FeatureManager.disableUserDarkFeature(com.atlassian.jira.user.ApplicationUser, String feature)
instead. Since v6.0.FieldableDocumentHitCollector
Query
is capable of being shown on the simple (GUI-based) issue navigator edit screen.User
would have permission to edit the ManagedConfigurationItem
.User
would have permission to edit an ManagedConfigurationItem
with the
specified level.DraftWorkflowScheme
for the passed workflow scheme.DraftWorkflowScheme
for the passed workflow scheme.ConditionBuilder
that can be used to build a JQL condition for
issue's due date.Lists
instead. Since v5.0.IssueTypeManager.updateIssueType(com.atlassian.jira.issue.issuetype.IssueType, String, String, Long)
instead. Since v6.3.VersionManager.editVersionDetails(Version, String, String)
instead. since 5.0APKeys.JIRA_OPTION_EMAIL_VISIBLE
setting.FeatureManager.enableUserDarkFeature(com.atlassian.jira.user.ApplicationUser, String feature)
instead. Since v6.0.EnclosedIterable
into a List
.input
as HTML.JqlQueryBuilder
.untrustedPath
would result in path traversal.SharedEntity
type, eg "PortalPage"null
nor blank.E
which are identifiable by id.JsonEntityPropertyManager
.EntityPropertyQuery
for which sufficient contraints have been provided to make
the query valid.EntityPropertyHelper
with operations identifying entities by keys.EntityPropertyService
specific for entities which are identifiable by key.Enumeration
into an Iterator
.ConditionBuilder
that can be used to build a JQL condition for
issue environments.equals
.equals operator
and the
passed value.equals operator
and the
passed value.equals operator
and the
passed date.equals operator
and the
passed value.equals operator
and the
EMPTY value.equals operator
and the
passed function.equals operator
and the
passed function.equals operator
and the
passed function.componentClass
.Comment
s on the
given Issue that the given ApplicationUser
has permission to see.SearchInputTransformer
for project custom fields.SearchInputTransformer
for exact text custom fields (urls).FieldRenderingContext.EXCEL_VIEW
insteadJiraAuthenticationContext
JiraAuthenticationContext
HttpServletRequest
It is set in the entry filter and set back to null at the end of the filter chainConstantsManager.ALL_STANDARD_ISSUE_TYPES
, ConstantsManager.ALL_SUB_TASK_ISSUE_TYPES
and
ConstantsManager.ALL_ISSUE_TYPES
.FeatureManager
.FeatureManager
.ConditionBuilder
that can be used to build a JQL condition for
the passed name.Collector
that retrieves only a subset of fields within the Document for each result.ConfigurableField
.FieldConfig
objects that has been associated to a particular set of IssueType
s
and then associated to a series of contexts (JiraContextNode
).FieldConfigScheme
, taking
into account what is visible to the searcher.FieldLayoutSchemeEntity
).Document
that is relevant for a JIRA
field.OrderableField
, corresponds
to a single entry of a the Field Configuration in the user interface.IssueType
-> FieldLayout
for a particular FieldLayoutScheme
.OfBizDelegator
Field
s based on their translated (i18n'd) name.Field
objects.IssueContext
, OperationContext
, FieldLayoutItem
and the Issue
.StatisticsMapperWrapper
result set to a more friendly form such as a string or StatsMarkup.Iterator
.Iterable
.Collection
.Collection
for the specified subtype.SearchContext
JiraLuceneFieldFinder
ServiceUtils.findIssueObjectInString(String)
insteadServiceUtils.findIssueObjectsInString(String)
insteadIssueManager.getIssue(String)
instead. Since v6.1.User
based on user name and directoryIdIterable
in iteration order, or null if empty.ConditionBuilder
that can be used to build a JQL condition for
the fix version.MapperEntityRegister.registerOldValue(String, String)
, such
that this mapper will indicate that the value MUST be mapped to a new value.ApplicationUser.getKey()
or IdentifierUtils.toLowerCase(String)
. Since v6.0JiraAuthenticationContext
).NumberTool.getFormat()
.NumberTool.getLocale()
.Locale
.DateTimeFormatter.format(java.util.Date)
instead. Since v4.4.DateTimeFormatter.format(java.util.Date)
instead. Since
v4.4.DateTimeFormatter.format(java.util.Date)
instead. Since
v4.4.DateTimeFormatter.format(java.util.Date)
instead. Since
v4.4.DateTimeFormatter.format(java.util.Date)
instead. Since
v4.4.DateTimeFormatter.format(java.util.Date)
instead. Since
v4.4.DateTimeFormatter.format(java.util.Date)
instead. Since
v5.0.user
's email address for the purpose of displaying it to currentUser
,
as determined by the
APKeys.JIRA_OPTION_EMAIL_VISIBLE
setting.APKeys.JIRA_OPTION_EMAIL_VISIBLE
setting.APKeys.JIRA_OPTION_EMAIL_VISIBLE
setting.DateTimeFormatter.format(java.util.Date)
instead. Since v5.0.DateTimeFormatter.format(java.util.Date)
instead. Since v4.4.DateTimeFormatter.format(java.util.Date)
instead. Since
v5.0.relative
date style.DateTimeFormatter.format(java.util.Date)
instead. Since
v5.0.UserFormatManager.formatUserkey(String, String, String)
or UserFormatManager.formatUsername(String, String, String)
instead. Since v6.0.UserFormats.formatter(String)
instead. Since v6.0.SearchInputTransformer
for free text custom fields.java.util.Date
by interpreting the Date in the system (JVM) timezone.null
-safe conversion of a collection of directory users
to corresponding ApplicationUser
objects.EnclosedIterable
from the supplied Collection.GenericTextCFType.getDatabaseType()
)
Transport Object Type
String
Database Storage Type
String
sharable entities
from a search result.sharable entities
from a search result.ArrayList
of the contents of the supplied EnclosedIterable
IssueTabPanel2.getActions(GetActionsRequest)
method.IssueTabPanel2
SPI.IssueTabPanel2
SPI.UserUtil.getJiraAdministrators()
.VersionManager.getAffectedVersionsFor(com.atlassian.jira.issue.Issue)
instead. since 5.0VersionManager.getIssuesWithAffectsVersion(Version)
instead. since 5.0SearchRequestManager.visitAll(Visitor)
instead. Since v5.2.VersionManager.getIssueIdsWithAffectsVersion(Version)
and VersionManager.getIssueIdsWithFixVersion(Version)
instead. since 5.0ChangeHistoryItem
's for the given issuesharable entities
this accessor can see for use in indexing.SearchRequest
.Issue
.ConstantsManager.getAllIssueTypeObjects()
instead. Deprecated since v4.0Option
in the system.PortalPageManager.getAllOwnedPortalPages(ApplicationUser)
instead. Since v6.0.
Returns a Collection of PortalPage objects that are owned by the specified UserSearchRequestManager.getAllOwnedSearchRequests(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Retrieves a collection of SearchRequest objects that a user created.Project
.Project
objects.Project
objects.Project
objects.Project
objects.FieldScreenRenderLayoutItem
s contained
on any of the FieldScreenRenderTab
s.IssueSecurityLevelManager.getAllIssueSecurityLevels()
instead. Since v5.0.ShareType
instnaces available.KeyboardShortcut
s available
using the plugin descriptor's 'order' attribute for sorting.SubscriptionManager.getAllFilterSubscriptions(Long filterId)
instead. Since v6.2.SubscriptionManager.getAllFilterSubscriptions()
instead. Since v6.2.UserUtil.getUsers()
.User
objects that belong to any of the passed in collection of group names.User
objects that belong to any of the passed in collection of group names.User
objects that are found within the passed in collection of Group
objects.IssueSecurityLevelManager.getAllSecurityLevelsForUser(com.atlassian.crowd.embedded.api.User)
instead. Since v5.0.ColumnLayoutItems
that can be displayed to the user.Analyzer
for indexing.Analyzer
for searching.IssueContext
objectsUser
s that may have an Issue
assigned to them, for a given workflow state.User
s that may have all of the given Issue
s assigned to them, for a
given workflow state.MailThreadManager.getAssociatedIssueObject(javax.mail.Message)
method. Since 26/11/2011ProjectRoleService.getAssociatedIssueSecuritySchemes(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will get all issue security scheme's that the specified projectRole is currently used in.FieldConfigScheme.getAssociatedIssueTypeObjects()
instead. Since v6.1.ProjectRoleService.getAssociatedNotificationSchemes(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will get all notification scheme's that the specified projectRole is currently used in.eventType
The event type is associated with a notification scheme if the scheme has at least one notification type and
template selected for that event type.ProjectRoleService.getAssociatedPermissionSchemes(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will get all permission scheme's that the specified projectRole is currently used in.FieldConfigScheme.getAssociatedProjectCategoryObjects()
insteadFieldConfigScheme.getAssociatedProjectObjects()
insteadFieldConfigSchemeManager.getAssociatedProjectObjects(ConfigurableField)
instead. Since v5.2.ConfigurableField.getAssociatedProjectObjects()
instead. Since v5.2.CustomField.getAssociatedProjectObjects()
instead. Since v5.2.ProjectRoleService.getAssociatedWorkflows(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Returns workflows and their actions that are associated with the given
ProjectRole
. e.g. com.atlassian.jira.workflow.condition.InProjectRoleCondition
workflow elements that block workflow transition unless the acting user is
in the ProjectRole.Attachment.getAuthorObject()
instead. Since v6.0.ChangeHistory.getAuthorKey()
instead. Since v6.0.Comment.getAuthorKey()
or Comment.getAuthorApplicationUser()
instead. Since v6.0.Worklog.getAuthorKey()
instead. Since v6.0.user
that created the commentApplicationUser.getDisplayName()
of Worklog.getAuthorObject()
instead. Since v6.0.Comment.getAuthorKey()
or Comment.getAuthorApplicationUser()
instead. Since v6.0.ChangeHistory.getAuthorObject()
instead. Since v6.0.
Returns the author of this ChangeComment.getAuthorApplicationUser()
instead. Since v6.0.IssueType
s to which issues with the supplied issue type can be moved to.Avatar
for this project.AvatarService.getAvatarURL(com.atlassian.crowd.embedded.api.User, String, com.atlassian.jira.avatar.Avatar.Size)
but returns an absolute URL.AvatarService.getAvatarURL(com.atlassian.crowd.embedded.api.User, String,
com.atlassian.jira.avatar.Avatar.Size)
but does no permission checking.TwoDimensionalStatsMap.hasIrrelevantXData()
is true and TwoDimensionalStatsMap.hasIrrelevantYData()
is true then we need to know the
total where both axis are irrelevant.ProjectActionSupport.getBrowsableProjects()
instead. Since v5.0.BulkOperation
objectsTemporaryAttachmentsMonitor.getByFormToken(String)
instead.PortletConfiguration
associated with the passed Portal Page.File
object representing the caches directory in JIRA home.WorkflowFunctionUtils.getCallerUser(java.util.Map, java.util.Map)
instead. Since v6.0.WorkflowUtil.getCallerUser(java.util.Map)
instead. Since v6.0.WorkflowFunctionUtils.getCallerUser(java.util.Map, java.util.Map)
instead. Since v6.0.WorkflowUtil.getCallerUser(java.util.Map)
instead. Since v6.0.ApplicationUser
executing this condition.ApplicationUser
object of the caller.ApplicationUser
executing this condition.ChangeHistoryManager
manager instanceIndexSearcher
that can be used to search the change history index.AbstractCustomFieldSearchInputTransformer.getSearchClause(User, com.atlassian.jira.issue.transport.FieldValuesHolder)
as implemented here.ClauseHandler
s registered against the passed JQL clause
name.ClauseHandler
s registered against the passed JQL clause
name.TerminalClause
's created by this searcher.TerminalClause
's created by this searcher.Color
Input string can ontain a leading hash (#) and can be a 3 char or 6 char hex string.ColumnLayout
for userWithColumns.SearchContext
possible from the two parameters.CommentService.getCommentById(ApplicationUser user, Long commentId, ErrorCollection errorCollection)
instead. Since v6.0.IndexSearcher
that can be used to search the comment index.CommentService.getCommentsForUser(ApplicationUser currentUser, Issue issue)
instead. Since v6.3.Comment
s on the
given Issue that the given ApplicationUser
has permission to see.CommentManager.getCommentsForUser(Issue issue, ApplicationUser user)
instead. Since v6.0.
Retrieves all Comment
s on the
given Issue that the given User
has permission to see.
If the passed in user is null, only comments with no permission level set will be returned.
NOTE: keep in mind null user represents an anonymous i.e. non-logged in user.Comment
s that were created or updated since the provided date, for the given user.Comment
s that were created or updated after the provided date, on the
given Issue that the given ApplicationUser
has permission to see.LuceneFieldSorter.getComparator()
, will order the Term values in the correct order.LuceneFieldSorter.getValueFromLuceneField(String)
.SharePermission
of this type.DateTimeFormatter.getFormatHint()
instead. Since v4.4.DateTimeFormatter.getFormatHint()
instead. Since v4.4.Status.getStatusCategory()
instead. Since v6.1.ComponentAccessor
.Serializable
lazy reference to the core component which is stored in JIRA's
Dependency Injection container under the key that is the given class.Issue.getComponentObjects()
instead. Since v5.2.Project.getProjectComponents()
. Since v4.1.Supplier
for the passed component.String
of issue types and the value is the FieldConfig
for that issue typeFieldConfig
and values are associated a Collection
Issue Type GenericValue
GenericValue
is discouraged. Deprecated since: v4.0. Use IssueTypeSchemeManager.getConfigScheme(Project)
instead.FieldConfigScheme
associated with the
FieldConfig
FieldConfig
objects that are only associated to the specified FieldConfigScheme
.FieldConfigItemType
objects.FieldConfigItemType
objects.ConstantsManager.getIssueConstantByName(String, String)
. Since v4.3IssueConstant
object for the given type & id.IssueConstant
objects for the given type.FieldConfigScheme
determines the
ClauseContext
specified by it, taking into account
what is visible to the searcher User
JiraContextNode
objects this scheme is relevent tonull
,
if the request does not have such cookie.COUNT *
query over the given entity.COUNT *
query over the given entity with some WHERE
conditions.Comment
's that have their visibility restricted by the named group.Worklog
's that have a visibility restriction
of the provided group.IssueKey.from(String)
instead. Since v6.1.WatcherManager.getCurrentWatcherUsernames(com.atlassian.jira.issue.Issue)
instead. Since v5.0.WatcherManager.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale)
instead. Since v6.0.GenericValue
to a CustomField
instance.CustomFieldManager.getCustomFieldObjects(Long,String)
but allows
to specify a list of issueTypes.SearchContext
.CustomField
s that apply to a particular issue.CustomField
s that apply to a particular issue.CustomFieldSearcher
for this custom field.CustomFieldType
.CustomFieldType
s that the passed user can use to create a new CustomField
.DarkFeatures
instances from the PropertySet associated
with the current user.File
object representing the data directory in JIRA home.JiraDataType
that this clause handles and searches on.JiraDataType
that this clause handles and searches on.JiraDataType
that this function handles and creates values for.DateTimeFormatUtils.getDateFormat()
instead. Since v5.0.DateTimeFormatterFactory
instead. Since v5.2.DateTimeFormatter.getFormatHint()
instead. Since v4.4.DateTimeFormatter.format(java.util.Date)
instead. Since
v4.4.DateTimeFormatUtils.getDateTimeFormat()
instead. Since v5.0.DateTimeStyle.RELATIVE
.DateTimeFormatter.getFormatHint()
instead. Since v4.4.DateTimeFormatter.format(java.util.Date)
instead. Since
v4.4.ProjectManager.getDefaultAssignee(Project, ProjectComponent)
. Since v4.3ProjectManager.getDefaultAssignee(Project, java.util.Collection)
which allows for multiple components. Since v4.4.IssueType
object based on the passed in project.Locale
to use for a user without a locale.ConstantsManager.getDefaultPriorityObject()
instead. Since v4.0ResourceBundle
within JIRA, which does not include translations provided by plugins.ProjectRoleService.getProjectRoleActors(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will return a DefaultRoleActors
for the given projectRole
checking the currentUser
has the correct permissions to perform the get operation.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.ProjectRole
SchemeManager.getDefaultSchemeObject()
instead. Since v5.0.CustomFieldSearcher
for the passed CustomFieldType
.CustomFieldSearcher
for the passed CustomFieldType
.StatusCategory
which is default for statusesHelpUrl
that can be used for generic JIRA help.IssueType
object that is the default for thie configurationIssueTypeSchemeManager.getDefaultIssueType(Project)
instead. Since v5.2.JiraActionSupport.getOfBizDelegator()
instead. Since v5.0.RenderableProperty
for rendering this custom field's description.ConstantsManager
instead. Since v6.0.FieldConfigItem.getDisplayNameKey()
where possible.DateTimeStyle.DATE
.EditableDefaultFieldLayout
.EditableFieldLayout
for the id supplied.EditableFieldLayout
versions of the field layouts.FieldScreenScheme
that JIRA will actually use
for the passed IssueType
.IssueSecuritySchemeManager.getPermissionsBySecurityLevel(Long)
instead. Since v5.2.IssueSecuritySchemeManager.getPermissionsBySecurityLevel(Long)
instead. Since v5.2.id
File
object representing the export directory in JIRA home.IssueKey.from(String)
instead. Since v6.1.IssueKey.from(String)
instead. Since v6.1.SearchRequestService.getFavouriteFilters(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Retrieve all filters a user has favourited. Permission checks are done to ensure the user can see the filter, as
visibility may have been removed from underneath them.FavouritesManager.getFavouriteIds(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.sharing.SharedEntity.TypeDescriptor)
instead. Since v6.0.
Get the ids of a user's favourite Entities for a given entity typePortalPage
's a user has favourited.PortalPageService.getFavouritePortalPages(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Retrieve all PortalPage
's a user has favourited. Permission checks are done to ensure the user can see the PortalPage
, as
visibility may have been removed from underneath them.FieldConfigScheme
associated with a CustomField
that is viewable from the given QueryContext
.FieldConfigurationScheme
by idFieldLayoutManager.getFieldConfigurationScheme(com.atlassian.jira.project.Project)
instead. Since v4.3FieldConfigurationScheme
s that include the given FieldLayout
.FieldLayout
that this item is a part of.FieldLayout
information when rendering a screen.FieldLayout
information when rendering a screen given the id
of the field layout.FieldLayoutManager.getFieldLayout(com.atlassian.jira.issue.Issue)
instead. Since v5.0.FieldLayoutManager.getFieldLayout(com.atlassian.jira.project.Project, String)
instead. Since v4.3FieldLayout
which backs this FieldScreenRenderer
.FieldLayoutItem
required to be entered from converting issue from given issue to given target issue.FieldLayoutSchemeEntity
s.FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.operation.IssueOperation)
instead. Use FieldPredicates.isCustomField() in the version that takes a predicate if you only want custom fields. Since v6.2.FieldScreenRenderer
that represents a 'field screen' with the fields the ids of which
are in fieldIds.FieldScreenRenderLayoutItem
which has a field
which has an id matching parameter orderableFieldFieldScreenRenderLayoutItem
which has a field
which has an id matching parameter fieldIdFieldableDocumentHitCollector.collect(int)
method.SearchRequestService.getFiltersFavouritedByOthers(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Get filters owned by a given user that have been favourited by at least one other userIssueLinkRenderer.getFinalContext(com.atlassian.jira.issue.link.RemoteIssueLink, java.util.Map)
.VersionManager.getIssuesWithFixVersion(Version)
instead. since 5.0VersionManager.getFixVersionsFor(com.atlassian.jira.issue.Issue)
instead. since 5.0ChangeHistoryItem.getFroms()
ChangeHistoryItem.getFroms()
ChangeHistory.getAuthorDisplayName()
instead. Since v5.0.Field.getName()
, CustomField.getDescription()
, etc. Since v3.0.CustomField.isGlobal()
is true.GlobalPermissionManager.getGlobalPermission(GlobalPermissionKey)
to get global permission by key. Eventually, we want to stop referring to Global Permission's by ID.GlobalPermissionEntry.getPermissionKey()
instead. Since v6.2.5.Group
based on user name.UserUtil.getGroupObject(String)
.GlobalPermissionManager.getGroupNamesWithPermission(com.atlassian.jira.permission.GlobalPermissionKey)
instead. Since v6.2.5.GroupConverter.getGroup(String)
instead. Since v5.0.Group
based on user name.Group
based on user name.PermissionSchemeManager.getGroups(ProjectPermissionKey, Project)
. Since v6.3.SchemeManager.getGroups(Long, com.atlassian.jira.project.Project)
instead. Since v5.0.UserFilter.isEnabled()
returns true.Group
objects that the user belongs to.GlobalPermissionManager.getGroupsWithPermission(com.atlassian.jira.permission.GlobalPermissionKey)
instead. Since v6.2.5.HelpUtil.HelpPath
object for a given key.HelpUtil.getHelpPath(String)
instead.HintManager.Context
this method returns a random
link for that context.UserHistoryManager.getHistory(com.atlassian.jira.user.UserHistoryItem.Type, ApplicationUser)
instead. Since v6.0.UserHistoryItem.Type
.AbstractOneDimensionalHitCollector.collect(int)
method was called.File
object representing the JIRA home directory.JiraAuthenticationContext.getI18nHelper()
instead. Deprecated since v4.0icon
.Status.getStatusCategory()
instead. Since v6.1.LicenseRoleId
that uniquely identifies this LicenseRole
.IssueConstant
.File
object representing the import/attachments directory in JIRA home.File
object representing the import directory in JIRA home.SearchProviderFactory
for available indexesI18nHelper
instance associated with the provided Locale
.I18nHelper
instance associated with the provided User
's locale preference.I18nHelper
instance associated with the provided User
's locale preference.HelpUrls
to access JIRA's
help.FieldConfigScheme
s for all Configuration
Contexts that will become invalid after the issuetype has been removed.IssueManager.getIssueObject(Long)
instead.IssueManager.getIssueObject(String)
instead.JqlIssueSupport.getIssue(long, com.atlassian.jira.user.ApplicationUser)
instead. Since v6.1.IssueManager.getIssueObject(String)
insteadIssue
that has the given key, or null if no such Issue exists.Issue
that has the given key, or null if no such Issue exists.IssueManager.getIssueObjectByWorkflow(Long)
instead. Since v5.0GenericValue
to an IssueConstant
object.Long
) that have the given option selected.IssueLink
with the specified id.IssueLink
s for a particular issue link typeIssueLinkType
s with the given description as the inward description.IssueLinkType
s with the given name.IssueLinkType
s with the given description as the outward description.Issue
that has the given key, or null if no such Issue exists.IssueManager.getIssueObject(String)
instead. Since v6.1.VersionManager.getIssueIdsWithAffectsVersion(com.atlassian.jira.project.version.Version)
,
VersionManager.getIssueIdsWithFixVersion(com.atlassian.jira.project.version.Version)
, or
ProjectComponentManager.getIssueIdsWithComponent(com.atlassian.jira.bc.project.component.ProjectComponent)
instead. Since v6.1.GenericValue
objects into a list of MutableIssue
objects.IssueManager.getIssueObjects(java.util.Collection)
instead. Since v5.0JqlIssueSupport.getIssue(String, com.atlassian.jira.user.ApplicationUser)
instead. Since v6.1.JqlIssueSupport.getIssue(String)
instead. Since v6.1.VersionManager.getIssueIdsWithAffectsVersion(com.atlassian.jira.project.version.Version)
,
VersionManager.getIssueIdsWithFixVersion(com.atlassian.jira.project.version.Version)
, or
ProjectComponentManager.getIssueIdsWithComponent(com.atlassian.jira.bc.project.component.ProjectComponent)
instead. Since v6.1.IndexSearcher
that can be used to search the issue index.IssueSecurityLevelManager.getSecurityLevel(long)
instead. Since v5.0.IssueSecurityLevelManager.getSecurityLevel(long)
instead. Since v5.0.ConstantsManager.getIssueTypeObject(String)
instead. Since 5.0IssueType
for the specified id.IssueContext.getIssueTypeObject()
. Deprecated since v4.0Issue.getIssueTypeObject()
. Deprecated since v4.0ConstantsManager.getRegularIssueTypeObjects()
instead.GenericValue
is discouraged. Deprecated since: 3.9. Use IssueTypeSchemeManager.getIssueTypesForProject(Project)
instead.User
s.ErrorCollection
.User
s.ClauseNames
associated with the provided field name.null
if none is registered.String
identifier of given category.getKeyForUsername(user.getName())
, except that
it is null
-safe.ProjectService.AbstractProjectValidationResult.getLeadUsername()
instead. Since v6.0.Project.getProjectLead()
, which returns application users, instead. Since v6.0.Project.getLead()
instead.JiraLicenseManager.getLicenses()
; since v6.3LicenseDetails
object.LicenseDetails.getLicenseExpiryStatusMessage(com.atlassian.crowd.embedded.api.User)
instead. Since v5.0.license roles
encoded in the present license.LinkCollection
for a given issue.LinkCollection
for a given issue, ignoring security.JiraWorkflow.getLinkedStatusObject(com.opensymphony.workflow.loader.StepDescriptor)
instead. Since
v5.0.JiraWorkflow.getLinkedStatusObjects()
instead. Since v5.0.JiraWorkflow.getLinkedStep(com.atlassian.jira.issue.status.Status)
instead. Since v5.0.SimpleLink
objects.SimpleLink
for the given section.SimpleLink
for the given section.SimpleLink
for the given section, without
filtering links using the conditions specified for the links.IssueLinkType
objects.Locale
associated with the passed user.Locale
associated with the passed user.File
object representing the JIRA local home directory.File
object representing the log directory in JIRA home.JiraWebActionSupport.getLoggedInApplicationUser()
instead.JiraServiceContext.getLoggedInApplicationUser()
insteadJiraAuthenticationContext.getUser()
. Since v6.0JiraWebActionSupport.getLoggedInApplicationUser()
instead.ManagedConfigurationItem
s of the specified type which are currently "available"
(meaning their owner is currently available).CustomField
, attempt to retrieve the ManagedConfigurationItem
that describes it.JiraWorkflow
, attempt to retrieve the ManagedConfigurationItem
that describes it.WorkflowScheme
, attempt to retrieve the ManagedConfigurationItem
that describes it.ManagedConfigurationItem
that describes it.issueTypeId -> workflowName
.MatchHandler.handleMatchedDocument(int, String)
with the document
index and the field value as the argument.String json
value
when calling JsonEntityPropertyManager.put(String, Long, String, String)
(or JsonEntityPropertyManager.putDryRun(String, String, String)
).Issue
and WorkflowManager
instead as described above. Since v6.3.Issue
and WorkflowManager
instead as described above. Since v6.3.Issue
and WorkflowManager
instead as described above. Since v6.3.JiraWebResourceManager.putMetadata(String, String)
.JiraWorkflow.DRAFT
or JiraWorkflow.LIVE
depending on the workflow implementation.MutableIssue.resetModifiedFields()
call.FieldLayoutScheme
by id.ApplicationUser.getUsername()
and implementation of Principal.getName()
.ConstantsManager
instead. Since v6.0.SearchRequestService.getNonPrivateFilters(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Get a user's non private filters. I.e. filters that other users can possibly see.PortalPage
's.PortalPageService.getNonPrivatePortalPages(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Get a user's non private PortalPage
's. I.e. PortalPage
's that other users can possibly see.SimpleLinkSection
for the given location, that have either web-items or
other web-sections within them.Date.Date()
instead. Since v4.4.NumberFormat
instance for the specified
format and Locale
.NumberFormat
instance for the specified
number style and Locale
.SearchContext.getSingleProject()
instead. Since v5.2.BulkOperation
object registered with corresponding nameMultipleCustomFieldType
type.MultipleCustomFieldType
type.DateTimeFormatter
instead. Since v5.0.JiraWebActionSupport.getDateTimeFormatter()
instead. Since v5.0.DateTimeFormatterFactory.formatter()
instead. Since v4.4.SearchRequestService.getOwnedFilters(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Retrieve all filters a user owns/has created.PortalPage
's a user owns/has created.PortalPageService.getOwnedPortalPages(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Retrieve all PortalPage
's a user owns/has created.SearchRequestManager.getOwnedSearchRequestByName(com.atlassian.jira.user.ApplicationUser, String)
instead. Since v6.0.
Find a search request given the author and the request name.SharedEntity.getOwner()
instead. Since v6.0.
The user name of the owner of the entity. Will always have permission to see it and see all shares.ServletRequest.getParameterMap()
Issue.getParentObject()
instead.SubTask.getParent()
instead. Since v5.0.Issue.getParentObject()
instead. Since v5.0.SharePermission
s for display.PermissionContextFactory.getPermissionContext(Issue)
or PermissionContextFactory.getPermissionContext(Project)
instead. Since v5.0.PermissionContextFactory.getPermissionContext(Issue,ActionDescriptor)
instead. Since v5.0.GlobalPermissionManager.getPermissions(com.atlassian.jira.permission.GlobalPermissionKey)
instead. Since v6.2.5.SharedEntity
File
object representing the plugins directory in JIRA home.PortalPage
by id.PortalPageManager.getPortalPage(ApplicationUser, Long)
instead. Since v6.0.
Returns the PortalPage with the specified portalPageId, IF the user is allowed to see it.PortalPageManager.getPortalPageByName(com.atlassian.jira.user.ApplicationUser, String)
instead. Since v6.0.
Returns a PortalPage by searching for it by owner and pageName.PortalPage
's owned by a given user that have been favourited by at least one other userPortalPageService.getPortalPagesFavouritedByOthers(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Get PortalPage
's owned by a given user that have been favourited by at least one other userFieldScreenTab
UserPreferencesManager.getExtendedPreferences(ApplicationUser)
instead. Since v6.0.UserPreferencesManager.getExtendedPreferences(ApplicationUser)
instead. Since v6.0.com.atlassian.core.cron.parser.CronExpressionParser
.IssueManager.getAllIssueKeys(Long)
instead. Since v6.1.IssueManager.getAllIssueKeys(Long)
instead. Since v6.1.ConstantsManager.getPriorityObjects()
insteadIssue.getPriorityObject()
instead. Since v5.2.IssueContext.getProjectObject()
. Deprecated since v4.0ProjectConverter.getProjectObject(String)
. Deprecated since v4.0ProjectConverter.getProjectObject(String)
. Deprecated since v4.0PermissionContext.getProjectObject()
instead. Since v5.0.JiraHelper.getProjectObject()
insteadIssue.getProjectObject()
instead. Deprecated since v4.0.ProjectManager.getProjectObj(java.lang.Long)
Version.getProjectObject()
. Since v4.0BulkEditBean.getSingleProject()
instead. Since v5.2.Project
with the given project key.Project
object based on the passed in project key, not taking into account the case
of the project key.Project
object by id.Project
object by id.Project
object by id providing the user can perform the
passed action on the project.Project
object by id providing the user can perform the
passed action on the project.Project
object by key.Project
object by key.ProjectManager.getProjectObjByKey(java.lang.String)
method to return a Project
objectProject
object by key providing the user can perform the
passed action on the project.Project
object by key providing the user can perform the
passed action on the project.ProjectManager.getProjectObjByName(java.lang.String)
instead. Deprecated since v4.0.ProjectManager.getAllProjectCategories()
instead.JiraContextNode.getProjectCategoryObject()
instead. Since v5.2.Project.getProjectCategoryObject()
instead. Since v5.1.ProjectManager.getProjectCategoryObject(Long)
instead. Since v4.4.ProjectManager.getProjectCategoryObjectByName(String)
instead. Since v4.4.ProjectManager.getProjectCategoryObjectByNameIgnoreCase(String)
instead. Since v4.4.ProjectManager.getProjectCategoryForProject(com.atlassian.jira.project.Project)
instead. Since 4.4Project
s, regardless of the permission to see those projects.Project
s.projectIds
is not empty, return it.ProjectRoleService.getProjectIdsForUserInGroupsBecauseOfRole(java.util.List, com.atlassian.jira.security.roles.ProjectRole, String, String, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Returns a Map of Lists. The key of the map is a Long, project id and the value of the map is a list of group
names that the user is a member of for the project. This method is meant to provide an efficient means to
discover which groups that are associated with a project role implicitly include the specified user in that project
role. We allow you to specify a range of projectsToLimitBy so that you can perform only one query to find this
information for many projects for a single projectRole.issue
is not null and issue.getProjectId() is not null, return a single list with issue.getProjectId()
If config
is not null, use it to retrieve the list of project id's associated with the current scheme
Otherwise, return null
issue
is not null and issue.getProjectId() is not null, return a single list with issue.getProjectId()
If config
is not null, use it to retrieve the list of project id's associated with the current scheme
Otherwise, return null
NoTransformationCustomFieldImporter
, be mindful that if you are extending
this class you need to have a good hard think about whether this is the right field importer for your custom
field values.IssueKey.from(String)
instead. Since v6.1.Project
by its id.Project
object based on the passed in project key.Project
object based on the passed in project key, not taking into account the case
of the project key.Project
object based on the passed in project name.WorkflowProgressAware.getProject()
Project
s ordered by name.PermissionManager.getProjects(int, ApplicationUser)
instead.
PermissionManager.getProjects(ProjectPermissionKey, ApplicationUser)
instead.ProjectRoleService.getProjectRole(Long, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will return the project role with the given id
, and checking the currentUser
has the correct permissions to perform the operation.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.ProjectRoleManager.getProjectRole(Long)
exists and should be used instead. Deprecated since 6.2.3ProjectRoleService.getProjectRoleActors(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will return a {@link ProjectRoleActors) for the given projectRole
and project
checking
the currentUser
has the correct permissions to perform the get operation.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.projectRole
and project
contextProjectRoleService.getProjectRoleByName(String, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will return the project role with the given name
, and checking the currentUser
has the correct permissions to perform the operation.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.ProjectRoleService.getProjectRoles(com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Get all the ProjectRoles available in JIRA. Currently this list is global.ProjectRole
s that the user is currently a member of for the given project.this.getProjectRoles
instead. Since v6.0.ProjectRole
objects sorted by role name.FieldLayoutScheme
supplied.ProjectManager.getProjectObjects()
instead. Deprecated in v4.0.SchemeManager.getProjects(Scheme)
instead. Since 2009.PermissionManager.getProjectObjects(int, com.atlassian.crowd.embedded.api.User)
. Since v4.3PermissionManager.getProjects(ProjectPermissionKey, ApplicationUser)
instead. Since v6.3.PermissionManager.getProjects(int, User, ProjectCategory)
instead.
PermissionManager.getProjects(int, ApplicationUser, ProjectCategory)
instead.
PermissionManager.getProjects(ProjectPermissionKey, ApplicationUser, ProjectCategory)
instead.PermissionManager.getProjects(int, ApplicationUser, ProjectCategory)
instead.
PermissionManager.getProjects(ProjectPermissionKey, ApplicationUser, ProjectCategory)
instead.PermissionManager.getProjects(ProjectPermissionKey, ApplicationUser, ProjectCategory)
instead. Since v6.3.BulkEditBean.getProjectObjects()
instead. Since v5.2.ProjectRoleService.getProjectsContainingRoleActorByNameAndType(String, String, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Returns the Project
's which contain a role actor of the specified name and type within any role. This is a method
that is provided so that you can efficiently tell which users or groups have been associated with
any role within projects.ProjectManager.getProjectsFromProjectCategory(ProjectCategory)
instead. Since v4.4.ProjectManager.getProjectObjectsWithNoCategory()
instead. Since v4.4.UserPropertyManager.getPropertySet(ApplicationUser)
or UserPropertyManager.getPropertySetForUserKey(String)
instead. Since v6.2.IssueCreationHelperBean.getProvidedFieldNames(com.atlassian.jira.issue.Issue)
instead. Since v6.2.Query
that is the canonical set of permissions for viewable issues for the given user.TerminalClause
.ShareQueryFactory.getQuery(com.atlassian.jira.sharing.search.ShareTypeSearchParameter, com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Get the search query for the shares that can be seen by the passed user for the passed parameter. Used when the user has specified something to
search for.Query
for the searching user.HttpServletRequest.getQueryString()
)}QueryCreationContext.getUser()
instead. Since v5.0.User
s that have recently been assigned to issues by the specified User.User
s that have recently been assigned to issues by the specified User.RecentCommentManager.getRecentComments(com.atlassian.jira.issue.search.SearchRequest, com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Return an iterator over all the comments from any issues in the search request that the user can seeNotificationRecipient
s who will receive an e-mail
notification#getRecords(Long, Long, Long)
but filters out all records
authored by sysadmins (users who were sysadmins at the time of performing the action)getReturnUrl()
, falling back to defaultUrl
if the returnUrl
is
not set.getReturnUrl()
, falling back to defaultUrl
if the returnUrl
is
not set.IssueSearcher
s get their FieldIndexer
s
by instantiating the class objects passed to them.FieldIndexer
objects.FieldLayout
(via the configured FieldConfigurationScheme
).FieldConfig
for the given issue.FieldConfig
that is relevent to all issue contexts in the search context
Checks that all configs within search context are the same - i.e.APKeys.JIRA_OPTION_TIMETRACKING_ESTIMATES_LEGACY_BEHAVIOUR
is set,
we are in legacy time tracking mode and this will return the same as IssueInputParameters.getOriginalEstimateAsDurationString()
.RemoteIssueLinkService.getRemoteIssueLink(com.atlassian.jira.user.ApplicationUser, Long)
instead.JiraActionSupport.getLoggedInUser()
instead. Since v4.3. To be deleted in v6.0WorkflowUtil.getCaller(java.util.Map)
or WorkflowUtil.getCallerName(java.util.Map)
. Deprecated since 4.3WorkflowProgressAware.getRemoteApplicationUser()
instead. Since v6.0.IssueConversionService.getRemovedFields(Issue, Issue)
instead. Since v5.1.ShareTypeRenderer
that contains all logic for rendering this ShareTypeHttpServletRequest.getRequestURL()
)}FieldScreenRenderLayoutItem
on all tabs, and returns
the ones that are required.ConstantsManager.getResolutionObject(String)
instead.Issue.getResolutionObject()
instead. Since v5.2.ConstantsManager.getResolutionObjects()
instead.Issue
based on query string.SharedEntitySearchResult.foreach(Consumer)
method if the result size is large as it doesn't load everything into memory.LicenseRole
identified by the passed
LicenseRoleId
.UserFilter.isEnabled()
returns true.getOptions(null)
com.atlassian.plugins.whitelist.WhitelistService#getAll()
. Since v6.1.com.atlassian.plugins.whitelist.WhitelistService#getAll()
. Since v6.1.SchedulerService
instead of accessing
Quartz directly. It should be injected if possible; otherwise, use
getComponent(SchedulerService.class)
to obtain it.ServiceManager.runNow(long)
SchemeManager.getSchemeObject(Long)
instead. Since v5.0.SchemeManager.getSchemeObject(String)
instead. Since 2010.IssueSecurityLevelManager.getDefaultSecurityLevel(com.atlassian.jira.project.Project)
instead. Since v5.0.IssueSecurityLevelManager.getIssueSecurityLevels(long)
instead. Since v5.0.IssueSecuritySchemeManager.getIssueSecurityLevelScheme(Long)
instead. Since v5.2.SchemeManager.getSchemeObjects()
. Since 2010.SchemeManager.getSchemeFor(com.atlassian.jira.project.Project)
instead. Since v5.0.SearchContext
based on the passed in
search query and the user that is performing the search.IndexSearcher
that can be used to search a Lucene index.IssueSearcher
that are applicable for the context.IssueSearcher
that are applicable for the context.SearchHandler.SearcherRegistration
provided for searching.IssueSearcher
s registered against the
passed JQL clause name.Clause
search representations.SearchRequestManager.getSearchRequestById(com.atlassian.jira.user.ApplicationUser, Long)
instead. Since v6.0.
Return the search request as stored in the database if the user has permission to see it.SearchRequestManager.getSearchRequestOwner(Long id)
instead. Since v6.0.
Return the owner of the passed SearchRequest. This is mainly used for permission checks.SearchSortUtil.getSearchSortDescriptions(SearchRequest, I18nHelper, User)
instead. Since v5.0.SimpleLinkSection
for the given location.Issue.getSecurityLevelId()
instead. Since v5.2.IssueSecurityLevelManager.getIssueSecurityLevelsByName(String)
instead. Since v5.0.HttpServletRequest.getServletPath()
VelocityRequestSession
for the current user.path
, which must have been previously created using TempFileFactory.makeSessionTempFile(String)
, or null if not found.File
object representing the caches directory in JIRA home.SharedEntity
based on id.SharedEntity
by id If the user is allows to see itSharedEntityAccessor
that can operate on the passed type.SharedEntityAccessor
that can operate on the passed type.SharePermission
instances associated with a passed in
SharedEntity
ShareType
based on a given key.Query
for the searching user.HelpUtil.HelpPath.getUrl()
instead.SingleIssueModeEditBean.setSingleIssueKey(String)
.CookieUtils.JSESSIONID
cookie is
found.Collection
of paths that represent index directories checks if there are any existing
Lucene lock files for the passed paths.ConstantsManager.getStatusObject(java.lang.String)
instead. Deprecated since v4.0Issue.getStatusObject()
instead.ConstantsManager.getStatusObjects()
instead. Deprecated since v4.0status icon
.status icon
.ProjectConverter.getString(com.atlassian.jira.project.Project)
. Deprecated since v4.0UserConverter.getHttpParameterValue(ApplicationUser)
or UserConverter.getDbString(ApplicationUser)
instead. Since v6.0.String
representation of a single value within the CustomFieldType.SubscriptionManager.getFilterSubscription(ApplicationUser, Long)
instead. Since v6.0.SubscriptionManager.getFilterSubscription(ApplicationUser, Long)
instead. Since v6.0.SubscriptionManager.getFilterSubscription(Long)
insteadSubscriptionManager.getFilterSubscriptions(ApplicationUser, Long)
instead. Since v6.0.SubscriptionManager.getFilterSubscriptions(ApplicationUser, Long)
instead. Since v6.0.SubTaskManager.getSubTaskBean(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User)
instead. Since v5.0.FieldHtmlFactory.getCreateFields(com.atlassian.crowd.embedded.api.User,
com.atlassian.jira.issue.customfields.OperationContext, webwork.action.Action,
com.atlassian.jira.issue.MutableIssue, boolean, java.util.List)
method but it strips out certain fields such as
the project selector.SubTask.getSubTask()
instead. Since v5.0.SubTaskManager.getSubTaskIssueType(String)
instead. Since v5.0.ConstantsManager.getSubTaskIssueTypeObjects()
instead. Deprecated since v4.0IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project)
produces the same result as a call to
IssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project)
.SubTaskInclusionOption
.SubTaskInclusionOption
.User
s for a given Issue and logged-in User.User
s for a given Issue and logged-in User.User
objects.Supplier
for the currently executing HTTP request.Operator
's that this custom field searcher
can handle for its searching.Operator
's that this custom field searcher
can handle for its searching.BuildUtilsInfo.getCommitId()
instead. Since v5.1.UserUtil.getJiraSystemAdministrators()
.BulkEditBean.getTargetStatusObject(com.atlassian.jira.issue.Issue)
instead. Since v5.0.ShareQueryFactory.getTerms(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Get the search terms for the shares that can be seen by the passed user.I18nHelper
and ask it to translate
something for you. Asking IssueOperations
to do it does not make any sense. Since v6.3.JiraAuthenticationContext.getI18nHelper()
.Thumbnails
for an Issue
DateTimeFormatUtils.getTimeFormat()
instead. Since v5.0.ChangeHistoryItem.getTos()
}ChangeHistoryItem.getTos()
IssueConstant
.Class
, that this type is.FieldLayout
's for a project.I18nHelper.getUnescapedText(String)
but does not apply any TranslationTransform
s.CustomField.ENTITY_DESCRIPTION
of the underlying generic value.RenderableProperty
for rendering this custom field's untranslated description, for admin.CustomField.ENTITY_NAME
of the underlying generic value.Comment.getUpdateAuthorApplicationUser()
instead. Since v6.0.Worklog.getAuthorKey()
instead. Since v6.0.ApplicationUser.getDisplayName()
of Worklog.getUpdateAuthorObject()
instead. Since v6.0.Comment.getUpdateAuthorApplicationUser()
instead. Since v6.0.
Get the user that performed the updateURI
that can be used to direct users
to pages with more information that can be tied to the snippetHelpUrl
associated with the passed key.HelpUrl
.UserService.UpdateUserValidationResult.getApplicationUser()
instead. Since v6.0.IssueWatcherAddedEvent.getApplicationUser()
instead. Since v6.0.IssueWatcherDeletedEvent.getApplicationUser()
instead. Since v6.0.ChangeHistoryGroup.getUserKey()
instead (for clarity). Since v6.0.ChangeHistoryItem.getUserKey()
instead (for clarity only). Since v6.0.UserConverter.getUserFromDbString(String)
instead. Since v6.0.IssueUpdateBean.getApplicationUser()
instead. Since v6.3.QueryCreationContext.getApplicationUser()
insteadUserManager.getUserByKey(String)
or UserManager.getUserByName(String)
instead. Since v6.0.UserUtil.getUserByKey(String)
or UserUtil.getUserByName(String)
instead. Since v6.0.ApplicationUser
based on user key.ApplicationUser
based on user key.ApplicationUser
based on user name.ApplicationUser
based on user name.UserConverter.getUserFromDbString(String)
instead. Since v6.0.User
based on user name.UserManager.getUserByKeyEvenWhenUnknown(String)
or UserManager.getUserByNameEvenWhenUnknown(String)
instead. Since v6.0.UserFormat
for a specific type, or null if none existsUserFormat
for a specific type, or null if none existsnull
if the preferences are for an anonymous user.LicenseRoleId
.ChangeHistory.getAuthorObject()
instead. Since v5.0.WorkflowTransitionUtil.getUserKey()
instead. Since v6.0.UserConverter.getUser(String)
instead. Since v5.0.UserManager.getUserByKey(String)
or UserManager.getUserByName(String)
instead. Since v6.0.UserUtil.getUserByKey(String)
or UserUtil.getUserByName(String)
instead. Since v6.0.NotificationRecipient.getUser()
instead. Since v6.0.SchemeManager.getUsers(Long, com.atlassian.jira.permission.PermissionContext)
instead. Since 2006.UserUtil.getAllUsersInGroupNames(java.util.Collection)
instead. Since v4.3UserUtil.getAllUsersInGroups(java.util.Collection)
instead. Since v4.3getUserState(user.getName(), user.getDirectoryId())
except that a null
user is permitted and returns UserManager.UserState.INVALID_USER
.getUserState(user.getUsername(), user.getDirectoryId())
except that a null
user is permitted and returns UserManager.UserState.INVALID_USER
.ShareTypeValidator
that contains all logic for validating this ShareTypeUser
or a collection
of Users
representing the current CustomField value for the given issue.key
in the parameters.TerminalClause
s in the Query
.VersionService.getVersionById(ApplicationUser, Project, Long)
instead. Since v6.1.1.VersionService.getVersionById(ApplicationUser, Long)
instead. Since v6.1.1.Version
object by version id.VersionManager.getVersions(Long)
or VersionManager.getVersions(Project)
instead. Since 2006.Version
s matching the ids passed in.VersionManager.getVersionsArchived(Project)
instead. Since v5.0.Version
s that have the specified name.ColumnLayoutItems
that can be displayed to the user.FieldLayout.getVisibleLayoutItems(com.atlassian.jira.project.Project, java.util.List)
instead. Since v6.2.FilterSubscriptionService.getVisibleFilterSubscriptions(ApplicationUser, SearchRequest)
()} instead. Since v6.2.FilterSubscriptionService.getVisibleFilterSubscriptions(ApplicationUser, SearchRequest)
()} instead. Since v6.2.IssueManager.getVotedIssues(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.IssueManager.getVotedIssuesOverrideSecurity(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.IssueVoterAccessor.getVoterUserkeys(com.atlassian.jira.issue.Issue)
instead. Since v6.0.VoteManager.getVotersFor(com.atlassian.jira.issue.Issue, java.util.Locale)
instead. Since v6.0.VoteManager.getVoterUserkeys(com.atlassian.jira.issue.Issue)
instead. Since v6.0.VoteManager.getVoterUsernames(com.atlassian.jira.issue.Issue)
instead. Since v6.0.IssueManager.getWatchedIssues(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.IssueManager.getWatchedIssuesOverrideSecurity(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.IssueWatcherAccessor.getWatcherKeys(com.atlassian.jira.issue.Issue)
instead. Since v6.0.IssueManager.getWatchersFor(Issue)
instead. Since v6.0.WorkflowManager.getWorkflow(com.atlassian.jira.issue.Issue)
instead. Since v6.2.WorkflowDescriptor
that is mutable.WorkflowManager.getWorkflowsFromScheme(com.atlassian.jira.scheme.Scheme)
instead.StatisticMapWrapper
containing ordered search statistic resultsGlobalPermissionKey.GLOBAL_PERMISSION_ID_TRANSLATION
instead. This was never public API. Since v6.2.5.GlobalIssueContext.getInstance()
instead. Since v6.1.true
if the given group name exists.Group
objects based on a partial query stringGroup
's in JIRA.greater than
.greater than
operator
and the passed value.greater than
operator
and the passed value.greater than
operator
and the passed value.greater than operator
and the
passed date.greater
than equals
.greater than
equals operator
and the passed value.greater than
equals operator
and the passed value.greater than
equals operator
and the passed value.greater than or equals operator
and the
passed date.greater than
equals operator
and the passed function.greater than
equals operator
and the passed function.greater than
equals operator
and the passed function.">" operator
and
the passed function.">" operator
and
the passed function.">" operator
and
the passed function.HackyFieldRendererRegistry
.JiraLuceneFieldFinder.getMatches(org.apache.lucene.index.IndexReader, String, MatchHandler)
for each field value for each document.true
if there are error messages, false
otherwise.true
if there are messages of any type, false
otherwise.true
if there are warning messages, false
otherwise.CommentPermissionManager.hasBrowsePermission(com.atlassian.jira.user.ApplicationUser, Comment)
instead. Since v6.0.
Return true if the user can see the comment. It does not check if the user
has the permission to see the issue the comment is attached to however.filter
has columns configured.FieldLayout
entity with type FieldLayoutManager.TYPE_DEFAULT
existsCommentPermissionManager.hasDeleteAllPermission(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.
Returns true if the given User can delete all comments for the given Issue.
NOTE: This method does not check whether the Issue the comment belongs to is in an editable workflow state.CommentPermissionManager.hasDeleteOwnPermission(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.
Returns true if the given User can delete her own comments in the given Issue.
NOTE: This method does not check whether the Issue the comment belongs to is in an editable workflow state.CommentPermissionManager.hasEditAllPermission(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.
Returns true if user has permission to edit all comments in the given Issue.
NOTE: This method does not check whether the Issue the comment belongs to is in an editable workflow state.CommentPermissionManager.hasEditOwnPermission(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.
Returns true if user has permission to edit her own comments in the given Issue.
NOTE: This method does not check whether the Issue the comment belongs to is in an editable workflow state.CommentPermissionManager.hasEditPermission(com.atlassian.jira.user.ApplicationUser, Comment)
instead. Since v6.0.
Determines whether the given user has permission to edit the given comment. The user is granted permission if
they have the Permissions.COMMENT_EDIT_ALL
permission or the
Permissions.COMMENT_EDIT_OWN
permission in case the user is the author of the
given comment.
NOTE: The permissions will be determined by the permission scheme associated to the project the comment is
a part of and the entries for the above mentioned permissions.
NOTE: This method does not check whether the Issue the comment belongs to is in an editable workflow state.0
if the preferences are for an anonymous user.UserHistoryManager.hasHistory(com.atlassian.jira.user.UserHistoryItem.Type, ApplicationUser)
instead. Since v6.0.UserHistoryItem.Type
This method performs no permission checks.PermissionManager.hasPermission(int, ApplicationUser)
instead. Since v6.0.PermissionManager.hasPermission(int, Issue, User)
for Issues or
PermissionManager.hasPermission(int, Project, User)
for Projects.
PermissionManager.hasPermission(int, Issue, ApplicationUser)
for Issues or
PermissionManager.hasPermission(int, Project, ApplicationUser)
for Projects.
PermissionManager.hasPermission(ProjectPermissionKey, Issue, ApplicationUser)
for Issues or
PermissionManager.hasPermission(ProjectPermissionKey, Project, ApplicationUser)
for Projects.PermissionManager.hasPermission(int, Issue, ApplicationUser)
instead.
PermissionManager.hasPermission(ProjectPermissionKey, Issue, ApplicationUser)
instead.PermissionManager.hasPermission(ProjectPermissionKey, Issue, ApplicationUser)
instead. Since v6.3.PermissionManager.hasPermission(int, Project, ApplicationUser)
instead.
PermissionManager.hasPermission(ProjectPermissionKey, Project, ApplicationUser)
instead.PermissionManager.hasPermission(ProjectPermissionKey, Project, ApplicationUser)
instead. Since v6.3.PermissionManager.hasPermission(int, Project, ApplicationUser, boolean)
instead.
PermissionManager.hasPermission(ProjectPermissionKey, Project, ApplicationUser, boolean)
instead.PermissionManager.hasPermission(ProjectPermissionKey, Project, ApplicationUser, boolean)
instead. Since v6.3.PermissionManager.hasPermission(int, Issue, User)
for Issues or
PermissionManager.hasPermission(int, Project, User, boolean)
for Projects.
PermissionManager.hasPermission(int, Issue, ApplicationUser)
for
Issues or PermissionManager.hasPermission(int, Project, ApplicationUser, boolean)
for
Projects.
PermissionManager.hasPermission(ProjectPermissionKey, Issue, ApplicationUser)
for
Issues or PermissionManager.hasPermission(ProjectPermissionKey, Project, ApplicationUser, boolean)
for
Projects.ShareManager.isSharedWith(com.atlassian.crowd.embedded.api.User, SharedEntity)
to get the same logic. Permission checks should be done in the service layer according to this information.SharedEntity
with the passed
permission.Permissions.WORK_ISSUE
permission,
that timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.SharedEntity
ProjectRoleService.hasProjectRolePermission(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.project.Project)
instead. Since v6.0.
Will have permission to modify roles if they are a JIRA admin or, if in enterprise, the user is a project administrator.PermissionManager.hasProjects(ProjectPermissionKey, ApplicationUser)
instead. Since v6.3.PermissionManager.hasProjects(ProjectPermissionKey, ApplicationUser)
instead. Since v6.3.CookieUtils.JSESSIONID
is found.SubscriptionManager.hasSubscription(ApplicationUser, Long)
instead. Since v6.0.UserSearcherHelper.hasUserPickingPermission(com.atlassian.jira.user.ApplicationUser)
instead.VoteManager.hasVoted(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.VoteManager.hasVoted(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.HelpUrl
s.HelpUrls
from name-value pairs.HelpUrls
when you would have called HelpUtil.getInstance()
or
HelpUtil.HelpUtil()
. It contains all of JIRA's help URLs and will adapt itself internally for the current
user.
HelpUrlsParser
when you would have called
HelpUtil.HelpUtil(java.util.Properties)
. HelpUrlsParser.parse(java.util.Properties)
can be used to generate to generate a HelpUrls
from a plugin provided Properties
instance.
HelpUrls
to access JIRA's
help.HelpUrlsParser
and use its
HelpUrlsParser.parse(java.util.Properties)
method.HelpUrlsParser
and use its
HelpUrlsParser.parse(java.util.Properties, java.util.Properties)
method.FieldLayout
.HttpServlet
would receive.I18nHelper
instances for a specific Locale or User.in
.in operator
and the passed
values.in operator
and the passed
values.in operator
and the passed
values.in operator
and the passed
values.ChangeHistoryItem.Builder.inChangeGroup(Long id)
CalendarResourceIncluder.includeForLocale(java.util.Locale)
instead.SharedEntity
relative to the user's set of all other entities of the same type.FavouritesManager.increaseFavouriteSequence(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.sharing.SharedEntity)
instead. Since v6.0.
Increases the position of the SharedEntity
relative to the user's set of all other entities of the same type.in operator
and the passed
values.JiraWorkflow.JIRA_META_UPDATE_AUTHOR_KEY
instead. Since v6.0.GravatarSettings
instead.JiraWebActionSupport
. This class is subject of removal.IssueContext
with the ability to climb nodesClass
, that this type is.data types
.EventListener
.ModuleDescriptor
for Plugin Points declared in JIRA.JiraServiceContextImpl.JiraServiceContextImpl(com.atlassian.jira.user.ApplicationUser)
insteadThreadLocal
variables that
can otherwise interfere with the smooth running of JIRA by leaking resources or allowing
stale cached information to survive between requests.postCall
determines that it did not clean
up properly.atlassian-core
's Preferences
.UserPreferencesManager
, instead. Since v6.2.UserPreferencesManager
, instead. Since v6.2.UserPreferencesManager
, instead. Since v6.2.JiraUserPreferences.getUserKey()
,
JiraUserPreferences.equals(Object)
and JiraUserPreferences.hashCode()
will all behave as they would for an
anonymous user, while the actual preferences returned will instead match those provided
by the property set. Request user preferences through the UserPreferencesManager
,
instead. Since v6.2.DynamicWebInterfaceManager
directly if possible.JqlFunction
.LocalDate
parsing and validation in JQL.Operand
s and extracting the
QueryLiteral
values from them.Query
's that can be used to perform issue searching in JIRA.Query
representation.Version
s.JSONString
interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString()
, JSONArray.toString()
,
and JSONWriter.value(
Object)
.null
nor blank.KeyboardShortcut
.null
nor blank.ConditionBuilder
that can be used to build a JQL condition for
the issue's labels.ConditionBuilder
that can be used to build a JQL condition for
issue's last viewed date.ConditionBuilder
that can be used to build a JQL condition for
the issue's security level.license role
information for a given
license
.like
.like operator
and the passed
value.like operator
and the passed
value.like operator
and the passed
value.like operator
and the
passed date.like operator
and the passed
function.like operator
and the passed
function.like operator
and the passed
function.equals operator
.KeyboardShortcut
s, sorted using the plugin descriptor's
order
attribute.LocalDate
fields.LocalDate
objects.LocalDate
value into a String suitable for storing and searching in Lucene.LookAndFeelUpdatedEvent.LookAndFeelUpdatedEvent(User, Type)
LookAndFeelUpdatedEvent.LookAndFeelUpdatedEvent(User, Type)
CacheFactory
instead and build a proper cache.less than
.less than operator
and
the passed value.less than operator
and
the passed value.less than operator
and
the passed value.less than operator
and the
passed date.less than
equals
.less than equals
operator
and the passed value.less than equals
operator
and the passed value.less than equals
operator
and the passed value.less than or equals operator
and the
passed date."<="
operator
and the passed function."<="
operator
and the passed function."<="
operator
and the passed function."<" operator
and
the passed function."<" operator
and
the passed function."<" operator
and
the passed function.LuceneVersion.get()
instead.QueryParser
instance.path
.WorkflowManager.makeWorkflow(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.WorkflowManager.makeWorkflow(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.Workflow
object with given user as callerGlobalPermissionKey.MANAGE_GROUP_FILTER_SUBSCRIPTIONS
instead. This was never public API. Since v6.2.5.CustomField
, a
JiraWorkflow
, etc.) which is being managed by a plugin or JIRA itself.ManagedConfigurationItem
.MapBuilder.newBuilder()
for inferred generic arguments.function
before delegating to another visitor.JiraLuceneFieldFinder
to handle matched terms in a customised
way.MentionIssueEvent
when a user has mentioned
other users on an issue.OrderableModuleDescriptor
SubTaskManager.moveSubTask(com.atlassian.jira.issue.Issue, Long, Long)
instead. Since v5.0.SharedEntity
to the end relative to the user's set of all other entities of the same type.FavouritesManager.moveToEndFavouriteSequence(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.sharing.SharedEntity)
instead. Since v6.0.
Moves the position of the SharedEntity
to the end relative to the user's set of all other entities of the same type.SharedEntity
to the start relative to the user's set of all other entities of the same type.FavouritesManager.moveToStartFavouriteSequence(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.sharing.SharedEntity)
instead. Since v6.0.
Moves the position of the SharedEntity
to the start relative to the user's set of all other entities of the same type.VersionService.validateReleaseVersion(User,
com.atlassian.jira.project.version.Version, Date)
a version will be released.BulkEditBean
ClauseContextFactory
to ensure that:MultiClauseDecoratorContextFactory
given a
ClauseContextFactory
to wrap.multi-maps
.GenericValue
.RecursiveClauseVisitor
which collects
TerminalClause
s that have the specified clause names.FieldRenderingContext.NAVIGATOR_VIEW
insteadVersion
.Version
.ManagedConfigurationItemBuilder
instance, prepopulated with this item's properties.MapBuilder
.MapBuilder
and adding the given key/value pair.MapBuilder
and adding the given key/value pairs.MapBuilder
and adding the given key/value pairs.MapBuilder
and adding the given key/value pairs.MapBuilder
based on the contents of a source Map.JqlClauseBuilder
.JqlClauseBuilder
and initialise it with the passed clause.JqlClauseBuilder
and initialise it with the clause from the
passed query.WorklogNewEstimateInputParameters
object.JqlOrderByBuilder
.JqlOrderByBuilder
and initialise it with the passed order.JqlOrderByBuilder
and initialise it with the order from the passed query.null
values.TimeTrackingGraphBean
that can be used to render
time tracking.not equals
.not equals operator
and the passed value.not equals operator
and the passed value.not equals operator
and the passed value.not equals operator
and the
passed date.not equals operator
and the EMPTY value.not equals operator
and the passed function.not equals operator
and the passed function.not equals operator
and the passed function.NotificationRecipient
s to a notification event.NotificationFilter
instance.NotificationRecipient.NotificationRecipient(ApplicationUser)
instead. Since v6.0.not in
.not in operator
and the
passed values.not in operator
and the
passed values.not in operator
and the
passed values.not in operator
and the passed
values.in operator
and the passed
values."not in" operator
and
the passed function."not in" operator
and
the passed function."not in" operator
and
the passed function.not in operator
and the
passed values.not in operator
and the passed
values.not in operator
and the
passed values.not like
.not like operator
and
the passed value.not like operator
and
the passed value.not like operator
and
the passed value.not like operator
and the
passed date.not like operator
and
the passed function.not like operator
and
the passed function.not like operator
and
the passed function.javax.annotation.Nonnull#
instead. Since v6.1.NULL
object than to use Java's null
value.Contexts.nullContext()
insteadFunctionOperand
.SearchInputTransformer
for number range searcher.CustomFieldValueProvider
for retreiving number range values.StatisticsMapperWrapper
result set into an appropriate form, e.g.DelegatorInterface
that does not throw GenericEntityException
.EntityListIterator
that does not throw
GenericEntityException
..ondemand
properties.IssueInputParameters.retainExistingValuesWhenParameterNotProvided()
flag is set to true
.postCall
determines that the runnable
code began a database transaction
and failed to
commit
or
rollback
the transaction
before it finished.Query
from an expression and operator.Operator
.CustomField
.ModuleDescriptorComparator
, and use the 'order' element inside their
config file to indicate ordering.JqlOrderByBuilder
that can be used to modify the order by
statements of the JqlQueryBuilder
instance.OrderBy
.ConditionBuilder
that can be used to build a JQL condition for
the issue's original estimate.DateTimeFormatter
instead. Since v5.0.DateTimeFormatterFactory.formatter()
instead. Since v4.4.WorkflowManager.overwriteActiveWorkflow(com.atlassian.jira.user.ApplicationUser, String)
instead. Since v6.0.PortalPage.Builder.owner(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.CustomFieldUtils.getParamKeyRequireProjectIds()
instead.HelpUrls
instance.HelpUrls
instance.HelpUrls
instance.DateTimeFormatter.parse(String)
instead. Since v4.4.DateTimeFormatterFactory
instead. Since v5.2.DateTimeFormatter.parse(String)
instead. Since v4.4.DateTimeFormatter.parse(String)
instead. Since v4.4.JiraDurationUtils.parseDuration(String location, Locale locale)
instead.Query
.DateTimeFormatter.format(java.util.Date)
instead. Since v4.4.ProjectPermissions
and GlobalPermissionType
. Since v6.3.PermissionSchemeDeletedEvent.PermissionSchemeDeletedEvent(Long, String)
. Since v6.2lucene field
to be used for quoted phrase
query searches for a given JIRA text field.com.atlassian.jira.web.action.AbstractPluggableTabPanelAction
ActionContext
In case of invalid values, new error messages are added to the context's error collection under the
fieldName.FieldValuesHolder
object with whatever values the searcher is interested in from the
ActionParams
.ApplicationUser
later via WorkflowFunctionUtils.getCallerUserFromArgs(java.util.Map, java.util.Map)
If you want to pass parameters explicitly, please use WorkflowFunctionUtils.populateParamsWithUser(java.util.Map, String)
ApplicationUser
later via WorkflowFunctionUtils.getCallerUserFromArgs(java.util.Map, java.util.Map)
PortletConfiguration
domain object.postCall(log, null)
.finally
block to clear up ThreadLocal
s
once the runnable stuff has been done.HistoryPredicate
.ConditionBuilder
that can be used to build a JQL condition for
the priority.ConstantsManager.getConstantObject(String, String)
methodPriority
iesConditionBuilder
that can be used to build a JQL condition for
an issue's project.Project
lead.ProjectContext.ProjectContext(Project, JiraContextTreeManager)
instead. Since v5.0.Project
by its nameProject
's.RoleActors
) with projects.RemoteVersionLinkService.validatePut(ApplicationUser, Long, String, String)
JsonEntityPropertyManager.put(com.atlassian.jira.user.ApplicationUser, String, Long, String, String, com.atlassian.fugue.Function2, boolean)
instead.JsonEntityPropertyManager.put(String, Long, String, String)
request, but does not actually store the value.AbstractRemoteEntityLinkService.putEntityPropertyValue(Long, String, String)
would without actually
creating or updating the property value.QueryCreationContext
.ClauseQueryFactory.getQuery(QueryCreationContext,com.atlassian.query.clause.TerminalClause)
method.InputStream
passed to the
provided dataProcessor.ConstantsManager.invalidateAll()
IssueSearcher
cacheSearchHandlerManager
.IssueIndexManager.reIndex(com.atlassian.jira.issue.Issue)
instead. Since v5.0.IssueIndexManager.reIndexIssueObjects(java.util.Collection)
instead. Since v5.0.VersionService.validateReleaseVersion(User,
com.atlassian.jira.project.version.Version, Date)
a version will be released.BulkEditBean
Map to be keyed by the target
IssueContext
rather than the originating IssueContext
.remote issue links
.RemoteIssueLinkCreateEvent.RemoteIssueLinkCreateEvent(com.atlassian.jira.issue.link.RemoteIssueLink)
instead.remote issue links
between a JIRA issue and remote objects in other remote applications.remote issue links
.RemoteIssueLinkUICreateEvent.RemoteIssueLinkUICreateEvent(com.atlassian.jira.issue.link.RemoteIssueLink)
instead.RemoteIssueLinkUIDeleteEvent.RemoteIssueLinkUIDeleteEvent(com.atlassian.jira.issue.link.RemoteIssueLink)
instead.RemoteIssueLinkUpdateEvent.RemoteIssueLinkUpdateEvent(com.atlassian.jira.issue.link.RemoteIssueLink)
instead.Version
should be removed from affected issues.CustomField.remove()
.FieldConfig
and all associated additional data.ProjectRoleService.removeActorsFromProjectRole(java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, String, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will remove project role actor associations for the given actors
and checking
the currentUser
has the correct permissions to perform the update operation.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.ProjectRoleService.removeAllRoleActorsByNameAndType(String, String, ErrorCollection)
instead. Since v6.0.
Will remove all role actors with the specified name and the specified type. This method should be used
to clean up after the actual subject of the role actor has been deleted (ex. deleting a user from the system).ProjectRoleService.removeAllRoleActorsByNameAndType(String, String, com.atlassian.jira.util.ErrorCollection)
(String, String)} instead. Since v6.0.
Will remove all role actors with the specified name and the specified type. This method should be used
to clean up after the actual subject of the role actor has been deleted (ex. deleting a user from the system).ProjectRoleService.removeAllRoleActorsByProject(com.atlassian.jira.project.Project, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will remove all role actors associated with the specified project. This method should be used
to clean up just before the actual project has been deleted (ex. deleting a project from the system).WatcherManager.removeAllWatchesForUser(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.entityName
and where entityId
- removeColumn(ColumnLayoutItem) - Method in interface com.atlassian.jira.issue.fields.layout.column.EditableColumnLayout
-
- removeConfigsForConfigScheme(Long) - Method in interface com.atlassian.jira.issue.fields.config.manager.FieldConfigManager
-
Removes FieldConfig objects that are only associated to the specified FieldConfigScheme.
- removeContextsForConfigScheme(Long) - Method in interface com.atlassian.jira.issue.context.persistence.FieldConfigContextPersister
-
Deprecated.
- removeContextsForConfigScheme(FieldConfigScheme) - Method in interface com.atlassian.jira.issue.context.persistence.FieldConfigContextPersister
-
- removeContextsForProject(GenericValue) - Method in interface com.atlassian.jira.issue.context.persistence.FieldConfigContextPersister
-
Deprecated.
Use
FieldConfigContextPersister.removeContextsForProject(com.atlassian.jira.project.Project)
instead. Since v5.1.
- removeContextsForProject(Project) - Method in interface com.atlassian.jira.issue.context.persistence.FieldConfigContextPersister
-
- removeContextsForProjectCategory(ProjectCategory) - Method in interface com.atlassian.jira.issue.context.persistence.FieldConfigContextPersister
-
- removeCustomField(CustomField) - Method in interface com.atlassian.jira.issue.CustomFieldManager
-
Removes the customfield supplied including all associations and values.
- removeCustomFieldConfigOptions(FieldConfig) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
-
- removeCustomFieldOptions(CustomField) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
-
- removeCustomFieldPossiblyLeavingOrphanedData(Long) - Method in interface com.atlassian.jira.issue.CustomFieldManager
-
Removes the customfield supplied.
- removeCustomFieldValues(GenericValue) - Method in interface com.atlassian.jira.issue.CustomFieldManager
-
Removes the values stored by customfields for a particular Issue.
- removeDefault() - Method in interface com.atlassian.jira.workflow.WorkflowScheme.Builder
-
Remove the default mapping from the scheme.
- removeDefaultActorsFromProjectRole(Collection<String>, ProjectRole, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
-
- removeDefaultActorsFromProjectRole(User, Collection<String>, ProjectRole, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
-
Deprecated.
Use
ProjectRoleService.removeDefaultActorsFromProjectRole(java.util.Collection, com.atlassian.jira.security.roles.ProjectRole, String, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will remove default actor associations based off the passed in actors
, projectRole
and
actorType
and checking the currentUser
has the correct permissions to perform the update operation.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.
- removeEldestEntry(Map.Entry<K, V>) - Method in class com.atlassian.jira.util.collect.LRUMap
-
Deprecated.
- removeEntities(GenericValue, Long) - Method in interface com.atlassian.jira.scheme.SchemeManager
-
Deprecated.
Use
SchemeManager.getEntities(org.ofbiz.core.entity.GenericValue, Long)
and SchemeManager.deleteEntity(Long)
instead. Since v5.0.
- removeEntities(String, String) - Method in interface com.atlassian.jira.scheme.SchemeManager
-
Removes all scheme entities with this parameter and type
- removeEntity(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
-
- removeEntity(String) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenScheme
-
- removeEntity(SchemeEntity) - Method in class com.atlassian.jira.scheme.Scheme
-
Deprecated.
this class will be made immutable, create a new Scheme instead.
- RemoveException - Exception in com.atlassian.jira.exception
-
- RemoveException() - Constructor for exception com.atlassian.jira.exception.RemoveException
-
- RemoveException(String) - Constructor for exception com.atlassian.jira.exception.RemoveException
-
- RemoveException(Exception) - Constructor for exception com.atlassian.jira.exception.RemoveException
-
- RemoveException(String, Exception) - Constructor for exception com.atlassian.jira.exception.RemoveException
-
- removeFavourite(JiraServiceContext, SharedEntity) - Method in interface com.atlassian.jira.bc.favourites.FavouritesService
-
Remove the given entity as a favourite of the user passed in the context
- removeFavourite(ApplicationUser, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
-
Remove the given entity as a favourite of the user passed in.
- removeFavourite(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
-
Deprecated.
Use
FavouritesManager.removeFavourite(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.sharing.SharedEntity)
instead. Since v6.0.
Remove the given entity as a favourite of the user passed in. Remove even if user doesn't have permission to see it and adjust count of
favourites if necessary.
- removeFavouritesForEntityDelete(SharedEntity) - Method in interface com.atlassian.jira.favourites.FavouritesManager
-
Remove all favourite associations for a given entity for entity deletion.
- removeFavouritesForUser(ApplicationUser, SharedEntity.TypeDescriptor<S>) - Method in interface com.atlassian.jira.favourites.FavouritesManager
-
Remove the favourite associations for the given User and the given type
- removeFavouritesForUser(User, SharedEntity.TypeDescriptor<S>) - Method in interface com.atlassian.jira.favourites.FavouritesManager
-
Deprecated.
Use
FavouritesManager.removeFavouritesForUser(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.sharing.SharedEntity.TypeDescriptor)
instead. Since v6.0.
Remove the favourite associations for the given User and the given type
- removeFieldConfigScheme(Long) - Method in interface com.atlassian.jira.issue.fields.config.manager.FieldConfigSchemeManager
-
Removes a field config scheme, as well as its associated contexts and field configs
(which includes option sets and generic configs)
- removeFieldLayoutScheme(FieldLayoutScheme) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
- removeFieldLayoutSchemeEntity(FieldLayoutSchemeEntity) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
Removes a
FieldLayoutSchemeEntity
- removeFieldSchemeItems(FieldScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenSchemeManager
-
- removeFieldScreen(Long) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
-
- removeFieldScreenItems(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
-
- removeFieldScreenLayoutItem(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
-
- removeFieldScreenLayoutItem(FieldScreenLayoutItem) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
-
- removeFieldScreenLayoutItem(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
-
- removeFieldScreenLayoutItems(FieldScreenTab) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
-
- removeFieldScreenScheme(FieldScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenSchemeManager
-
- removeFieldScreenSchemeItem(IssueOperation) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenScheme
-
- removeFieldScreenSchemeItem(FieldScreenSchemeItem) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenSchemeManager
-
- removeFieldScreenTab(Long) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
-
- removeFieldScreenTabs(FieldScreen) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
-
- removeFilter(Long) - Method in interface com.atlassian.jira.user.UserFilterManager
-
Remove all the user filter options of a custom field.
- removeFromScreenTabs(User, Long, List<Long>) - Method in interface com.atlassian.jira.bc.customfield.CustomFieldService
-
Removes a custom field with the given id from selected tabs.
- removeGroupPermissions(String) - Method in interface com.atlassian.jira.security.PermissionManager
-
Remove all permissions that have used this group
- removeGroupsFromGroups(JiraServiceContext, GroupRemoveChildMapper) - Method in interface com.atlassian.jira.bc.group.GroupService
-
This method will remove the provided child groups from the specified groups.
- removeHistoryForUser(User) - Method in interface com.atlassian.jira.user.UserHistoryManager
-
Deprecated.
Use
UserHistoryManager.removeHistoryForUser(ApplicationUser)
instead. Since v6.0.
- removeHistoryForUser(ApplicationUser) - Method in interface com.atlassian.jira.user.UserHistoryManager
-
Remove the user's history.
- removeInvalidFieldConfigSchemesForCustomField(String) - Method in interface com.atlassian.jira.issue.fields.config.manager.FieldConfigSchemeManager
-
Given a CustomField, this method will correctly remove the fieldConfigSchemes if necessary.
- removeInvalidFieldConfigSchemesForIssueType(IssueType) - Method in interface com.atlassian.jira.issue.fields.config.manager.FieldConfigSchemeManager
-
Given an issueType, this method will correctly remove the fieldConfigSchemes if necessary.
- removeIssueLink(IssueLink, User) - Method in interface com.atlassian.jira.issue.link.IssueLinkManager
-
Removes a single issue link
We do not check for permission here.
- removeIssueLinks(GenericValue, User) - Method in interface com.atlassian.jira.issue.link.IssueLinkManager
-
Deprecated.
- removeIssueLinks(Issue, User) - Method in interface com.atlassian.jira.issue.link.IssueLinkManager
-
Removes ALL incoming and outgoing issuelinks from the issue supplied.
- removeIssueLinksNoChangeItems(Issue) - Method in interface com.atlassian.jira.issue.link.IssueLinkManager
-
Removes ALL incoming and outgoing issuelinks from the issue supplied without creating ChangeItems for the Change History.
- removeIssueLinkType(Long, IssueLinkType, User) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeDestroyer
-
Removes an issueLinkType from the datastore.
- removeIssueLinkType(Long) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeManager
-
This method removed the issue link type from the database
WARNING: This method DOES NOT check if there are any existing issue links of this issue link type.
- removeIssueType(String) - Method in interface com.atlassian.jira.config.ConstantsManager
-
Removes an existing issueType.
- removeIssueType(String, String) - Method in interface com.atlassian.jira.config.IssueTypeManager
-
Removes an issue type.
- removeIssueTypeSchemeEntities(IssueTypeScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeManager
-
- removeIssueTypeScreenScheme(IssueTypeScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeManager
-
- removeIssueTypeScreenSchemeEntity(IssueTypeScreenSchemeEntity) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeManager
-
- removeKeyOrAddError(Map, String, String) - Method in class com.atlassian.jira.action.JiraActionSupport
-
Deprecated.
Checks if descriptorParams contains key and removes it, otherwise adds the error message with the given message
key.
- removeLabelsForCustomField(Long) - Method in interface com.atlassian.jira.issue.label.LabelManager
-
This method deletes all label entries for the custom field provided.
- removeManagedConfigurationItem(ManagedConfigurationItem) - Method in interface com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemService
-
Remove the registration of this
ManagedConfigurationItem
.
- removeMapping(String) - Method in interface com.atlassian.jira.workflow.WorkflowScheme.Builder
-
Remove the mapping for the passed issue type from the scheme.
- removeOption(Option) - Method in interface com.atlassian.jira.issue.customfields.option.Options
-
- removeOptionFromAllSchemes(String) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
-
- removeOptionSet(FieldConfig) - Method in interface com.atlassian.jira.issue.fields.option.OptionSetManager
-
- removePermission(int, String) - Method in interface com.atlassian.jira.security.GlobalPermissionManager
-
Deprecated.
- removePermission(GlobalPermissionType, String) - Method in interface com.atlassian.jira.security.GlobalPermissionManager
-
Revokes a global permission for a user group
- removePermissions(String) - Method in interface com.atlassian.jira.security.GlobalPermissionManager
-
Revoke all global permissions for a user group.
- removePriority(String, String) - Method in interface com.atlassian.jira.config.PriorityManager
-
Removes a priority.
- removeProject(Project) - Method in interface com.atlassian.jira.project.ProjectManager
-
Deletes the provided project from the database.
- removeProjectAssociations(GenericValue) - Method in interface com.atlassian.jira.issue.CustomFieldManager
-
Deprecated.
Use
CustomFieldManager.removeProjectAssociations(Project)
instead. Since v5.1.
- removeProjectAssociations(Project) - Method in interface com.atlassian.jira.issue.CustomFieldManager
-
Used if a project is deleted to remove the project field associations.
- removeProjectCategory(Long) - Method in interface com.atlassian.jira.project.ProjectManager
-
Removes the given ProjectCategory.
- removeProjectCategoryAssociations(ProjectCategory) - Method in interface com.atlassian.jira.issue.CustomFieldManager
-
Used if a project category is deleted to remove the field associations.
- removeProjectIssues(Project) - Method in interface com.atlassian.jira.project.ProjectManager
-
Removes all issues for a particular project.
- removeRecipient(NotificationRecipient, NotificationFilterContext) - Method in interface com.atlassian.jira.notification.NotificationFilter
-
This called called to remove
NotificationRecipient
s from a notification event.
- removeRelated(String, GenericValue) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
-
Remove all the entities related to the passed generic value via the passed relationship name.
- removeRemoteIssueLink(Long, User) - Method in interface com.atlassian.jira.issue.link.RemoteIssueLinkManager
-
Deprecated.
since v6.1. Use
RemoteIssueLinkManager.removeRemoteIssueLink(Long, com.atlassian.jira.user.ApplicationUser)
instead.
- removeRemoteIssueLink(Long, ApplicationUser) - Method in interface com.atlassian.jira.issue.link.RemoteIssueLinkManager
-
Deletes the given remote issue link id.
- removeRemoteIssueLinkByGlobalId(Issue, String, User) - Method in interface com.atlassian.jira.issue.link.RemoteIssueLinkManager
-
Deprecated.
- removeRemoteIssueLinkByGlobalId(Issue, String, ApplicationUser) - Method in interface com.atlassian.jira.issue.link.RemoteIssueLinkManager
-
Deletes any remote issue link that links with the given JIRA issue and has the given global id.
- removeResolution(String, String) - Method in interface com.atlassian.jira.config.ResolutionManager
-
Removes a resolution with the specified id.
- removeRoleActor(RoleActor) - Method in interface com.atlassian.jira.security.roles.DefaultRoleActors
-
Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified
set
- removeRoleActors(Collection<? extends RoleActor>) - Method in interface com.atlassian.jira.security.roles.DefaultRoleActors
-
Remove the RoleActor from the contained set of RoleActors and return a new DefaultRoleActors with the modified
set
- removeSchemeAssociation(List<JiraContextNode>, ConfigurableField) - Method in interface com.atlassian.jira.issue.fields.config.manager.FieldConfigSchemeManager
-
- removeSchemeAssociation(GenericValue, Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
Deprecated.
Use
FieldLayoutManager.removeSchemeAssociation(com.atlassian.jira.project.Project, Long)
instead. Since v5.2.
- removeSchemeAssociation(Project, Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
Removes an association between a particular project and field configuration scheme.
- removeSchemeAssociation(GenericValue, IssueTypeScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeManager
-
- removeSchemeAssociation(Project, IssueTypeScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeManager
-
- removeSchemeEntitiesForField(String) - Method in interface com.atlassian.jira.notification.NotificationSchemeManager
-
- removeSchemesFromProject(GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
-
Deprecated.
Use
SchemeManager.removeSchemesFromProject(com.atlassian.jira.project.Project)
instead. Since v4.4.
- removeSchemesFromProject(Project) - Method in interface com.atlassian.jira.scheme.SchemeManager
-
Removes all schemes from a project
- removeService(Long) - Method in interface com.atlassian.jira.service.ServiceManager
-
This will remove a service from the db and cache and it will try to resolve the service by id.
- removeServiceByName(String) - Method in interface com.atlassian.jira.service.ServiceManager
-
This will remove a service from the db and cache and it will try to resolve the service by name.
- removeStatus(ApplicationUser, Status) - Method in interface com.atlassian.jira.bc.config.StatusService
-
Removes a status.
- removeStatus(String) - Method in interface com.atlassian.jira.config.StatusManager
-
Removes a status.
- removeStep(StepDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
-
Remove a step from the workflow.
- removeSubTaskIssueType(String) - Method in interface com.atlassian.jira.config.SubTaskManager
-
- removeTab(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
-
- removeUser(User, UserService.DeleteUserValidationResult) - Method in interface com.atlassian.jira.bc.user.UserService
-
Deprecated.
Use
UserService.removeUser(ApplicationUser, DeleteUserValidationResult)
instead. Since v6.0.
- removeUser(ApplicationUser, UserService.DeleteUserValidationResult) - Method in interface com.atlassian.jira.bc.user.UserService
-
Given a valid validation result, this will remove the user and removes the user from all the groups.
- removeUser(User, User) - Method in interface com.atlassian.jira.user.util.UserUtil
-
Deprecated.
Use
UserUtil.removeUser(ApplicationUser, ApplicationUser)
instead. Since v6.0.
- removeUser(ApplicationUser, ApplicationUser) - Method in interface com.atlassian.jira.user.util.UserUtil
-
This will remove the user and removes the user from all the groups.
- removeUserFromGroup(Group, User) - Method in interface com.atlassian.jira.user.util.UserUtil
-
This is used to remove a specified user from a specified group.
- removeUserFromGroups(Collection<Group>, User) - Method in interface com.atlassian.jira.user.util.UserUtil
-
This is used to remove a user from many groups at once.
- removeUserPermissions(String) - Method in interface com.atlassian.jira.security.PermissionManager
-
Deprecated.
Use
PermissionManager.removeUserPermissions(ApplicationUser)
instead. Since v6.0.
- removeUserPermissions(ApplicationUser) - Method in interface com.atlassian.jira.security.PermissionManager
-
Remove all permissions that have been assigned to this user
- removeUsersFromGroups(JiraServiceContext, GroupRemoveChildMapper) - Method in interface com.atlassian.jira.bc.group.GroupService
-
This method will remove the provided users from the specified groups.
- removeValue(CustomField, Issue, Option) - Method in interface com.atlassian.jira.issue.customfields.MultipleSettableCustomFieldType
-
Perform any actions required if the option selected by the issue is removed.
- removeValue(CustomField, Long, PersistenceFieldType, Object) - Method in interface com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister
-
Removes a specific custom field value for the given custom field, from a given issue, of a particular type.
- removeValue(GenericValue) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
-
- removeValueFromIssueObject(MutableIssue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
-
Removes the field value from the given MutableIssue object.
- RemoveVersionAction - Class in com.atlassian.jira.bc.project.version
-
Instance of
VersionService.VersionAction
that indicates
the Version
should be removed from affected issues.
- RemoveVersionAction() - Constructor for class com.atlassian.jira.bc.project.version.RemoveVersionAction
-
- removeVote(User, VoteService.VoteValidationResult) - Method in interface com.atlassian.jira.bc.issue.vote.VoteService
-
Removes a new vote using the specified validation result
- removeVote(User, Issue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
-
Deprecated.
Use
VoteManager.removeVote(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.
- removeVote(ApplicationUser, Issue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
-
Removes a vote for the user and issue specified.
- removeVote(User, GenericValue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
-
Deprecated.
Use
VoteManager.removeVote(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.
- removeVotesForUser(User) - Method in interface com.atlassian.jira.issue.vote.VoteManager
-
Deprecated.
Use
VoteManager.removeVotesForUser(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
- removeVotesForUser(ApplicationUser) - Method in interface com.atlassian.jira.issue.vote.VoteManager
-
Removes all votes made by user.
- removeWatcher(Issue, User, User) - Method in interface com.atlassian.jira.bc.issue.watcher.WatcherService
-
Removes a watcher from an issue's list of watchers, returning the updated list of watchers.
- removeWatcherFromAll(Collection<Issue>, ApplicationUser, ApplicationUser) - Method in interface com.atlassian.jira.bc.issue.watcher.WatcherService
-
Removes a watcher from all of the supplied issues.
- removeWorkflow(String) - Method in interface com.atlassian.jira.workflow.WorkflowScheme.Builder
-
Remove all explicit references to the passed workflow from the scheme.
- removeWorkflowEntries(GenericValue) - Method in interface com.atlassian.jira.workflow.WorkflowManager
-
- rename(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
-
- render(String, IssueRenderContext) - Method in interface com.atlassian.jira.issue.fields.renderer.JiraRendererPlugin
-
This will render the provided value within the provided context and produce a
rendered output.
- render(TemplateSource) - Method in interface com.atlassian.jira.template.VelocityTemplatingEngine
-
- render(Writer) - Method in interface com.atlassian.jira.web.Renderable
-
Render this content to the given writer.
- Renderable - Interface in com.atlassian.jira.web
-
Some renderable content that can be rendered by a render tag.
- RenderableField - Interface in com.atlassian.jira.issue.fields.renderer
-
This interface defines the requirements for a field to be used in the Rendering system.
- RenderableProperty - Interface in com.atlassian.jira.admin
-
Represents a String field that accepts user input and is rendered in JIRA pages.
- renderAsText(String, IssueRenderContext) - Method in interface com.atlassian.jira.issue.fields.renderer.JiraRendererPlugin
-
This will render the provided value within the provided context and produce a
rendered output that is text readable.
- renderChangeHistoryValueDate(String, String) - Method in interface com.atlassian.jira.issue.history.DateTimeFieldChangeLogHelper
-
Use this method to render a value for the issue change history that has been stored using the method createChangelogValueForDateField().
- renderChangeHistoryValueDateTime(String, String) - Method in interface com.atlassian.jira.issue.history.DateTimeFieldChangeLogHelper
-
Use this method to render a value for the issue change history that has been stored using the method createChangelogValueForDateTimeField().
- renderEditTemplate(String, Map<String, Object>) - Method in class com.atlassian.jira.issue.search.searchers.renderer.AbstractSearchRenderer
-
- renderedShortBean(Comment, JiraBaseUrls, ProjectRoleManager, DateTimeFormatterFactory, RendererManager, String, IssueRenderContext) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- renderedShortBean(Comment, JiraBaseUrls, ProjectRoleManager, DateTimeFormatterFactory, RendererManager, String, IssueRenderContext, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- renderedShortBeans(Collection<Comment>, JiraBaseUrls, ProjectRoleManager, DateTimeFormatterFactory, RendererManager, String, IssueRenderContext) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- renderedShortBeans(Collection<Comment>, JiraBaseUrls, ProjectRoleManager, DateTimeFormatterFactory, RendererManager, String, IssueRenderContext, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- RendererManager - Interface in com.atlassian.jira.issue
-
This is the main interface to the renderer components.
- renderHtml() - Static method in class com.atlassian.jira.web.component.ContentRenderingInstruction
-
The associated component will be rendered.
- renderPermission(SharePermission, JiraAuthenticationContext) - Method in interface com.atlassian.jira.sharing.type.ShareTypeRenderer
-
Return HTML that shows the configured share.
- renderViewTemplate(String, Map<String, Object>) - Method in class com.atlassian.jira.issue.search.searchers.renderer.AbstractSearchRenderer
-
- REOPENED_STATUS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- REOPENED_STATUS_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- replaceAll(String, String, String) - Static method in class com.atlassian.jira.util.RegexpUtils
-
Equivalent of JDK 1.4's
String.replaceAll(String regex, String replacement)
, usable in JDK 1.3
- replaceInvalidChars(String, char) - Method in class com.atlassian.jira.web.util.FileNameCharacterCheckerUtil
-
Replaces each invalid character of the given filename with the replacementChar.
- replaceProjectKey(Project, String) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
-
Deprecated.
Use Project Roles instead. Since v5.2.
- replaceSchemeWithDraft(DraftWorkflowScheme) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
-
- Report - Interface in com.atlassian.jira.plugin.report
-
The interface for pluggable reports within JIRA.
- REPORT_IMAGE_HEIGHT - Static variable in interface com.atlassian.jira.charts.ChartFactory
-
- REPORT_IMAGE_WIDTH - Static variable in interface com.atlassian.jira.charts.ChartFactory
-
- ReportConfiguredEvent - Class in com.atlassian.jira.event.web.action.browser
-
Denotes that the user has opened the configure report page.
- ReportConfiguredEvent(String) - Constructor for class com.atlassian.jira.event.web.action.browser.ReportConfiguredEvent
-
- REPORTER - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- REPORTER - Static variable in class com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
-
- reporter() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
the issue's reporter.
- reporter(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- reporter(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- reporterInGroup(String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds all issues that were reported by users in a particular group.
- reporterIsCurrentUser() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds all issues that were reported by the current user.
- reporterIsEmpty() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query to find issues without a reporter.
- ReporterStatisticsMapper - Class in com.atlassian.jira.issue.statistics
-
- ReporterStatisticsMapper(UserManager, JiraAuthenticationContext) - Constructor for class com.atlassian.jira.issue.statistics.ReporterStatisticsMapper
-
- reporterUser(String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds issues that where reported by the passed user.
- ReportModuleDescriptor - Interface in com.atlassian.jira.plugin.report
-
The report plugin allows end users to write pluggable reports for JIRA.
- ReportModuleDescriptorComparators - Class in com.atlassian.jira.plugin.report
-
Comparators for ReportModuleDescriptor.
- ReportSubTaskFetcher - Interface in com.atlassian.jira.plugin.report
-
Responsible for getting SubTasks for parent Issues.
- ReportViewedEvent - Class in com.atlassian.jira.event.web.action.browser
-
Denotes that a report has been generated and viewed by a user.
- ReportViewedEvent(String) - Constructor for class com.atlassian.jira.event.web.action.browser.ReportViewedEvent
-
- request - Variable in class com.atlassian.jira.web.action.JiraWebActionSupport
-
Deprecated.
since 6.0 - use
JiraWebActionSupport.getHttpRequest()
instead.
- RequestContextParameterHolder - Interface in com.atlassian.jira.util.velocity
-
Holder for various parameters stored in the HTTPRequest.
- RequestHeaders - Interface in com.atlassian.jira.plugin.searchrequestview
-
This is a subset of the HttpServletResponse that just deals with setting headers.
- requestUsernameMatches(HttpServletRequest, User) - Static method in class com.atlassian.jira.web.action.AjaxHeaders
-
Checks whether the effective user has change between the time when the view issue page was loaded and the time
when the current request was made (this can happen due to session timeouts, logging out in another window, etc).
- RequirableField - Interface in com.atlassian.jira.issue.fields
-
A marker interface for fields in JIRA which can be made "required" as part of a
FieldLayout
.
- REQUIRE_SECURITY_TOKEN - Static variable in interface com.atlassian.jira.security.xsrf.XsrfInvocationChecker
-
This is the same name that Confluences uses in their webwork2 world so we are using the same name for synergy
reasons
- requiresAsyncLoading(RemoteIssueLink) - Method in class com.atlassian.jira.plugin.issuelink.AbstractIssueLinkRenderer
-
Refer to documentation in
IssueLinkRenderer.requiresAsyncLoading(com.atlassian.jira.issue.link.RemoteIssueLink)
.
- requiresAsyncLoading(RemoteIssueLink) - Method in interface com.atlassian.jira.plugin.issuelink.IssueLinkRenderer
-
Returns true if an AJAX call is required to retrieve the final HTML.
- requireShortcutsForContext(KeyboardShortcutManager.Context) - Method in interface com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager
-
Register that the keyboard shortcuts for the context should be included by
KeyboardShortcutManager.includeShortcuts()
(in
addition to the global
shortcuts, which are always included).
- RequiresProjectSelectedMarker - Interface in com.atlassian.jira.issue.customfields
-
Date: 6/09/2004
Time: 18:22:00
- RequiresXsrfCheck - Annotation Type in com.atlassian.jira.security.xsrf
-
The annotation used to indicate that a method needs XSRF protection checking
- resequence() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
-
- reset() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
-
- reset() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
-
- resetColumns(ApplicationUser, ApplicationUser) - Method in interface com.atlassian.jira.bc.issue.fields.ColumnService
-
Resets a user's
ColumnLayout
.
- resetColumns(ApplicationUser, Long) - Method in interface com.atlassian.jira.bc.issue.fields.ColumnService
-
Resets the given filter to no longer have its own
ColumnLayout
.
- resetFailedLoginCount(User) - Method in interface com.atlassian.jira.bc.security.login.LoginService
-
This can be called to reset the failed login count of a user
- resetKeyMatcher() - Static method in class com.atlassian.jira.util.JiraKeyUtils
-
Resets the configuration of the key matcher so that it will re-read the
ApplicationProperty that specifies how to find an issue key in a string.
- resetModifiedFields() - Method in interface com.atlassian.jira.issue.MutableIssue
-
Reset the internal list of modified fields.
- resetMoveData() - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- resetOldBuildConfirmation() - Method in interface com.atlassian.jira.license.JiraLicenseStore
-
Deprecated.
Resets persisted information about license in use being too old for current build.
- resetPagerAndSelectedIssue() - Method in interface com.atlassian.jira.web.action.issue.IssueNavigatorSearchResultsHelper
-
- resetReferences() - Static method in class com.atlassian.jira.config.properties.JiraSystemProperties
-
Deprecated.
- resetSequences(Issue) - Method in interface com.atlassian.jira.config.SubTaskManager
-
- resetSequences(List<IssueLink>) - Method in interface com.atlassian.jira.issue.link.IssueLinkManager
-
Sets the sequence number for each issueLink in the List of issueLinks provided
according to its position in the List.
- resetWorkflowTransitionSelection() - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- RESOLUTION - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- Resolution - Interface in com.atlassian.jira.issue.resolution
-
- RESOLUTION - Static variable in class com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
-
- RESOLUTION - Static variable in class com.atlassian.jira.JiraDataTypes
-
- resolution(String...) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues associated particular set of resolutions.
- resolution() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
resolution.
- resolution(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- resolution(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- RESOLUTION - Static variable in class com.atlassian.jira.user.UserHistoryItem
-
- RESOLUTION_CONSTANT_TYPE - Static variable in interface com.atlassian.jira.config.ConstantsManager
-
Used in the generic
ConstantsManager.getConstantObject(String, String)
method
- RESOLUTION_DATE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- RESOLUTION_TYPE - Static variable in class com.atlassian.jira.issue.fields.rest.json.JsonType
-
- resolutionDate() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
issue's resolution date.
- resolutionDate(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- resolutionDate(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- resolutionDateAfter(Date) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues that were reolved after the passed date.
- resolutionDateAfter(String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues that were resolved after the passed date.
- resolutionDateBetween(Date, Date) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues that where resolved between the passed dates.
- resolutionDateBetween(String, String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues that where resolved between the passed dates.
- ResolutionJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
- ResolutionJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.ResolutionJsonBean
-
- ResolutionManager - Interface in com.atlassian.jira.config
-
Manager for
Resolution
s.
- ResolutionStatisticsMapper - Class in com.atlassian.jira.issue.statistics
-
- ResolutionStatisticsMapper(ConstantsManager) - Constructor for class com.atlassian.jira.issue.statistics.ResolutionStatisticsMapper
-
- RESOLVE_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
Permission to resolve issues.
- RESOLVE_ISSUES - Static variable in class com.atlassian.jira.permission.ProjectPermissions
-
- resolved(Boolean) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- RESOLVED_STATUS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- RESOLVED_STATUS_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- resolveIdsForField(String, QueryLiteral, boolean) - Method in class com.atlassian.jira.jql.resolver.ChangeHistoryFieldIdResolver
-
- Resolver<I,O> - Interface in com.atlassian.jira.util
-
A interface to resolve some input object into an output object.
- ResolverManager - Interface in com.atlassian.jira.jql.resolver
-
Link Fields to their (JQL) NameResolver
- RESOURCE_NAME_EDIT_PARAMETERS - Static variable in interface com.atlassian.jira.plugin.workflow.JiraWorkflowPluginConstants
-
- RESOURCE_NAME_INPUT_PARAMETERS - Static variable in interface com.atlassian.jira.plugin.workflow.JiraWorkflowPluginConstants
-
- RESOURCE_NAME_VIEW - Static variable in interface com.atlassian.jira.plugin.workflow.JiraWorkflowPluginConstants
-
- RESOURCE_PREVIEW - Static variable in interface com.atlassian.jira.issue.customfields.CustomFieldType
-
Name of the resource that can be used as a preview for the CustomField when rendering in the UI.
- RESOURCE_TYPE_VELOCITY - Static variable in interface com.atlassian.jira.plugin.workflow.JiraWorkflowPluginConstants
-
- restApi2BaseUrl() - Method in interface com.atlassian.jira.issue.fields.rest.json.beans.JiraBaseUrls
-
- RestAwareCustomFieldType - Interface in com.atlassian.jira.issue.fields.rest
-
Fields that implement this interface can:
Supply meta data for the REST APIs to use.
Optionally Process command verbs from rest resoucres.
Format their data into beans that can be used to generate meaningful REST values.
- RestAwareField - Interface in com.atlassian.jira.issue.fields.rest
-
Fields that implement this interface can:
Supply meta data for the REST APIs to use.
Optionally Process command verbs from rest resoucres.
Format their data into beans that can be used to generate meaningful REST values.
- RestCustomFieldTypeOperations - Interface in com.atlassian.jira.issue.fields.rest
-
Interface for fields which can be modified using the rest api.
- RestFieldOperations - Interface in com.atlassian.jira.issue.fields.rest
-
Interface for fields which can be modified using the rest api.
- RestFieldOperationsHandler - Interface in com.atlassian.jira.issue.fields.rest
-
The RestFieldOperationsHandler is called by the issue rest source to handle the update issue request.
- restoreDefaultColumnLayout() - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
-
Sets the ColumnLayout in use for users who have not defined their own, also known as the System column layout.
- restoreDefaultFieldLayout() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
This method can be used to rollback any changes to the default field configuration.
- restoreSchemeFieldLayout(GenericValue) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
Restores the field layout associated with the provided scheme to defaults.
- restoreSearchRequestColumnLayout(SearchRequest) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
-
- restoreUserColumnLayout(User) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
-
- restrictPages(Collection<Page>, int) - Method in class com.atlassian.jira.web.bean.PagerFilter
-
Restrict the pagers to a certain number of pages on either side of the current page.
- retainExistingValuesWhenParameterNotProvided() - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- retrieve(String, String) - Method in interface com.atlassian.jira.issue.customfields.manager.GenericConfigManager
-
Retrieves a particular entry.
- retrieve() - Method in interface com.atlassian.jira.license.JiraLicenseStore
-
Deprecated.
Retrieves the current license String from the persistent location.
- retrieveAllChildren(List<Option>) - Method in interface com.atlassian.jira.issue.customfields.option.Option
-
- retrieveOrMakeSearchRequest(String, Map<String, Object>) - Method in interface com.atlassian.jira.charts.util.ChartUtils
-
Make a search request out of the searchQuery parameter and populate the report/portlet param map
- retrieveServerId() - Method in interface com.atlassian.jira.license.JiraLicenseStore
-
Deprecated.
Gets the server ID from the persistence backend
- RETURN_URL_PARAMETER - Static variable in class com.atlassian.jira.web.action.JiraWebActionSupport
-
- returnComplete() - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
- returnComplete(String) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
- returnCompleteWithInlineRedirect(String) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
This will return success response with body containing url to redirect.
- returnCompleteWithInlineRedirectAndMsg(String, String, JiraWebActionSupport.MessageType, boolean, String) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
This will redirect like
JiraWebActionSupport.returnCompleteWithInlineRedirect(String)
, and will also populate the response
with the details of a pop-up message to be displayed on the redirected page.
- returnCompleteWithInlineRedirectAndMsg(String, String, String, boolean, String) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
Deprecated.
- returnMsgToUser(String, String, String, boolean, String) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
Deprecated.
since 5.1. Use
JiraWebActionSupport.returnMsgToUser(String, String, MessageType, boolean, String)
instead.
- returnMsgToUser(String, String, JiraWebActionSupport.MessageType, boolean, String) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
This will redirect like
JiraWebActionSupport.returnComplete()
, and will also populate the response
with the details of a pop-up message to be displayed on the redirected page.
- RoleActor - Interface in com.atlassian.jira.security.roles
-
This is an abstraction that allows us to associate users with ProjectRoles.
- RoleActorDoesNotExistException - Exception in com.atlassian.jira.security.roles
-
Thrown if a user attemtps to add a Role Actor (Group or User) that does not exist.
- RoleActorDoesNotExistException(String) - Constructor for exception com.atlassian.jira.security.roles.RoleActorDoesNotExistException
-
- RoleActorFactory - Interface in com.atlassian.jira.security.roles
-
Create RoleActor instances.
- roleActorOfTypeExistsForProjects(List<Long>, ProjectRole, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
-
- roleActorOfTypeExistsForProjects(User, List<Long>, ProjectRole, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
-
Deprecated.
Use
ProjectRoleService.roleActorOfTypeExistsForProjects(java.util.List, com.atlassian.jira.security.roles.ProjectRole, String, String, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Returns a list of projectId's for which the role actor of the specified type exists in the project for the
provided projectRole. This is a method that is meant to efficiently allow discovery of whether a UserRoleActor
exists in a project role for a subset of projects.
- roleActorOfTypeExistsForProjects(List<Long>, ProjectRole, String, String) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
-
Returns a list of projectId's for which the role actor of the specified type exists in the project for the
provided projectRole.
- roleLevelId(Long) - Method in class com.atlassian.jira.bc.issue.comment.CommentService.CommentParameters.CommentParametersBuilder
-
- roleLevelId(String) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
-
- ROMANIAN - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
-
- run() - Method in class com.atlassian.jira.service.AbstractService
-
This method must be implemented in a subclass, and performs the functionality
that the service performs.
- run() - Method in interface com.atlassian.jira.service.JiraService
-
Perform the action of this service.
- run() - Method in class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
-
- run() - Method in interface com.atlassian.jira.web.action.admin.issuetypes.ExecutableAction
-
Run the action
- runImpl(MessageHandlerContext) - Method in class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
-
- runImpl(MessageHandlerContext) - Method in class com.atlassian.jira.service.services.mail.MailFetcherService
-
Connect to the POP / IMAPemail box and then handle each message.
- runNow(long) - Method in interface com.atlassian.jira.service.ServiceManager
-
Runs the service immediately.
- runSubscription(GenericValue) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
-
Deprecated.
Use
SubscriptionManager.runSubscription(Long)
. Since v6.2
- runSubscription(Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
-
- runSubscription(ApplicationUser, Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
-
- runSubscription(User, Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
-
Deprecated.
Use
SubscriptionManager.runSubscription(com.atlassian.jira.user.ApplicationUser, Long)
instead. Since v6.0.
- RuntimeIOException - Exception in com.atlassian.jira.util
-
An IOException was encountered and the stupid programmer didn't know how to recover, so this got thrown instead.
- RuntimeIOException(String, IOException) - Constructor for exception com.atlassian.jira.util.RuntimeIOException
-
- RuntimeIOException(IOException) - Constructor for exception com.atlassian.jira.util.RuntimeIOException
-
- runWithStaticBaseUrl(I, Function<I, O>) - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContextFactory
-
Run the passed function in an environment where JIRA's configured
baseURL
is always used.
- RUSSIAN - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
-
S
- safeParseLong(String) - Static method in class com.atlassian.jira.issue.customfields.option.OptionUtils
-
- SafeRedirectChecker - Class in com.atlassian.jira.web.action
-
Deprecated.
Use
RedirectSanitiser
instead. Since v6.2.
- SafeRedirectChecker(RedirectSanitiser) - Constructor for class com.atlassian.jira.web.action.SafeRedirectChecker
-
Deprecated.
- safeToString(Long) - Static method in class com.atlassian.jira.issue.customfields.option.OptionUtils
-
- sanitise(User, TerminalClause) - Method in interface com.atlassian.jira.jql.permission.ClauseSanitiser
-
Given a user and a clause, will return a sanitised clause that when possible will not contain any information
that the specified user does not have permission to see.
- sanitiseFunctionOperand(User, FunctionOperand) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
-
Sanitise a function operand for the specified user, so that information is not leaked.
- sanitiseOperand(User, FunctionOperand) - Method in interface com.atlassian.jira.plugin.jql.function.ClauseSanitisingJqlFunction
-
Sanitise a function operand for the specified user, so that information is not leaked.
- sanitiseSearchQuery(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
-
Returns an equivalent
Query
with all the potential "information leaks" removed,
with regards to the specified user.
- SAVED_FILTER - Static variable in class com.atlassian.jira.JiraDataTypes
-
- savedFilter(String...) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that will inclue the results from the passed filters in the search.
- savedFilter() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to add saved filters as conditions
to the query.
- savedFilters - Variable in class com.atlassian.jira.web.action.JiraWebActionSupport
-
- SavedFilterSearchConstants - Class in com.atlassian.jira.issue.search.constants
-
Saved filter is strange so it does not have a fieldId or an index id.
- saveHistoryMetadata(Long, ApplicationUser, HistoryMetadata) - Method in interface com.atlassian.jira.issue.changehistory.metadata.HistoryMetadataManager
-
Persists the HistoryMetadata related to the change group.
- saveLegacyPortletConfiguration(JiraServiceContext, PortletConfiguration) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Save a specific
PortletConfiguration
to a
database store.
- saveLegacyPortletConfiguration(PortletConfiguration) - Method in interface com.atlassian.jira.portal.PortalPageManager
-
This can be called to save a
PortletConfiguration
object
inside a PortalPage
object to the underlying database store.
- saveWorkflowWithoutAudit(JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
-
This method will save the workflow and it will not affect the updatedDate and updatedAuthorName meta attributes
of the workflow.
- SCHEDULE_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
- SCHEDULE_ISSUES - Static variable in class com.atlassian.jira.permission.ProjectPermissions
-
- scheduleAfterVersion(Long) - Method in class com.atlassian.jira.bc.project.version.VersionService.VersionBuilder
-
- Scheme - Class in com.atlassian.jira.scheme
-
This object is used to represent a scheme in JIRA (this could be a permission, notification, etc, scheme).
- Scheme() - Constructor for class com.atlassian.jira.scheme.Scheme
-
- Scheme(String, String) - Constructor for class com.atlassian.jira.scheme.Scheme
-
- Scheme(Long, String, String, Collection<SchemeEntity>) - Constructor for class com.atlassian.jira.scheme.Scheme
-
- Scheme(Long, String, String, String, Collection<SchemeEntity>) - Constructor for class com.atlassian.jira.scheme.Scheme
-
- SchemeEntity - Class in com.atlassian.jira.scheme
-
This objected is used to hold the values of an entity which is part of a scheme.
- SchemeEntity(String, Object) - Constructor for class com.atlassian.jira.scheme.SchemeEntity
-
Create a new SchemeEntity object
- SchemeEntity(String, String, Object) - Constructor for class com.atlassian.jira.scheme.SchemeEntity
-
Create a new SchemeEntity object
- SchemeEntity(String, String, Object, Object) - Constructor for class com.atlassian.jira.scheme.SchemeEntity
-
- SchemeEntity(Long, String, String, Object, Object, Long) - Constructor for class com.atlassian.jira.scheme.SchemeEntity
-
Create a new SchemeEntity object
- schemeExists(String) - Method in interface com.atlassian.jira.scheme.SchemeManager
-
Determine if the given scheme name exists.
- schemeIssueSecurityExists(Long) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
-
Deprecated.
Use
IssueSecurityLevelManager.getSecurityLevel(long)
!= null instead. Since v5.0.
- SchemeManager - Interface in com.atlassian.jira.scheme
-
- ScreenableIssueOperation - Interface in com.atlassian.jira.issue.operation
-
Copyright (c) 2002-2004
All rights reserved.
- ScreenableSingleIssueOperationImpl - Class in com.atlassian.jira.issue.operation
-
- ScreenableSingleIssueOperationImpl(Long, String, String) - Constructor for class com.atlassian.jira.issue.operation.ScreenableSingleIssueOperationImpl
-
- search(JiraServiceContext, SharedEntitySearchParameters, int, int) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Search for the SearchRequests that match the passed searchParameters.
- search(User, Query, PagerFilter) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
-
Search the index, and only return issues that are in the pager's range.
- search(JiraServiceContext, SharedEntitySearchParameters, int, int) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Search for the PortalPages that match the passed SearchParameters.
- search(Query, User, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Search the index, and only return issues that are in the pager's range.
- search(Query, ApplicationUser, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Search the index, and only return issues that are in the pager's range.
- search(Query, User, PagerFilter, Query) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Search the index, and only return issues that are in the pager's range while AND'ing the raw lucene query
to the generated query from the provided searchQuery.
- search(Query, ApplicationUser, PagerFilter, Query) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Search the index, and only return issues that are in the pager's range while AND'ing the raw lucene query
to the generated query from the provided searchQuery.
- search(Query, User, Collector, Query) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Run a search based on the provided search criteria and, for each match, call Collector.collect().
- search(Query, ApplicationUser, Collector, Query) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Run a search based on the provided search criteria and, for each match, call Collector.collect().
- search(Query, User, Collector) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Run a search based on the provided search criteria and, for each match, call Collector.collect().
- search(Query, ApplicationUser, Collector) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Run a search based on the provided search criteria and, for each match, call Collector.collect().
- search(SharedEntitySearchParameters, ApplicationUser, int, int) - Method in interface com.atlassian.jira.issue.search.SearchRequestManager
-
Search for the SearchRequests that match the passed searchParameters.
- search(SharedEntitySearchParameters, User, int, int) - Method in interface com.atlassian.jira.issue.search.SearchRequestManager
-
Deprecated.
Use
SearchRequestManager.search(com.atlassian.jira.sharing.search.SharedEntitySearchParameters, com.atlassian.jira.user.ApplicationUser, int, int)
instead. Since v6.0.
Search for the SearchRequests that match the passed searchParameters. The result can be paged so that a subset
of the results can be returned.
- search(SharedEntitySearchParameters, ApplicationUser, int, int) - Method in interface com.atlassian.jira.portal.PortalPageManager
-
Search for the PortalPages that match the passed SearchParameters.
- search(SharedEntitySearchParameters, User, int, int) - Method in interface com.atlassian.jira.portal.PortalPageManager
-
Deprecated.
Use
PortalPageManager.search(com.atlassian.jira.sharing.search.SharedEntitySearchParameters, com.atlassian.jira.user.ApplicationUser, int, int)
instead. Since v6.0.
Search for the PortalPages that match the passed SearchParameters. The result can be paged so that a subset of the results can be returned.
- SEARCH - Static variable in class com.atlassian.jira.sharing.type.ShareTypeRenderer.RenderMode
-
- SEARCH_CURRENT_ISSUE - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SEARCH_PAGER - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SEARCH_REQUEST - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SEARCH_SORTER - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SearchableField - Interface in com.atlassian.jira.issue.fields
-
- searchAndSort(Query, User, Collector, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Run a search based on the provided search criteria and, for each match call Collector.collect().
- searchAndSort(Query, ApplicationUser, Collector, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Run a search based on the provided search criteria and, for each match call Collector.collect().
- searchAndSortOverrideSecurity(Query, User, Collector, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Run a search based on the provided search criteria and, for each match call Collector.collect().
- searchAndSortOverrideSecurity(Query, ApplicationUser, Collector, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Run a search based on the provided search criteria and, for each match call Collector.collect().
- SearchContext - Interface in com.atlassian.jira.issue.search
-
Represents the Project and IssueType combination which is used to determine the allowable fields and values
when searching for Issues.
- SearchContextFactory - Interface in com.atlassian.jira.issue.search
-
Use this factory to construct a
SearchContext
.
- SearchContextVisibilityChecker - Interface in com.atlassian.jira.issue.search.searchers.transformer
-
Deprecated.
- searchCount(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
-
Search the index, and return the count of the issues matching the query.
- searchCount(Query, User) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Return the number of issues matching the provided search criteria.
- searchCount(Query, ApplicationUser) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Return the number of issues matching the provided search criteria.
- searchCountMap(String) - Method in class com.atlassian.jira.web.bean.StatisticAccessorBean
-
- searchCountOverrideSecurity(Query, User) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Return the number of issues matching the provided search criteria, overridding any security constraints.
- searchCountOverrideSecurity(Query, ApplicationUser) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Return the number of issues matching the provided search criteria, overridding any security constraints.
- searcher - Variable in class com.atlassian.jira.issue.statistics.util.DocumentHitCollector
-
Deprecated.
- SearcherGroup - Class in com.atlassian.jira.issue.search.searchers
-
A group of searchers related by their
SearcherGroupType
.
- SearcherGroup(SearcherGroupType, Collection<IssueSearcher<?>>) - Constructor for class com.atlassian.jira.issue.search.searchers.SearcherGroup
-
- SearcherGroupType - Enum in com.atlassian.jira.issue.search.searchers
-
Represents the type of a
SearcherGroup
.
- SearcherInformation<T extends SearchableField> - Interface in com.atlassian.jira.issue.search.searchers.information
-
Identifies a searcher by name and provides a display name that is i18n'ed.
- searcherKey(String) - Method in class com.atlassian.jira.bc.customfield.CustomFieldDefinition.Builder
-
- SearchException - Exception in com.atlassian.jira.issue.search
-
- SearchException() - Constructor for exception com.atlassian.jira.issue.search.SearchException
-
- SearchException(String) - Constructor for exception com.atlassian.jira.issue.search.SearchException
-
- SearchException(Exception) - Constructor for exception com.atlassian.jira.issue.search.SearchException
-
- SearchException(String, Exception) - Constructor for exception com.atlassian.jira.issue.search.SearchException
-
- SearchHandler - Class in com.atlassian.jira.issue.search
-
Object used by the field to indicate how it can be searched and indexed.
- SearchHandler(List<FieldIndexer>, SearchHandler.SearcherRegistration, List<SearchHandler.ClauseRegistration>) - Constructor for class com.atlassian.jira.issue.search.SearchHandler
-
Create a new handler.
- SearchHandler(List<FieldIndexer>, SearchHandler.SearcherRegistration) - Constructor for class com.atlassian.jira.issue.search.SearchHandler
-
Create a new handler with the passed
FieldIndexer
s and SearchHandler.SearcherRegistration
.
- SearchHandler.ClauseRegistration - Class in com.atlassian.jira.issue.search
-
Represents a JQL clause and how to process it.
- SearchHandler.ClauseRegistration(ClauseHandler) - Constructor for class com.atlassian.jira.issue.search.SearchHandler.ClauseRegistration
-
- SearchHandler.SearcherRegistration - Class in com.atlassian.jira.issue.search
-
Holds the link between an
IssueSearcher
and the JQL clauses (as
SearchHandler.ClauseRegistration
s) that it uses in the background to
implement searching.
- SearchHandler.SearcherRegistration(IssueSearcher<?>, ClauseHandler) - Constructor for class com.atlassian.jira.issue.search.SearchHandler.SearcherRegistration
-
- SearchHandler.SearcherRegistration(IssueSearcher<?>, List<SearchHandler.ClauseRegistration>) - Constructor for class com.atlassian.jira.issue.search.SearchHandler.SearcherRegistration
-
- SearchHandler.SearcherRegistration(IssueSearcher<?>, SearchHandler.ClauseRegistration) - Constructor for class com.atlassian.jira.issue.search.SearchHandler.SearcherRegistration
-
- SearchHandlerManager - Interface in com.atlassian.jira.issue.search.managers
-
Manager that holds all references to search related information in JIRA.
- SearchInputTransformer - Interface in com.atlassian.jira.issue.search.searchers.transformer
-
Used to convert input parameters as submitted by a
SearchRenderer
into the intermediate form, as stored in a FieldValuesHolder
and then
from a FieldValuesHolder into an object form that is stored in the
SearchRequest
that is used to execute a search in JIRA.
- searchOverrideSecurity(Query, User, PagerFilter, Query) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Search the index, and only return issues that are in the pager's range while AND'ing the raw lucene query
to the generated query from the provided searchQuery, not taking into account any security
constraints.
- searchOverrideSecurity(Query, ApplicationUser, PagerFilter, Query) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Search the index, and only return issues that are in the pager's range while AND'ing the raw lucene query
to the generated query from the provided searchQuery, not taking into account any security
constraints.
- searchOverrideSecurity(Query, User, Collector) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Run a search based on the provided search criteria and, for each match, call Collector.collect() not taking
into account any security constraints.
- searchOverrideSecurity(Query, ApplicationUser, Collector) - Method in interface com.atlassian.jira.issue.search.SearchProvider
-
Run a search based on the provided search criteria and, for each match, call Collector.collect() not taking
into account any security constraints.
- SearchProvider - Interface in com.atlassian.jira.issue.search
-
A SearchProvider in JIRA allows users to run structured searches against JIRA Lucene index as opposed
to database (SQL) based queries.
- searchProvider - Variable in class com.atlassian.jira.plugin.versionpanel.impl.GenericTabPanel
-
- SearchProviderFactory - Interface in com.atlassian.jira.issue.search
-
Provides low-level searches that can be used to query indexes.
- SearchRenderer - Interface in com.atlassian.jira.issue.search.searchers.renderer
-
Handles the rendering of field search information for the JIRA issue navigator.
- SearchRequest - Class in com.atlassian.jira.issue.search
-
A shareable representation of a search for issues.
- SearchRequest() - Constructor for class com.atlassian.jira.issue.search.SearchRequest
-
A no-arg constructor that will build a SearchRequest with an empty
Query
, this
will be a search that will find all issues with the default system sorting .
- SearchRequest(Query) - Constructor for class com.atlassian.jira.issue.search.SearchRequest
-
Creates a SearchRequest with the specified
Query
and no other attributes.
- SearchRequest(SearchRequest) - Constructor for class com.atlassian.jira.issue.search.SearchRequest
-
Used to create a SearchRequest that copies all the information from the old search request.
- SearchRequest(Query, ApplicationUser, String, String) - Constructor for class com.atlassian.jira.issue.search.SearchRequest
-
Build a SearchRequest with the provided attributes, this can be used if you want to create a SearchRequest that
can be persisted.
- SearchRequest(Query, ApplicationUser, String, String, Long, long) - Constructor for class com.atlassian.jira.issue.search.SearchRequest
-
Build a SearchRequest with the provided attributes.
- SearchRequest(Query, String, String, String) - Constructor for class com.atlassian.jira.issue.search.SearchRequest
-
Deprecated.
Use
SearchRequest.SearchRequest(com.atlassian.query.Query, com.atlassian.jira.user.ApplicationUser, String, String)
instead. Since v6.0.
Build a SearchRequest with the provided attributes, this can be used if you want to create a SearchRequest that
can be persisted.
- SearchRequest(Query, String, String, String, Long, long) - Constructor for class com.atlassian.jira.issue.search.SearchRequest
-
Deprecated.
Use
SearchRequest.SearchRequest(com.atlassian.query.Query, com.atlassian.jira.user.ApplicationUser, String, String, Long, long)
instead. Since v6.0.
Build a SearchRequest with the provided attributes.
- SearchRequestAddendumBuilder - Class in com.atlassian.jira.issue.search.util
-
Provides convenience methods to build new SearchRequest objects from existing ones, by appending additional clauses.
- SearchRequestAddendumBuilder() - Constructor for class com.atlassian.jira.issue.search.util.SearchRequestAddendumBuilder
-
- SearchRequestAddendumBuilder.AddendumCallback<T> - Interface in com.atlassian.jira.issue.search.util
-
- SearchRequestAppender<T> - Interface in com.atlassian.jira.issue.search
-
This interface describes operations for appending clauses to existing SearchRequest queries.
- SearchRequestAppender.Factory<T> - Interface in com.atlassian.jira.issue.search
-
- SearchRequestEntity - Class in com.atlassian.jira.issue.search
-
A SearchRequest data object.
- SearchRequestEntity(Long, String, String, String, String, String, Long, String, Long) - Constructor for class com.atlassian.jira.issue.search.SearchRequestEntity
-
- SearchRequestInfo - Class in com.atlassian.jira.issue.search
-
A class representing information related to a Search Request.
- SearchRequestInfo(SearchRequest) - Constructor for class com.atlassian.jira.issue.search.SearchRequestInfo
-
- SearchRequestInfo(Query, Long, boolean) - Constructor for class com.atlassian.jira.issue.search.SearchRequestInfo
-
- SearchRequestManager - Interface in com.atlassian.jira.issue.search
-
This manager is responsible for
SearchRequest
s.
- SearchRequestParams - Interface in com.atlassian.jira.plugin.searchrequestview
-
This is used by
SearchRequestView
plugins to provide information about their context.
- SearchRequestService - Interface in com.atlassian.jira.bc.filter
-
Service exposing Search Request Management and retrieval.
- SearchRequestUtils - Class in com.atlassian.jira.issue.search
-
- SearchRequestUtils() - Constructor for class com.atlassian.jira.issue.search.SearchRequestUtils
-
- SearchRequestValuesGenerator - Class in com.atlassian.jira.portal
-
A ValuesGenerator for creating a list of SearchRequests (a.k.a Filters) with IDs and names.
- SearchRequestValuesGenerator() - Constructor for class com.atlassian.jira.portal.SearchRequestValuesGenerator
-
- SearchRequestView - Interface in com.atlassian.jira.plugin.searchrequestview
-
A specific view of a Search Request.
- SearchRequestViewModuleDescriptor - Interface in com.atlassian.jira.plugin.searchrequestview
-
An search request view allows you to view a search request in different ways (eg XML, Word, PDF, Excel)
- SearchResults - Class in com.atlassian.jira.issue.search
-
- SearchResults(List<Issue>, PagerFilter<Issue>) - Constructor for class com.atlassian.jira.issue.search.SearchResults
-
Construct searchResults using a list of issues.
- SearchResults(List<Issue>, int, PagerFilter) - Constructor for class com.atlassian.jira.issue.search.SearchResults
-
Construct searchResults using the issues that should be displayed, and the 'total' number of issues.
- SearchResults(List<Issue>, int, int, int) - Constructor for class com.atlassian.jira.issue.search.SearchResults
-
Construct searchResults using the issues that should be displayed, and the 'total' number of issues.
- searchResults - Variable in class com.atlassian.jira.web.action.issue.SearchResultsInfo
-
- SearchResultsInfo - Class in com.atlassian.jira.web.action.issue
-
Value container for search results helper
- SearchResultsInfo() - Constructor for class com.atlassian.jira.web.action.issue.SearchResultsInfo
-
- SearchService - Interface in com.atlassian.jira.bc.issue.search
-
Provides functionality (search, query string generation, parsing, validation, context generation, etc...) related to
searching in JIRA.
- SearchService.ParseResult - Class in com.atlassian.jira.bc.issue.search
-
- SearchService.ParseResult(Query, MessageSet) - Constructor for class com.atlassian.jira.bc.issue.search.SearchService.ParseResult
-
- SearchSort - Class in com.atlassian.query.order
-
A simple data bean representing a portion of the sort order (related to a clause) for a search query.
- SearchSort(String) - Constructor for class com.atlassian.query.order.SearchSort
-
- SearchSort(String, SortOrder) - Constructor for class com.atlassian.query.order.SearchSort
-
Used to construct a search sort for a field with a direction.
- SearchSort(String, Option<Property>, SortOrder) - Constructor for class com.atlassian.query.order.SearchSort
-
Used to construct a search sort for a field with a direction and optional property
- SearchSort(String, String) - Constructor for class com.atlassian.query.order.SearchSort
-
Deprecated.
use
SearchSort.SearchSort(String, SortOrder)
instead.
- SearchSort(SearchSort) - Constructor for class com.atlassian.query.order.SearchSort
-
- SearchSortUtil - Interface in com.atlassian.jira.issue.search.util
-
Looks at the current search sorts on a query and will add the default JIRA search sorts (issue key or none if there
is a text search included in the query) if there are no user specified sorts.
- SearchUnavailableException - Exception in com.atlassian.jira.issue.index
-
Searching is disabled, cannot get a searcher.
- second() - Method in class com.atlassian.jira.util.lang.Pair
-
- SECOND - Static variable in class com.atlassian.jira.web.util.OutlookDate
-
- SECONDS - Static variable in class com.atlassian.jira.util.JiraDateUtils
-
- SECONDS_IN_MILLIS - Static variable in class com.atlassian.jira.util.JiraDateUtils
-
- SECURITY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- SECURITY_LEVEL_TYPE - Static variable in class com.atlassian.jira.issue.fields.rest.json.JsonType
-
- securityLevel(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- securityLevel(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- SecurityLevelJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
- SecurityLevelJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.SecurityLevelJsonBean
-
- SEGMENTS_PER_TIER - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.MergePolicy
-
- SELECT - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
-
- SelectConverter - Interface in com.atlassian.jira.issue.customfields.converters
-
- SelectCustomFieldImporter - Class in com.atlassian.jira.imports.project.customfield
-
Implements ProjectCustomFieldImporter for the "Select" custom fields.
- SelectCustomFieldImporter() - Constructor for class com.atlassian.jira.imports.project.customfield.SelectCustomFieldImporter
-
- SelectCustomFieldImporter(OptionsManager) - Constructor for class com.atlassian.jira.imports.project.customfield.SelectCustomFieldImporter
-
Deprecated.
Use
SelectCustomFieldImporter.SelectCustomFieldImporter()
instead. Since v4.4.
- SELECTED_PROJECT - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SELECTED_PROJECT_COMPONENT - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SELECTED_PROJECT_VERSION - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- selectedIssueId - Variable in class com.atlassian.jira.web.action.issue.SearchResultsInfo
-
- Selection - Class in com.atlassian.jira.avatar
-
Represents an absolute subrectangle of an image.
- Selection(int, int, int, int) - Constructor for class com.atlassian.jira.avatar.Selection
-
- SelectStatisticsMapper - Class in com.atlassian.jira.issue.customfields.statistics
-
- SelectStatisticsMapper(CustomField, SelectConverter, JiraAuthenticationContext, CustomFieldInputHelper) - Constructor for class com.atlassian.jira.issue.customfields.statistics.SelectStatisticsMapper
-
- self(URI) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueLinkJsonBean
-
- self() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueLinkTypeJsonBean
-
- self(URI) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueLinkTypeJsonBean
-
- self() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueRefJsonBean
-
- self(URI) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueRefJsonBean
-
- self() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.StatusCategoryJsonBean
-
- self(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.StatusCategoryJsonBean
-
- self(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.StatusJsonBean.Builder
-
- self() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.StatusJsonBean
-
- self(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.StatusJsonBean
-
- send() - Method in class com.atlassian.jira.mail.settings.MailSettings.DefaultMailSettings
-
- send() - Method in interface com.atlassian.jira.mail.settings.MailSettings
-
Retrieves the outgoing mail settings for JIRA.
- SEND_MAIL - Static variable in class com.atlassian.jira.event.issue.IssueEvent
-
- sendCommentMentions(User, Set<NotificationRecipient>, Comment, Comment) - Method in interface com.atlassian.jira.mention.MentionService
-
Given a comment object this method will look for any mentions using the
MentionFinder
and send e-mails to
all users mentioned.
- sendIssueCreateMentions(User, Set<NotificationRecipient>, Issue) - Method in interface com.atlassian.jira.mention.MentionService
-
Given an issue object this method will look for any mentions in the description field using the
MentionFinder
and send e-mails to
all users mentioned.
- sendIssueEditMentions(User, Set<NotificationRecipient>, Issue, Comment) - Method in interface com.atlassian.jira.mention.MentionService
-
Given an issue that has just been edited and an optional edit comment this method sends mention e-mails
to all users mentioned in either the new issue description or option edit comment.
- sendMail(boolean) - Method in class com.atlassian.jira.issue.UpdateIssueRequest.UpdateIssueRequestBuilder
-
- sendNotification(AdhocNotificationService.ValidateNotificationResult) - Method in interface com.atlassian.jira.notification.AdhocNotificationService
-
- sendRemote(String, String) - Method in interface com.atlassian.jira.cluster.ClusterMessagingService
-
Sends an inter-node message to registered listeners, listeners on the node the message was raised will not be
notified.
- SEPARATOR_CHAR - Static variable in interface com.atlassian.jira.issue.fields.LabelsField
-
- SERVICE_EVENT - Static variable in class com.atlassian.jira.service.AbstractService
-
- SERVICE_ID_KEY - Static variable in interface com.atlassian.jira.service.ServiceManager
-
- ServiceException - Exception in com.atlassian.jira.service
-
- ServiceException() - Constructor for exception com.atlassian.jira.service.ServiceException
-
- ServiceException(Exception) - Constructor for exception com.atlassian.jira.service.ServiceException
-
- ServiceException(String) - Constructor for exception com.atlassian.jira.service.ServiceException
-
- ServiceException(String, Exception) - Constructor for exception com.atlassian.jira.service.ServiceException
-
- ServiceManager - Interface in com.atlassian.jira.service
-
- ServiceManager.ServiceScheduleSkipper - Interface in com.atlassian.jira.service
-
Deprecated.
v6.2 This is no longer used.
- ServiceOutcome<T> - Interface in com.atlassian.jira.bc
-
A service result that also has an value.
- ServiceResult - Interface in com.atlassian.jira.bc
-
This interface defines a service method call result in JIRA that can contain human readable errors.
- ServiceResultImpl - Class in com.atlassian.jira.bc
-
Simple implementation of a validation result.
- ServiceResultImpl(ErrorCollection) - Constructor for class com.atlassian.jira.bc.ServiceResultImpl
-
- ServiceUtils - Class in com.atlassian.jira.service.util
-
- ServletContextKeys - Interface in com.atlassian.jira.web
-
Provides constants for referencing objects in the servlet context in JIRA.
- SESSION_BEAN - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SESSION_TIMEOUT_MESSAGE - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SessionKeys - Interface in com.atlassian.jira.web
-
Keys and constants used (usually) to store objects in scopes (request / session etc)
- SessionNotFoundException - Exception in com.atlassian.jira.io
-
There is no current to use for creating SessionTempFile instances.
- SessionNotFoundException() - Constructor for exception com.atlassian.jira.io.SessionNotFoundException
-
- SessionTempFile - Interface in com.atlassian.jira.io
-
Wrapper for a temporary file that is bound to the HTTP session.
- set(GenericValue) - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
-
- set(HttpServletRequest, HttpServletResponse) - Static method in class com.atlassian.jira.web.ExecutingHttpRequest
-
DO NOT CALL THIS OUTSIDE OF THE FIRST WEB FILTER
- SET_ISSUE_SECURITY - Static variable in class com.atlassian.jira.permission.ProjectPermissions
-
- SET_ISSUE_SECURITY - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
- setAction(int) - Method in interface com.atlassian.jira.workflow.WorkflowProgressAware
-
- setAction(int) - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
- setActions(Map<String, BulkEditAction>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setActionUrl(String) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
- setActive(boolean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- setActorsForProjectRole(Map<String, Set<String>>, ProjectRole, Project, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
-
- setActorsForProjectRole(User, Map<String, Set<String>>, ProjectRole, Project, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
-
Deprecated.
Use
ProjectRoleService.setActorsForProjectRole(java.util.Map, com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.project.Project, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will set the project role actor associations for the given newRoleActors
and checking
the currentUser
has the correct permissions to perform the update operation.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.
- setAffectedVersionIds(Long...) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setAffectedVersions(Collection<Version>) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setAllowDowngrade(boolean) - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- setAllowGravatars(boolean) - Method in interface com.atlassian.jira.avatar.GravatarSettings
-
Sets the "gravatars allowed" JIRA-wide setting.
- setAlt(String) - Method in class com.atlassian.jira.web.util.HelpUtil.HelpPath
-
Deprecated.
- setAlternateRowColors(boolean) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
- setApplyDefaultValuesWhenParameterNotProvided(boolean) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setArchived(Boolean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- setArchived(boolean) - Method in interface com.atlassian.jira.project.version.Version
-
- setAssignee(boolean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean.ToJsonBean
-
- setAssignee(User) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setAssigneeId(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setAssigneeId(String) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the user that this issue is assigned to.
- setAssigneeType(long) - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
-
- setAttribute(String, Object) - Method in interface com.atlassian.jira.util.velocity.VelocityRequestSession
-
Binds an object to this session, using the name specified.
- setAuthor(ApplicationUser) - Method in interface com.atlassian.jira.issue.comments.MutableComment
-
- setAuthor(String) - Method in interface com.atlassian.jira.issue.comments.MutableComment
-
Deprecated.
Use
MutableComment.setAuthor(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
- setAuthor(UserJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- setAuthor(UserJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- setAutomaticTransition() - Method in class com.atlassian.jira.workflow.TransitionOptions.Builder
-
- setAvatarUrls(Map<String, String>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- setBody(String) - Method in interface com.atlassian.jira.issue.comments.MutableComment
-
- setBody(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- setBoolean(String, boolean) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
-
- setBottom(int) - Method in class com.atlassian.jira.issue.search.parameters.lucene.sort.MappedSortComparator.InternalFieldComparator
-
- setBottom(int) - Method in class com.atlassian.jira.issue.search.parameters.lucene.sort.StringSortComparator.StringOrdValComparator
-
- setCascadeFrom(String) - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
-
- setChangeItems(List<ChangeItemBean>) - Method in class com.atlassian.jira.issue.util.DefaultIssueChangeHolder
-
- setChangeItems(List<ChangeItemBean>) - Method in interface com.atlassian.jira.issue.util.IssueChangeHolder
-
Set the change items of this object to the provided param.
- setChangeItems(Collection<ChangeItemBean>) - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
-
- setChild(CustomFieldOptionJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CustomFieldOptionJsonBean
-
- setChildren(Collection<CustomFieldOptionJsonBean>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CustomFieldOptionJsonBean
-
- setColor(Color) - Method in interface com.atlassian.jira.portal.PortletConfiguration
-
Set the color of the chrome for a gadget.
- setColumn(Integer) - Method in interface com.atlassian.jira.portal.PortletConfiguration
-
Sets the column for the Portlet, effectively moving the portlet left or right on the page.
- setColumns(ApplicationUser, ApplicationUser, List<String>) - Method in interface com.atlassian.jira.bc.issue.fields.ColumnService
-
Sets a user's
ColumnLayout
.
- setColumns(ApplicationUser, Long, List<String>) - Method in interface com.atlassian.jira.bc.issue.fields.ColumnService
-
Sets the given filter
ColumnLayout
to the given fields.
- setColumns(List<NavigableField>) - Method in interface com.atlassian.jira.issue.fields.layout.column.EditableColumnLayout
-
- setComment(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Set a comment value with no visibility restrictions.
- setComment(String, Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Set a comment value with a project role restriction.
- setComment(String, String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Set a comment value with a group restriction.
- setComment(Comment) - Method in class com.atlassian.jira.issue.util.DefaultIssueChangeHolder
-
- setComment(Comment) - Method in interface com.atlassian.jira.issue.util.IssueChangeHolder
-
Set the comment associated with this change.
- setComment(Comment) - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
-
- setComments(Collection<CommentJsonBean>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentsWithPaginationJsonBean
-
- setComponentIds(Long...) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setComponentObjects(Collection<ProjectComponent>) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the components for this Issue.
- setComponents(Collection<GenericValue>) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Deprecated.
Use
MutableIssue.setComponentObjects(java.util.Collection)
instead. Since v5.0.
- setConfigs(Map<String, FieldConfig>) - Method in class com.atlassian.jira.issue.fields.config.FieldConfigScheme.Builder
-
- setConfigurationItemAccessLevel(ConfigurationItemAccessLevel) - Method in class com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemBuilder
-
Set the
ConfigurationItemAccessLevel
for this item
- setConglomerateCookieValue(String, String, String) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
Set the value key/value pair in a conglomerate Cookie.
- setConsideredWhitespace(String) - Method in class com.atlassian.jira.util.DelimeterInserter
-
The String characters that can be considered whitespace ALONG with Character.iswhiteSpace().
- setContent(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- setContext(MessageHandlerContext) - Method in class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
-
- setCountry(String) - Method in class com.atlassian.jira.plugin.language.Language
-
- setCountry(String) - Method in interface com.atlassian.jira.plugin.language.LanguageModuleDescriptor
-
- setCreated(Date) - Method in interface com.atlassian.jira.issue.comments.MutableComment
-
- setCreated(Date) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- setCreated(Date) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- setCreated(Timestamp) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
-
- setCreated(Timestamp) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setCssClass(String) - Method in class com.atlassian.jira.issue.fields.option.TextOption
-
- setCurrentCounterForProject(Project, long) - Method in interface com.atlassian.jira.project.ProjectManager
-
Set the project counter.
- setCurrentStep(int) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setCurrentStep(int) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
-
- setCurrentTenant(Tenant) - Method in interface com.atlassian.jira.tenancy.TenantContext
-
- setCustomApiAddress(String) - Method in interface com.atlassian.jira.avatar.GravatarSettings
-
Sets a custom Gravatar server's API address.
- setCustomAttachmentPath(String) - Method in class com.atlassian.jira.config.util.AttachmentPathManager.PropertiesAdaptor
-
- setCustomAttachmentPath(String) - Method in interface com.atlassian.jira.config.util.AttachmentPathManager
-
Set a custom location to store attachments
- setCustomField(CustomField) - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
-
- setCustomField(CustomField) - Method in class com.atlassian.jira.issue.customfields.view.CustomFieldParamsImpl
-
- setCustomFieldSearcher(CustomFieldSearcher) - Method in interface com.atlassian.jira.issue.fields.CustomField
-
Sets the
CustomFieldSearcher
for this custom field.
- setCustomFieldTranslation(CustomField, Locale, String, String) - Method in interface com.atlassian.jira.web.action.admin.translation.TranslationManager
-
Store the translated name and description for a custom field in a particular locale
- setCustomFieldValue(CustomField, Object) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets a custom field value on this Issue Object, but does not write it to the database.
- setCustomUserAvatar(User, String, Long) - Method in interface com.atlassian.jira.avatar.AvatarService
-
- setCustomUserAvatar(ApplicationUser, ApplicationUser, Long) - Method in interface com.atlassian.jira.avatar.AvatarService
-
Sets a custom avatar for a given user.
- setDashboardPageId(Long) - Method in interface com.atlassian.jira.portal.PortletConfiguration
-
Sets the dashboard page id.
- setDateHeader(String, long) - Method in class com.atlassian.jira.plugin.searchrequestview.HttpRequestHeaders
-
- setDateHeader(String, long) - Method in interface com.atlassian.jira.plugin.searchrequestview.RequestHeaders
-
Sets a response header with the given name and date-value.
- setDefaultColumns(ApplicationUser, List<String>) - Method in interface com.atlassian.jira.bc.issue.fields.ColumnService
-
Sets the system's default columns to the given
fieldIds
- setDefaultPriority(String) - Method in interface com.atlassian.jira.config.PriorityManager
-
Sets the default priority.
- setDefaultResolution(String) - Method in interface com.atlassian.jira.config.ResolutionManager
-
Sets the default resolution.
- setDefaults(JFreeChart, I18nHelper) - Static method in class com.atlassian.jira.charts.jfreechart.util.ChartUtil
-
- setDefaultTimeZone(String, JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
-
Allows to set the default time zone.
- setDefaultValue(FieldConfig, T) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
-
Sets the default value for a Custom Field
- setDefaultValue(FieldConfig, Collection<S>) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractMultiCFType
-
Sets the default value for a Custom Field.
- setDefaultValue(FieldConfig, T) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
-
- setDefaultValue(FieldConfig, T) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
-
- setDefaultValue(FieldConfig, String) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
-
- setDefaultWorkflow(String) - Method in interface com.atlassian.jira.workflow.WorkflowScheme.Builder
-
Set the default workflow for the scheme.
- setDelay(long) - Method in interface com.atlassian.jira.service.JiraServiceContainer
-
- setDelegator(GenericDelegator) - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
-
- setDescription(String) - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
-
Set description to give value.
- setDescription(String) - Method in class com.atlassian.jira.issue.fields.config.FieldConfigScheme.Builder
-
- setDescription(String) - Method in interface com.atlassian.jira.issue.fields.CustomField
-
Sets the description of this custom field.
- setDescription(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
-
- setDescription(FieldLayoutItem, String) - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
-
- setDescription(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
-
- setDescription(String) - Method in class com.atlassian.jira.issue.fields.option.TextOption
-
- setDescription(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.ComponentJsonBean
-
- setDescription(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueTypeJsonBean
-
- setDescription(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.PriorityJsonBean
-
- setDescription(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.SecurityLevelJsonBean
-
- setDescription(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- setDescription(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
-
- setDescription(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenScheme
-
- setDescription(String) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenScheme
-
- setDescription(String) - Method in interface com.atlassian.jira.issue.IssueConstant
-
Deprecated.
since v6.2. All updates should be performed via the relevant manager.
- setDescription(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setDescription(String) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setDescription(String) - Method in class com.atlassian.jira.issue.search.SearchRequest
-
- setDescription(String) - Method in interface com.atlassian.jira.project.version.Version
-
- setDescription(String) - Method in class com.atlassian.jira.scheme.Scheme
-
Deprecated.
this class will be made immutable, create a new Scheme instead.
- setDescription(String) - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
- setDescription(String) - Method in interface com.atlassian.jira.workflow.AssignableWorkflowScheme.Builder
-
Set the description of the workflow scheme.
- setDescriptionI18nKey(String) - Method in class com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemBuilder
-
Set the description key
- setDisabled(Boolean) - Method in interface com.atlassian.jira.issue.customfields.option.Option
-
- setDispatchEvent(boolean) - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
-
- setDisplayHeader(boolean) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
- setDisplayHeaderPager(boolean) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
- setDisplayName(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- setDueDate(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setDueDate(Timestamp) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setEmail(String) - Method in class com.atlassian.jira.external.beans.ExternalUser
-
- setEmailAddress(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- setEmailAddress(String, ApplicationUser, EmailFormatter) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- setEnableNotifications(boolean) - Static method in class com.atlassian.jira.util.ImportUtils
-
- setEncoding(String) - Method in class com.atlassian.jira.plugin.language.Language
-
- setEncoding(String) - Method in interface com.atlassian.jira.plugin.language.LanguageModuleDescriptor
-
- setEntities(Collection<SchemeEntity>) - Method in class com.atlassian.jira.scheme.Scheme
-
Deprecated.
this class will be made immutable, create a new Scheme instead.
- setEntitySearchContext(SharedEntitySearchContext) - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
- setEntityTypeId(Object) - Method in class com.atlassian.jira.scheme.SchemeEntity
-
- setEnvironment(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setEnvironment(String) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setErrorMessages(Collection<String>) - Method in interface com.atlassian.jira.util.ErrorCollection
-
Populate this ErrorCollection with a new set of messages (existing errors are lost).
- setErrorMessages(Collection<String>) - Method in class com.atlassian.jira.util.SimpleErrorCollection
-
- setEstimate(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setExecutableAction(ExecutableAction) - Method in interface com.atlassian.jira.web.bean.MultiBulkMoveBean
-
- setExternalFieldValue(String, Object) - Method in interface com.atlassian.jira.issue.MutableIssue
-
This can be used bya field to "place" a custom object into the MutableIssue so that it can retrived it by key at
a later point via the
MutableIssue.getModifiedFields()
and Issue.getExternalFieldValue(String)
.
- setExternalFieldValue(String, Object, Object) - Method in interface com.atlassian.jira.issue.MutableIssue
-
This can be used bya field to "place" a custom object into the MutableIssue so that it can retrived it by key at
a later point via the
MutableIssue.getModifiedFields()
and Issue.getExternalFieldValue(String)
.
- setFaviconHiResUrl(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setFaviconUrl(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setFavourite(Boolean) - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
- setFavouriteCount(Long) - Method in class com.atlassian.jira.issue.search.SearchRequest
-
- setFetchSize(int) - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
-
- setField(String) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
-
- setFieldConfigContextPersister(FieldConfigContextPersister) - Method in class com.atlassian.jira.issue.fields.config.FieldConfigScheme.Builder
-
- setFieldId(String) - Method in class com.atlassian.jira.issue.fields.config.FieldConfigScheme.Builder
-
- setFieldId(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
-
- setFieldLayoutId(Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
-
- setFieldLayoutScheme(FieldLayoutScheme) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
-
- setFieldScreen(FieldScreen) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenSchemeItem
-
- setFieldScreen(FieldScreen) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
-
- setFieldScreenRenderer(FieldScreenRenderer) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setFieldScreenScheme(FieldScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenSchemeItem
-
- setFieldScreenScheme(FieldScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeEntity
-
- setFieldScreenTab(FieldScreenTab) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
-
- setFieldType(String) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
-
- setFieldValues(Map) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
-
- setFieldValuesHolder(Map<String, Object>) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
If set the validation will use the seed values from this field values holder.
- setFilename(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- setFilterId(Long) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
- setFinalLocation(String) - Method in interface com.atlassian.jira.web.bean.MultiBulkMoveBean
-
- setFixVersionIds(Long...) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setFixVersions(Collection<Version>) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setFlagUrl(String) - Method in class com.atlassian.jira.plugin.language.Language
-
Sets the URL of the flag for this language
Note: This URL should not contain the context path or base URL of the Confluence installation
- setFrom(String) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
-
- setFromString(String) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
-
- setFullname(String) - Method in class com.atlassian.jira.external.beans.ExternalUser
-
- setGadgetChromeColor(String, String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setGenericValue(GenericValue) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
-
- setGenericValue(GenericValue) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
-
- setGenericValue(GenericValue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
-
- setGenericValue(GenericValue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
-
- setGenericValue(GenericValue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenScheme
-
- setGenericValue(GenericValue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenSchemeItem
-
- setGenericValue(GenericValue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
-
- setGenericValue(GenericValue) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenScheme
-
- setGenericValue(GenericValue) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeEntity
-
- setGreastestSubTaskEstimate(Long) - Method in class com.atlassian.jira.issue.util.AggregateTimeTrackingBean
-
- setGroupLevel(String) - Method in interface com.atlassian.jira.issue.comments.MutableComment
-
- setGroups(LicenseRoleId, Iterable<String>) - Method in interface com.atlassian.jira.bc.license.LicenseRoleService
-
Set the groups associated with the passed
LicenseRoleId
.
- setGroups(List<GroupJsonBean>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean.RestrictJsonBean
-
- setGroups(List<GroupJsonBean>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean.ToJsonBean
-
- setHasVoted(boolean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VotesJsonBean
-
- setHeader(String, String) - Method in class com.atlassian.jira.plugin.searchrequestview.HttpRequestHeaders
-
- setHeader(String, String) - Method in interface com.atlassian.jira.plugin.searchrequestview.RequestHeaders
-
Sets a response header with the given name and value.
- setHeroButtonBaseBGColour(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setHeroButtonTextColour(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setHideExternalDirectories(boolean) - Method in class com.atlassian.jira.auditing.AuditingFilter.Builder
-
- setHistoryMetadata(HistoryMetadata) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Allows defining history metadata related to the issue update.
- setHistoryMetadata(HistoryMetadata) - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
-
- setHtmlBody(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean
-
- setI18nValues(boolean) - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
-
- setIconUrl(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueTypeJsonBean
-
- setIconUrl(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.PriorityJsonBean
-
- setIconUrl(String) - Method in interface com.atlassian.jira.issue.IssueConstant
-
Deprecated.
since v6.2. All updates should be performed via the relevant manager.
- setId(Long) - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
-
- setId(Long) - Method in class com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemBuilder
-
- setId(String) - Method in class com.atlassian.jira.external.beans.ExternalUser
-
- setId(Long) - Method in class com.atlassian.jira.issue.fields.config.FieldConfigScheme.Builder
-
- setId(String) - Method in class com.atlassian.jira.issue.fields.option.TextOption
-
- setId(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- setId(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- setId(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.ComponentJsonBean
-
- setId(Long) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CustomFieldOptionJsonBean
-
- setId(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CustomFieldOptionJsonBean
-
- setId(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueTypeJsonBean
-
- setId(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.PriorityJsonBean
-
- setId(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.SecurityLevelJsonBean
-
- setId(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- setId(Long) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- setId(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.WorklogJsonBean
-
- setId(Long) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
-
- setId(Long) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenScheme
-
- setId(Long) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenScheme
-
- setId(Long) - Method in class com.atlassian.jira.scheme.Scheme
-
Deprecated.
this class will be made immutable, create a new Scheme instead.
- setId(Long) - Method in class com.atlassian.jira.scheme.SchemeEntity
-
- setImagePath(String) - Method in class com.atlassian.jira.issue.fields.option.TextOption
-
- setIncomingMailLoggingLevel(Level) - Method in interface com.atlassian.jira.mail.MailLoggingManager
-
Sets new logging level for incoming mail
- setIndexIssues(boolean) - Static method in class com.atlassian.jira.util.ImportUtils
-
- setIndexRootPath(String) - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
-
- setIndexRootPath(String) - Method in interface com.atlassian.jira.config.util.IndexPathManager
-
Specify an explicit index root path.
- setIndexRootPath(JiraServiceContext, String) - Method in interface com.atlassian.jira.config.util.IndexPathService
-
Specify an explicit (custom) index root path.
- setInline(boolean) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
This is the web parameter setter for invoking an action as an inline dialog
- setIntHeader(String, int) - Method in class com.atlassian.jira.plugin.searchrequestview.HttpRequestHeaders
-
- setIntHeader(String, int) - Method in interface com.atlassian.jira.plugin.searchrequestview.RequestHeaders
-
Sets a response header with the given name and
integer value.
- setInvalidSubTaskStatusesByType(Map<String, Set<String>>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setInvalidSubTaskTypes(Set<String>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setIssue(Issue) - Method in class com.atlassian.jira.issue.fields.renderer.IssueRenderContext
-
- setIssue(MutableIssue) - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
- setIssueConstantTranslation(IssueConstant, String, Locale, String, String) - Method in interface com.atlassian.jira.web.action.admin.translation.TranslationManager
-
- setIssueId(Long) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
-
- setIssueOperation(ScreenableIssueOperation) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenSchemeItem
-
- setIssuesFromSearchRequest(List<Issue>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setIssuesInUse(Collection<?>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setIssueType(GenericValue) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Deprecated.
Use
MutableIssue.setIssueTypeObject(com.atlassian.jira.issue.issuetype.IssueType)
instead. Since v5.0.
- setIssueTypeId(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
-
- setIssueTypeId(String) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeEntity
-
- setIssueTypeId(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setIssueTypeId(String) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setIssueTypeObject(IssueType) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the IssueType for this Issue.
- setIssueTypeScreenScheme(IssueTypeScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeEntity
-
- setItemId(String) - Method in class com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemBuilder
-
- setItemType(ManagedConfigurationItemType) - Method in class com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemBuilder
-
- setKey(String) - Method in class com.atlassian.jira.external.beans.ExternalUser
-
- setKey(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- setKey(String) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Deprecated.
Use
MutableIssue.setProjectObject(com.atlassian.jira.project.Project)
and MutableIssue.setNumber(Long)
to change issue. Since v6.1
- setKey(String) - Method in class com.atlassian.jira.web.util.HelpUtil.HelpPath
-
Deprecated.
- setLabels(User, LabelService.SetLabelValidationResult, boolean, boolean) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
-
Sets the labels for a particular issue to the set specified as a parameter.
- setLabels(User, Long, Set<String>, boolean, boolean) - Method in interface com.atlassian.jira.issue.label.LabelManager
-
Sets the labels for a particular issue to the set specified as a parameter.
- setLabels(User, Long, Long, Set<String>, boolean, boolean) - Method in interface com.atlassian.jira.issue.label.LabelManager
-
Sets the labels for a particular issue and field combo to the set specified as a parameter.
- setLabels(Set<Label>) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Set the labels for this issue.
- setLanguage(String) - Method in class com.atlassian.jira.plugin.language.Language
-
- setLanguage(String) - Method in interface com.atlassian.jira.plugin.language.LanguageModuleDescriptor
-
- setLastRun() - Method in interface com.atlassian.jira.service.JiraServiceContainer
-
Deprecated.
Since 6.2
- setLead(String) - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
-
- setLicense(JiraLicenseService.ValidationResult) - Method in interface com.atlassian.jira.bc.license.JiraLicenseUpdaterService
-
Sets the license from the given ValidationResult as the current JIRA license.
- setLicense(String) - Method in interface com.atlassian.jira.license.JiraLicenseManager
-
Sets the current license of this instance.
- setLicenseNoEvent(JiraLicenseService.ValidationResult) - Method in interface com.atlassian.jira.bc.license.JiraLicenseUpdaterService
-
Sets the license from the given ValidationResult as the current JIRA license.
- setLicenseNoEvent(String) - Method in interface com.atlassian.jira.license.JiraLicenseManager
-
Sets the current license of this instance.
- setLicenseString(String) - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- setLocal(Boolean) - Method in class com.atlassian.jira.web.util.HelpUtil.HelpPath
-
Deprecated.
- setLocale(Locale) - Method in class com.atlassian.jira.plugin.language.Language
-
- setLoggedInUser(ApplicationUser) - Method in interface com.atlassian.jira.issue.fields.rest.AuthAwareField
-
Explicitly set current session
- setLoggedInUser(User) - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
-
Deprecated.
- setLoggedInUser(ApplicationUser) - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
-
This is used in places like Jelly where we need to switch the identity of a user during execution.
- setLogoHeight(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setLogoUrl(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setLogoWidth(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setLong(String, long) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
-
- setManaged(boolean) - Method in class com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemBuilder
-
Set whether this item is managed or not
- setMapping(String, String) - Method in interface com.atlassian.jira.workflow.WorkflowScheme.Builder
-
Set the workflow for the passed issue type.
- setMappings(Map<String, String>) - Method in interface com.atlassian.jira.workflow.WorkflowScheme.Builder
-
Set the workflow map for the scheme.
- setMax(int) - Method in class com.atlassian.jira.web.bean.PagerFilter
-
- setMaxIssues(int) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
Sets the maximum number of issues allowed to be bulk edited at once.
- setMaxResults(Integer) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentsWithPaginationJsonBean
-
- setMaxResults(Integer) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.WorklogWithPaginationBean
-
- setMenuBackgroundColour(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setMenuSeparatorColour(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setMenuTxtColour(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setMessage(String) - Method in class com.atlassian.jira.issue.fields.util.MessagedResult
-
- setMessagedFieldLayoutItems(Map<?, ?>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setMimeType(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- setModified(boolean) - Method in class com.atlassian.jira.issue.search.SearchRequest
-
- setMoveFieldLayoutItems(Collection<?>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setMoveFieldLayoutItems(Collection) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
-
- setName(String) - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
-
- setName(String) - Method in class com.atlassian.jira.external.beans.ExternalUser
-
- setName(String) - Method in class com.atlassian.jira.issue.fields.config.FieldConfigScheme.Builder
-
- setName(String) - Method in interface com.atlassian.jira.issue.fields.CustomField
-
Sets the name of this custom field.
- setName(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
-
- setName(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
-
- setName(String) - Method in class com.atlassian.jira.issue.fields.option.TextOption
-
- setName(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.ComponentJsonBean
-
- setName(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.GroupJsonBean
-
- setName(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueTypeJsonBean
-
- setName(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.PriorityJsonBean
-
- setName(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.SecurityLevelJsonBean
-
- setName(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- setName(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- setName(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
-
- setName(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenScheme
-
- setName(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
-
- setName(String) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenScheme
-
- setName(String) - Method in interface com.atlassian.jira.issue.IssueConstant
-
Deprecated.
since v6.2. All updates should be performed via the relevant manager.
- setName(String) - Method in class com.atlassian.jira.issue.search.SearchRequest
-
- setName(String) - Method in interface com.atlassian.jira.project.version.Version
-
- setName(String) - Method in class com.atlassian.jira.scheme.Scheme
-
Deprecated.
this class will be made immutable, create a new Scheme instead.
- setName(String) - Method in class com.atlassian.jira.service.AbstractService
-
- setName(String) - Method in interface com.atlassian.jira.service.JiraService
-
Used to set the service's name.
- setName(String) - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
- setName(String) - Method in interface com.atlassian.jira.task.context.Context
-
Set the name of the current step.
- setName(String) - Method in interface com.atlassian.jira.workflow.AssignableWorkflowScheme.Builder
-
Set the name of the worklflow scheme.
- setNextReader(IndexReader, int) - Method in class com.atlassian.jira.issue.search.parameters.lucene.sort.MappedSortComparator.InternalFieldComparator
-
- setNextReader(IndexReader, int) - Method in class com.atlassian.jira.issue.search.parameters.lucene.sort.StringSortComparator.StringOrdValComparator
-
- setNextReader(IndexReader, int) - Method in class com.atlassian.jira.issue.statistics.util.AbstractOneDimensionalHitCollector
-
- setNextReader(IndexReader, int) - Method in class com.atlassian.jira.issue.statistics.util.DocumentHitCollector
-
Deprecated.
- setNextReader(IndexReader, int) - Method in class com.atlassian.jira.issue.statistics.util.FieldableDocumentHitCollector
-
- setNextReader(IndexReader, int) - Method in class com.atlassian.jira.issue.statistics.util.TwoDimensionalTermHitCollector
-
- setNoCacheHeaders(HttpServletResponse) - Static method in class com.atlassian.jira.util.http.JiraHttpUtils
-
Sets the Cache-Control, Pragma and Expires headers on a response so that the response content will not be cached
- setNoCacheHeaders(RequestHeaders) - Static method in class com.atlassian.jira.util.http.JiraHttpUtils
-
Sets the Cache-Control, Pragma and Expires headers on a response so that the response content will not be cached
Note: this is a convenience method for existing SearchRequestView code
- setNoLicenseCheck() - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- setNumber(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setNumMessages(int) - Method in interface com.atlassian.jira.service.util.handler.MessageHandlerExecutionMonitor
-
Report the number of messages ready for processing by the handler in the current run
- setOperationName(String) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setOption(String, boolean) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
-
- setOptions(OptionsService.SetValidateResult) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsService
-
Replace the options on the custom field.
- setOriginalAndRemainingEstimate(String, String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Sets both the original and remaining estimate on the issue.
- setOriginalAndRemainingEstimate(Long, Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Sets both the original and remaining estimate on the issue.
- setOriginalEstimate(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.TimeTrackingJsonBean
-
- setOriginalEstimate(Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Sets the original estimate on the issue.
- setOriginalEstimate(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Sets the original estimate on the issue.
- setOriginalEstimate(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setOriginalEstimate(Long) - Method in class com.atlassian.jira.issue.util.AggregateTimeTrackingBean
-
- setOriginalEstimate(Long) - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- setOriginalEstimateStr(String) - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- setOriginalEstimateTooltip(String) - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- setOutgoingEmailTo(boolean) - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- setOutgoingMailLoggingLevel(Level) - Method in interface com.atlassian.jira.mail.MailLoggingManager
-
Sets new logging level for outgoing mail
- setOwner(ApplicationUser) - Method in class com.atlassian.jira.issue.search.SearchRequest
-
Set the owner of the SearchRequest.
- setOwnerUserName(String) - Method in class com.atlassian.jira.issue.search.SearchRequest
-
Deprecated.
Use
SearchRequest.setOwner(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
Set the owner of the SearchRequest.
- setParameter(String) - Method in class com.atlassian.jira.scheme.SchemeEntity
-
- setParams(Map) - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
-
- setParams(Map<String, ?>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setParams(Map) - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
- setParentBulkEditBean(BulkEditBean) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
If this BulkEditBean contains subtasks of another BulkEditBean, then we can set a pointer back to
the BulkEditBean containing the parent issues.
- setParentId(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the ParentId of this Issue.
- setParentObject(Issue) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the parent Issue Object for this Issue (subtask).
- setPassword(String) - Method in class com.atlassian.jira.external.beans.ExternalUser
-
- setPasswordHash(String) - Method in class com.atlassian.jira.external.beans.ExternalUser
-
- setPercent(Long) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.ProgressJsonBean
-
- setPermissions(List<PermissionJsonBean>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean.RestrictJsonBean
-
- setPermissions(SharedEntity.SharePermissions) - Method in class com.atlassian.jira.issue.search.SearchRequest
-
- setPosition(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
-
- setPosition(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
-
- setPriority(GenericValue) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Deprecated.
Use
MutableIssue.setPriorityObject(com.atlassian.jira.issue.priority.Priority)
instead. Since v5.0.
- setPriorityId(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setPriorityId(String) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setPriorityObject(Priority) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the priority for this Issue.
- setProgress(Long) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.ProgressJsonBean
-
- setProject(GenericValue) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Deprecated.
Use
MutableIssue.setProjectObject(com.atlassian.jira.project.Project)
instead. Since v5.0.
- setProjectCategory(GenericValue, GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
-
Deprecated.
- setProjectCategory(Project, ProjectCategory) - Method in interface com.atlassian.jira.project.ProjectManager
-
Sets a project's category.
- setProjectId(Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setProjectId(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the project by id.
- setProjectObject(Project) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the Project for this Issue.
- setProperties(Properties) - Method in interface com.atlassian.jira.config.properties.JiraProperties
-
Sets the given properties as system properties.
- setProperties(Properties) - Method in class com.atlassian.jira.config.properties.JiraPropertiesImpl
-
Sets the system properties and invalidates the accessor accordingly.
- setProperties(Properties) - Method in class com.atlassian.jira.config.properties.JiraSystemPropertiesCache
-
- setProperties(Properties) - Method in interface com.atlassian.jira.config.properties.PropertiesAccessor
-
- setProperties(Properties) - Method in class com.atlassian.jira.config.properties.SystemPropertiesAccessor
-
- setProperties(List<Map<String, Object>>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- setProperty(String, T) - Method in interface com.atlassian.jira.config.properties.JiraProperties
-
Sets the key-value pair into the system properties.
- setProperty(String, T) - Method in class com.atlassian.jira.config.properties.JiraPropertiesImpl
-
Sets a system property and invalidates the accessor accordingly, or unsets the property if value is null.
- setProperty(String, String) - Method in class com.atlassian.jira.config.properties.JiraSystemPropertiesCache
-
- setProperty(String, String) - Method in interface com.atlassian.jira.config.properties.PropertiesAccessor
-
- setProperty(String, String) - Method in class com.atlassian.jira.config.properties.SystemPropertiesAccessor
-
- setProperty(ApplicationUser, EntityPropertyService.SetPropertyValidationResult) - Method in class com.atlassian.jira.entity.property.BaseEntityPropertyService
-
- setProperty(ApplicationUser, EntityPropertyService.SetPropertyValidationResult) - Method in interface com.atlassian.jira.entity.property.EntityPropertyService
-
Associates validated property with the entity.
- setProvidedFields(Collection<String>) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Use this to indicate which fields validation should be performed on, if left alone then the systems configured
fields for either create/update will be used.
- setQuery(Query) - Method in class com.atlassian.jira.issue.search.SearchRequest
-
- setQuery(List<NameValuePair>) - Method in class com.atlassian.jira.util.http.JiraUrl
-
Sets the query string from the list of
NameValuePair
objects.
- setQuickImport(boolean) - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- setReasons(Set<ErrorCollection.Reason>) - Method in interface com.atlassian.jira.util.ErrorCollection
-
Set reasons why the function has not been performed.
- setReasons(Set<ErrorCollection.Reason>) - Method in class com.atlassian.jira.util.SimpleErrorCollection
-
- setReasons(Set<ErrorCollection.Reason>) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
- setRelatedMultiBulkMoveBean(MultiBulkMoveBean) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setReleased(Boolean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- setReleased(boolean) - Method in interface com.atlassian.jira.project.version.Version
-
- setReleaseDate(User, Version, Date) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Deprecated.
- setReleaseDate(User, Version, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Deprecated.
- setReleaseDate(Date) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- setReleaseDate(Date) - Method in interface com.atlassian.jira.project.version.Version
-
- setRemainingEstimate(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.TimeTrackingJsonBean
-
- setRemainingEstimate(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Sets the remaining estimate on the issue
If (
APKeys.JIRA_OPTION_TIMETRACKING_ESTIMATES_LEGACY_BEHAVIOUR
is set,
we are in legacy time tracking mode and this method behaves differently.
- setRemainingEstimate(Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Sets the remaining estimate on the issue
If (
APKeys.JIRA_OPTION_TIMETRACKING_ESTIMATES_LEGACY_BEHAVIOUR
is set,
we are in legacy time tracking mode and this method behaves differently.
- setRemainingEstimate(Long) - Method in class com.atlassian.jira.issue.util.AggregateTimeTrackingBean
-
- setRemainingEstimate(Long) - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- setRemainingEstimateStr(String) - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- setRemainingEstimateTooltip(String) - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- setRemovedFields(Set<?>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setRemovedFields(Collection) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
-
- setRenderedBody(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- setRenderedData(JsonData) - Method in class com.atlassian.jira.issue.fields.rest.FieldJsonRepresentation
-
- setRendererType(FieldLayoutItem, String) - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
-
- setReporter(boolean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean.ToJsonBean
-
- setReporter(User) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setReporterId(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setReporterId(String) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the reporter in this issue.
- setResolution(GenericValue) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Deprecated.
Use
MutableIssue.setResolutionObject(com.atlassian.jira.issue.resolution.Resolution)
instead. Since v5.0.
- setResolutionDate(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setResolutionDate(Timestamp) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setResolutionId(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setResolutionId(String) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setResolutionObject(Resolution) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the resolution for this Issue.
- setRestrict(NotificationJsonBean.RestrictJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean
-
- setResult(boolean) - Method in class com.atlassian.jira.issue.fields.util.MessagedResult
-
- setRetainExistingValuesWhenParameterNotProvided(boolean) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Flag to designate whether existing values should be retained when no parameter is provided.
- setRetainExistingValuesWhenParameterNotProvided(boolean, boolean) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setRetainValues(Set<String>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setReturnMax(boolean) - Method in interface com.atlassian.jira.plugin.searchrequestview.SearchRequestParams
-
- setReturnUrl(String) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
- setRoleLevelId(Long) - Method in interface com.atlassian.jira.issue.comments.MutableComment
-
- setRootOptions(FieldConfig, Options) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
-
- setRow(Integer) - Method in interface com.atlassian.jira.portal.PortletConfiguration
-
Sets the row for the Portlet, effectively moving the portlet up or down on the page.
- setSafeMode() - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- setSchemeForProject(Project, Long) - Method in interface com.atlassian.jira.issue.security.IssueSecuritySchemeManager
-
Set the issue security level scheme to be used by the given Project.
- setSchemeId(Long) - Method in class com.atlassian.jira.scheme.SchemeEntity
-
- setScorer(Scorer) - Method in class com.atlassian.jira.issue.statistics.util.AbstractOneDimensionalHitCollector
-
- setScorer(Scorer) - Method in class com.atlassian.jira.issue.statistics.util.DocumentHitCollector
-
Deprecated.
- setScorer(Scorer) - Method in class com.atlassian.jira.issue.statistics.util.FieldableDocumentHitCollector
-
- setScorer(Scorer) - Method in class com.atlassian.jira.issue.statistics.util.TwoDimensionalTermHitCollector
-
- setSearchRequest(SearchRequest) - Method in interface com.atlassian.jira.issue.fields.layout.column.EditableSearchRequestColumnLayout
-
- setSecurityLevel(GenericValue) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Deprecated.
Use
MutableIssue.setSecurityLevelId(Long)
instead. Since v5.0.
- setSecurityLevelId(Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setSecurityLevelId(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the SecurityLevel for this Issue.
- setSelectedProject(GenericValue) - Method in class com.atlassian.jira.web.action.ProjectActionSupport
-
- setSelectedProject(Project) - Method in class com.atlassian.jira.web.action.ProjectActionSupport
-
- setSelectedProjectId(Long) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
- setSelectedWFTransitionKey(WorkflowTransitionKey) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.ComponentJsonBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CustomFieldOptionJsonBean
-
- setSelf(URI) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.GroupJsonBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueTypeJsonBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.PriorityJsonBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.SecurityLevelJsonBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VotesJsonBean
-
- setSelf(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.WatchersJsonBean
-
- setSendBulkNotification(boolean) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setSequence(Long) - Method in interface com.atlassian.jira.issue.customfields.option.Option
-
- setSequence(Long) - Method in interface com.atlassian.jira.issue.IssueConstant
-
Deprecated.
since v6.2. All updates should be performed via the relevant manager.
- setSequence(Long) - Method in interface com.atlassian.jira.project.version.Version
-
- setSessionCookie(HttpServletRequest, HttpServletResponse, String) - Static method in class com.atlassian.jira.web.util.CookieUtils
-
Adds a new
CookieUtils.JSESSIONID
cookie to the HTTP response if the given sessionId is not null.
- setSharePermission(SharePermission) - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
- setShareTypeParameter(ShareTypeSearchParameter) - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
Sets the Share Type parameter, used to search for shared entities that are shared based
The following classes and singleton instances can be used
GlobalShareTypeSearchParameter.GLOBAL_PARAMETER
GroupShareTypeSearchParameter
ProjectShareTypeSearchParameter
PrivateShareTypeSearchParameter.PRIVATE_PARAMETER
- setShowActionColumn(boolean) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
- setShowExteriorTable(boolean) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
- setShowHeaderDescription(boolean) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
- setShowTableEditHeader(boolean) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
- setSingleIssueKey(String) - Method in interface com.atlassian.jira.web.bean.SingleIssueModeEditBean
-
Sets this bean to "single issue mode".
- setSize(long) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- setSkipScreenCheck(boolean) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Set the flag to skip screen checks during create or update.
- setSortColumn(SharedEntityColumn, boolean) - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
- setSortingEnabled(boolean) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
- setSorts(Collection<SearchSort>) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
Override any sorts that may have been setup in the builder with the provided list of sorts.
- setSorts(OrderBy) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
Creates a builder who's state will be a mutable copy of the passed in order by.
- setSource(Plugin) - Method in class com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemBuilder
-
Set the owner/manager of the item
- setSource(String) - Method in class com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemBuilder
-
- setSourceIssueKey(String) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
-
- setSpecificError(DataImportService.ImportError, String) - Method in class com.atlassian.jira.bc.dataimport.DataImportService.ImportResult.Builder
-
- setStart(int) - Method in class com.atlassian.jira.web.bean.PagerFilter
-
- setStartAt(Integer) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentsWithPaginationJsonBean
-
- setStartAt(Integer) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.WorklogWithPaginationBean
-
- setStartDate(Date) - Method in interface com.atlassian.jira.project.version.Version
-
Sets the start date of the version
- setStartupDataOnly() - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- setStatistics(Map<K, N>) - Method in interface com.atlassian.jira.web.bean.StatisticMap
-
- setStatistics(Map<K, N>) - Method in class com.atlassian.jira.web.bean.StatisticMapWrapper
-
- setStatus(GenericValue) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Deprecated.
Use
MutableIssue.setStatusObject(com.atlassian.jira.issue.status.Status)
instead. Since v5.0.
- setStatusCategory(StatusCategory) - Method in interface com.atlassian.jira.issue.status.Status
-
- setStatusColor(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.PriorityJsonBean
-
- setStatusColor(String) - Method in interface com.atlassian.jira.issue.priority.Priority
-
- setStatusFields(BulkEditBean) - Method in interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation
-
- setStatusId(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setStatusId(String) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Set issue's status by status id ("1", "2" etc).
- setStatusObject(Status) - Method in interface com.atlassian.jira.issue.MutableIssue
-
Sets the status for this Issue.
- setString(String, String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
-
- setString(String, String) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
-
- setSubject(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean
-
- setSubject(String) - Method in class com.atlassian.jira.mail.Email
-
- setSubtask(boolean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueTypeJsonBean
-
- setSubTaskBulkEditBean(BulkEditBean) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setSubTaskCount(int) - Method in class com.atlassian.jira.issue.util.AggregateTimeTrackingBean
-
- setSubTaskOfSelectedIssues(List<Issue>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setSubtasksUpdated(boolean) - Method in class com.atlassian.jira.issue.util.DefaultIssueChangeHolder
-
- setSubtasksUpdated(boolean) - Method in interface com.atlassian.jira.issue.util.IssueChangeHolder
-
Sets whether or not subtasks have been updated.
- setSubvertSecurityScheme(boolean) - Static method in class com.atlassian.jira.util.ImportUtils
-
Whether to subvert the security scheme or not.
- setSummary(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setSummary(String) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setTableCssClass(String) - Method in class com.atlassian.jira.web.component.IssueTableLayoutBean
-
Set the CSS class for the table element in the issue table.
- SettableOptionsConfigItem - Class in com.atlassian.jira.issue.customfields.config.item
-
- SettableOptionsConfigItem(CustomFieldType, OptionsManager) - Constructor for class com.atlassian.jira.issue.customfields.config.item.SettableOptionsConfigItem
-
- setTargetFieldLayout() - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
Sets the targetFieldLayout to the appropriate FieldLayout (aka "Field Configuration"); for the target Project and
Issue Type.
- setTargetIssueObjects(Map<Issue, Issue>) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setTargetIssueTypeId(String) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setTargetProject(GenericValue) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
Deprecated.
Use
BulkEditBean.setTargetProject(com.atlassian.jira.project.Project)
instead. Since v5.2.
- setTargetProject(Project) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setTargetProject(GenericValue) - Method in interface com.atlassian.jira.web.bean.MultiBulkMoveBean
-
Deprecated.
Use
MultiBulkMoveBean.setTargetProject(com.atlassian.jira.project.Project)
instead. Since v5.2.
- setTargetProject(Project) - Method in interface com.atlassian.jira.web.bean.MultiBulkMoveBean
-
- setTargetStatusId(String) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
-
- setTaskTargetStatusHolder(Map) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
-
- setTemplate(String) - Method in interface com.atlassian.jira.notification.NotificationBuilder
-
- setTemplateId(Long) - Method in class com.atlassian.jira.event.type.EventType
-
Set the default template id to be associated with this event type.
- setTemplateId(Object) - Method in class com.atlassian.jira.scheme.SchemeEntity
-
- setTemplateParams(ImmutableMap<String, Object>) - Method in interface com.atlassian.jira.notification.NotificationBuilder
-
- setText(String, String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
-
- setText(String, String) - Method in interface com.atlassian.jira.user.preferences.ExtendedPreferences
-
- setText(String, String) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
-
- setTextActiveLinkColour(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setTextBody(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean
-
- setTextHeadingColour(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setTextLinkColour(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setTextSearchMode(SharedEntitySearchParameters.TextSearchMode) - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
- setThumbnail(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- setThumbnailable(Attachment, boolean) - Method in interface com.atlassian.jira.issue.AttachmentManager
-
Stores the thumbnailble flag for this attachment
- setTimeSpent(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.TimeTrackingJsonBean
-
- setTimeSpent(Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
- setTimeSpent(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setTimeSpent(Long) - Method in class com.atlassian.jira.issue.util.AggregateTimeTrackingBean
-
- setTimeSpent(Long) - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- setTimeSpentStr(String) - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- setTimeSpentTooltip(String) - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- setTitle(String) - Method in class com.atlassian.jira.web.util.HelpUtil.HelpPath
-
Deprecated.
- setTo(NotificationJsonBean.ToJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean
-
- setTo(String) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
-
- setToAssignee(boolean) - Method in interface com.atlassian.jira.notification.NotificationBuilder
-
- setTopBackgroundColour(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setTopHighlightColor(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setTopSeparatorBackgroundColor(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setTopTextHighlightColor(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setTopTxtColour(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- setToReporter(boolean) - Method in interface com.atlassian.jira.notification.NotificationBuilder
-
- setToString(String) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
-
- setTotal(Integer) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentsWithPaginationJsonBean
-
- setTotal(Long) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.ProgressJsonBean
-
- setTotal(Integer) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.WorklogWithPaginationBean
-
- setToVoters(boolean) - Method in interface com.atlassian.jira.notification.NotificationBuilder
-
- setToWatchers(boolean) - Method in interface com.atlassian.jira.notification.NotificationBuilder
-
- setTranslation(String, String, String, Locale) - Method in interface com.atlassian.jira.issue.IssueConstant
-
Deprecated.
since v6.2. All updates should be performed via the relevant manager.
- setTranslationsModeOff() - Method in interface com.atlassian.jira.util.i18n.I18nTranslationMode
-
Turns off the i18n translations mode for this thread.
- setTranslationsModeOff() - Method in class com.atlassian.jira.util.i18n.I18nTranslationModeImpl
-
- setTranslationsModeOn(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.jira.util.i18n.I18nTranslationMode
-
Attempts to turn on the i18n translations mode.
- setTranslationsModeOn(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.jira.util.i18n.I18nTranslationModeImpl
-
- setType(String) - Method in class com.atlassian.jira.scheme.Scheme
-
Deprecated.
this class will be made immutable, create a new Scheme instead.
- setType(String) - Method in class com.atlassian.jira.scheme.SchemeEntity
-
- setUnsafeAOBackup(File) - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- setUnsafeJiraBackup(File) - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- SETUP_ATTACHMENT_MODE - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SETUP_BACKUP_MODE - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SETUP_BASEURL - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SETUP_IMPORT_XML - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SETUP_MODE - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SETUP_TITLE - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- setUpdateAuthor(ApplicationUser) - Method in interface com.atlassian.jira.issue.comments.MutableComment
-
- setUpdateAuthor(String) - Method in interface com.atlassian.jira.issue.comments.MutableComment
-
Deprecated.
Use
MutableComment.setUpdateAuthor(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
- setUpdateAuthor(UserJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- setUpdated(Date) - Method in interface com.atlassian.jira.issue.comments.MutableComment
-
- setUpdated(Date) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- setUpdated(Timestamp) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setUpdatedIssue(MutableIssue) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
-
- setupDomainAxis(CategoryAxis) - Static method in class com.atlassian.jira.charts.jfreechart.util.ChartUtil
-
- setupDomainAxis(ValueAxis) - Static method in class com.atlassian.jira.charts.jfreechart.util.ChartUtil
-
- setupImport() - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- setupLegendTitle(LegendTitle) - Static method in class com.atlassian.jira.charts.jfreechart.util.ChartUtil
-
- setupPlot(Plot) - Static method in class com.atlassian.jira.charts.jfreechart.util.ChartUtil
-
- setupPlot(CategoryPlot) - Static method in class com.atlassian.jira.charts.jfreechart.util.ChartUtil
-
- setupPlot(XYPlot) - Static method in class com.atlassian.jira.charts.jfreechart.util.ChartUtil
-
- setupRangeAxis(ValueAxis) - Static method in class com.atlassian.jira.charts.jfreechart.util.ChartUtil
-
- setupTextTitle(TextTitle) - Static method in class com.atlassian.jira.charts.jfreechart.util.ChartUtil
-
- setUrl(String) - Method in class com.atlassian.jira.web.util.HelpUtil.HelpPath
-
Deprecated.
- setUseColumns(boolean) - Method in class com.atlassian.jira.issue.search.SearchRequest
-
- setUseDefaultDirectory() - Method in class com.atlassian.jira.config.util.AttachmentPathManager.PropertiesAdaptor
-
- setUseDefaultDirectory() - Method in interface com.atlassian.jira.config.util.AttachmentPathManager
-
Use the default location within JIRA Home to store attachments
- setUseDefaultDirectory() - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
-
- setUseDefaultDirectory() - Method in interface com.atlassian.jira.config.util.IndexPathManager
-
Specify that the default location within JIRA Home should be used to store indexes.
- setUseDefaultDirectory(JiraServiceContext) - Method in interface com.atlassian.jira.config.util.IndexPathService
-
Specify that the default location within JiraHome should be used to store indexes.
- setUseDefaultPaths(boolean) - Method in class com.atlassian.jira.bc.dataimport.DataImportParams.Builder
-
- setUserDefaultTimeZone(String, JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
-
Sets the default time zone for this user.
- setUserkey(String) - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
Sets key of user who the workflow transition will be executed as
- setUserName(String) - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
- setUsername(String) - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
Deprecated.
Use
WorkflowTransitionUtil.setUserkey(String)
instead. Since v6.0.
- setUserPrefs(Map<String, String>) - Method in interface com.atlassian.jira.portal.PortletConfiguration
-
Sets the userPreferences for this portletconfig.
- setUserProperty(String, String) - Method in class com.atlassian.jira.external.beans.ExternalUser
-
- setUsers(List<UserJsonBean>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean.ToJsonBean
-
- setValue(Option, String) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
-
- setValue(String) - Method in interface com.atlassian.jira.issue.customfields.option.Option
-
- setValue(Option, String) - Method in interface com.atlassian.jira.issue.customfields.option.Options
-
- setValue(BandanaContext, String, Object) - Method in interface com.atlassian.jira.issue.fields.config.manager.FieldConfigSchemeManager
-
- setValue(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CustomFieldOptionJsonBean
-
- setValue(long) - Method in class com.atlassian.jira.plugin.report.impl.AbstractReport.MutableLong
-
- setVariant(String) - Method in class com.atlassian.jira.plugin.language.Language
-
- setVariant() - Method in class com.atlassian.jira.plugin.language.Language
-
- setVariant(String) - Method in interface com.atlassian.jira.plugin.language.LanguageModuleDescriptor
-
- setVelocityRequestContext(HttpServletRequest) - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContextFactory
-
Update the thread-local storage with the given request information.
- setVelocityRequestContext(String, HttpServletRequest) - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContextFactory
-
Update the thread-local storage with the given request information.
- setVelocityRequestContext(VelocityRequestContext) - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContextFactory
-
Update the thread-local storage with the given velocityRequestContext.
- setVersionDetails(User, Version, String, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Deprecated.
- setVisibility(VisibilityJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- setVisibility(VisibilityJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.WorklogJsonBean
-
- setVoters(boolean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean.ToJsonBean
-
- setVoters(Collection<UserJsonBean>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VotesJsonBean
-
- setVotes(long) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.VotesJsonBean
-
- setVotes(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setWatchCount(long) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.WatchersJsonBean
-
- setWatchers(boolean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean.ToJsonBean
-
- setWatchers(Collection<UserJsonBean>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.WatchersJsonBean
-
- setWatches(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setWatching(boolean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.WatchersJsonBean
-
- setWorkflowId(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
-
- setWorkflowTransitionMap(MultiMap) - Method in interface com.atlassian.jira.web.bean.BulkEditBean
-
- setWorklog(Worklog) - Method in class com.atlassian.jira.event.issue.IssueEvent
-
- setWorklog(Worklog) - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
-
- setWorklogs(Collection<WorklogJsonBean>) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.WorklogWithPaginationBean
-
- setZip(Attachment, boolean) - Method in interface com.atlassian.jira.issue.AttachmentManager
-
Stores the zip flag for this attachment
- SharedEntity - Interface in com.atlassian.jira.sharing
-
Classes that implement this interface are able to Shared and Favourited.
- SharedEntity.Identifier - Class in com.atlassian.jira.sharing
-
Utility class for identifying a
SharedEntity
.
- SharedEntity.Identifier(Long, SharedEntity.TypeDescriptor<? extends SharedEntity>, String) - Constructor for class com.atlassian.jira.sharing.SharedEntity.Identifier
-
Deprecated.
Use
#Identifier(Long, com.atlassian.jira.sharing.SharedEntity.TypeDescriptor, com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
- SharedEntity.Identifier(Long, SharedEntity.TypeDescriptor<? extends SharedEntity>, User) - Constructor for class com.atlassian.jira.sharing.SharedEntity.Identifier
-
Deprecated.
Use
#Identifier(Long, com.atlassian.jira.sharing.SharedEntity.TypeDescriptor, com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
- SharedEntity.Identifier(Long, SharedEntity.TypeDescriptor<? extends SharedEntity>, ApplicationUser) - Constructor for class com.atlassian.jira.sharing.SharedEntity.Identifier
-
- SharedEntity.SharePermissions - Class in com.atlassian.jira.sharing
-
Encapsulates the permissions that a
SharedEntity
has.
- SharedEntity.SharePermissions(Set<? extends SharePermission>) - Constructor for class com.atlassian.jira.sharing.SharedEntity.SharePermissions
-
- SharedEntity.TypeDescriptor<S extends SharedEntity> - Class in com.atlassian.jira.sharing
-
The name and type of a
SharedEntity
.
- SharedEntity.TypeDescriptor.Factory - Class in com.atlassian.jira.sharing
-
- SharedEntity.TypeDescriptor.Factory() - Constructor for class com.atlassian.jira.sharing.SharedEntity.TypeDescriptor.Factory
-
- SharedEntityAccessor<S extends SharedEntity> - Interface in com.atlassian.jira.sharing
-
Provides an abstraction for accessing SharedEntity objects.
- SharedEntityAccessor.Factory - Interface in com.atlassian.jira.sharing
-
Factory to retrieve a
SharedEntityAccessor
for a given SharedEntity
- SharedEntityAccessor.RetrievalDescriptor - Interface in com.atlassian.jira.sharing
-
Used when getting a Collection of
shared entities
.
- SharedEntityColumn - Enum in com.atlassian.jira.sharing
-
Simple enumeration that represents the standard columns in a
SharedEntity
.
- SharedEntitySearchContext - Enum in com.atlassian.jira.sharing.search
-
Indicates the context of a shared entity search, shared entities can be searched in "USER" or
"ADMINISTRATION" context.
- SharedEntitySearchParameters - Interface in com.atlassian.jira.sharing.search
-
Interface for the passing parameters when searching for SharedEntity instances.
- SharedEntitySearchParameters.TextSearchMode - Class in com.atlassian.jira.sharing.search
-
A type safe enumeration for specify text searching mode.
- SharedEntitySearchParametersBuilder - Class in com.atlassian.jira.sharing.search
-
A builder object used to create
searching parameters
when looking for SharedEntityColumn instances.
- SharedEntitySearchParametersBuilder() - Constructor for class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
Creates a new template with empty parameters.
- SharedEntitySearchParametersBuilder(SharedEntitySearchParameters) - Constructor for class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
Creates a new template based on the parameters contained within an existing SharedEntitySearchParameters instance
- SharedEntitySearchResult<E extends SharedEntity> - Class in com.atlassian.jira.sharing.search
-
A pair that contains the result status of SharedEntity search.
- SharedEntitySearchResult(EnclosedIterable<E>, boolean, int) - Constructor for class com.atlassian.jira.sharing.search.SharedEntitySearchResult
-
- sharedsubdirs - Static variable in interface com.atlassian.jira.config.util.JiraHome
-
- ShareManager - Interface in com.atlassian.jira.sharing
-
Interface for managing
SharePermission
objects.
- SharePermission - Interface in com.atlassian.jira.sharing
-
Represents a JIRA share from the database.
- SharePermissionImpl - Class in com.atlassian.jira.sharing
-
Simple Bean implementation of
SharePermission
.
- SharePermissionImpl(Long, ShareType.Name, String, String) - Constructor for class com.atlassian.jira.sharing.SharePermissionImpl
-
- SharePermissionImpl(ShareType.Name, String, String) - Constructor for class com.atlassian.jira.sharing.SharePermissionImpl
-
- SharePermissionUtils - Class in com.atlassian.jira.sharing
-
Some utility functions for dealing with
SharePermission
instances.
- ShareQueryFactory<S extends ShareTypeSearchParameter> - Interface in com.atlassian.jira.sharing.type
-
Create the indexed field and then query terms to find entities that have permissions related to a particular
ShareType
.
- ShareType - Interface in com.atlassian.jira.sharing.type
-
Interface for all ShareTypes in the JIRA.
- ShareType.Name - Class in com.atlassian.jira.sharing.type
-
The Name of this share type, constricts the
ShareType.getType()
- ShareType.Name(String) - Constructor for class com.atlassian.jira.sharing.type.ShareType.Name
-
- ShareTypeFactory - Interface in com.atlassian.jira.sharing.type
-
Factory that supplies all
ShareType
s that are available in the system.
- ShareTypePermissionChecker - Interface in com.atlassian.jira.sharing.type
-
Classes that implement this interface check that a user has permission to see
a
SharedEntity
shared by the associated ShareType.
- ShareTypeRenderer - Interface in com.atlassian.jira.sharing.type
-
Implemented by
ShareType
s to render their representation on
the UI.
- ShareTypeRenderer.RenderMode - Class in com.atlassian.jira.sharing.type
-
Enumeration representing the modes that shared can be rendered in Javascript.
- ShareTypeSearchParameter - Interface in com.atlassian.jira.sharing.search
-
Interface for representing ShareType parameters in searches.
- ShareTypeValidator - Interface in com.atlassian.jira.sharing.type
-
Interface that defines the validation of a particular
ShareType
.
- ShareTypeValidatorUtils - Interface in com.atlassian.jira.sharing
-
Utility class to validate a set of
SharePermission
or ShareTypeSearchParameter
for an entity .
- SHORT - Static variable in interface com.atlassian.jira.web.bean.TimeTrackingGraphBeanFactory.Style
-
Style that will create a
TimeTrackingGraphBean
that can be used to render
time tracking data in a tight space.
- shortBean(Attachment, JiraBaseUrls, ThumbnailManager) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- shortBean(Attachment, JiraBaseUrls, ThumbnailManager, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- shortBean(Attachment, JiraBaseUrls, ThumbnailManager, DateTimeFormatterFactory) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentRenderedJsonBean
-
- shortBean(Attachment, JiraBaseUrls, ThumbnailManager, DateTimeFormatterFactory, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentRenderedJsonBean
-
- shortBean(Comment, JiraBaseUrls, ProjectRoleManager) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- shortBean(Comment, JiraBaseUrls, ProjectRoleManager, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- shortBean(ProjectComponent, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.ComponentJsonBean
-
- shortBean(Option, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CustomFieldOptionJsonBean
-
- shortBean(Option, Option, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CustomFieldOptionJsonBean
-
Method for building a cascading option with a specific child.
- shortBean(IssueType, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueTypeJsonBean
-
- shortBean(String, String, String, String, boolean, String) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueTypeJsonBean
-
- shortBean(Priority, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.PriorityJsonBean
-
- shortBean(Long, Long, Long) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.ProgressJsonBean
-
- shortBean(Project, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.ProjectJsonBean
-
- shortBean(Resolution, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.ResolutionJsonBean
-
- shortBean(IssueSecurityLevel, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.SecurityLevelJsonBean
-
- shortBean(String, String, String, Long, Long, Long) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.TimeTrackingJsonBean
-
- shortBean(User, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- shortBean(User, JiraBaseUrls, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- shortBean(ApplicationUser, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- shortBean(ApplicationUser, JiraBaseUrls, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- shortBean(Version, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- shortBean(String, long, boolean, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.VotesJsonBean
-
- shortBean(String, long, boolean, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.WatchersJsonBean
-
- shortBeanCollection(Collection<ApplicationUser>, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- shortBeanCollection(Collection<ApplicationUser>, JiraBaseUrls, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- shortBeans(Collection<Attachment>, JiraBaseUrls, ThumbnailManager) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- shortBeans(Collection<Attachment>, JiraBaseUrls, ThumbnailManager, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentJsonBean
-
- shortBeans(Collection<Attachment>, JiraBaseUrls, ThumbnailManager, DateTimeFormatterFactory) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentRenderedJsonBean
-
- shortBeans(Collection<Attachment>, JiraBaseUrls, ThumbnailManager, DateTimeFormatterFactory, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.AttachmentRenderedJsonBean
-
- shortBeans(Collection<Comment>, JiraBaseUrls, ProjectRoleManager) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- shortBeans(Collection<Comment>, JiraBaseUrls, ProjectRoleManager, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean
-
- shortBeans(Collection<ProjectComponent>, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.ComponentJsonBean
-
- shortBeans(Collection<Option>, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.CustomFieldOptionJsonBean
-
- shortBeans(Collection<IssueType>, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueTypeJsonBean
-
- shortBeans(Collection<Priority>, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.PriorityJsonBean
-
- shortBeans(Collection<Project>, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.ProjectJsonBean
-
- shortBeans(Collection<Resolution>, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.ResolutionJsonBean
-
- shortBeans(Collection<IssueSecurityLevel>, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.SecurityLevelJsonBean
-
- shortBeans(Collection<User>, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- shortBeans(Collection<User>, JiraBaseUrls, ApplicationUser, EmailFormatter) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- shortBeans(Collection<Version>, JiraBaseUrls) - Static method in class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- shortFormat(Long) - Method in class com.atlassian.jira.util.JiraDurationUtils.DaysDurationFormatter
-
- shortFormat(Long, Locale) - Method in class com.atlassian.jira.util.JiraDurationUtils.DaysDurationFormatter
-
- shortFormat(Long) - Method in interface com.atlassian.jira.util.JiraDurationUtils.DurationFormatter
-
Formats a given time duration with given locale in the most compact way possible.
- shortFormat(Long, Locale) - Method in interface com.atlassian.jira.util.JiraDurationUtils.DurationFormatter
-
Formats a given time duration with the given locale in the most compact way possible
- shortFormat(Long) - Method in class com.atlassian.jira.util.JiraDurationUtils.HoursDurationFormatter
-
- shortFormat(Long, Locale) - Method in class com.atlassian.jira.util.JiraDurationUtils.HoursDurationFormatter
-
- shortFormat(Long) - Method in class com.atlassian.jira.util.JiraDurationUtils.PrettyDurationFormatter
-
Used by the Time Tracking report to show shorter durations than full pretty format.
- shortFormat(Long, Locale) - Method in class com.atlassian.jira.util.JiraDurationUtils.PrettyDurationFormatter
-
- shouldBeLazy() - Method in interface com.atlassian.jira.plugin.webfragment.descriptors.SimpleLinkFactoryModuleDescriptor
-
Deprecated.
Whether or not this should be lazily loaded.
- shouldChangeOutgoingMail() - Method in class com.atlassian.jira.bc.dataimport.DataImportParams
-
- shouldDisplay(RemoteIssueLink) - Method in class com.atlassian.jira.plugin.issuelink.AbstractIssueLinkRenderer
-
Refer to documentation in
IssueLinkRenderer.shouldDisplay(com.atlassian.jira.issue.link.RemoteIssueLink)
.
- shouldDisplay(RemoteIssueLink) - Method in interface com.atlassian.jira.plugin.issuelink.IssueLinkRenderer
-
Returns true if the remote issue link should be displayed.
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
-
Returns whether the user can use the keyboard shortcut.
- shouldDisplay(User, JiraHelper) - Method in class com.atlassian.jira.plugin.webfragment.conditions.AbstractIssueCondition
-
Deprecated.
- shouldDisplay(User, Issue, JiraHelper) - Method in class com.atlassian.jira.plugin.webfragment.conditions.AbstractIssueCondition
-
Deprecated.
Should we display this item for this issue?
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.jira.plugin.webfragment.conditions.AbstractIssueWebCondition
-
- shouldDisplay(ApplicationUser, Issue, JiraHelper) - Method in class com.atlassian.jira.plugin.webfragment.conditions.AbstractIssueWebCondition
-
Should we display this item for this issue?
- shouldDisplay(Map) - Method in class com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
-
Deprecated.
- shouldDisplay(User, JiraHelper) - Method in class com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
-
Deprecated.
- shouldDisplay(User, JiraHelper) - Method in class com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraPermissionCondition
-
Deprecated.
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.jira.plugin.webfragment.conditions.AbstractWebCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.jira.plugin.webfragment.conditions.AbstractWebCondition
-
- shouldDisplay(ApplicationUser, JiraHelper) - Method in class com.atlassian.jira.plugin.webfragment.conditions.UserIsAdminCondition
-
- shouldLocationBeLazy(String, User, JiraHelper) - Method in interface com.atlassian.jira.plugin.webfragment.SimpleLinkManager
-
Deprecated.
This determines whether a location should be loaded lazily if possible.
- shouldOverrideDefaultRenderers(OrderableField) - Method in interface com.atlassian.jira.issue.fields.renderer.HackyFieldRendererRegistry
-
If this method returns true then users will be able to choose renderers in the field configuration for the field.
- shouldSectionBeLazy(String) - Method in interface com.atlassian.jira.plugin.webfragment.SimpleLinkManager
-
Deprecated.
This determines whether an individual section should be loaded lazily if possible.
- shouldUpdateReplicatedIndex() - Method in class com.atlassian.jira.issue.index.ReindexAllCompletedEvent
-
- shouldUpdateReplicatedIndex() - Method in class com.atlassian.jira.issue.index.ReindexAllStartedEvent
-
- show(FieldLayoutItem) - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
-
- SHOW_PERF_MONITOR - Static variable in interface com.atlassian.jira.config.properties.SystemPropertyKeys
-
- showOperation(Project, User) - Method in interface com.atlassian.jira.plugin.projectoperation.PluggableProjectOperation
-
Whether or not to show this operation for the given project and user.
- showPanel(C) - Method in interface com.atlassian.jira.plugin.browsepanel.TabPanel
-
Determine whether or not to show this.
- showPanel(BrowseComponentContext) - Method in class com.atlassian.jira.plugin.componentpanel.impl.GenericTabPanel
-
- showPanel(Issue, User) - Method in class com.atlassian.jira.plugin.issuetabpanel.AbstractIssueTabPanel2
-
Bridge method that delegates to the new
IssueTabPanel2.showPanel(ShowPanelRequest)
method.
- showPanel(Issue, User) - Method in interface com.atlassian.jira.plugin.issuetabpanel.IssueTabPanel
-
Whether or not to show this tab panel to the given User for the given Issue.
- showPanel(ShowPanelRequest) - Method in interface com.atlassian.jira.plugin.issuetabpanel.IssueTabPanel2
-
Indicates whether this tab should be shown on a given issue.
- showPanel(ShowPanelRequest) - Method in interface com.atlassian.jira.plugin.issuetabpanel.IssueTabPanel3
-
Indicates whether this tab should be shown on a given issue.
- showPanel(BrowseVersionContext) - Method in class com.atlassian.jira.plugin.versionpanel.impl.GenericTabPanel
-
Returns true if fix for version field is visible, false otherwise.
- ShowPanelReply - Class in com.atlassian.jira.plugin.issuetabpanel
-
Reply object used in the
IssueTabPanel2
SPI.
- ShowPanelRequest - Class in com.atlassian.jira.plugin.issuetabpanel
-
Request object used in the
IssueTabPanel2
SPI.
- ShowPanelRequest(Issue, User) - Constructor for class com.atlassian.jira.plugin.issuetabpanel.ShowPanelRequest
-
- showPerformanceMonitor() - Method in interface com.atlassian.jira.config.properties.JiraProperties
-
- showPerformanceMonitor() - Method in class com.atlassian.jira.config.properties.JiraPropertiesImpl
-
- showPerformanceMonitor() - Static method in class com.atlassian.jira.config.properties.JiraSystemProperties
-
Deprecated.
- showReport() - Method in class com.atlassian.jira.plugin.report.impl.AbstractReport
-
Whether or not to show this report in the interface.
- showReport() - Method in interface com.atlassian.jira.plugin.report.Report
-
Whether or not to show this report at the current state of the system.
- showSubTaskParent() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
-
- showSubTasks() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
-
- shutdown() - Method in interface com.atlassian.jira.util.index.IndexLifecycleManager
-
Shuts down the indexing manager and closes its resources (if any).
- Shutdown - Interface in com.atlassian.jira.util
-
Used to shut something down.
- shutdown() - Method in interface com.atlassian.jira.util.Shutdown
-
Shutdown.
- SimpleAllTextCustomFieldSearcherClauseHandler - Class in com.atlassian.jira.issue.customfields.searchers
-
Implements the
AllTextCustomFieldSearcherClauseHandler
marker interface.
- SimpleAllTextCustomFieldSearcherClauseHandler(ClauseValidator, ClauseQueryFactory, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.customfields.searchers.SimpleAllTextCustomFieldSearcherClauseHandler
-
- SimpleCustomFieldClauseContextHandler - Class in com.atlassian.jira.issue.customfields.searchers
-
A simple class for createing a context aware clause handler for a custom field.
- SimpleCustomFieldClauseContextHandler(ClauseValidator, ClauseQueryFactory, ClauseContextFactory, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.customfields.searchers.SimpleCustomFieldClauseContextHandler
-
- SimpleCustomFieldContextValueGeneratingClauseHandler - Class in com.atlassian.jira.issue.customfields.searchers
-
- SimpleCustomFieldContextValueGeneratingClauseHandler(ClauseValidator, ClauseQueryFactory, ClauseContextFactory, ClauseValuesGenerator, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.customfields.searchers.SimpleCustomFieldContextValueGeneratingClauseHandler
-
- SimpleCustomFieldSearcherClauseHandler - Class in com.atlassian.jira.issue.customfields.searchers
-
A simple implementation of the
CustomFieldSearcherClauseHandler
.
- SimpleCustomFieldSearcherClauseHandler(ClauseValidator, ClauseQueryFactory, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.customfields.searchers.SimpleCustomFieldSearcherClauseHandler
-
- SimpleCustomFieldValueGeneratingClauseHandler - Class in com.atlassian.jira.issue.customfields.searchers
-
- SimpleCustomFieldValueGeneratingClauseHandler(ClauseValidator, ClauseQueryFactory, ClauseValuesGenerator, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.customfields.searchers.SimpleCustomFieldValueGeneratingClauseHandler
-
- SimpleErrorCollection - Class in com.atlassian.jira.util
-
- SimpleErrorCollection() - Constructor for class com.atlassian.jira.util.SimpleErrorCollection
-
- SimpleErrorCollection(ErrorCollection) - Constructor for class com.atlassian.jira.util.SimpleErrorCollection
-
- SimpleFieldSearchConstants - Class in com.atlassian.jira.issue.search.constants
-
Holds searching constants for simple system fields.
- SimpleFieldSearchConstants(String, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
-
- SimpleFieldSearchConstants(String, ClauseNames, String, String, String, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
-
- SimpleFieldSearchConstants(String, String, String, String, String, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
-
- SimpleFieldSearchConstantsWithEmpty - Class in com.atlassian.jira.issue.search.constants
-
Holds searching constants for simple system fields.
- SimpleFieldSearchConstantsWithEmpty(String, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
-
- SimpleFieldSearchConstantsWithEmpty(String, ClauseNames, String, String, String, String, String, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
-
- SimpleFieldSearchConstantsWithEmpty(String, String, String, String, String, String, String, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
-
- SimpleIndexValueConverter - Class in com.atlassian.jira.jql.util
-
Simplest index value converter that just uses the toString() implementation.
- SimpleIndexValueConverter(boolean) - Constructor for class com.atlassian.jira.jql.util.SimpleIndexValueConverter
-
- SimpleLink - Interface in com.atlassian.jira.plugin.webfragment.model
-
A simple link representation.
- SimpleLinkFactory - Interface in com.atlassian.jira.plugin.webfragment
-
Deprecated.
since v6.3 - use
com.atlassian.plugin.web.api.provider.WebItemProvider
- SimpleLinkFactoryModuleDescriptor - Interface in com.atlassian.jira.plugin.webfragment.descriptors
-
Deprecated.
since v6.3 - use
WebItemProviderModuleDescriptor
- SimpleLinkImpl - Class in com.atlassian.jira.plugin.webfragment.model
-
Default implementation of
SimpleLink
.
- SimpleLinkImpl(String, String, String, String, String, String, String) - Constructor for class com.atlassian.jira.plugin.webfragment.model.SimpleLinkImpl
-
Constructor taking all attributes of a link
- SimpleLinkImpl(String, String, String, String, String, Map<String, String>, String, String) - Constructor for class com.atlassian.jira.plugin.webfragment.model.SimpleLinkImpl
-
Constructor taking all attributes of a link
- SimpleLinkImpl(String, String, String, String, String, Map<String, String>, String, String, Integer) - Constructor for class com.atlassian.jira.plugin.webfragment.model.SimpleLinkImpl
-
Constructor taking all attributes of a link
- SimpleLinkManager - Interface in com.atlassian.jira.plugin.webfragment
-
Deprecated.
since v6.3 - use
DynamicWebInterfaceManager
directly if possible.
- SimpleLinkSection - Interface in com.atlassian.jira.plugin.webfragment.model
-
A simple link section representation
- SimpleLinkSectionImpl - Class in com.atlassian.jira.plugin.webfragment.model
-
Default implementation of
SimpleLinkSection
.
- SimpleLinkSectionImpl(String, String, String, String, String, Map<String, String>) - Constructor for class com.atlassian.jira.plugin.webfragment.model.SimpleLinkSectionImpl
-
Constructor taking all attributes of a section
- SimpleLinkSectionImpl(String, String, String, String, String, Map<String, String>, Integer) - Constructor for class com.atlassian.jira.plugin.webfragment.model.SimpleLinkSectionImpl
-
Constructor taking all attributes of a section
- SimpleLinkSectionImpl(String, SimpleLinkSectionImpl) - Constructor for class com.atlassian.jira.plugin.webfragment.model.SimpleLinkSectionImpl
-
- SimpleNavigatorCollectorVisitor - Class in com.atlassian.jira.issue.search.searchers.transformer
-
A visitor records all the TerminalClauses that match a particular condition.
- SimpleNavigatorCollectorVisitor(String) - Constructor for class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- SimpleNavigatorCollectorVisitor(Set<String>) - Constructor for class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- SimpleNavigatorCollectorVisitor(ClauseNames) - Constructor for class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- SimpleOption<T extends SimpleOption<T>> - Interface in com.atlassian.jira.issue.customfields.option
-
Represents the basic properties of a custom field option in JIRA.
- SimpleProjectImportIdMapper - Interface in com.atlassian.jira.imports.project.mapper
-
Defines a value mapper used for project import.
- SimpleProjectImportIdMapperImpl - Class in com.atlassian.jira.imports.project.mapper
-
- SimpleProjectImportIdMapperImpl() - Constructor for class com.atlassian.jira.imports.project.mapper.SimpleProjectImportIdMapperImpl
-
- SimpleStatus - Interface in com.atlassian.jira.issue.status
-
Simplified, immutable version of
Status
.
- SingleIssueModeEditBean - Interface in com.atlassian.jira.web.bean
-
This is used in order to be able to move an individual issue that has sub-tasks
via the bulk move process.
- SingleIssueOperation - Interface in com.atlassian.jira.issue.operation
-
Copyright (c) 2002-2004
All rights reserved.
- singletonMap(K, V) - Static method in class com.atlassian.jira.util.collect.MapBuilder
-
Static factory method for creating an immutable
Map
with a single entry.
- SingleValueCustomFieldValueProvider - Class in com.atlassian.jira.issue.customfields
-
An implementation of the
CustomFieldValueProvider
for retreiving single values.
- SingleValueCustomFieldValueProvider() - Constructor for class com.atlassian.jira.issue.customfields.SingleValueCustomFieldValueProvider
-
- SingleValueMatchHandler - Class in com.atlassian.jira.issue.search.parameters.lucene.sort
-
A match handler that assumes all values it will only ever see one
value per document.
- SingleValueMatchHandler(int) - Constructor for class com.atlassian.jira.issue.search.parameters.lucene.sort.SingleValueMatchHandler
-
- SingleValueOperand - Class in com.atlassian.query.operand
-
Used to represent a single constant value as an Operand.
- SingleValueOperand(String) - Constructor for class com.atlassian.query.operand.SingleValueOperand
-
- SingleValueOperand(Long) - Constructor for class com.atlassian.query.operand.SingleValueOperand
-
- SingleValueOperand(QueryLiteral) - Constructor for class com.atlassian.query.operand.SingleValueOperand
-
Note: cannot accept an empty
QueryLiteral
.
- size() - Method in interface com.atlassian.jira.issue.comments.util.CommentIterator
-
Returns the total number of comments this iterator contains.
- size() - Method in class com.atlassian.jira.issue.customfields.option.GenericImmutableOptions
-
- size() - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchResult
-
- size() - Method in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
-
- size() - Method in interface com.atlassian.jira.startup.PluginInfos
-
Returns the size of this PluginInfos.
- size() - Method in class com.atlassian.jira.util.collect.CollectionEnclosedIterable
-
- size() - Method in class com.atlassian.jira.util.collect.CompositeMap
-
- size() - Method in interface com.atlassian.jira.util.collect.EnclosedIterable
-
- size() - Method in interface com.atlassian.jira.util.collect.Sized
-
- size() - Method in interface com.atlassian.jira.util.index.IndexLifecycleManager
-
- sizeAll() - Method in interface com.atlassian.jira.util.collect.MultiMap
-
The sum of sizes of all contained keys.
- Sized - Interface in com.atlassian.jira.util.collect
-
Something that contains a number of items.
- skipConditions() - Method in class com.atlassian.jira.workflow.TransitionOptions.Builder
-
- skipConditions() - Method in class com.atlassian.jira.workflow.TransitionOptions
-
- skipPast(String) - Method in class com.atlassian.jira.util.json.JSONTokener
-
Skip characters until past the requested string.
- skipPermissionChecks() - Method in class com.atlassian.jira.entity.property.EntityPropertyOptions.Builder
-
- skipPermissionChecks() - Method in class com.atlassian.jira.entity.property.EntityPropertyOptions
-
- skipPermissions() - Method in class com.atlassian.jira.workflow.TransitionOptions.Builder
-
- skipPermissions() - Method in class com.atlassian.jira.workflow.TransitionOptions
-
- skipScreenCheck() - Method in interface com.atlassian.jira.issue.IssueInputParameters
-
Get the flag to skip screen checks during create or update.
- skipTo(char) - Method in class com.atlassian.jira.util.json.JSONTokener
-
Skip characters until the next character is the requested character.
- skipValidators() - Method in class com.atlassian.jira.workflow.TransitionOptions.Builder
-
- skipValidators() - Method in class com.atlassian.jira.workflow.TransitionOptions
-
- slowFormatIssueKey(String, Long) - Static method in class com.atlassian.jira.util.JiraKeyUtils
-
- smallerThan(int) - Static method in enum com.atlassian.jira.avatar.Avatar.Size
-
- sort(Collection<? extends T>, Comparator<T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
Copy and sort the passed collection and return an unmodifiable
List
of the elements.
- SortableCustomField<T> - Interface in com.atlassian.jira.issue.customfields
-
Allow a custom field to be natively sortable in the Issue Navigator.
- SortableCustomFieldSearcher - Interface in com.atlassian.jira.issue.customfields
-
A custom field searcher will implement this interface if the custom field can be sorted.
- SortableTextCustomFieldIndexer - Class in com.atlassian.jira.issue.index.indexers.impl
-
A custom field indexer for text fields that can be sorted
- SortableTextCustomFieldIndexer(FieldVisibilityManager, CustomField, String) - Constructor for class com.atlassian.jira.issue.index.indexers.impl.SortableTextCustomFieldIndexer
-
- SORTER_FIELD - Static variable in interface com.atlassian.jira.issue.search.util.SearchSortUtil
-
- SORTER_ORDER - Static variable in interface com.atlassian.jira.issue.search.util.SearchSortUtil
-
- sortGroups(Collection<String>) - Static method in class com.atlassian.jira.user.UserFilterUtils
-
- sortOptionsByValue(Option) - Method in interface com.atlassian.jira.issue.customfields.option.Options
-
- SortOrder - Enum in com.atlassian.query.order
-
An enumeration the defines the possible ordering for a Sort.
- SOURCE_PREFIX_PLUGIN - Static variable in interface com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemService
-
Denotes the prefix used in the
ManagedConfigurationItem.getSourceId()
field when items are managed by a plugin.
- SPANISH - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
-
- SPECIFIC_GROUP - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
-
- SPECIFIC_USER - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
-
- SPLIT_STRING - Static variable in class com.atlassian.query.clause.Property
-
- StandardOperation - Enum in com.atlassian.jira.issue.fields.rest
-
- start() - Method in interface com.atlassian.jira.extension.Startable
-
This method wil be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
- start(Object) - Method in interface com.atlassian.jira.task.context.Context
-
Start a new sub-task.
- start() - Method in class com.atlassian.jira.util.JiraDurationUtils
-
- Startable - Interface in com.atlassian.jira.extension
-
Implementing this interface allows Components to be notified of when the JIRA application has started.
- startDate(Date) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
-
- startDate(Date) - Method in class com.atlassian.jira.bc.project.version.VersionService.VersionBuilder
-
- startIndex(int) - Method in class com.atlassian.jira.issue.table.IssueTable.Builder
-
Deprecated.
- startWatching(User, Issue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
-
Deprecated.
- startWatching(ApplicationUser, Issue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
-
Enable watching of a particular issue for the user supplied.
- startWatching(ApplicationUser, Collection<Issue>) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
-
Enable watching of a list of issues for the user supplied.
- startWatching(User, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
-
Deprecated.
Use
WatcherManager.startWatching(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.Issue)
instead. Since v5.0.
- stateFalse(String, boolean) - Static method in class com.atlassian.jira.util.dbc.Assertions
-
State check.
- stateNotNull(String, T) - Static method in class com.atlassian.jira.util.dbc.Assertions
-
State check.
- stateTrue(String, boolean) - Static method in class com.atlassian.jira.util.dbc.Assertions
-
State check.
- STATIC_FIELD - Static variable in class com.atlassian.jira.issue.history.ChangeItemBean
-
- StatisticAccessorBean - Class in com.atlassian.jira.web.bean
-
- StatisticAccessorBean() - Constructor for class com.atlassian.jira.web.bean.StatisticAccessorBean
-
- StatisticAccessorBean(User, SearchRequest) - Constructor for class com.atlassian.jira.web.bean.StatisticAccessorBean
-
- StatisticAccessorBean(User, SearchRequest, boolean) - Constructor for class com.atlassian.jira.web.bean.StatisticAccessorBean
-
- StatisticAccessorBean(User, Long, boolean) - Constructor for class com.atlassian.jira.web.bean.StatisticAccessorBean
-
- StatisticAccessorBean(User, Long) - Constructor for class com.atlassian.jira.web.bean.StatisticAccessorBean
-
- StatisticAccessorBean(User, Long, Clause, boolean) - Constructor for class com.atlassian.jira.web.bean.StatisticAccessorBean
-
Instantiates this class with given parameters.
- StatisticAccessorBean.Direction - Class in com.atlassian.jira.web.bean
-
Enumerated type for sort direction.
- StatisticAccessorBean.OrderBy - Class in com.atlassian.jira.web.bean
-
Enumerated type for ordering of statistics.
- StatisticAccessorBean.SearchStatisticsResult - Class in com.atlassian.jira.web.bean
-
- StatisticAccessorBean.SearchStatisticsResult(long, long, Map<String, Integer>) - Constructor for class com.atlassian.jira.web.bean.StatisticAccessorBean.SearchStatisticsResult
-
- StatisticGatherer - Interface in com.atlassian.jira.issue.statistics
-
A simple way of calculating statistics
- StatisticGatherer.CountUnique - Class in com.atlassian.jira.issue.statistics
-
- StatisticGatherer.CountUnique() - Constructor for class com.atlassian.jira.issue.statistics.StatisticGatherer.CountUnique
-
- StatisticGatherer.CountUniqueValue - Class in com.atlassian.jira.issue.statistics
-
- StatisticGatherer.CountUniqueValue() - Constructor for class com.atlassian.jira.issue.statistics.StatisticGatherer.CountUniqueValue
-
- StatisticGatherer.Mean - Class in com.atlassian.jira.issue.statistics
-
- StatisticGatherer.Mean() - Constructor for class com.atlassian.jira.issue.statistics.StatisticGatherer.Mean
-
- StatisticGatherer.MeanValue - Class in com.atlassian.jira.issue.statistics
-
Using some trickiness - we extend Number so that we can call
StatisticGatherer.MeanValue.intValue()
without having
to change all the client code
- StatisticGatherer.MeanValue() - Constructor for class com.atlassian.jira.issue.statistics.StatisticGatherer.MeanValue
-
- StatisticGatherer.Median - Class in com.atlassian.jira.issue.statistics
-
- StatisticGatherer.Median() - Constructor for class com.atlassian.jira.issue.statistics.StatisticGatherer.Median
-
- StatisticGatherer.MedianValue - Class in com.atlassian.jira.issue.statistics
-
- StatisticGatherer.MedianValue() - Constructor for class com.atlassian.jira.issue.statistics.StatisticGatherer.MedianValue
-
- StatisticGatherer.Sum - Class in com.atlassian.jira.issue.statistics
-
- StatisticGatherer.Sum() - Constructor for class com.atlassian.jira.issue.statistics.StatisticGatherer.Sum
-
- StatisticMap<K,N extends Number> - Interface in com.atlassian.jira.web.bean
-
- StatisticMapWrapper<K,N extends Number> - Class in com.atlassian.jira.web.bean
-
This is used to store the statistics retrieved by the StatisticAccessorBean.
- StatisticMapWrapper(Map<K, N>, long, long) - Constructor for class com.atlassian.jira.web.bean.StatisticMapWrapper
-
- StatisticsMapper<T> - Interface in com.atlassian.jira.issue.statistics
-
Allow mapping from Lucene indexes, back to the fields that they came from.
- StatisticsMapperWrapper - Class in com.atlassian.jira.issue.statistics.util
-
Provides a convenient implementation of the StatisticsMapper interface
that can be subclassed by developers wishing to adapt the request to a mapper.
- StatisticsMapperWrapper(StatisticsMapper) - Constructor for class com.atlassian.jira.issue.statistics.util.StatisticsMapperWrapper
-
- status() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueRefJsonBean.Fields
-
- status(StatusJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueRefJsonBean.Fields
-
- STATUS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- Status - Interface in com.atlassian.jira.issue.status
-
- STATUS - Static variable in class com.atlassian.jira.JiraDataTypes
-
- status(String...) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues associated particular set of statuses.
- status() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
status.
- status(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- status(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- STATUS_CATEGORY - Static variable in class com.atlassian.jira.JiraDataTypes
-
- STATUS_CONSTANT_TYPE - Static variable in interface com.atlassian.jira.config.ConstantsManager
-
Used in the generic
ConstantsManager.getConstantObject(String, String)
method
- STATUS_TYPE - Static variable in class com.atlassian.jira.issue.fields.rest.json.JsonType
-
- statusCategory(StatusCategoryJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.StatusJsonBean.Builder
-
- statusCategory() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.StatusJsonBean
-
- StatusCategory - Interface in com.atlassian.jira.issue.status.category
-
Represents single group of
Status
which has similar positions in terms of
representing in workflows.
- statusCategory(String...) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues associated particular set of statuses of given category.
- statusCategory() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
statusCategory.
- statusCategoryColorName(String) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- StatusCategoryJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
A JSON-convertable representation of a StatusCategory
- StatusCategoryJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.StatusCategoryJsonBean
-
- StatusCategoryJsonBean(String, Long, String, String) - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.StatusCategoryJsonBean
-
- StatusCategoryJsonBean(String, Long, String, String, String) - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.StatusCategoryJsonBean
-
- statusCategoryKey(String) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- StatusCategoryManager - Interface in com.atlassian.jira.config
-
Manager for
StatusCategory
ies.
- statusColor() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.StatusJsonBean
-
- statusColor(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.StatusJsonBean
-
- statusDescription(String) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- STATUSES - Static variable in class com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
-
- statusIconLink(String) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- statusIconTitle(String) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- statusIconUrl(String) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- StatusJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
A JSON-convertable representation of a Status
- StatusJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.StatusJsonBean
-
- StatusJsonBean(String, String, String, String, String, String) - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.StatusJsonBean
-
- StatusJsonBean.Builder - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
- StatusJsonBean.Builder() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.StatusJsonBean.Builder
-
- StatusManager - Interface in com.atlassian.jira.config
-
Manager for
Status
es.
- StatusMapper - Class in com.atlassian.jira.imports.project.mapper
-
Allows you to map statuses.
- StatusMapper() - Constructor for class com.atlassian.jira.imports.project.mapper.StatusMapper
-
- statusName(String) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- StatusService - Interface in com.atlassian.jira.bc.config
-
This class contains methods for managing
Status
es with validation
- StatusStatisticsMapper - Class in com.atlassian.jira.issue.statistics
-
- StatusStatisticsMapper(ConstantsManager) - Constructor for class com.atlassian.jira.issue.statistics.StatusStatisticsMapper
-
- STEP_STATUS_KEY - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
-
- stopWatching(User, Issue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
-
Deprecated.
Use
WatcherManager.stopWatching(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue)
instead. Since v6.0.
- stopWatching(ApplicationUser, Issue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
-
Disable watching of a particular issue for the user supplied.
- stopWatching(ApplicationUser, Collection<Issue>) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
-
Disable watching of a list of issues for the user supplied.
- stopWatching(User, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
-
Deprecated.
Use
WatcherManager.stopWatching(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.Issue)
instead. Since v5.0.
- stopWatching(String, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
-
Deprecated.
Use
WatcherManager.stopWatching(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.Issue)
instead. Since v5.0.
- store(RecordRequest) - Method in interface com.atlassian.jira.auditing.AuditingManager
-
- store(Collection<? extends BandanaContext>, String, Object) - Method in interface com.atlassian.jira.issue.context.persistence.FieldConfigContextPersister
-
Bulk store context/key/value triplets.
- store() - Method in interface com.atlassian.jira.issue.customfields.option.Option
-
- store() - Method in interface com.atlassian.jira.issue.fields.CustomField
-
Deprecated.
Use
CustomFieldManager.updateCustomField(CustomField)
instead. Since v6.2.
- store() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
-
- store() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
-
- store() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
-
- store() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
-
- store() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenScheme
-
- store() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenSchemeItem
-
- store() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
-
- store() - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenScheme
-
- store() - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeEntity
-
- store(String) - Method in interface com.atlassian.jira.license.JiraLicenseStore
-
Deprecated.
Stores the given license String into the persistent location.
- store() - Method in class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
-
- store(GenericValue) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
-
- store() - Method in interface com.atlassian.jira.ofbiz.OfBizValueWrapper
-
Deprecated.
Use the Object's Service or Manager to save values. Since v5.0.
- store(PortletConfiguration) - Method in interface com.atlassian.jira.portal.PortletConfigurationManager
-
Update the passed portlet configuration.
- storeAll(List<GenericValue>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
-
- storeAndReturnEditableFieldLayout(EditableFieldLayout) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
Persists the
EditableFieldLayout
provided and returns a new instance as stored
in the database.
- storeEditableDefaultColumnLayout(EditableDefaultColumnLayout) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
-
Writes the default column layout to permanent storage
- storeEditableDefaultFieldLayout(EditableDefaultFieldLayout) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
Persist the given default
EditableDefaultFieldLayout
- storeEditableFieldLayout(EditableFieldLayout) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
Persists the
EditableFieldLayout
provided.
- storeEditableSearchRequestColumnLayout(EditableSearchRequestColumnLayout) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
-
Writes the default column layout to permanent storage
- storeEditableUserColumnLayout(EditableUserColumnLayout) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
-
Writes the default column layout to permanent storage
- storeImage(Avatar.Size, OutputStream) - Method in interface com.atlassian.jira.avatar.AvatarImageDataProvider
-
Stores avatar image data for requestedSize to given output stream.
- storeIncomingMessageId(String, String, Issue, MailThreadManager.MailAction) - Method in interface com.atlassian.jira.mail.MailThreadManager
-
Remembers the given incoming MessageID.
- storeIssueTypes(List<GenericValue>) - Method in interface com.atlassian.jira.config.ConstantsManager
-
Bulk operation to store a list of issueTypes.
- storeRecord(String, String, AssociatedItem, Iterable<ChangedValue>, Iterable<AssociatedItem>) - Method in interface com.atlassian.jira.auditing.AuditingService
-
Store record in Auditing Log
- storeRecord(String, String, String, AssociatedItem, Iterable<ChangedValue>, Iterable<AssociatedItem>) - Method in interface com.atlassian.jira.auditing.AuditingService
-
/**
Store record in Auditing Log along with plugin name created the event
- storeServerId(String) - Method in interface com.atlassian.jira.license.JiraLicenseStore
-
Deprecated.
Stores the server ID to the persistent backend
- storeSubscription(JiraServiceContext, Long, String, String, boolean) - Method in interface com.atlassian.jira.bc.filter.FilterSubscriptionService
-
Create and store the Cron Trigger and subscription
- storeTemporaryAvatar(ApplicationUser, TemporaryAvatar, Avatar.Type, String) - Method in interface com.atlassian.jira.avatar.TemporaryAvatars
-
Store temporary avatar - make it available to displaying servlet.
- streamAttachmentContent(Attachment, InputStreamConsumer<T>) - Method in interface com.atlassian.jira.issue.AttachmentManager
-
Get binary content of the attachment
- streamThumbnailContent(Attachment, InputStreamConsumer<T>) - Method in interface com.atlassian.jira.issue.thumbnail.ThumbnailManager
-
Get binary content of the thumbnail
- strictPairOf(U, V) - Static method in class com.atlassian.jira.util.lang.Pair
-
A pair that doesn't allow
null
values.
- STRIKE_THROUGH_CLOSED_KEYS - Static variable in class com.atlassian.jira.util.JiraKeyUtils
-
- STRING - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
-
- string(String) - Method in interface com.atlassian.jira.jql.builder.ValueBuilder
-
Finish the current condition such that it matches the passed value.
- STRING_TYPE - Static variable in class com.atlassian.jira.issue.fields.rest.json.JsonType
-
- StringCFType - Class in com.atlassian.jira.issue.customfields.impl
-
Deprecated.
Use
GenericTextCFType
instead. Since v5.0.
- StringCFType(CustomFieldValuePersister, GenericConfigManager) - Constructor for class com.atlassian.jira.issue.customfields.impl.StringCFType
-
Deprecated.
- StringCFType.Visitor<T> - Interface in com.atlassian.jira.issue.customfields.impl
-
Deprecated.
- StringConverter - Interface in com.atlassian.jira.issue.customfields.converters
-
Converts Strings for storage and retrieval of Custom Field values.
- strings(String...) - Method in interface com.atlassian.jira.jql.builder.ValueBuilder
-
Finish the current condition such that it matches the passed values.
- strings(Collection<String>) - Method in interface com.atlassian.jira.jql.builder.ValueBuilder
-
Finish the current condition such that it matches the passed values.
- StringSortComparator - Class in com.atlassian.jira.issue.search.parameters.lucene.sort
-
This supplies a Low Memory variant of Lucene's StringOrdValComparator.
- StringSortComparator() - Constructor for class com.atlassian.jira.issue.search.parameters.lucene.sort.StringSortComparator
-
- StringSortComparator.StringOrdValComparator - Class in com.atlassian.jira.issue.search.parameters.lucene.sort
-
- StringSortComparator.StringOrdValComparator(int, String) - Constructor for class com.atlassian.jira.issue.search.parameters.lucene.sort.StringSortComparator.StringOrdValComparator
-
- stringToDate(String) - Static method in class com.atlassian.jira.util.LuceneUtils
-
- stringToLocalDate(String) - Static method in class com.atlassian.jira.util.LuceneUtils
-
- stripHash(String) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
- stripHTMLStrings(String) - Static method in class com.atlassian.jira.util.ImportUtils
-
Remove any HTML from text contents.
- stripNotBlank(String, String) - Static method in class com.atlassian.jira.util.dbc.Assertions
-
Either returns a string with all space trimmed or throws an IllegalArgumentException if the string is
null or blank (only contains whitespace).
- style - Variable in class com.atlassian.jira.plugin.webfragment.model.SimpleLinkSectionImpl
-
- STYLE_FIELD_NAME - Static variable in interface com.atlassian.jira.issue.link.IssueLinkType
-
- sub() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Create a new sub expression in the current JQL.
- SUB_TASK_ISSUE_TYPE_STYLE - Static variable in interface com.atlassian.jira.config.SubTaskManager
-
- SUB_TASK_LINK_TYPE_INWARD_NAME - Static variable in interface com.atlassian.jira.config.SubTaskManager
-
- SUB_TASK_LINK_TYPE_NAME - Static variable in interface com.atlassian.jira.config.SubTaskManager
-
- SUB_TASK_LINK_TYPE_OUTWARD_NAME - Static variable in interface com.atlassian.jira.config.SubTaskManager
-
- SUB_TASK_LINK_TYPE_STYLE - Static variable in interface com.atlassian.jira.config.SubTaskManager
-
- SUB_TASK_VIEW - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- SUB_TASK_VIEW_ALL - Static variable in interface com.atlassian.jira.bean.SubTaskBean
-
- SUB_TASK_VIEW_DEFAULT - Static variable in interface com.atlassian.jira.bean.SubTaskBean
-
- SUB_TASK_VIEW_UNRESOLVED - Static variable in interface com.atlassian.jira.bean.SubTaskBean
-
- SUB_VALUE_SUFFIX - Static variable in class com.atlassian.jira.issue.customfields.statistics.CascadingSelectStatisticsMapper
-
- subdirs - Static variable in interface com.atlassian.jira.config.util.JiraHome
-
Deprecated.
since v6.1
- SUBSCRIPTION_IDENTIFIER - Static variable in interface com.atlassian.jira.issue.subscription.SubscriptionManager
-
- SubscriptionManager - Interface in com.atlassian.jira.issue.subscription
-
- subSetCollection(Collection, int) - Static method in class com.atlassian.jira.plugin.util.TabPanelUtil
-
Returns a sub-set of the collection that has up to 'subset' number of entries.
- SubTask - Interface in com.atlassian.jira.bean
-
- SUBTASK_STATUS_INFO - Static variable in interface com.atlassian.jira.web.bean.BulkEditBean
-
- SubTaskBean - Interface in com.atlassian.jira.bean
-
- SubTaskIncludeValuesGenerator - Class in com.atlassian.jira.plugin.report.impl
-
Generator for sub-task inclusion select box options.
- SubTaskIncludeValuesGenerator(I18nHelper.BeanFactory) - Constructor for class com.atlassian.jira.plugin.report.impl.SubTaskIncludeValuesGenerator
-
- SubTaskInclusionOption - Enum in com.atlassian.jira.plugin.report
-
The available options for subtask inclusion when configuring a JIRA project.
- SubTaskManager - Interface in com.atlassian.jira.config
-
Manages SubTasks - issues that are "part of" other issues.
- SUBTASKS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- SubTasksEnabledCondition - Class in com.atlassian.jira.plugin.report.impl
-
EnabledCondition that checks whether SubTasks are enabled or not.
- SubTasksEnabledCondition(SubTaskManager) - Constructor for class com.atlassian.jira.plugin.report.impl.SubTasksEnabledCondition
-
- SubTaskToIssueConversionService - Interface in com.atlassian.jira.bc.subtask.conversion
-
Service class to reveal all business logic in converting a sub-task to an issue, including validation.
- summary() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueRefJsonBean.Fields
-
- summary(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueRefJsonBean.Fields
-
- SUMMARY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- summary(String) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- summary(String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues match the passed summary.
- summary() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
issue summaries.
- summary(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- summary(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- SummaryField - Interface in com.atlassian.jira.issue.fields
-
- SUPER_BATCH_DISABLED - Static variable in interface com.atlassian.jira.config.properties.SystemPropertyKeys
-
- Supplier<T> - Interface in com.atlassian.jira.util
-
A Supplier of objects of a single type.
- SupportedOperatorsValidator - Class in com.atlassian.jira.jql.validator
-
Does validation to determine if the operator in use is something other than the specified accepted
operators and adds an error message if so.
- SupportedOperatorsValidator(Collection<Operator>...) - Constructor for class com.atlassian.jira.jql.validator.SupportedOperatorsValidator
-
- SWAP_ACTION - Static variable in class com.atlassian.jira.project.version.VersionKeys
-
- swapBaseUrl(String, String, String) - Static method in class com.atlassian.jira.util.BaseUrlSwapper
-
Swap the base of the given url from the oldBaseUrl to the newBaseUrl.
- swapCommentGroupRestriction(String, String) - Method in interface com.atlassian.jira.issue.comments.CommentManager
-
Updates
Comment
's such that comments that have a visibility
restriction of the provided groupName will be changed to have a visibility restriction of the
provided swapGroup.
- swapNulls(Collection) - Static method in class com.atlassian.jira.util.ParameterUtils
-
Convert all null values in a collection into "-1"s.
- swapRpcUrlToDisplayUrl(String, ApplicationLink) - Static method in class com.atlassian.jira.util.BaseUrlSwapper
-
Swap the base of the given url to be the display url of the given application link.
- SwapVersionAction - Class in com.atlassian.jira.bc.project.version
-
Instance of
VersionService.VersionAction
that indicates
the Version
should be swapped out for the specified version in
affected issues.
- SwapVersionAction(Long) - Constructor for class com.atlassian.jira.bc.project.version.SwapVersionAction
-
- swapWorklogGroupRestriction(String, String) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
-
Updates
Worklog
's such that worklogs that have a visibility
restriction of the provided groupName will be changed to have a visibility restriction of the
provided swapGroup.
- SWEDISH - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
-
- switchBackingStore() - Method in interface com.atlassian.jira.config.properties.BackingPropertySetManager
-
If the backing property set supports switching to different backing storage, then switch - otherwise noop
For now the switch is one way
- SwitchIssueSearchEvent - Class in com.atlassian.jira.event.issue
-
Event that is triggered when a user changes from simple to advanced or vice versa
- SwitchIssueSearchEvent(String, boolean) - Constructor for class com.atlassian.jira.event.issue.SwitchIssueSearchEvent
-
- switchTranslationsMode(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.jira.util.i18n.I18nTranslationModeSwitch
-
This can be called to turn on translations mode or turn it off depending on the presence of the URL parameter.
- synchronizedLRUMap(int) - Static method in class com.atlassian.jira.util.collect.LRUMap
-
Deprecated.
Get a map that is access ordered and has the specified capacity that is thread-safe.
- syntaxError(String) - Method in class com.atlassian.jira.util.json.JSONTokener
-
Make a JSONException to signal a syntax error.
- system(String, String) - Static method in class com.atlassian.jira.issue.fields.rest.json.JsonTypeBuilder
-
- SYSTEM - Static variable in interface com.atlassian.jira.timezone.TimeZoneService
-
- SYSTEM_ADMIN - Static variable in class com.atlassian.jira.permission.GlobalPermissionKey
-
- SYSTEM_ADMIN - Static variable in class com.atlassian.jira.permission.GlobalPermissionType
-
Deprecated.
Use
GlobalPermissionKey.SYSTEM_ADMIN
instead. This was never public API. Since v6.2.5.
- SYSTEM_ADMIN - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
Permission to be a System Admin of JIRA
- SYSTEM_PROPERTY_PREFIX - Static variable in interface com.atlassian.jira.config.FeatureManager
-
The prefix used for enabling dark features from the command line.
- SystemAndCustomAvatars - Class in com.atlassian.jira.avatar
-
Provides lists of system and custom avatars.
- SystemAndCustomAvatars(List<Avatar>, List<Avatar>) - Constructor for class com.atlassian.jira.avatar.SystemAndCustomAvatars
-
- systemArray(String, String) - Static method in class com.atlassian.jira.issue.fields.rest.json.JsonTypeBuilder
-
- systemDashboard() - Method in class com.atlassian.jira.portal.PortalPage.Builder
-
- systemProjectPermissionKeyByShortName(String) - Static method in class com.atlassian.jira.permission.ProjectPermissions
-
Historically system project permissions had short name aliases that are used in
workflow condition/validator descriptors, gadget configurations etc.
- SystemPropertiesAccessor - Class in com.atlassian.jira.config.properties
-
Implementation of accessing the system properties.
- SystemPropertiesAccessor() - Constructor for class com.atlassian.jira.config.properties.SystemPropertiesAccessor
-
- systemPropertyKey() - Method in enum com.atlassian.jira.config.CoreFeatures
-
- SystemPropertyKeys - Interface in com.atlassian.jira.config.properties
-
Keys of system properties used by JIRA to trigger different behaviour at runtime.
- SystemSearchConstants - Class in com.atlassian.jira.issue.search.constants
-
Contains the constants used by systems fields for searching.
- systemValues - Static variable in class com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
-
T
- TAB_KEY - Static variable in interface com.atlassian.jira.plugin.profile.ViewProfilePanelModuleDescriptor
-
- TableLayoutUtils - Interface in com.atlassian.jira.web.component
-
Util class for getting columns for issue tables.
- TabPanel<D extends TabPanelModuleDescriptor,C extends BrowseContext> - Interface in com.atlassian.jira.plugin.browsepanel
-
Unified interface for all fragment-based tab panels.
- TabPanelModuleDescriptor<T extends TabPanel> - Interface in com.atlassian.jira.plugin
-
Copyright 2007 Atlassian Software.
- TabPanelUtil - Class in com.atlassian.jira.plugin.util
-
- TabPanelUtil() - Constructor for class com.atlassian.jira.plugin.util.TabPanelUtil
-
- TabPanelUtil.PopularIssues - Class in com.atlassian.jira.plugin.util
-
Helper class to find all the popular issues for a given project.
- TabPanelUtil.PopularIssues(SearchProvider, ConstantsManager) - Constructor for class com.atlassian.jira.plugin.util.TabPanelUtil.PopularIssues
-
- TASK_TYPE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- TASK_TYPE_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- TaskProgressSink - Interface in com.atlassian.jira.task
-
Interface that can be used by tasks to indicate progress.
- TEMP_ATTACHMENTS - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- TEMP_AVATAR - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- TempFileFactory - Interface in com.atlassian.jira.io
-
A SessionTempFile monitor for managing deletion of temporary files.
- TEMPLATE_DIRECTORY_PATH - Static variable in interface com.atlassian.jira.issue.fields.NavigableField
-
- TEMPLATE_DIRECTORY_PATH - Static variable in interface com.atlassian.jira.issue.fields.OrderableField
-
- TEMPLATE_NAME_BULK_MOVE - Static variable in interface com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
-
- TEMPLATE_NAME_COLUMN - Static variable in interface com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
-
- TEMPLATE_NAME_CSS - Static variable in interface com.atlassian.jira.plugin.renderer.JiraRendererModuleDescriptor
-
- TEMPLATE_NAME_EDIT - Static variable in interface com.atlassian.jira.plugin.comment.CommentFieldRendererModuleDescriptor
-
- TEMPLATE_NAME_EDIT - Static variable in interface com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
-
- TEMPLATE_NAME_EDIT - Static variable in interface com.atlassian.jira.plugin.renderer.JiraRendererModuleDescriptor
-
- TEMPLATE_NAME_EDIT_DEFAULT - Static variable in interface com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
-
- TEMPLATE_NAME_ISSUE_EDIT - Static variable in interface com.atlassian.jira.plugin.comment.CommentFieldRendererModuleDescriptor
-
- TEMPLATE_NAME_ISSUE_VIEW - Static variable in interface com.atlassian.jira.plugin.comment.CommentFieldRendererModuleDescriptor
-
- TEMPLATE_NAME_JS - Static variable in interface com.atlassian.jira.plugin.renderer.JiraRendererModuleDescriptor
-
- TEMPLATE_NAME_VIEW - Static variable in interface com.atlassian.jira.plugin.comment.CommentFieldRendererModuleDescriptor
-
- TEMPLATE_NAME_VIEW - Static variable in interface com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
-
- TEMPLATE_NAME_XML - Static variable in interface com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
-
- TemplateSource - Class in com.atlassian.jira.template
-
Defines the source of a
Template
- TemplateSource() - Constructor for class com.atlassian.jira.template.TemplateSource
-
- TemplateSource.File - Class in com.atlassian.jira.template
-
Defines a template specified in a file.
- TemplateSource.Fragment - Class in com.atlassian.jira.template
-
Defines a template specified in a
String
instance.
- TemplateSources - Class in com.atlassian.jira.template
-
Static factory methods for
TemplateSource
instances.
- TemplateSources() - Constructor for class com.atlassian.jira.template.TemplateSources
-
- TemporaryAttachment - Class in com.atlassian.jira.issue.attachment
-
Represents a temporary attachment, that is an attachment that's been uploaded to the server
but not yet attached to an issue.
- TemporaryAttachment(Long, Long, File, String, String) - Constructor for class com.atlassian.jira.issue.attachment.TemporaryAttachment
-
Deprecated.
- TemporaryAttachment(Long, File, String, String, String) - Constructor for class com.atlassian.jira.issue.attachment.TemporaryAttachment
-
- TemporaryAttachmentsMonitor - Class in com.atlassian.jira.web.action.issue
-
This class maintains a list of temporary attachments uploaded by a user.
- TemporaryAttachmentsMonitor() - Constructor for class com.atlassian.jira.web.action.issue.TemporaryAttachmentsMonitor
-
- TemporaryAttachmentStorageUnavailableException - Exception in com.atlassian.jira.issue.attachment
-
Represents a case where the storage subsystem for temporary attachments (e.g.
- TemporaryAttachmentStorageUnavailableException(String) - Constructor for exception com.atlassian.jira.issue.attachment.TemporaryAttachmentStorageUnavailableException
-
- TemporaryAttachmentStorageUnavailableException(Throwable) - Constructor for exception com.atlassian.jira.issue.attachment.TemporaryAttachmentStorageUnavailableException
-
- TemporaryAttachmentStorageUnavailableException(String, Throwable) - Constructor for exception com.atlassian.jira.issue.attachment.TemporaryAttachmentStorageUnavailableException
-
- TemporaryAvatar - Class in com.atlassian.jira.avatar
-
Simple immutable bean for holding uploaded but not yet scaled or cropped image files to be used as Avatars.
- TemporaryAvatar(String, String, String, File, Selection) - Constructor for class com.atlassian.jira.avatar.TemporaryAvatar
-
- TemporaryAvatars - Interface in com.atlassian.jira.avatar
-
Emmanation of existing implicit link between REST plugin and core.
- TenantContext - Interface in com.atlassian.jira.tenancy
-
The tenant context is used to track tenants
- TerminalClause - Interface in com.atlassian.query.clause
-
Denotes a terminal nodes that contain an Operator and an Operand.
- TerminalClauseImpl - Class in com.atlassian.query.clause
-
Used to represent a terminal node in the query tree.
- TerminalClauseImpl(String, Operator, String) - Constructor for class com.atlassian.query.clause.TerminalClauseImpl
-
Creates a terminal clause with the specified name, operator and turns the string value into a
SingleValueOperand
populated with a string value.
- TerminalClauseImpl(String, Operator, long) - Constructor for class com.atlassian.query.clause.TerminalClauseImpl
-
Creates a terminal clause with the specified name, operator and turns the long value into a
SingleValueOperand
populated with a long value.
- TerminalClauseImpl(String, Operator, Operand) - Constructor for class com.atlassian.query.clause.TerminalClauseImpl
-
Creates a terminal clause with the specified name, operator and operand.
- TerminalClauseImpl(String, Operator, Operand, Option<Property>) - Constructor for class com.atlassian.query.clause.TerminalClauseImpl
-
Creates a terminal clause with the specified name, operator, operand and property.
- TerminalClauseImpl(String, String...) - Constructor for class com.atlassian.query.clause.TerminalClauseImpl
-
A convienience constructor that will create a clause with the
Operator.EQUALS
operator if there is only one value in the array and with the Operator.IN
operator if there are more than one value in the array.
- TerminalClauseImpl(String, Long...) - Constructor for class com.atlassian.query.clause.TerminalClauseImpl
-
A convienience constructor that will create a clause with the
Operator.EQUALS
operator if there is only one value in the array and with the Operator.IN
operator if there are more than one value in the array.
- TEXT - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
-
- TEXT - Static variable in class com.atlassian.jira.JiraDataTypes
-
- TEXT_ACTIVELINKCOLOR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultColours
-
- TEXT_HEADINGCOLOR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultColours
-
- TEXT_LINKCOLOR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultColours
-
- TEXT_ONLY - Static variable in class com.atlassian.jira.util.velocity.CommonVelocityKeys
-
- TEXT_OPERATORS - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
-
A set of operators that can work on text clauses.
- TextCFType - Class in com.atlassian.jira.issue.customfields.impl
-
Deprecated.
Use
GenericTextCFType
instead. Since v5.0.
- TextCFType(CustomFieldValuePersister, GenericConfigManager) - Constructor for class com.atlassian.jira.issue.customfields.impl.TextCFType
-
Deprecated.
- TextCFType(CustomFieldValuePersister, StringConverter, GenericConfigManager) - Constructor for class com.atlassian.jira.issue.customfields.impl.TextCFType
-
Deprecated.
- We no longer require an instance of StringConverter. Use TextCFType(CustomFieldValuePersister, GenericConfigManager). Since v4.0.
- TextCFType.Visitor<T> - Interface in com.atlassian.jira.issue.customfields.impl
-
Deprecated.
- TextCustomFieldOperationsHandler - Class in com.atlassian.jira.issue.customfields.impl.rest
-
Basic operation handler for single value Text Fields.
- TextCustomFieldOperationsHandler(CustomField, I18nHelper) - Constructor for class com.atlassian.jira.issue.customfields.impl.rest.TextCustomFieldOperationsHandler
-
Constructor.
- TextCustomFieldOperationsHandler(CustomField) - Constructor for class com.atlassian.jira.issue.customfields.impl.rest.TextCustomFieldOperationsHandler
-
Deprecated.
@since 5.0-RC2 Use the constructor
TextCustomFieldOperationsHandler.TextCustomFieldOperationsHandler(CustomField field, I18nHelper i18nHelper)
- TextFieldCharacterLengthValidator - Interface in com.atlassian.jira.issue.fields
-
Checks, whether a string's length exceeds a specific limit.
- TextFieldSorter - Class in com.atlassian.jira.issue.statistics
-
- TextFieldSorter(String) - Constructor for class com.atlassian.jira.issue.statistics.TextFieldSorter
-
- TextOption - Class in com.atlassian.jira.issue.fields.option
-
- TextOption(String, String) - Constructor for class com.atlassian.jira.issue.fields.option.TextOption
-
- TextOption(String, String, String) - Constructor for class com.atlassian.jira.issue.fields.option.TextOption
-
- TextQueryValidator - Class in com.atlassian.jira.issue.customfields.searchers.transformer
-
A single class to validate text queries (LIKE) - used in few places to handle validation consistently.
- TextQueryValidator() - Constructor for class com.atlassian.jira.issue.customfields.searchers.transformer.TextQueryValidator
-
- TextSearcher - Class in com.atlassian.jira.issue.customfields.searchers
-
A free-text custom field searcher
- TextSearcher(FieldVisibilityManager, JqlOperandResolver, CustomFieldInputHelper) - Constructor for class com.atlassian.jira.issue.customfields.searchers.TextSearcher
-
- TextTermEscaper - Class in com.atlassian.jira.issue.search.util
-
- TextTermEscaper() - Constructor for class com.atlassian.jira.issue.search.util.TextTermEscaper
-
- THAI - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
-
- THIS_WEEK - Static variable in class com.atlassian.jira.web.util.OutlookDate
-
- threadNotificationEmail(Email, Long) - Method in interface com.atlassian.jira.mail.MailThreadManager
-
Deprecated.
Use
MailThreadManager.threadNotificationEmail(Email, com.atlassian.jira.issue.Issue)
instead. Since v5.2.
- threadNotificationEmail(Email, Issue) - Method in interface com.atlassian.jira.mail.MailThreadManager
-
Thread the given email which is related to the given issue.
- THREADS - Static variable in class com.atlassian.jira.config.properties.APKeys.Import
-
- THREADS - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.Issue
-
- THREADS - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.SharedEntity
-
- THUMBNAIL - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- thumbnailable(Boolean) - Method in class com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean.Builder
-
- ThumbnailConfiguration - Interface in com.atlassian.jira.config.util
-
Thumbnail configuration.
- ThumbnailConfiguration.PropertiesAdaptor - Class in com.atlassian.jira.config.util
-
Implementation of
ThumbnailConfiguration
that uses the ApplicationProperties
to get the values.
- ThumbnailConfiguration.PropertiesAdaptor(ApplicationProperties) - Constructor for class com.atlassian.jira.config.util.ThumbnailConfiguration.PropertiesAdaptor
-
- ThumbnailedImage - Interface in com.atlassian.jira.issue.thumbnail
-
JIRA-specific thunbnailed image interface.
- ThumbnailManager - Interface in com.atlassian.jira.issue.thumbnail
-
Provides key services for small-sized images representing image attachments on issues.
- THUMBS_SUBDIR - Static variable in interface com.atlassian.jira.issue.AttachmentManager
-
The name of the issue-specific sub-directory in which its attachment thumbnails are stored.
- THUMBS_SUBDIR - Static variable in class com.atlassian.jira.util.AttachmentUtils
-
Deprecated.
Infix for generated thumbnail images.
- time - Variable in class com.atlassian.jira.event.AbstractEvent
-
- time - Variable in class com.atlassian.jira.issue.index.ReindexIssuesCompletedEvent
-
The amount of time it took to reindex the issues.
- TIME_ESTIMATE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- TIME_ESTIMATE_CURR - Static variable in class com.atlassian.jira.issue.statistics.TimeTrackingStatisticsMapper
-
- TIME_ESTIMATE_ORIG - Static variable in class com.atlassian.jira.issue.statistics.TimeTrackingStatisticsMapper
-
- TIME_FORMAT - Static variable in class com.atlassian.jira.rest.Dates
-
The format used for times in the REST plugin.
- TIME_ORIGINAL_ESTIMATE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- TIME_SPENT - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- TIME_SPENT - Static variable in class com.atlassian.jira.issue.statistics.TimeTrackingStatisticsMapper
-
- TIME_TRACKING_TYPE - Static variable in class com.atlassian.jira.issue.fields.rest.json.JsonType
-
- TIMEOUT - Static variable in class com.atlassian.jira.config.properties.APKeys.WebSudo
-
- TimePeriodUtils - Class in com.atlassian.jira.charts.jfreechart
-
Utility class for JFreeChart time periods.
- TimePeriodUtils(TimeZoneManager) - Constructor for class com.atlassian.jira.charts.jfreechart.TimePeriodUtils
-
Creates a new TimePeriodUtils.
- timeSpent(String) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
-
- timeSpent(String) - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
-
- timeSpent() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
the issue's timespent field.
- timeSpent(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- timeSpent(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- TimeSpentField - Interface in com.atlassian.jira.issue.fields
-
- TIMETRACKING - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- TimeTrackingConfiguration - Interface in com.atlassian.jira.bc.issue.worklog
-
- TimeTrackingConfiguration.Mode - Enum in com.atlassian.jira.bc.issue.worklog
-
Describes the modes of operation for Time Tracking in JIRA.
- TimeTrackingConfiguration.PropertiesAdaptor - Class in com.atlassian.jira.bc.issue.worklog
-
Implementation that is registered with PICO.
- TimeTrackingConfiguration.PropertiesAdaptor(ApplicationProperties) - Constructor for class com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.PropertiesAdaptor
-
- TimeTrackingGraphBean - Class in com.atlassian.jira.web.bean
-
Represents some tracking information so that it may be rendered.
- TimeTrackingGraphBean(TimeTrackingGraphBean.Parameters) - Constructor for class com.atlassian.jira.web.bean.TimeTrackingGraphBean
-
Bean that holds three
PercentageGraphModel
objects, one for Original Estimate, one for Remaining Estimate and one for Time Spent.
- TimeTrackingGraphBean.Parameters - Class in com.atlassian.jira.web.bean
-
A simple parameter object to keep the number of constructor arguments down.
- TimeTrackingGraphBean.Parameters(I18nHelper) - Constructor for class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- TimeTrackingGraphBeanFactory - Interface in com.atlassian.jira.web.bean
-
Factory that can create
TimeTrackingGraphBean
instances.
- TimeTrackingGraphBeanFactory.LongStyle - Class in com.atlassian.jira.web.bean
-
- TimeTrackingGraphBeanFactory.LongStyle() - Constructor for class com.atlassian.jira.web.bean.TimeTrackingGraphBeanFactory.LongStyle
-
- TimeTrackingGraphBeanFactory.ShortStyle - Class in com.atlassian.jira.web.bean
-
- TimeTrackingGraphBeanFactory.ShortStyle() - Constructor for class com.atlassian.jira.web.bean.TimeTrackingGraphBeanFactory.ShortStyle
-
- TimeTrackingGraphBeanFactory.Style - Interface in com.atlassian.jira.web.bean
-
Represents a style of
TimeTrackingGraphBean
that this factory can create.
- TimeTrackingIssueUpdater - Interface in com.atlassian.jira.issue.worklog
-
- TimeTrackingJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
This bean holds the time tracking information that is sent back to clients of the REST API.
- TimeTrackingJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.TimeTrackingJsonBean
-
- TimeTrackingStatisticsMapper - Class in com.atlassian.jira.issue.statistics
-
A
StatisticsMapper
specifically for
com.atlassian.jira.issue.fields.OriginalEstimateSystemField
,
com.atlassian.jira.issue.fields.TimeEstimateSystemField
and
com.atlassian.jira.issue.fields.TimeSpentSystemField
as their index values are stored in a specific format.
- TimeTrackingStatisticsMapper(String) - Constructor for class com.atlassian.jira.issue.statistics.TimeTrackingStatisticsMapper
-
- TimeZoneInfo - Interface in com.atlassian.jira.timezone
-
The TimeZoneInfo holds information about a timezone.
- TimeZoneManager - Interface in com.atlassian.jira.timezone
-
The TimeZoneManager can be used to retrieve the time zone of a user or the logged in user.
- TimeZoneService - Interface in com.atlassian.jira.timezone
-
The TimeZoneService manages the JIRA wide default timezone.
- title(String) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- title(String) - Method in class com.atlassian.jira.issue.table.IssueTable.Builder
-
Deprecated.
- title - Variable in class com.atlassian.jira.plugin.webfragment.model.SimpleLinkSectionImpl
-
- titleFont - Static variable in class com.atlassian.jira.charts.jfreechart.util.ChartDefaults
-
- titleTextColor - Static variable in class com.atlassian.jira.charts.jfreechart.util.ChartDefaults
-
- to(String, String) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
-
- TO_DO - Static variable in interface com.atlassian.jira.issue.status.category.StatusCategory
-
- TO_GENERIC_VALUE - Static variable in interface com.atlassian.jira.issue.IssueFactory
-
Used for transforming collections of
Issue
objects to issue GenericValue
objects.
- TO_ID - Static variable in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
-
Transform to its id.
- toBoolean() - Method in enum com.atlassian.jira.security.auth.Authorisation.Decision
-
Helper to turn GRANTED into true and anything else into false
This is turning tri-state logic into binary logic.
- TODAY - Static variable in class com.atlassian.jira.web.util.OutlookDate
-
- toDecision(boolean) - Static method in enum com.atlassian.jira.security.auth.Authorisation.Decision
-
Helper to turn boolean answers into GRANTED or DENIED
- toDirectoryUser(ApplicationUser) - Static method in class com.atlassian.jira.user.ApplicationUsers
-
Does a null-safe conversion from an application user to a directory user.
- toDirectoryUsers(Collection<ApplicationUser>) - Static method in class com.atlassian.jira.user.ApplicationUsers
-
Performs
null
-safe conversion of a collection of application users
to corresponding directory User
objects.
- toFastMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
-
Deprecated.
Use
ImmutableMap
directly instead. Since v6.1.
- toFastSortedMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
-
Deprecated.
Use
ImmutableSortedMap
directly instead. Since v6.1.
- toFastSortedMap(Comparator<K>) - Method in class com.atlassian.jira.util.collect.MapBuilder
-
Deprecated.
Use
ImmutableSortedMap
directly instead. Since v6.1.
- toFieldConfigScheme() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigScheme.Builder
-
- toGoogleFunction(Function<T, R>) - Static method in class com.atlassian.jira.util.Functions
-
Map to a google-collections Function.
- toHashMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
-
Returns a mutable
HashMap
where the entries are in no defined order.
- toImmutableMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
-
Deprecated.
use
MapBuilder.toMap()
instead, or consider using ImmutableMap
if
if the map does not need to accept null
s.
- toIsoBasic(LocalDate) - Static method in class com.atlassian.jira.datetime.LocalDateFactory
-
Formats the given LocalDate in "ISO Basic" format (ie YYYYMMDD).
- toJson(SharePermission) - Static method in class com.atlassian.jira.sharing.SharePermissionUtils
-
Convert the passed permission into a JSON object.
- toJson(UserFilter, ProjectRoleManager) - Static method in class com.atlassian.jira.user.UserFilterUtils
-
Convert the
userFilter
to JSONObject
- toJson() - Method in class com.atlassian.jira.web.util.HelpUtil.HelpPath
-
Deprecated.
- toJsonArray(Collection<SharePermission>) - Static method in class com.atlassian.jira.sharing.SharePermissionUtils
-
Converts the passed SharePermissions into a JSON array.
- toJSONArray(JSONArray) - Method in class com.atlassian.jira.util.json.JSONObject
-
Produce a JSONArray containing the values of the members of this
JSONObject.
- toJSONObject(JSONArray) - Method in class com.atlassian.jira.util.json.JSONArray
-
Produce a JSONObject by combining a JSONArray of names with the values
of this JSONArray.
- toJSONString() - Method in interface com.atlassian.jira.util.json.JSONString
-
The
toJSONString
method allows a class to produce its own JSON serialization.
- TOKEN_HTTP_SESSION_KEY - Static variable in interface com.atlassian.jira.security.xsrf.XsrfTokenGenerator
-
The name of the XSRF token put ino the HTTP session
- TOKEN_WEB_PARAMETER_KEY - Static variable in interface com.atlassian.jira.security.xsrf.XsrfTokenGenerator
-
The name of the XSRF token parameter sent in on a web request
- toLinkedHashMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
-
Returns a mutable
LinkedHashMap
where the entries are in the same order as they were added.
- toList(Iterator<? extends T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
Turn the iterator into a list.
- toList(Iterable<? extends T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
Turn the iterable into a list.
- toList(Enumeration<? extends T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
Turn the enumeration into a list.
- toList(EnclosedIterable<T>) - Static method in class com.atlassian.jira.util.collect.EnclosedIterable.Functions
-
Get an
ArrayList
of the contents of the supplied EnclosedIterable
- toList(EnclosedIterable<I>, Function<I, O>) - Static method in class com.atlassian.jira.util.collect.EnclosedIterable.Functions
-
Get an
ArrayList
of the contents of the supplied EnclosedIterable
transformed by the supplied transform function into the new type O.
- toListOrderedMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
-
Returns an immutable
Map
where the entries are in the same order as they were added.
- toLong(DashboardId) - Static method in class com.atlassian.jira.dashboard.DashboardUtil
-
Convert a
DashboardId
to long
- toLong(GadgetId) - Static method in class com.atlassian.jira.dashboard.DashboardUtil
-
Convert a
GadgetId
to long
- toMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
-
Returns an immutable
Map
where the entries are in no defined order.
- toMutableMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
-
- toNumber(Object) - Method in class com.atlassian.jira.util.velocity.NumberTool
-
Converts an object to an instance of
Number
using the
format returned by NumberTool.getFormat()
and the Locale
returned by NumberTool.getLocale()
if the object is not already
an instance of Number.
- toNumber(String, Object) - Method in class com.atlassian.jira.util.velocity.NumberTool
-
Converts an object to an instance of
Number
using the
specified format and the Locale
returned by
NumberTool.getLocale()
if the object is not already an instance
of Number.
- toNumber(String, Object, Locale) - Method in class com.atlassian.jira.util.velocity.NumberTool
-
- TOP_BGCOLOUR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultColours
-
- TOP_BGCOLOUR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultCommonColours
-
Deprecated.
since JIRA 6.0. use
DefaultColours.TOP_BGCOLOUR
directly.
- TOP_HIGHLIGHTCOLOUR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultColours
-
- TOP_HIGHLIGHTCOLOUR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultCommonColours
-
Deprecated.
since JIRA 6.0. use
DefaultColours.TOP_HIGHLIGHTCOLOUR
directly.
- TOP_SEPARATOR_BGCOLOUR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultColours
-
- TOP_SEPARATOR_BGCOLOUR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultCommonColours
-
Deprecated.
since JIRA 6.0. use
DefaultColours.TOP_SEPARATOR_BGCOLOUR
directly.
- TOP_TEXTCOLOUR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultColours
-
- TOP_TEXTHIGHLIGHTCOLOUR - Static variable in class com.atlassian.jira.config.properties.LookAndFeelBean.DefaultColours
-
- toParameterString(Map<String, String>) - Static method in class com.atlassian.jira.service.util.ServiceUtils
-
- TopNavigationModuleDescriptor - Interface in com.atlassian.jira.plugin.navigation
-
Module descriptor used for plugins that render the top navigation in JIRA.
- toSearchParameters() - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
Call this method to clone the current SharedEntitySearchParametersTemplate into an immutable SharedEntitySearchParameters object.
- toSet(Iterable<? extends T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
Turn the iterable into a Set.
- toSet(Iterator<? extends T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
Turn the iterable into a Set.
- toSortedMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
-
- toSortedMap(Comparator<K>) - Method in class com.atlassian.jira.util.collect.MapBuilder
-
- toString() - Method in enum com.atlassian.jira.avatar.Avatar.Size
-
- toString() - Method in enum com.atlassian.jira.avatar.AvatarManager.ImageSize
-
Deprecated.
- toString() - Method in class com.atlassian.jira.bc.JiraServiceContextImpl
-
Prints username and error collection
- toString() - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
-
- toString() - Method in class com.atlassian.jira.bc.project.version.RemoveVersionAction
-
- toString() - Method in class com.atlassian.jira.bc.project.version.SwapVersionAction
-
- toString() - Method in class com.atlassian.jira.bc.security.login.DeniedReason
-
Returns a string representation of the object.
- toString() - Method in class com.atlassian.jira.charts.PieSegmentWrapper
-
- toString() - Method in class com.atlassian.jira.component.ComponentReference
-
- toString() - Method in class com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItem
-
- toString() - Method in class com.atlassian.jira.datetime.LocalDate
-
- toString() - Method in class com.atlassian.jira.event.issue.IssueEvent
-
- toString() - Method in class com.atlassian.jira.event.issue.IssuePreDeleteEvent
-
- toString() - Method in class com.atlassian.jira.event.issue.MentionIssueCommentEvent
-
- toString() - Method in class com.atlassian.jira.event.issue.MentionIssueEvent
-
- toString() - Method in class com.atlassian.jira.event.project.AbstractRemoteVersionLinkEvent
-
- toString() - Method in enum com.atlassian.jira.event.web.action.admin.LookAndFeelUpdatedEvent.Type
-
- toString() - Method in class com.atlassian.jira.external.beans.ExternalUser
-
- toString() - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
-
- toString() - Method in class com.atlassian.jira.imports.project.mapper.IssueTypeMapper
-
- toString() - Method in class com.atlassian.jira.imports.project.mapper.SimpleProjectImportIdMapperImpl
-
- toString() - Method in class com.atlassian.jira.imports.project.mapper.StatusMapper
-
- toString() - Method in class com.atlassian.jira.issue.attachment.TemporaryAttachment
-
- toString() - Method in class com.atlassian.jira.issue.context.AbstractJiraContext
-
- toString() - Method in class com.atlassian.jira.issue.context.GlobalIssueContext
-
- toString() - Method in class com.atlassian.jira.issue.context.IssueContextImpl
-
- toString() - Method in class com.atlassian.jira.issue.context.ProjectCategoryContext
-
- toString() - Method in class com.atlassian.jira.issue.context.ProjectContext
-
- toString() - Method in class com.atlassian.jira.issue.customfields.persistence.PersistenceFieldType
-
- toString() - Method in class com.atlassian.jira.issue.customfields.view.CustomFieldParamsImpl
-
- toString() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.EntityPropertyBean
-
- toString() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.FieldHtmlBean
-
- toString() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.FieldTab
-
- toString() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueRefJsonBean.Fields
-
- toString() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueRefJsonBean
-
- toString() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.PermissionJsonBean
-
- toString() - Method in class com.atlassian.jira.issue.history.ChangeItemBean
-
- toString() - Method in class com.atlassian.jira.issue.IssueKey
-
- toString() - Method in class com.atlassian.jira.issue.label.Label
-
- toString() - Method in class com.atlassian.jira.issue.search.ClauseNames
-
- toString() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
-
- toString() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
-
- toString() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
-
- toString() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstantsWithEmpty
-
- toString() - Method in class com.atlassian.jira.issue.search.searchers.SearcherGroup
-
- toString() - Method in class com.atlassian.jira.issue.search.searchers.util.DateSearcherConfig
-
- toString() - Method in class com.atlassian.jira.issue.search.SearchHandler.ClauseRegistration
-
- toString() - Method in class com.atlassian.jira.issue.search.SearchHandler.SearcherRegistration
-
- toString() - Method in class com.atlassian.jira.issue.search.SearchHandler
-
- toString() - Method in class com.atlassian.jira.issue.search.SearchRequest
-
- toString() - Method in class com.atlassian.jira.issue.statistics.StatisticGatherer.CountUniqueValue
-
- toString() - Method in class com.atlassian.jira.issue.statistics.StatisticGatherer.MeanValue
-
- toString() - Method in class com.atlassian.jira.issue.statistics.StatisticGatherer.MedianValue
-
- toString() - Method in interface com.atlassian.jira.issue.util.IssuesIterable
-
Return a user friendly message that identifies which issues this iterable holds.
- toString() - Method in class com.atlassian.jira.jql.context.AllIssueTypesContext
-
- toString() - Method in class com.atlassian.jira.jql.context.AllProjectsContext
-
- toString() - Method in class com.atlassian.jira.jql.context.ClauseContextImpl
-
- toString() - Method in class com.atlassian.jira.jql.context.IssueTypeContextImpl
-
- toString() - Method in class com.atlassian.jira.jql.context.ProjectContextImpl
-
- toString() - Method in class com.atlassian.jira.jql.context.ProjectIssueTypeContextImpl
-
- toString() - Method in class com.atlassian.jira.jql.context.QueryContext.ProjectIssueTypeContexts
-
- toString() - Method in class com.atlassian.jira.jql.operand.QueryLiteral
-
- toString() - Method in class com.atlassian.jira.jql.parser.JqlParseErrorMessage
-
- toString() - Method in class com.atlassian.jira.jql.query.QueryFactoryResult
-
- toString() - Method in class com.atlassian.jira.jql.util.JqlCustomFieldId
-
- toString(long) - Static method in class com.atlassian.jira.jql.util.JqlCustomFieldId
-
- toString() - Method in class com.atlassian.jira.jql.values.ClauseValuesGenerator.Result
-
- toString() - Method in class com.atlassian.jira.license.LicenseRoleId
-
- toString() - Method in class com.atlassian.jira.notification.NotificationRecipient
-
- toString() - Method in class com.atlassian.jira.permission.GlobalPermissionKey
-
- toString() - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
-
- toString() - Method in class com.atlassian.jira.plugin.report.impl.AbstractReport.MutableLong
-
- toString() - Method in class com.atlassian.jira.plugin.webfragment.model.SimpleLinkImpl
-
- toString() - Method in class com.atlassian.jira.portal.PortalPage
-
- toString() - Method in class com.atlassian.jira.scheme.SchemeEntity
-
- toString() - Method in class com.atlassian.jira.security.GlobalPermissionEntry
-
- toString() - Method in class com.atlassian.jira.security.roles.actor.AbstractRoleActor
-
- toString() - Method in class com.atlassian.jira.sharing.search.SharedEntitySearchParametersBuilder
-
- toString() - Method in class com.atlassian.jira.sharing.SharedEntity.Identifier
-
- toString() - Method in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
-
- toString() - Method in class com.atlassian.jira.sharing.SharedEntity.TypeDescriptor
-
- toString() - Method in class com.atlassian.jira.sharing.SharePermissionImpl
-
- toString() - Method in class com.atlassian.jira.sharing.type.ShareType.Name
-
- toString() - Method in class com.atlassian.jira.sharing.type.ShareTypeRenderer.RenderMode
-
- toString() - Method in class com.atlassian.jira.user.DelegatingApplicationUser
-
- toString() - Method in class com.atlassian.jira.user.UserHistoryItem
-
- toString() - Method in class com.atlassian.jira.user.UserHistoryItem.Type
-
- toString() - Method in class com.atlassian.jira.util.AbstractMessageSet
-
- toString() - Method in class com.atlassian.jira.util.json.JSONArray
-
Make a JSON text of this JSONArray.
- toString(int) - Method in class com.atlassian.jira.util.json.JSONArray
-
Make a prettyprinted JSON text of this JSONArray.
- toString() - Method in class com.atlassian.jira.util.json.JSONObject
-
Make a JSON text of this JSONObject.
- toString(int) - Method in class com.atlassian.jira.util.json.JSONObject
-
Make a pretty-printed JSON text of this JSONObject.
- toString() - Method in class com.atlassian.jira.util.json.JSONTokener
-
Make a printable string of this JSONTokener.
- toString() - Method in class com.atlassian.jira.util.lang.Pair
-
- toString() - Method in class com.atlassian.jira.util.SimpleErrorCollection
-
- toString() - Method in class com.atlassian.jira.util.UrlBuilder
-
Returns the same thing as
UrlBuilder.asUrlString()
, to avoid confusion.
- toString() - Method in class com.atlassian.jira.util.UserAgentUtil.Browser
-
- toString() - Method in class com.atlassian.jira.util.UserAgentUtil.OperatingSystem
-
- toString() - Method in class com.atlassian.jira.util.UserAgentUtil.UserAgent
-
- toString() - Method in class com.atlassian.jira.web.bean.PagerFilter
-
- toString() - Method in class com.atlassian.jira.web.bean.PercentageGraphRow
-
- toString() - Method in class com.atlassian.jira.web.bean.StatisticAccessorBean.Direction
-
- toString() - Method in class com.atlassian.jira.web.bean.StatisticAccessorBean.OrderBy
-
- toString() - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean.Parameters
-
- toString() - Method in class com.atlassian.jira.web.bean.TimeTrackingGraphBean
-
- toString() - Method in class com.atlassian.jira.web.util.HelpUtil.HelpPath
-
Deprecated.
- toString() - Method in interface com.atlassian.query.clause.Clause
-
Return a string representation of the clause.
- toString() - Method in class com.atlassian.query.clause.MultiClause
-
- toString() - Method in class com.atlassian.query.clause.NotClause
-
- toString() - Method in class com.atlassian.query.clause.Property
-
- toString() - Method in class com.atlassian.query.clause.TerminalClauseImpl
-
- toString() - Method in class com.atlassian.query.operand.SingleValueOperand
-
- toString() - Method in class com.atlassian.query.order.OrderByImpl
-
- toString() - Method in class com.atlassian.query.order.SearchSort
-
- toString() - Method in class com.atlassian.query.QueryImpl
-
- total(int) - Method in class com.atlassian.jira.issue.table.IssueTable.Builder
-
Deprecated.
- TOTAL - Static variable in class com.atlassian.jira.web.bean.StatisticAccessorBean.OrderBy
-
- TOTAL_ORDER - Static variable in class com.atlassian.jira.issue.statistics.TwoDimensionalStatsMap
-
- toThumbnailedImage(Thumbnail) - Method in interface com.atlassian.jira.issue.thumbnail.ThumbnailManager
-
Converts a Thumbnail into an ThumbnailedImage.
- toTimestamp(Long) - Method in class com.atlassian.jira.auditing.AuditingFilter.Builder
-
- toTimeZone() - Method in interface com.atlassian.jira.timezone.TimeZoneInfo
-
- toTransitionOptions(Map<String, Object>) - Static method in class com.atlassian.jira.workflow.TransitionOptions
-
- toTreeMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
-
- toTreeMap(Comparator<K>) - Method in class com.atlassian.jira.util.collect.MapBuilder
-
- transform(Transformer) - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
-
- transform(Transformer) - Method in class com.atlassian.jira.issue.customfields.view.CustomFieldParamsImpl
-
- transform(String, Object, String, FieldValueToDisplayTransformer<T>) - Static method in class com.atlassian.jira.issue.statistics.util.ObjectToFieldValueMapper
-
Transforms the object in stats result set into an appropriate type specified by the given
transformer.
- transform(String, EntityCondition, List<String>, String, Transformation) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
-
Applies the given transformation to any entities matching the given condition.
- transform(Iterator<? extends T>, Function<T, R>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
Return a List that is transformed from elements of the input type to elements of the output type by a transformer function.
- transform(Iterable<? extends T>, Function<T, R>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
Return a
List
that is transformed from elements of the input type
to elements of the output type by a transformer function.
- transformAndFilter(Iterable<T>, Function<T, R>, Predicate<R>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
- Transformed - Class in com.atlassian.jira.util.collect
-
- transformForEdit(Object) - Method in interface com.atlassian.jira.issue.fields.renderer.JiraRendererPlugin
-
This allows the renderer to perform a transformation on the raw value before populating
an editable component with the value.
- transformFromAssignee(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromAssignee(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromComponent(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromComponent(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromCreator(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromCreator(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromCustomField(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromCustomField(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromEdit(Object) - Method in interface com.atlassian.jira.issue.fields.renderer.JiraRendererPlugin
-
This allows the renderer to perform a transformation on the submitted edit value before
storing the value in the system.
- transformFromFixFor(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromFixFor(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromIrrelevant(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromIrrelevant(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromIssueType(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromIssueType(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromLabels(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromLabels(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromPriority(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromPriority(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromProject(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromProject(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromReporter(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromReporter(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromResolution(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromResolution(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromStatus(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromStatus(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformFromVersion(String, Object, String) - Method in class com.atlassian.jira.issue.statistics.util.DefaultFieldValueToDisplayTransformer
-
- transformFromVersion(String, Object, String) - Method in interface com.atlassian.jira.issue.statistics.util.FieldValueToDisplayTransformer
-
- transformIterator(Iterator<? extends T>, Function<T, R>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
Return an
Iterator
that is transformed from elements of the input
type to elements of the output type by a transformer function.
- transformMultiMap(Transformer, Map) - Static method in class com.atlassian.jira.issue.customfields.view.CustomFieldParamsImpl
-
- transformObjectsToStrings() - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
-
- transformObjectsToStrings() - Method in class com.atlassian.jira.issue.customfields.view.CustomFieldParamsImpl
-
- transformOne(String, EntityCondition, String, Transformation) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
-
Applies the given transformation to the entity matching the given condition.
- transformSet(Iterable<T>, Function<T, R>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
-
Return a
Set
that is transformed from elements of the input type
to elements of the output type by a transformer function.
- transformStringsToObjects() - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
-
- transformStringsToObjects() - Method in class com.atlassian.jira.issue.customfields.view.CustomFieldParamsImpl
-
- transformToLongIds(Collection<GenericValue>) - Static method in class com.atlassian.jira.util.ofbiz.GenericValueUtils
-
Deprecated.
- transformToLongIdsList(Collection<GenericValue>) - Static method in class com.atlassian.jira.util.ofbiz.GenericValueUtils
-
Deprecated.
- transformToStringIds(Collection<GenericValue>) - Static method in class com.atlassian.jira.util.ofbiz.GenericValueUtils
-
Deprecated.
- transformToStringIdsList(Collection<GenericValue>) - Static method in class com.atlassian.jira.util.ofbiz.GenericValueUtils
-
Deprecated.
- transformToStrings(Collection<GenericValue>, String) - Static method in class com.atlassian.jira.util.ofbiz.GenericValueUtils
-
Deprecated.
- transformUserInput(Collection<String>) - Method in class com.atlassian.jira.issue.customfields.searchers.renderer.GroupCustomFieldSearchRenderer
-
- transformUserInput(Collection<String>) - Method in class com.atlassian.jira.issue.customfields.searchers.renderer.UserCustomFieldSearchRenderer
-
- transition(User, IssueService.TransitionValidationResult) - Method in interface com.atlassian.jira.bc.issue.IssueService
-
This method will store the provided issue to the JIRA datastore and will transition it through workflow.
- TRANSITION_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
Permission to perform workflow action (transition).
- TRANSITION_ISSUES - Static variable in class com.atlassian.jira.permission.ProjectPermissions
-
- TransitionOptions - Class in com.atlassian.jira.workflow
-
This is a holder object for Transition options.
- TransitionOptions.Builder - Class in com.atlassian.jira.workflow
-
- TransitionOptions.Builder() - Constructor for class com.atlassian.jira.workflow.TransitionOptions.Builder
-
- TranslationManager - Interface in com.atlassian.jira.web.action.admin.translation
-
- TranslationTransform - Interface in com.atlassian.jira.plugin.language
-
Implementors of this interface have the opportunity to transform the result of translation lookups made by
I18nHelper.getUnescapedText(String)
.
- TranslationTransformModuleDescriptor - Interface in com.atlassian.jira.plugin.language
-
Interface defining module descriptors for the
TranslationTransform
plugin point.
- transparent - Static variable in class com.atlassian.jira.charts.jfreechart.util.ChartDefaults
-
- TRIVIAL_PRIORITY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- TRIVIAL_PRIORITY_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- TRUE - Static variable in interface com.atlassian.configurable.EnabledCondition
-
A condition that means always enabled.
- truePredicate() - Static method in class com.atlassian.jira.util.Predicates
-
Return a predicate that always returns true.
- TwoDimensionalStatsMap - Class in com.atlassian.jira.issue.statistics
-
- TwoDimensionalStatsMap(StatisticsMapper, StatisticsMapper, StatisticGatherer) - Constructor for class com.atlassian.jira.issue.statistics.TwoDimensionalStatsMap
-
- TwoDimensionalStatsMap(StatisticsMapper, StatisticsMapper) - Constructor for class com.atlassian.jira.issue.statistics.TwoDimensionalStatsMap
-
- TwoDimensionalTermHitCollector - Class in com.atlassian.jira.issue.statistics.util
-
A HitCollector that creates a doc -> term mapping.
- TwoDimensionalTermHitCollector(TwoDimensionalStatsMap, IndexReader, FieldVisibilityManager, ReaderCache) - Constructor for class com.atlassian.jira.issue.statistics.util.TwoDimensionalTermHitCollector
-
- TwoDimensionalTermHitCollector(TwoDimensionalStatsMap, IndexReader, FieldVisibilityManager, ReaderCache, LuceneFieldSorter) - Constructor for class com.atlassian.jira.issue.statistics.util.TwoDimensionalTermHitCollector
-
Update a statsMap, using the values from the
aggregateField
.
- TwoDimensionalTermHitCollector(TwoDimensionalStatsMap, IndexReader, FieldVisibilityManager, ReaderCache, LuceneFieldSorter, FieldManager) - Constructor for class com.atlassian.jira.issue.statistics.util.TwoDimensionalTermHitCollector
-
Deprecated.
since v5.1.8 use
TwoDimensionalTermHitCollector.TwoDimensionalTermHitCollector(TwoDimensionalStatsMap, FieldVisibilityManager, ReaderCache, LuceneFieldSorter, FieldManager)
and if you are calling TwoDimensionalTermHitCollector.collect(int)
make sure you call TwoDimensionalTermHitCollector.setNextReader(org.apache.lucene.index.IndexReader, int)
- TwoDimensionalTermHitCollector(TwoDimensionalStatsMap, FieldVisibilityManager, ReaderCache, LuceneFieldSorter, FieldManager) - Constructor for class com.atlassian.jira.issue.statistics.util.TwoDimensionalTermHitCollector
-
Update a statsMap, using the values from the
aggregateField
.
- type() - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueLinkJsonBean
-
- type(IssueLinkTypeJsonBean) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.IssueLinkJsonBean
-
- type - Variable in class com.atlassian.jira.issue.fields.rest.json.beans.VisibilityJsonBean
-
- TYPE_COMMENT - Static variable in class com.atlassian.jira.issue.ActionConstants
-
A comment on an issue that has an author, a body, and optionally,
a group level and role level.
- TYPE_DATE - Static variable in class com.atlassian.jira.issue.customfields.persistence.PersistenceFieldType
-
- TYPE_DECIMAL - Static variable in class com.atlassian.jira.issue.customfields.persistence.PersistenceFieldType
-
- TYPE_DEFAULT - Static variable in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
JIRA must have a default field layout.
- TYPE_FIELDCHANGE - Static variable in class com.atlassian.jira.issue.ActionConstants
-
- TYPE_LIMITED_TEXT - Static variable in class com.atlassian.jira.issue.customfields.persistence.PersistenceFieldType
-
- TYPE_UNKNOWN - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
-
- TYPE_UNLIMITED_TEXT - Static variable in class com.atlassian.jira.issue.customfields.persistence.PersistenceFieldType
-
- TYPE_WORKLOG - Static variable in class com.atlassian.jira.issue.ActionConstants
-
A work log entry.
- TYPE_WORKLOG - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
-
- TypeAvatarService - Interface in com.atlassian.jira.avatar
-
Interface to retrieve and create avatars of some type.
- TypeRef<T> - Class in com.atlassian.jira.issue.fields.rest.json
-
This class is used to pass full generics type information.
- TypeRef() - Constructor for class com.atlassian.jira.issue.fields.rest.json.TypeRef
-
U
- unarchiveVersion(VersionService.ArchiveVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Takes a validation result and performs the unarchive operation.
- UNASSIGNED - Static variable in class com.atlassian.jira.project.AssigneeTypes
-
Issue is left with no assignee.
- UNASSIGNED_STATUS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- UNASSIGNED_STATUS_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- UnauthorisedAppLink - Class in com.atlassian.jira.remote
-
Represents an ApplicationLink that we cannot make requests to until the user authenticates themselves (does the OAuth dance).
- UnauthorisedAppLink(ApplicationLink, AuthorisationURIGenerator) - Constructor for class com.atlassian.jira.remote.UnauthorisedAppLink
-
- unbind() - Method in interface com.atlassian.jira.io.SessionTempFile
-
Unbinds this SessionTempFile from the current session.
- UNDEFINED - Static variable in interface com.atlassian.jira.issue.status.category.StatusCategory
-
- union(ContextProjectMap) - Method in class com.atlassian.jira.jql.context.ContextProjectMap
-
- union(Set<? extends ClauseContext>) - Method in class com.atlassian.jira.jql.context.ContextSetUtil
-
Performs a union of the ClauseContext's passed in.
- UniversalAvatarsService - Interface in com.atlassian.jira.avatar
-
Service to manpulate avatars of different types.
- UNKNOWN_VERSION_ID - Static variable in class com.atlassian.jira.issue.fields.util.VersionHelperBean
-
- UNLIMITED_USERS - Static variable in interface com.atlassian.jira.license.LicenseRoleDetails
-
The integer constant indicating an effectively unlimited number of users/seats.
- unmarshal(String) - Method in class com.atlassian.jira.rest.Dates.DateAdapter
-
- unmarshal(String) - Method in class com.atlassian.jira.rest.Dates.DateTimeAdapter
-
- unmodifiableListMultiMap(MultiMap<K, V, List<V>>) - Static method in class com.atlassian.jira.util.collect.MultiMaps
-
- unmodifiableSetMultiMap(MultiMap<K, V, Set<V>>) - Static method in class com.atlassian.jira.util.collect.MultiMaps
-
- unregisterListener(String, ClusterMessageConsumer) - Method in interface com.atlassian.jira.cluster.ClusterMessagingService
-
Removes a ClusterMessageConsumer from the channel.
- unregisterListener(ClusterMessageConsumer) - Method in interface com.atlassian.jira.cluster.ClusterMessagingService
-
Removes a ClusterMessageConsumer from all channels.
- unregisterShortcut(String) - Method in interface com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager
-
Removes a keyboard shortcut by its complete plugin module key.
- UNRELEASED_VERSION_ID - Static variable in class com.atlassian.jira.issue.fields.util.VersionHelperBean
-
- unreleaseVersion(VersionService.ReleaseVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Using the validation result from
VersionService.validateUnreleaseVersion(User,
com.atlassian.jira.project.version.Version, Date)
a version will be unreleased.
- unresolved() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to query that finds the issues that have not been resolved.
- UnscreenableField - Interface in com.atlassian.jira.issue.fields
-
This is a hack to allow us to have orderable fields that can be configured at the FieldLayoutItem level
but that are not ment to be placed on any screens by user configuration.
- unsetProperty(String) - Method in interface com.atlassian.jira.config.properties.JiraProperties
-
Removes an entry in system properties under the given key.
- unsetProperty(String) - Method in class com.atlassian.jira.config.properties.JiraPropertiesImpl
-
Unsets a system property and invalidates the accessor accordingly.
- unsetProperty(String) - Method in class com.atlassian.jira.config.properties.JiraSystemPropertiesCache
-
- unsetProperty(String) - Method in interface com.atlassian.jira.config.properties.PropertiesAccessor
-
- unsetProperty(String) - Method in class com.atlassian.jira.config.properties.SystemPropertiesAccessor
-
- update(Avatar) - Method in interface com.atlassian.jira.avatar.AvatarManager
-
Saves the avatar as an updated version of the avatar with the same id that is already in the database.
- update(ApplicationUser, MutableComment, boolean, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
-
Deprecated.
- update(User, MutableComment, boolean, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
-
Deprecated.
- update(ApplicationUser, CommentService.CommentUpdateValidationResult, boolean) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
-
Updates a
Comment
and sets the comments updated date to be now and the updatedAuthor to be the
passed in user.
- update(User, IssueService.UpdateValidationResult) - Method in interface com.atlassian.jira.bc.issue.IssueService
-
This method will store the provided issue to the JIRA datastore.
- update(User, IssueService.UpdateValidationResult, EventDispatchOption, boolean) - Method in interface com.atlassian.jira.bc.issue.IssueService
-
This method will store the provided issue to the JIRA datastore.
- update(User, RemoteIssueLinkService.UpdateValidationResult) - Method in interface com.atlassian.jira.bc.issue.link.RemoteIssueLinkService
-
- update(ApplicationUser, RemoteIssueLinkService.UpdateValidationResult) - Method in interface com.atlassian.jira.bc.issue.link.RemoteIssueLinkService
-
Updates the given remote issue link in the JIRA datastore, if the current user has permission to do so.
- update(MutableProjectComponent) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
-
Implement this method to update the component specified with the values given.
- update(User, ErrorCollection, MutableProjectComponent) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentService
-
- update(User, VersionService.VersionBuilderValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Updates the existing
Version
, based on the validation result from calling VersionService.validateUpdate(User, VersionBuilder)
.
- update(Comment, boolean) - Method in interface com.atlassian.jira.issue.comments.CommentManager
-
Persists the updated comment.
- update(Comment, Map<String, JSONObject>, boolean) - Method in interface com.atlassian.jira.issue.comments.CommentManager
-
Persists the updated comment.
- update(String, String, Object) - Method in interface com.atlassian.jira.issue.customfields.manager.GenericConfigManager
-
Updates an entry.
- update(FieldConfigScheme, Collection) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
-
- update(FieldConfig) - Method in interface com.atlassian.jira.issue.fields.config.persistence.FieldConfigPersister
-
- update(SearchRequest) - Method in interface com.atlassian.jira.issue.search.SearchRequestManager
-
Updates an existing search request in the database.
- update(User, Worklog, Long, boolean) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
-
Updates the provided
Worklog
.
- update(PortalPage) - Method in interface com.atlassian.jira.portal.PortalPageManager
-
Updates the specified PortalPage in the database
- update(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
-
Persists updates to the specified version object.
- updateAndAutoAdjustRemainingEstimate(JiraServiceContext, WorklogResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Updates the provided
Worklog
.
- updateAndRetainRemainingEstimate(JiraServiceContext, WorklogResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Updates the provided
Worklog
.
- updateCustomField(CustomField) - Method in interface com.atlassian.jira.issue.CustomFieldManager
-
Updates the supplied custom field, refreshes the underlying cache
- UPDATED - Static variable in interface com.atlassian.jira.entity.property.EntityProperty
-
- UPDATED - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- updated() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
issue's updated date.
- updatedAfter(Date) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues that were updated after the passed date.
- updatedAfter(String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues that were updated after the passed date.
- updatedBetween(Date, Date) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues that where updated between the passed dates.
- updatedBetween(String, String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds the issues that where updated between the passed dates.
- updatedDate(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- updatedDate(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- updateDefaultRoleActors(DefaultRoleActors) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
-
This method will update the associations of actors for the default projectRole, specified by the given
defaultRoleActors object.
- updateDraftWorkflowScheme(ApplicationUser, DraftWorkflowScheme) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
-
Save changes to the passed draft workflow scheme.
- UpdateException - Exception in com.atlassian.jira.exception
-
Thrown when there is a serious error with an update.
- UpdateException() - Constructor for exception com.atlassian.jira.exception.UpdateException
-
- UpdateException(String) - Constructor for exception com.atlassian.jira.exception.UpdateException
-
- UpdateException(Exception) - Constructor for exception com.atlassian.jira.exception.UpdateException
-
- UpdateException(String, Exception) - Constructor for exception com.atlassian.jira.exception.UpdateException
-
- updateFieldConfig(FieldConfig) - Method in interface com.atlassian.jira.issue.fields.config.manager.FieldConfigManager
-
- updateFieldConfigScheme(FieldConfigScheme, List<JiraContextNode>, ConfigurableField) - Method in interface com.atlassian.jira.issue.fields.config.manager.FieldConfigSchemeManager
-
Updates the config schemes with the new contexts
- updateFieldConfigScheme(FieldConfigScheme) - Method in interface com.atlassian.jira.issue.fields.config.manager.FieldConfigSchemeManager
-
Only update the name & description of a field
- updateFieldLayoutScheme(FieldLayoutScheme) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
Persists the
FieldLayoutScheme
supplied.
- updateFieldLayoutSchemeEntity(FieldLayoutSchemeEntity) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
-
Updates a
FieldLayoutSchemeEntity
.
- updateFieldScreen(FieldScreen) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
-
- updateFieldScreenLayoutItem(FieldScreenLayoutItem) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
-
- updateFieldScreenScheme(FieldScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenSchemeManager
-
- updateFieldScreenSchemeItem(FieldScreenSchemeItem) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenSchemeManager
-
- updateFieldScreenTab(FieldScreenTab) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
-
- updateFilter(JiraServiceContext, SearchRequest) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Persists a
SearchRequest
to the database.
- updateFilter(JiraServiceContext, SearchRequest, boolean) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Persists a
SearchRequest
to the database.
- updateFilter(FieldConfig, UserFilter) - Method in interface com.atlassian.jira.user.UserFilterManager
-
Update the user filter options of a custom field configuration.
- updateFilterOwner(JiraServiceContext, ApplicationUser, SearchRequest) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Persists a
SearchRequest
to the database - only available to administrators.
- updateFilterOwner(JiraServiceContext, User, SearchRequest) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Deprecated.
Use
SearchRequestService.updateFilterOwner(com.atlassian.jira.bc.JiraServiceContext, com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.search.SearchRequest)
instead. Since v6.0.
Persists a SearchRequest
to the database - only available to administrators.
- updateFormatters(ApplicationProperties, JiraAuthenticationContext) - Method in class com.atlassian.jira.util.JiraDurationUtils
-
Sets the duration formatter with a new instance of a particular formatter chosen based on the settings in the
application properties and authentication context
- updateIssue(FieldLayoutItem, MutableIssue, Map) - Method in interface com.atlassian.jira.issue.fields.OrderableField
-
Record the value on the issue (not saving it to the database, see updateValue).
- updateIssue(User, MutableIssue, EventDispatchOption, boolean) - Method in interface com.atlassian.jira.issue.IssueManager
-
This method will store the provided issue to the JIRA datastore.
- updateIssue(ApplicationUser, MutableIssue, UpdateIssueRequest) - Method in interface com.atlassian.jira.issue.IssueManager
-
This method will store the provided issue to the JIRA datastore.
- updateIssueFromFieldValuesHolder(FieldScreenRenderer, User, MutableIssue, Map) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
-
- updateIssueFromFieldValuesHolder(FieldScreenRenderer, MutableIssue, Map) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
-
Deprecated.
- updateIssueInputParameters(IssueContext, Issue, String, IssueInputParameters, List<FieldOperationHolder>) - Method in class com.atlassian.jira.issue.customfields.impl.rest.AbstractCustomFieldOperationsHandler
-
- updateIssueInputParameters(IssueContext, Issue, String, IssueInputParameters, List<FieldOperationHolder>) - Method in interface com.atlassian.jira.issue.fields.rest.RestFieldOperationsHandler
-
This method has to set the field value(s) in the
IssueInputParameters
based on the operations.
- updateIssueLinkType(User, IssueLinkType, String, String, String) - Method in interface com.atlassian.jira.bc.issue.link.IssueLinkTypeService
-
Update an existing issue link type
- updateIssueLinkType(IssueLinkType, String, String, String) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeManager
-
- updateIssueOnWorklogCreate(User, Worklog, Long, boolean) - Method in interface com.atlassian.jira.issue.worklog.TimeTrackingIssueUpdater
-
Will set the
Worklog.getIssue()
's remaining estimate to the newEstimate
and will increment the issues time spent by the Worklog.getTimeSpent()
.
- updateIssueOnWorklogDelete(User, Worklog, Long, boolean) - Method in interface com.atlassian.jira.issue.worklog.TimeTrackingIssueUpdater
-
Will set the
Worklog.getIssue()
's remaining estimate to the newEstimate
and will decrement the issues time spent by the Worklog.getTimeSpent()
.
- updateIssueOnWorklogUpdate(User, Worklog, Worklog, Long, Long, boolean) - Method in interface com.atlassian.jira.issue.worklog.TimeTrackingIssueUpdater
-
Will set the
Worklog.getIssue()
's remaining estimate to the newEstimate
and will decrement the issues time spent by the originalTimeSpent and then increment it by the
Worklog.getTimeSpent()
.
- UpdateIssueRequest - Class in com.atlassian.jira.issue
-
Groups parameters for {
IssueManager.updateIssue(com.atlassian.jira.user.ApplicationUser, MutableIssue, UpdateIssueRequest)
}
specifying details for the issue update
- UpdateIssueRequest.UpdateIssueRequestBuilder - Class in com.atlassian.jira.issue
-
- updateIssueType(String, String, Long, String, String, String) - Method in interface com.atlassian.jira.config.ConstantsManager
-
Deprecated.
- updateIssueType(String, String, Long, String, String, Long) - Method in interface com.atlassian.jira.config.ConstantsManager
-
Updates an existing issueType.
- updateIssueType(IssueType, String, String, Long) - Method in interface com.atlassian.jira.config.IssueTypeManager
-
Edits an existing issue type.
- updateIssueTypeScreenScheme(IssueTypeScreenScheme) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeManager
-
- updateIssueTypeScreenSchemeEntity(IssueTypeScreenSchemeEntity) - Method in interface com.atlassian.jira.issue.fields.screen.issuetype.IssueTypeScreenSchemeManager
-
- updateManagedConfigurationItem(ManagedConfigurationItem) - Method in interface com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemService
-
Update the registration of this
ManagedConfigurationItem
.
- updateOptions(Collection<Option>) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
-
Update a set of options.
- updateOptionSet(FieldConfig, Collection) - Method in interface com.atlassian.jira.issue.fields.option.OptionSetManager
-
- updatePortalPage(JiraServiceContext, PortalPage, boolean) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Updates the specified PortalPage in the database
- updatePortalPageUnconditionally(JiraServiceContext, ApplicationUser, PortalPage) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Updates the specified PortalPage in the database , no permission checks are applied, but the user must be an administrator
- updatePortalPageUnconditionally(JiraServiceContext, User, PortalPage) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Deprecated.
Use
PortalPageService.updatePortalPageUnconditionally(com.atlassian.jira.bc.JiraServiceContext, com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.portal.PortalPage)
instead. Since v6.0.
Updates the specified PortalPage in the database , no permission checks are applied, but the user must be an administrator
- updateProject(ProjectService.UpdateProjectValidationResult) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Using the validation result from
ProjectService.validateUpdateProject(User, String, String,
String, String, String, Long)
this method performs the actual update on the project.
- updateProject(Project, String, String, String, String, Long) - Method in interface com.atlassian.jira.project.ProjectManager
-
Updates the project provided with the new attributes passed in.
- updateProject(Project, String, String, String, String, Long, Long, String) - Method in interface com.atlassian.jira.project.ProjectManager
-
Updates the project provided with the new attributes passed in.
- updateProject(Project, String, String, String, String, Long, Long) - Method in interface com.atlassian.jira.project.ProjectManager
-
Updates the project provided with the new attributes passed in.
- updateProjectCategory(GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
-
Deprecated.
Use
ProjectManager.updateProjectCategory(ProjectCategory)
instead. Since v4.4.
- updateProjectCategory(ProjectCategory) - Method in interface com.atlassian.jira.project.ProjectManager
-
Persist an updated project category.
- updateProjectRole(ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
-
- updateProjectRole(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
-
Deprecated.
Use
ProjectRoleService.updateProjectRole(com.atlassian.jira.security.roles.ProjectRole, com.atlassian.jira.util.ErrorCollection)
instead. Since v6.0.
Will update projectRole
, checking
the currentUser
has the correct permissions to perform the update operation.
The passed in errorCollection
will contain any errors that are generated, such as permission violations.
- updateProjectRoleActors(ProjectRoleActors) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
-
Commits the given ProjectRoleActors to permanent store, saving any updates made.
- updateProjectSchemes(ProjectService.UpdateProjectSchemesValidationResult, Project) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Updates the project schemes for a particular project, given a validation result and project to update.
- updateRemoteIssueLink(RemoteIssueLink, User) - Method in interface com.atlassian.jira.issue.link.RemoteIssueLinkManager
-
Deprecated.
- updateRemoteIssueLink(RemoteIssueLink, ApplicationUser) - Method in interface com.atlassian.jira.issue.link.RemoteIssueLinkManager
-
Updates the given remote issue link.
- updateRole(ProjectRole) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
-
Updates a project role object
- updateRules(List<String>, boolean) - Method in interface com.atlassian.jira.bc.whitelist.WhitelistManager
-
Deprecated.
Replaced by
com.atlassian.plugins.whitelist.WhitelistService#add(com.atlassian.plugins.whitelist.WhitelistRule)
,
com.atlassian.plugins.whitelist.WhitelistService#remove(int)
,
com.atlassian.plugins.whitelist.WhitelistService#disableWhitelist()
and
com.atlassian.plugins.whitelist.WhitelistService#enableWhitelist()
. Since v6.1.
- updateRules(WhitelistService.WhitelistUpdateValidationResult) - Method in interface com.atlassian.jira.bc.whitelist.WhitelistService
-
Deprecated.
Replaced by
com.atlassian.plugins.whitelist.WhitelistService#add(com.atlassian.plugins.whitelist.WhitelistRule)
,
com.atlassian.plugins.whitelist.WhitelistService#remove(int)
,
com.atlassian.plugins.whitelist.WhitelistService#disableWhitelist()
and
com.atlassian.plugins.whitelist.WhitelistService#enableWhitelist()
. Since v6.1.
- updateScheme(GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
-
Deprecated.
Use
SchemeManager.updateScheme(Scheme)
instead. Since v5.0.
- updateScheme(Scheme) - Method in interface com.atlassian.jira.scheme.SchemeManager
-
Updates any changes to the scheme object.
- updateSchemesForRenamedWorkflow(String, String) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
-
Updates Workflow Schemes's such that schemes associated to the workflow with name oldWorkflowName will be changed
to newWorkflowName.
- updateSearchParameters(JiraServiceContext, SearchRequest) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Persists changes to passed
SearchRequest
's search parameters and search sorts.
- updateSharePermissions(SharedEntity) - Method in interface com.atlassian.jira.sharing.ShareManager
-
Updates the
SharePermission
associated with an entity.
- updateSubscription(JiraServiceContext, Long, String, String, boolean) - Method in interface com.atlassian.jira.bc.filter.FilterSubscriptionService
-
Updates the subscription to the new given values and persists.
- updateSubscription(ApplicationUser, Long, String, Trigger, Boolean) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
-
Deprecated.
Since v6.2. Quartz internals are no longer supported through the JIRA api
use
SubscriptionManager.updateSubscription(ApplicationUser, Long, String, String, Boolean)
- updateSubscription(ApplicationUser, Long, String, String, Boolean) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
-
- updateSubscription(User, Long, String, Trigger, Boolean) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
-
Deprecated.
Use use
SubscriptionManager.updateSubscription(ApplicationUser, Long, String, String, Boolean)
instead. Since v6.0.
- updateSubTaskIssueType(String, String, Long, String, String) - Method in interface com.atlassian.jira.config.SubTaskManager
-
Deprecated.
Use
SubTaskManager.updateSubTaskIssueType(String, String, Long, String, Long)
instead. Since v6.3.
- updateSubTaskIssueType(String, String, Long, String, Long) - Method in interface com.atlassian.jira.config.SubTaskManager
-
Update existing sub-task issue type.
- updateTranslation(JiraServiceContext, Long, String, String, String) - Method in interface com.atlassian.jira.bc.customfield.CustomFieldService
-
Sets the current a translation for a custom field.
- updateUser(UserService.UpdateUserValidationResult) - Method in interface com.atlassian.jira.bc.user.UserService
-
Execute the update using the validation result from
UserService.validateUpdateUser(User)
.
- updateUser(User) - Method in interface com.atlassian.jira.user.util.UserManager
-
Updates the
User
.
- updateUser(ApplicationUser) - Method in interface com.atlassian.jira.user.util.UserManager
-
Updates the
ApplicationUser
.
- updateValue(CustomField, Issue, T) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
-
Update the value for this Custom Field in a particular issue currently stored in the database.
- updateValue(CustomField, Issue, Collection<S>) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractMultiCFType
-
Update a multi-select value for an issue.
- updateValue(CustomField, Issue, T) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
-
the value does exist, and the new value is different than the
existing one.
- updateValue(CustomField, Issue, T) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
-
- updateValue(FieldLayoutItem, Issue, ModifiedValue, IssueChangeHolder) - Method in interface com.atlassian.jira.issue.fields.OrderableField
-
Update the issue in the data store.
- updateValues(CustomField, Long, PersistenceFieldType, Collection) - Method in interface com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister
-
- updateValues(CustomField, Long, PersistenceFieldType, Collection, String) - Method in interface com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister
-
- updateVersion(long) - Method in class com.atlassian.jira.config.properties.LookAndFeelBean
-
Convenience method used by data import (see JRA-11680) to update version number to
the greater version number after the import (to make sure LF values wont be cached).
- updateWithNewRemainingEstimate(JiraServiceContext, WorklogNewEstimateResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Updates the provided
Worklog
.
- updateWorkflow(JiraServiceContext, JiraWorkflow) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
-
Updates the workflow descriptor provided in the persistance mechanism implemented.
- updateWorkflow(String, JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
-
Deprecated.
Use
WorkflowManager.updateWorkflow(com.atlassian.jira.user.ApplicationUser, JiraWorkflow)
instead. Since v6.0.
- updateWorkflow(ApplicationUser, JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
-
Saves the given JiraWorkflow, which may be either a "live" or "draft" version.
- updateWorkflowNameAndDescription(JiraServiceContext, JiraWorkflow, String, String) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
-
Used to change the name and description of an existing worfklow with the given name.
- updateWorkflowNameAndDescription(String, JiraWorkflow, String, String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
-
Deprecated.
- updateWorkflowNameAndDescription(ApplicationUser, JiraWorkflow, String, String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
-
Used to change the name and description of an existing worfklow with the given name.
- updateWorkflowScheme(ApplicationUser, AssignableWorkflowScheme) - Method in interface com.atlassian.jira.bc.workflow.WorkflowSchemeService
-
Save changes to the passed workflow scheme.
- updateWorkflowScheme(ApplicationUser, DraftWorkflowScheme) - Method in interface com.atlassian.jira.bc.workflow.WorkflowSchemeService
-
Save changes to the passed workflow scheme.
- updateWorkflowScheme(AssignableWorkflowScheme) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
-
Save changes to the passed workflow scheme.
- UPGRADE_SYSTEM_PROPERTY - Static variable in interface com.atlassian.jira.config.properties.SystemPropertyKeys
-
- UriMatcher - Class in com.atlassian.jira.util
-
Utility class for matching URIs.
- UriMatcher() - Constructor for class com.atlassian.jira.util.UriMatcher
-
- UriValidator - Class in com.atlassian.jira.util
-
Verify that a url is not executable
Needs to be instantiated to support testing - oh PowerMock wherefore art thou
- UriValidator(String) - Constructor for class com.atlassian.jira.util.UriValidator
-
- url(String) - Method in class com.atlassian.jira.issue.changehistory.metadata.HistoryMetadataParticipant.HistoryMetadataParticipantBuilder
-
- url(String) - Method in class com.atlassian.jira.issue.link.RemoteIssueLinkBuilder
-
- url(String) - Method in class com.atlassian.jira.issue.table.IssueTable.Builder
-
Deprecated.
- URL - Static variable in class com.atlassian.jira.JiraDataTypes
-
- url(String) - Method in class com.atlassian.jira.project.RemoteProject.Builder
-
- UrlBuilder - Class in com.atlassian.jira.util
-
Builds a URL from parameters.
- UrlBuilder(boolean) - Constructor for class com.atlassian.jira.util.UrlBuilder
-
Creates a builder with a blank URL.
- UrlBuilder(UrlBuilder) - Constructor for class com.atlassian.jira.util.UrlBuilder
-
Creates a copy of the passed builder.
- UrlBuilder(String) - Constructor for class com.atlassian.jira.util.UrlBuilder
-
Creates a builder with the specified URL fragment.
- UrlBuilder(String, boolean) - Constructor for class com.atlassian.jira.util.UrlBuilder
-
Creates a builder with the specified URL fragment.
- UrlBuilder(String, String, boolean) - Constructor for class com.atlassian.jira.util.UrlBuilder
-
Creates a builder with the specified URL fragment.
- URLCodec - Class in com.atlassian.jira.util
-
Implements the 'www-form-urlencoded' encoding scheme,
also misleadingly known as URL encoding.
- URLCodec() - Constructor for class com.atlassian.jira.util.URLCodec
-
- urlEncode(String) - Method in class com.atlassian.jira.web.action.JiraWebActionSupport
-
Encodes the given string into
application/x-www-form-urlencoded
format, using the JIRA encoding scheme to
obtain the bytes for unsafe characters.
- USE - Static variable in class com.atlassian.jira.permission.GlobalPermissionKey
-
- USE - Static variable in class com.atlassian.jira.permission.GlobalPermissionType
-
Deprecated.
Use
GlobalPermissionKey.USE
instead. This was never public API. Since v6.2.5.
- USE - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
Permission to use JIRA
- USE_COMPOUND_FILE - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.MergePolicy
-
- USE_NOW_DATE - Static variable in interface com.atlassian.jira.issue.customfields.converters.DatePickerConverter
-
This date is used as a placeholder in the Default Value of a Date Custom Field, to indicate that that we should
return the current date when getDefault() is called.
- useColumns() - Method in class com.atlassian.jira.issue.search.SearchRequest
-
- USED_USER - Static variable in class com.atlassian.jira.user.UserHistoryItem
-
- USER - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
-
- user(User) - Method in class com.atlassian.jira.bc.customfield.CreateValidationResult.Builder
-
- user() - Method in class com.atlassian.jira.issue.customfields.manager.OptionsService.SetOptionParams
-
- user(ApplicationUser) - Method in class com.atlassian.jira.issue.customfields.manager.OptionsService.SetOptionParams
-
The user performing the operation.
- USER - Static variable in class com.atlassian.jira.JiraDataTypes
-
- USER_ADDPORTLET_COLUMNS - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_AGENT_HEADER - Static variable in class com.atlassian.jira.util.BrowserUtils
-
- USER_AUTOWATCH_DISABLED - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_AVATAR_ID_KEY - Static variable in interface com.atlassian.jira.avatar.AvatarManager
-
- USER_CANNOTCHANGEPASSWORD - Static variable in interface com.atlassian.jira.event.user.UserEventType
-
- USER_CREATED - Static variable in interface com.atlassian.jira.event.user.UserEventType
-
- USER_DEFAULT_SHARE_PRIVATE - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_DOC_EXAMPLE - Static variable in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- USER_FILTER - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- USER_FORGOTPASSWORD - Static variable in interface com.atlassian.jira.event.user.UserEventType
-
- USER_FORGOTUSERNAME - Static variable in interface com.atlassian.jira.event.user.UserEventType
-
- USER_HISTORY_ISSUETYPE - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- USER_HISTORY_SUBTASK_ISSUETYPE - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- USER_ISSUES_PER_PAGE - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_JQL_AUTOCOMPLETE_DISABLED - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
Deprecated.
Since v6.0. JQL can no longer be disabled on a per-user basis.
- USER_KEYBOARD_SHORTCUTS_DISABLED - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_LOCALE - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_LOGIN - Static variable in interface com.atlassian.jira.event.user.UserEventType
-
- USER_LOGOUT - Static variable in interface com.atlassian.jira.event.user.UserEventType
-
- USER_MANAGEMENT_MAX_DISPLAY_MEMBERS - Static variable in interface com.atlassian.jira.config.properties.APKeys
-
- USER_NAME_TRANSFORMER_CLASS - Static variable in class com.atlassian.jira.config.properties.APKeys.TrustedApplications
-
- USER_NOTIFICATIONS_MIMETYPE - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_NOTIFY_OWN_CHANGES - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_PICKER - Static variable in class com.atlassian.jira.permission.GlobalPermissionKey
-
- USER_PICKER - Static variable in class com.atlassian.jira.permission.GlobalPermissionType
-
Deprecated.
Use
GlobalPermissionKey.USER_PICKER
instead. This was never public API. Since v6.2.5.
- USER_PICKER - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
- USER_PICKER_FILTER - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- USER_PROJECT_ADMIN - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- USER_ROLE_ACTOR_TYPE - Static variable in interface com.atlassian.jira.security.roles.ProjectRoleActor
-
- USER_SHORT_DOC_EXAMPLE - Static variable in class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- USER_SHOW_ACTIONS_IN_NAVIGATOR - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_SIGNUP - Static variable in interface com.atlassian.jira.event.user.UserEventType
-
- USER_TIMEZONE - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_TYPE - Static variable in class com.atlassian.jira.issue.fields.rest.json.JsonType
-
- USER_VOTES_REPORT_SORTS - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_VOTES_REPORT_UNRESOLVED_ONLY - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_WATCHES_REPORT_SORTS - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- USER_WATCHES_REPORT_UNRESOLVED_ONLY - Static variable in interface com.atlassian.jira.user.preferences.PreferenceKeys
-
- UserAddedEvent - Class in com.atlassian.jira.event.web.action.admin
-
Denotes that an user has been added by the submission of the add user form.
- UserAddedEvent(Map<String, String[]>) - Constructor for class com.atlassian.jira.event.web.action.admin.UserAddedEvent
-
- UserAdminHistoryManager - Interface in com.atlassian.jira.user
-
A wrapper of the
UserHistoryManager
that allows you to deal directly with Admin
pages
- UserAgentUtil - Interface in com.atlassian.jira.util
-
Utility class for sniffer UserAgents
- UserAgentUtil.Browser - Class in com.atlassian.jira.util
-
- UserAgentUtil.Browser(UserAgentUtil.BrowserFamily, UserAgentUtil.BrowserMajorVersion, String) - Constructor for class com.atlassian.jira.util.UserAgentUtil.Browser
-
- UserAgentUtil.BrowserFamily - Enum in com.atlassian.jira.util
-
- UserAgentUtil.BrowserMajorVersion - Enum in com.atlassian.jira.util
-
- UserAgentUtil.OperatingSystem - Class in com.atlassian.jira.util
-
- UserAgentUtil.OperatingSystem(UserAgentUtil.OperatingSystem.OperatingSystemFamily) - Constructor for class com.atlassian.jira.util.UserAgentUtil.OperatingSystem
-
- UserAgentUtil.OperatingSystem.OperatingSystemFamily - Enum in com.atlassian.jira.util
-
- UserAgentUtil.UserAgent - Class in com.atlassian.jira.util
-
- UserAgentUtil.UserAgent(UserAgentUtil.Browser, UserAgentUtil.OperatingSystem) - Constructor for class com.atlassian.jira.util.UserAgentUtil.UserAgent
-
- UserAgentUtilImpl - Class in com.atlassian.jira.util
-
Default Implementation for Sniffing User Agents.
- UserAgentUtilImpl() - Constructor for class com.atlassian.jira.util.UserAgentUtilImpl
-
- UserAvatarUpdatedEvent - Class in com.atlassian.jira.event.user
-
Event indicating that a user's avatar has been updated.
- UserAvatarUpdatedEvent(User, Long) - Constructor for class com.atlassian.jira.event.user.UserAvatarUpdatedEvent
-
- UserBeanFactory - Interface in com.atlassian.jira.issue.fields.rest.json
-
This provides a simple, dependency-free, straight forward API to generating the JSON corresponding to a User.
- UserBestNameComparator - Class in com.atlassian.jira.issue.comparator
-
Deprecated.
since v6.2. This class has poor performance and has been replaced by
UserCachingComparator
which
should be preferred.
- UserBestNameComparator(Locale) - Constructor for class com.atlassian.jira.issue.comparator.UserBestNameComparator
-
Deprecated.
- UserBestNameComparator() - Constructor for class com.atlassian.jira.issue.comparator.UserBestNameComparator
-
Deprecated.
- UserCachingComparator - Class in com.atlassian.jira.issue.comparator
-
This comparator tries to compare two users based on their 'best name'
ie their full name if possible, otherwise their username.
- UserCachingComparator(Locale) - Constructor for class com.atlassian.jira.issue.comparator.UserCachingComparator
-
- UserCachingComparator() - Constructor for class com.atlassian.jira.issue.comparator.UserCachingComparator
-
- userCannotChangePassword(UserEvent) - Method in interface com.atlassian.jira.event.user.UserEventListener
-
Fired when a user tries to change their password, and the password cannot be updated
- UserCFNotificationTypeAware - Interface in com.atlassian.jira.notification.type
-
CustomFieldType's
should implement this interface if it wants to be
selectable from the user custom field drop down list when adding new notifications.
- UserClauseValuesGenerator - Class in com.atlassian.jira.jql.values
-
Gets all the users for the specified value.
- UserClauseValuesGenerator(UserPickerSearchService) - Constructor for class com.atlassian.jira.jql.values.UserClauseValuesGenerator
-
- UserColumnLayout - Interface in com.atlassian.jira.issue.fields.layout.column
-
- UserComparator - Class in com.atlassian.jira.issue.comparator
-
- UserComparator() - Constructor for class com.atlassian.jira.issue.comparator.UserComparator
-
- UserConverter - Interface in com.atlassian.jira.issue.customfields.converters
-
Converts between User objects and Strings for storage and retrieval of Custom Field values.
- userCreated(UserEvent) - Method in interface com.atlassian.jira.event.user.UserEventListener
-
Fired when a user is created automatically
- UserCustomFieldClauseQueryFactory - Class in com.atlassian.jira.jql.query
-
Clause query factory that creates the clauses for user custom fields.
- UserCustomFieldClauseQueryFactory(String, UserResolver, JqlOperandResolver) - Constructor for class com.atlassian.jira.jql.query.UserCustomFieldClauseQueryFactory
-
- UserCustomFieldImporter - Class in com.atlassian.jira.imports.project.customfield
-
Implementation of ProjectCustomFieldImporter for custom fields that store user keys.
- UserCustomFieldImporter() - Constructor for class com.atlassian.jira.imports.project.customfield.UserCustomFieldImporter
-
- UserCustomFieldIndexer - Class in com.atlassian.jira.issue.index.indexers.impl
-
A simple version custom field indexer for the SingleUserPicker custom field.
- UserCustomFieldIndexer(FieldVisibilityManager, CustomField, UserConverter) - Constructor for class com.atlassian.jira.issue.index.indexers.impl.UserCustomFieldIndexer
-
- UserCustomFieldSearchRenderer - Class in com.atlassian.jira.issue.customfields.searchers.renderer
-
- UserCustomFieldSearchRenderer(ClauseNames, CustomFieldSearcherModuleDescriptor, CustomField, CustomFieldValueProvider, FieldVisibilityManager) - Constructor for class com.atlassian.jira.issue.customfields.searchers.renderer.UserCustomFieldSearchRenderer
-
- UserCustomFieldValidator - Class in com.atlassian.jira.jql.validator
-
The Affected Version clause validator.
- UserCustomFieldValidator(UserResolver, JqlOperandResolver, I18nHelper.BeanFactory) - Constructor for class com.atlassian.jira.jql.validator.UserCustomFieldValidator
-
- UserEvent - Class in com.atlassian.jira.event.user
-
A UserEvent.
- UserEvent(User, int) - Constructor for class com.atlassian.jira.event.user.UserEvent
-
- UserEvent(Map<String, Object>, User, int) - Constructor for class com.atlassian.jira.event.user.UserEvent
-
- UserEventListener - Interface in com.atlassian.jira.event.user
-
The UserEventListener listens for all UserEvents.
- UserEventType - Interface in com.atlassian.jira.event.user
-
- userExists(String) - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
-
- userExists(String) - Static method in class com.atlassian.jira.user.UserUtils
-
Checks if a user with given username exists.
- userExists(String) - Method in interface com.atlassian.jira.user.util.UserUtil
-
Returns true if the a user exists with the specified userName
- UserField - Interface in com.atlassian.jira.issue.fields
-
A marker interface to mark all user fields available in the system.
- UserFieldSearchConstants - Class in com.atlassian.jira.issue.search.constants
-
Holds searching constants for user system fields.
- UserFieldSearchConstants(String, ClauseNames, String, String, String, String, String, String, String, Set<Operator>) - Constructor for class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
-
- UserFieldSearchConstants(String, String, String, String, String, String, String, Set<Operator>) - Constructor for class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
-
- UserFieldSearchConstantsWithEmpty - Class in com.atlassian.jira.issue.search.constants
-
Holds searching constants for user system fields.
- UserFieldSearchConstantsWithEmpty(String, ClauseNames, String, String, String, String, String, String, String, String, String, Set<Operator>) - Constructor for class com.atlassian.jira.issue.search.constants.UserFieldSearchConstantsWithEmpty
-
- UserFieldSearchConstantsWithEmpty(String, String, String, String, String, String, String, Set<Operator>) - Constructor for class com.atlassian.jira.issue.search.constants.UserFieldSearchConstantsWithEmpty
-
- UserFilter - Class in com.atlassian.jira.user
-
Represents user filtering setting.
- UserFilter(boolean, Collection<Long>, Collection<String>) - Constructor for class com.atlassian.jira.user.UserFilter
-
- UserFilterManager - Interface in com.atlassian.jira.user
-
provide read/write functionality for user filtering settings.
- UserFilterUtils - Class in com.atlassian.jira.user
-
Some utility functions for dealing with
UserFilter
instances.
- UserFilterUtils() - Constructor for class com.atlassian.jira.user.UserFilterUtils
-
- UserFitsNavigatorHelper - Class in com.atlassian.jira.issue.search.searchers.util
-
This is a helper class for determining if a user fits in the navigator.
- UserFitsNavigatorHelper(UserPickerSearchService) - Constructor for class com.atlassian.jira.issue.search.searchers.util.UserFitsNavigatorHelper
-
- userForgotPassword(UserEvent) - Method in interface com.atlassian.jira.event.user.UserEventListener
-
Fired when a user indicates they have forgotten their password
- userForgotUsername(UserEvent) - Method in interface com.atlassian.jira.event.user.UserEventListener
-
Fired when a user indicates they have forgotten their username
- UserFormat - Interface in com.atlassian.jira.plugin.profile
-
Provides a format to display a user on screen.
- UserFormatManager - Interface in com.atlassian.jira.plugin.profile
-
Deprecated.
please use
UserFormats
instead.
- UserFormatModuleDescriptor - Interface in com.atlassian.jira.plugin.userformat
-
A module descriptor that produces a
UserFormat
that can be used to
format a user for display.
- UserFormats - Interface in com.atlassian.jira.plugin.userformat
-
Builds
user formats
for a specific user format type.
- UserFormatter - Interface in com.atlassian.jira.plugin.userformat
-
- userHasRole(ApplicationUser, LicenseRoleId) - Method in interface com.atlassian.jira.bc.license.LicenseRoleService
-
Returns true if the given user has the given license role.
- UserHistoryItem - Class in com.atlassian.jira.user
-
- UserHistoryItem(UserHistoryItem.Type, String, long, String) - Constructor for class com.atlassian.jira.user.UserHistoryItem
-
- UserHistoryItem(UserHistoryItem.Type, String, long) - Constructor for class com.atlassian.jira.user.UserHistoryItem
-
- UserHistoryItem(UserHistoryItem.Type, String) - Constructor for class com.atlassian.jira.user.UserHistoryItem
-
- UserHistoryItem(UserHistoryItem.Type, String, String) - Constructor for class com.atlassian.jira.user.UserHistoryItem
-
- UserHistoryItem.Type - Class in com.atlassian.jira.user
-
- UserHistoryItem.Type(String) - Constructor for class com.atlassian.jira.user.UserHistoryItem.Type
-
Create a new Type.
- UserHistoryManager - Interface in com.atlassian.jira.user
-
The manager responsible for storing and retreiving
UserHistoryItem
objects.
- UserIndexInfoResolver - Class in com.atlassian.jira.jql.resolver
-
Index resolver that can find the index values for users.
- UserIndexInfoResolver(NameResolver<User>) - Constructor for class com.atlassian.jira.jql.resolver.UserIndexInfoResolver
-
- UserIsAdminCondition - Class in com.atlassian.jira.plugin.webfragment.conditions
-
Checks if this user has the global admin permission.
- UserIsAdminCondition(PermissionManager) - Constructor for class com.atlassian.jira.plugin.webfragment.conditions.UserIsAdminCondition
-
- UserIssueHistoryManager - Interface in com.atlassian.jira.user
-
A wrapper of the
UserHistoryManager
that allows you to deal directly with Issue objects
- UserIssueSearcherHistoryManager - Interface in com.atlassian.jira.user
-
A wrapper of the
UserHistoryManager
that allows you to store and retrieve history items UserHistoryItem
of the type ISSUESEARCHER.
- UserJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
- UserJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.UserJsonBean
-
- UserKeyService - Interface in com.atlassian.jira.user
-
A simple service to map userkeys to usernames.
- UserLocaleStore - Interface in com.atlassian.jira.user
-
Store that deals with an user's configured locale.
- UserManager - Interface in com.atlassian.jira.user.util
-
Simple user utilities that do not require an implementation with too many dependencies.
- UserManager.UserState - Enum in com.atlassian.jira.user.util
-
The current state of a user with regard to the same username existing in other
user directories.
- UserMapper - Class in com.atlassian.jira.imports.project.mapper
-
Allows you to map Users.
- UserMapper(UserUtil) - Constructor for class com.atlassian.jira.imports.project.mapper.UserMapper
-
- userMatches(ApplicationUser, UserSearchParams) - Method in interface com.atlassian.jira.bc.user.search.UserPickerSearchService
-
Determine whether a user matches the search criteria specified in the
userSearchParams
parameter.
- username() - Method in class com.atlassian.jira.config.FeatureEvent
-
- UserNameComparator - Class in com.atlassian.jira.issue.comparator
-
Used to sort users based on
Principal.getName()
, not taking into account the users
full name.
- UserNameComparator(Locale) - Constructor for class com.atlassian.jira.issue.comparator.UserNameComparator
-
- UserPickerCustomFieldSearchInputTransformer - Class in com.atlassian.jira.issue.customfields.searchers.transformer
-
The
SearchInputTransformer
for user custom fields.
- UserPickerCustomFieldSearchInputTransformer(String, ClauseNames, CustomField, UserConverter, UserFitsNavigatorHelper, CustomFieldInputHelper) - Constructor for class com.atlassian.jira.issue.customfields.searchers.transformer.UserPickerCustomFieldSearchInputTransformer
-
- UserPickerSearcher - Class in com.atlassian.jira.issue.customfields.searchers
-
- UserPickerSearcher(UserResolver, JqlOperandResolver, JiraAuthenticationContext, UserConverter, UserPickerSearchService, CustomFieldInputHelper, UserManager, FieldVisibilityManager) - Constructor for class com.atlassian.jira.issue.customfields.searchers.UserPickerSearcher
-
- UserPickerSearcherInputTransformerFactory - Interface in com.atlassian.jira.issue.customfields.searchers.transformer
-
- UserPickerSearchService - Interface in com.atlassian.jira.bc.user.search
-
Service that retrieves a collection of
User
objects based on a partial query string
- UserPreferencesManager - Interface in com.atlassian.jira.user.preferences
-
A simple manager for retrieving, caching and updating user preferences objects.
- UserPreferencesUpdatedEvent - Class in com.atlassian.jira.event.user
-
Event indicating that a user's preferences have been updated.
- UserPreferencesUpdatedEvent(User) - Constructor for class com.atlassian.jira.event.user.UserPreferencesUpdatedEvent
-
- UserProfileUpdatedEvent - Class in com.atlassian.jira.event.user
-
Event indicating that a user's profile has been updated.
- UserProfileUpdatedEvent(ApplicationUser, ApplicationUser) - Constructor for class com.atlassian.jira.event.user.UserProfileUpdatedEvent
-
- UserProfileUpdatedEvent(User, User) - Constructor for class com.atlassian.jira.event.user.UserProfileUpdatedEvent
-
Deprecated.
- UserProjectHistoryManager - Interface in com.atlassian.jira.user
-
A wrapper of the
UserHistoryManager
that allows you to deal directly with Project objects
- UserPropertyManager - Interface in com.atlassian.jira.user
-
The manager allows the caller to get the
PropertySet
associated with a user.
- UserQueryHistoryManager - Interface in com.atlassian.jira.user
-
A wrapper of the
UserHistoryManager
that allows you to store and retrieve history items UserHistoryItem
of the type JQL_QUERY.
- UserRenamedEvent - Class in com.atlassian.jira.event.user
-
This event is sent when a user is renamed.
- UserRenamedEvent(ApplicationUser, ApplicationUser, String) - Constructor for class com.atlassian.jira.event.user.UserRenamedEvent
-
- UserResolver - Interface in com.atlassian.jira.jql.resolver
-
We need a non-generified interface here to make this work with PICO+OSGi in plugins2
- Users - Class in com.atlassian.jira.user.util
-
Static utility methods pertaining to
User
instances.
- Users() - Constructor for class com.atlassian.jira.user.util.Users
-
- UserSearcherHelper - Interface in com.atlassian.jira.issue.search.searchers.util
-
- UserSearchParams - Class in com.atlassian.jira.bc.user.search
-
Optional parameters to restrict a user search.
- UserSearchParams(boolean, boolean, boolean) - Constructor for class com.atlassian.jira.bc.user.search.UserSearchParams
-
- UserSearchParams(boolean, boolean, boolean, boolean, UserFilter, Set<Long>) - Constructor for class com.atlassian.jira.bc.user.search.UserSearchParams
-
- UserSearchParams.Builder - Class in com.atlassian.jira.bc.user.search
-
- UserSearchParams.Builder() - Constructor for class com.atlassian.jira.bc.user.search.UserSearchParams.Builder
-
- UserService - Interface in com.atlassian.jira.bc.user
-
UserService provides User manipulation methods exposed for remote API and actions.
- UserService.CreateUsernameValidationResult - Class in com.atlassian.jira.bc.user
-
- UserService.CreateUsernameValidationResult(String, Long, ErrorCollection) - Constructor for class com.atlassian.jira.bc.user.UserService.CreateUsernameValidationResult
-
- UserService.CreateUserValidationResult - Class in com.atlassian.jira.bc.user
-
- UserService.DeleteUserValidationResult - Class in com.atlassian.jira.bc.user
-
- UserService.FieldName - Class in com.atlassian.jira.bc.user
-
- UserService.UpdateUserValidationResult - Class in com.atlassian.jira.bc.user
-
- userSignup(UserEvent) - Method in interface com.atlassian.jira.event.user.UserEventListener
-
Fired when a user signs up manually
- UserStatisticsMapper - Class in com.atlassian.jira.issue.statistics
-
- UserStatisticsMapper(UserFieldSearchConstantsWithEmpty, UserManager, JiraAuthenticationContext) - Constructor for class com.atlassian.jira.issue.statistics.UserStatisticsMapper
-
- UserStatisticsMapper(String, String, String, UserManager, JiraAuthenticationContext) - Constructor for class com.atlassian.jira.issue.statistics.UserStatisticsMapper
-
- UserSubTaskIncludeValuesGenerator - Class in com.atlassian.jira.plugin.report.impl
-
Generator for sub-task inclusion select box options.
- UserSubTaskIncludeValuesGenerator(JiraAuthenticationContext, I18nHelper.BeanFactory) - Constructor for class com.atlassian.jira.plugin.report.impl.UserSubTaskIncludeValuesGenerator
-
- UserUtil - Interface in com.atlassian.jira.user.util
-
This is a back end service level interface that defines an API for user level operations.
- UserUtil.PasswordResetToken - Interface in com.atlassian.jira.user.util
-
- UserUtil.PasswordResetTokenValidation - Interface in com.atlassian.jira.user.util
-
- UserUtil.PasswordResetTokenValidation.Status - Enum in com.atlassian.jira.user.util
-
- UserUtils - Class in com.atlassian.jira.user
-
A static helper class for User operations.
- UserUtils() - Constructor for class com.atlassian.jira.user.UserUtils
-
- usesJiraTimeZone(JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
-
Returns true if this user is using the JIRA default time zone or false if the user has is using a custom time zone.
- useSystemTimeZone() - Method in interface com.atlassian.jira.timezone.TimeZoneService
-
Returns true if the JVM time zone is used, otherwise false.
V
- valid - Variable in class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- validate(I18nHelper, String) - Method in interface com.atlassian.jira.bc.license.JiraLicenseService
-
Validates the license String in preparation for setting the license.
- validate(ProjectActionSupport, Map) - Method in class com.atlassian.jira.charts.report.AbstractChartReport
-
- validate() - Method in class com.atlassian.jira.issue.customfields.manager.OptionsService.SetOptionParams
-
- validate(QueryParser, String, String, String, boolean, I18nHelper) - Method in class com.atlassian.jira.issue.customfields.searchers.transformer.TextQueryValidator
-
- validate(User, Operand, WasClause) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
-
- validate(User, Operand, TerminalClause) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
-
Validates the operand against its handler.
- validate(String) - Method in interface com.atlassian.jira.jql.util.JqlDateSupport
-
Check to see if the passed string is a valid date according to JQL.
- validate(String) - Method in interface com.atlassian.jira.jql.util.JqlLocalDateSupport
-
Check to see if the passed string is a valid date according to JQL.
- validate(User, TerminalClause) - Method in class com.atlassian.jira.jql.validator.AbstractUserValidator
-
- validate(User, TerminalClause) - Method in class com.atlassian.jira.jql.validator.AttachmentsClauseValidator
-
- validate(User, TerminalClause) - Method in interface com.atlassian.jira.jql.validator.ClauseValidator
-
Validates a clause and adds human readable i18n'ed messages if there is a problem.
- validate(User, TerminalClause) - Method in class com.atlassian.jira.jql.validator.ExactTextCustomFieldValidator
-
- validate(User, TerminalClause) - Method in class com.atlassian.jira.jql.validator.FreeTextFieldValidator
-
- validate(User, TerminalClause) - Method in class com.atlassian.jira.jql.validator.LocalDateValidator
-
- validate(User, TerminalClause) - Method in class com.atlassian.jira.jql.validator.NumberCustomFieldValidator
-
- validate(FunctionOperand) - Method in class com.atlassian.jira.jql.validator.NumberOfArgumentsValidator
-
- validate(User, TerminalClause) - Method in interface com.atlassian.jira.jql.validator.OperatorUsageValidator
-
Validate the usage of the Operator and Operand that are held in the clause.
- validate(User, TerminalClause) - Method in class com.atlassian.jira.jql.validator.SupportedOperatorsValidator
-
- validate(User, FunctionOperand, TerminalClause) - Method in interface com.atlassian.jira.plugin.jql.function.JqlFunction
-
Will validate the function operand's arguments and report back any errors.
- validate(ProjectActionSupport, Map) - Method in class com.atlassian.jira.plugin.report.impl.AbstractReport
-
- validate(ProjectActionSupport, Map) - Method in interface com.atlassian.jira.plugin.report.Report
-
Validate the parameters passed to this report from the UI.
- validate(ErrorCollection, BulkMoveOperation, User) - Method in interface com.atlassian.jira.web.bean.MultiBulkMoveBean
-
- validate(ErrorCollection, BulkMoveOperation, ApplicationUser) - Method in interface com.atlassian.jira.web.bean.MultiBulkMoveBean
-
- validate() - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
- validateAddGroupsToGroup(JiraServiceContext, Collection<String>, Collection<String>) - Method in interface com.atlassian.jira.bc.group.GroupService
-
Performs validation to see if the provided groups (identified by the groupNames collection) can be added to the
provided group by the current user (as specified in the jiraServiceContext).
- validateAddIssueLinks(User, Issue, String, Collection<String>) - Method in interface com.atlassian.jira.bc.issue.link.IssueLinkService
-
Validates that the user provided can add the link provided for a particular issue.
- validateAddIssueLinks(User, Issue, Long, Direction, Collection<String>, boolean) - Method in interface com.atlassian.jira.bc.issue.link.IssueLinkService
-
- validateAddLabel(User, Long, String) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
-
Validates that the user provided can add the label provided for a particular issue.
- validateAddLabel(User, Long, Long, String) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
-
Validates that the user provided can add the label provided for a particular issue.
- validateAddUsersToGroup(JiraServiceContext, Collection, Collection) - Method in interface com.atlassian.jira.bc.group.GroupService
-
Performs validation to see if the provided users (identified by the userNames collection) can be added to the
provided group by the current user (as specified in the jiraServiceContext).
- validateAddUserToGroup(JiraServiceContext, Collection, String) - Method in interface com.atlassian.jira.bc.group.GroupService
-
Performs validation to see if the provided user (identified by username) can be added to the provided group
by the current user (as specified in the jiraServiceContext).
- validateAddVote(User, User, Issue) - Method in interface com.atlassian.jira.bc.issue.vote.VoteService
-
Validates if the user currently logged in may add a vote by the user supplied for the issue provided.
- validateAddWorkflowTransitionToDraft(JiraServiceContext, JiraWorkflow, int) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
-
Validates if a workflow transition can be added to a draft.
- validateArchiveVersion(User, Version) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
This method should be called before archiving a version.
- validateAssign(User, Long, String) - Method in interface com.atlassian.jira.bc.issue.IssueService
-
This method will check permissions to see if a user has the permission in relation to the provided issue, and
that the assignee is assignable.
- validateCommentCreate(ApplicationUser, CommentService.CommentParameters) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
-
Confirms the parameters to create a comment are valid and that the user has the permission to do so.
- validateCommentUpdate(ApplicationUser, Long, String, String, Long, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
-
- validateCommentUpdate(User, Long, String, String, Long, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
-
Deprecated.
Use
CommentService.validateCommentUpdate(ApplicationUser user, Long commentId, String body, String groupLevel, Long roleLevelId, ErrorCollection errorCollection)
instead. Since v6.0.
Confirms the parameters to update a comment are valid and that the updating user has the permission to do so.
This method will validate the raw input parameters. This method only validates the parameters and will not
actually persist the changes, you must call CommentService.update(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.comments.MutableComment, boolean, com.atlassian.jira.util.ErrorCollection)
to persist the changes. If an error is encountered
then the ErrorCollection
will contain the specific error message.
- validateCommentUpdate(ApplicationUser, Long, CommentService.CommentParameters) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
-
Confirms the parameters to update a comment are valid and that the updating user has the permission to do so.
- validateCopyWorkflow(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
-
Validates if a workflow can be cloned and saved with the provided name.
- validateCreate(User, CustomFieldDefinition) - Method in interface com.atlassian.jira.bc.customfield.CustomFieldService
-
Validates that the custom field with the provided data can be created.
- validateCreate(User, IssueInputParameters) - Method in interface com.atlassian.jira.bc.issue.IssueService
-
This method will validate parameters and check permissions and if all checks pass it will create an
Issue
that can be passed to the IssueService.create(User, CreateValidationResult)
method.
- validateCreate(User, RemoteIssueLink) - Method in interface com.atlassian.jira.bc.issue.link.RemoteIssueLinkService
-
Deprecated.
- validateCreate(ApplicationUser, RemoteIssueLink) - Method in interface com.atlassian.jira.bc.issue.link.RemoteIssueLinkService
-
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteIssueLinkService.CreateValidationResult
that can be passed to the RemoteIssueLinkService.create(User, CreateValidationResult)
method.
- validateCreate(JiraServiceContext, WorklogInputParameters) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Determines whether worklogs are enabled in JIRA and if the user has the required permissions
as determined by calling
WorklogService.hasPermissionToCreate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.Issue,boolean)
to create a worklog for this issue.
- validateCreate(User, VersionService.VersionBuilder) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Validates the creation of a new
Version
object, specified with a VersionService.VersionBuilder
.
- validateCreateIssueFields(JiraServiceContext, Collection<String>, Issue, FieldScreenRenderer, OperationContext, IssueInputParameters, I18nHelper) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
-
Deprecated.
- validateCreateIssueFields(JiraServiceContext, Collection<String>, Issue, FieldScreenRenderer, OperationContext, Map<String, String[]>, boolean, I18nHelper) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
-
- validateCreateIssueType(String, String, String, String, ErrorCollection, String) - Method in interface com.atlassian.jira.config.ConstantsManager
-
Validates creation of a new issuetype.
- validateCreateIssueTypeWithAvatar(String, String, String, String, ErrorCollection, String) - Method in interface com.atlassian.jira.config.ConstantsManager
-
Validates creation of a new issuetype.
- validateCreateProject(User, String, String, String, String, String, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
This method needs to be called before creating a project to ensure all parameters are correct.
- validateCreateProject(User, String, String, String, String, String, Long, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
This method needs to be called before creating a project to ensure all parameters are correct.
- validateCreateStatus(ApplicationUser, String, String, String, StatusCategory) - Method in interface com.atlassian.jira.bc.config.StatusService
-
Validates new status basing on given parameters
- validateCreateUserForAdmin(User, String, String, String, String, String) - Method in interface com.atlassian.jira.bc.user.UserService
-
Validates creating a user for the admin section.
- validateCreateUserForAdmin(User, String, String, String, String, String, Long) - Method in interface com.atlassian.jira.bc.user.UserService
-
Validates creating a user for the admin section.
- validateCreateUserForAdminPasswordRequired(User, String, String, String, String, String) - Method in interface com.atlassian.jira.bc.user.UserService
-
Validates creating a user for RPC calls.
- validateCreateUserForSetup(User, String, String, String, String, String) - Method in interface com.atlassian.jira.bc.user.UserService
-
Validates creating a user during setup of JIRA.
- validateCreateUserForSignup(User, String, String, String, String, String) - Method in interface com.atlassian.jira.bc.user.UserService
-
Validates creating a user during public signup.
- validateCreateUserForSignupOrSetup(User, String, String, String, String, String) - Method in interface com.atlassian.jira.bc.user.UserService
-
- validateCreateUsername(User, String) - Method in interface com.atlassian.jira.bc.user.UserService
-
Validates the username for a new user.
- validateCreateUsername(User, String, Long) - Method in interface com.atlassian.jira.bc.user.UserService
-
Validates the username for a new user.
- validateCreateVersion(User, Project, String, String, String, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Deprecated.
- validateCreateVersion(User, Project, String, Date, String, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Deprecated.
- validateCreateWithManuallyAdjustedEstimate(JiraServiceContext, WorklogAdjustmentAmountInputParameters) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Determines whether worklogs are enabled in JIRA and if the user has the required permission
as determined by calling
WorklogService.hasPermissionToCreate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.Issue,boolean)
to create a worklog for this issue.
- validateCreateWithNewEstimate(JiraServiceContext, WorklogNewEstimateInputParameters) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Determines whether worklogs are enabled in JIRA and if the user has the required permission
as determined by calling
WorklogService.hasPermissionToCreate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.Issue,boolean)
to create a worklog for this issue.
- validateCronExpression(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.filter.FilterSubscriptionService
-
Validates a given cron expression
Errors are passed back in the
ErrorCollection
of the JiraServiceContext
- validateDaysPrevious(ProjectActionSupport, Map) - Method in class com.atlassian.jira.charts.report.AbstractChartReport
-
- validateDecreaseVersionSequence(User, long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Validate Move a version to have a higher sequence number - ie make it later.
- validateDelete(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.customfield.CustomFieldService
-
Validates that the custom field with the provided id can be deleted.
- validateDelete(JiraServiceContext, String, String) - Method in interface com.atlassian.jira.bc.group.GroupService
-
Validates if the group provided can be deleted in JIRA.
- validateDelete(User, Long) - Method in interface com.atlassian.jira.bc.issue.IssueService
-
This method will check permissions to see if a user has the
Permissions.DELETE_ISSUE
permission in relation to the provided issue.
- validateDelete(User, Issue, IssueLink) - Method in interface com.atlassian.jira.bc.issue.link.IssueLinkService
-
Validates parameters and checks permissions, and if all checks pass it will create a
IssueLinkService.DeleteIssueLinkValidationResult
that can be passed to the
IssueLinkService.delete(DeleteIssueLinkValidationResult)
method.
- validateDelete(User, Long) - Method in interface com.atlassian.jira.bc.issue.link.RemoteIssueLinkService
-
Deprecated.
as of v6.1. Use
RemoteIssueLinkService.validateDelete(com.atlassian.jira.user.ApplicationUser, Long)
instead.
- validateDelete(ApplicationUser, Long) - Method in interface com.atlassian.jira.bc.issue.link.RemoteIssueLinkService
-
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteIssueLinkService.DeleteValidationResult
that can be passed to the RemoteIssueLinkService.delete(User, DeleteValidationResult)
method.
- validateDelete(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Determines whether worklogs are enabled in JIRA and if the user has the required permissions
as determined by calling
WorklogService.hasPermissionToDelete(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog)
to delete a worklog for this issue.
- validateDelete(ApplicationUser, Long, String) - Method in interface com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService
-
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteVersionLinkService.DeleteValidationResult
that can be passed to the
RemoteVersionLinkService.delete(ApplicationUser, DeleteValidationResult)
method to delete the specified
remote version link.
- validateDelete(JiraServiceContext, Long, VersionService.VersionAction, VersionService.VersionAction) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Validates an attempt to delete a version from a project.
- validateDeleteByGlobalId(User, Issue, String) - Method in interface com.atlassian.jira.bc.issue.link.RemoteIssueLinkService
-
Deprecated.
- validateDeleteByGlobalId(ApplicationUser, Issue, String) - Method in interface com.atlassian.jira.bc.issue.link.RemoteIssueLinkService
-
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteIssueLinkService.DeleteByGlobalIdValidationResult
that can be passed to the
RemoteIssueLinkService.deleteByGlobalId(User, DeleteByGlobalIdValidationResult)
method.
- validateDeleteByVersionId(ApplicationUser, Long) - Method in interface com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService
-
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteVersionLinkService.DeleteValidationResult
that can be passed to the
RemoteVersionLinkService.delete(ApplicationUser, DeleteValidationResult)
method to delete all remote version
links for the specified version.
- validateDeleteProject(User, String) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Validation to delete a project is quite straightforward.
- validateDeleteProject(ApplicationUser, String) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Validation to delete a project is quite straightforward.
- validateDeleteProperty(ApplicationUser, Long, String) - Method in class com.atlassian.jira.entity.property.BaseEntityPropertyService
-
- validateDeleteProperty(ApplicationUser, Long, String, EntityPropertyOptions) - Method in class com.atlassian.jira.entity.property.BaseEntityPropertyService
-
- validateDeleteProperty(ApplicationUser, Option<E>, String, EntityPropertyOptions) - Method in class com.atlassian.jira.entity.property.BaseEntityPropertyService
-
- validateDeleteProperty(ApplicationUser, String, String) - Method in class com.atlassian.jira.entity.property.BaseEntityWithKeyPropertyService
-
- validateDeleteProperty(ApplicationUser, String, String, EntityPropertyOptions) - Method in class com.atlassian.jira.entity.property.BaseEntityWithKeyPropertyService
-
- validateDeleteProperty(ApplicationUser, Long, String) - Method in interface com.atlassian.jira.entity.property.EntityPropertyService
-
Check if it is possible to remove the entity property with specified entity's id and entity's property key.
- validateDeleteProperty(ApplicationUser, Long, String, EntityPropertyOptions) - Method in interface com.atlassian.jira.entity.property.EntityPropertyService
-
Check if it is possible to remove the entity property with specified entity's id and entity's property key.
- validateDeleteProperty(ApplicationUser, String, String) - Method in interface com.atlassian.jira.entity.property.EntityWithKeyPropertyService
-
Check if it is possible to remove the entity property with specified entity's key and entity's property key.
- validateDeleteProperty(ApplicationUser, String, String, EntityPropertyOptions) - Method in interface com.atlassian.jira.entity.property.EntityWithKeyPropertyService
-
Check if it is possible to remove the entity property with specified entity's key and entity's property key.
- validateDeleteUser(User, String) - Method in interface com.atlassian.jira.bc.user.UserService
-
Deprecated.
- validateDeleteUser(ApplicationUser, String) - Method in interface com.atlassian.jira.bc.user.UserService
-
Validates removing a user for the admin section.
- validateDeleteUser(ApplicationUser, ApplicationUser) - Method in interface com.atlassian.jira.bc.user.UserService
-
Validates removing a user for the admin section.
- validateDeleteWithManuallyAdjustedEstimate(JiraServiceContext, Long, String) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Determines whether worklogs are enabled in JIRA and if the user has the required permissions
as determined by calling
WorklogService.hasPermissionToDelete(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog)
to delete a worklog for this issue.
- validateDeleteWithNewEstimate(JiraServiceContext, Long, String) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Determines whether worklogs are enabled in JIRA and if the user has the required permissions
as determined by calling
WorklogService.hasPermissionToDelete(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog)
to delete a worklog for this issue.
- validateEditStatus(ApplicationUser, Status, String, String, String, StatusCategory) - Method in interface com.atlassian.jira.bc.config.StatusService
-
Validates given status basing on given parameters
- validateFields(JiraServiceContext, OperationContext, I18nHelper, Issue, Collection<FieldLayoutItem>) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
-
Validates that all fields inputed have valid values.
- validateFilterForChangeOwner(JiraServiceContext, SearchRequest) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Validates that the proposed owner can take over the ownership of the filter
- validateFilterForCreate(JiraServiceContext, SearchRequest) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Validates that a filter is in a correct state to be created.
- validateFilterForUpdate(JiraServiceContext, SearchRequest) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Validates that a filter is in a correct state to be updated.
- validateForChangeOwner(JiraServiceContext, PortalPage) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
This will validate that the dashboard page can be changed to the new owbner.
- validateForChangePortalPageSequence(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Called to validate that sequence of a PortalPage can be changed.
- validateForCreate(JiraServiceContext, PortalPage) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Called to validate that the PortalPage object is in a valid state for creation.
- validateForCreatePortalPageByClone(JiraServiceContext, PortalPage, Long) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Called to validate that a new PortalPage can be created by cloning its Portlet content from an existing PortalPage object.
- validateForDelete(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Validates that the filter can be deleted successfully.
- validateForDelete(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Called to validate that the specified portalPage with the portalPageId can be deleted.
- validateForGetPortalPage(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Check if the user in the service context has permission to get the portal page with the id provided.
- validateForSearch(JiraServiceContext, SharedEntitySearchParameters) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
This will validate that the input parameters are valid for a search that encompasses ANY share entity type.
- validateForSearch(JiraServiceContext, SharedEntitySearchParameters) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
This will validate that the input parameters are valid for a search that encompasses ANY share entity type.
- validateForUpdate(JiraServiceContext, PortalPage) - Method in interface com.atlassian.jira.bc.portal.PortalPageService
-
Called to validate that the PortalPage can be be updated
- validateFromActionParams(Map, ErrorCollection, FieldConfig) - Method in interface com.atlassian.jira.issue.fields.CustomField
-
Validates relevant parameters on custom field type of this custom field.
- validateFromParams(CustomFieldParams, ErrorCollection, FieldConfig) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
-
Ensures that the
CustomFieldParams
of Strings is a valid representation of the Custom Field values.
- validateFromParams(CustomFieldParams, ErrorCollection, FieldConfig) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
-
- validateFromParams(CustomFieldParams, ErrorCollection, FieldConfig) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
-
- validateImport(User, DataImportParams) - Method in interface com.atlassian.jira.bc.dataimport.DataImportService
-
Given the currently loggedInUser and import params this method does some basic validation of the input.
- validateIncreaseVersionSequence(User, long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Validate Move a version to have a lower sequence number - ie make it earlier.
- validateIssueType(Issue, OperationContext, Map, ErrorCollection, I18nHelper) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
-
Deprecated.
- validateLicense(ErrorCollection, I18nHelper) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
-
Deprecated.
- validateMerge(JiraServiceContext, Long, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Validates an attempt to merge a version into another.
- validateMoveToEndVersionSequence(User, long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Validate Move a version to the end of the version sequence.
- validateMoveToStartVersionSequence(User, long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Validate Move a version to the start of the version list.
- validateMoveVersionAfter(User, long, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Validate Move a version after another version.
- validateNotification(NotificationBuilder, User, Issue) - Method in interface com.atlassian.jira.notification.AdhocNotificationService
-
- validateNotification(NotificationBuilder, User, Issue, AdhocNotificationService.ValiationOption) - Method in interface com.atlassian.jira.notification.AdhocNotificationService
-
- validateNumberOfArgs(FunctionOperand, int) - Method in class com.atlassian.jira.plugin.jql.function.AbstractJqlFunction
-
- validateOverwriteWorkflow(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
-
Validates that the draft workflow with the given name is allowed to be saved into the corresponding active
workflow.
- validateParams(User, SearchContext, FieldValuesHolder, I18nHelper, ErrorCollection) - Method in class com.atlassian.jira.issue.customfields.searchers.transformer.AbstractCustomFieldSearchInputTransformer
-
- validateParams(User, SearchContext, FieldValuesHolder, I18nHelper, ErrorCollection) - Method in class com.atlassian.jira.issue.customfields.searchers.transformer.FreeTextCustomFieldSearchInputTransformer
-
- validateParams(User, SearchContext, FieldValuesHolder, I18nHelper, ErrorCollection) - Method in class com.atlassian.jira.issue.customfields.searchers.transformer.NumberRangeCustomFieldSearchInputTransformer
-
- validateParams(User, SearchContext, FieldValuesHolder, I18nHelper, ErrorCollection) - Method in class com.atlassian.jira.issue.customfields.searchers.transformer.UserPickerCustomFieldSearchInputTransformer
-
- validateParams(OperationContext, ErrorCollection, I18nHelper, Issue, FieldScreenRenderLayoutItem) - Method in interface com.atlassian.jira.issue.fields.OrderableField
-
Ensure that the parameters are valid
- validateParams(User, SearchContext, FieldValuesHolder, I18nHelper, ErrorCollection) - Method in class com.atlassian.jira.issue.search.searchers.transformer.RelativeDateSearcherInputTransformer
-
- validateParams(User, SearchContext, FieldValuesHolder, I18nHelper, ErrorCollection) - Method in interface com.atlassian.jira.issue.search.searchers.transformer.SearchInputTransformer
-
Adds error meessages to the errors object if values in the fieldValuesHolder fails validation.
- validateParentIssue(JiraServiceContext, Issue, Issue, String) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueToSubTaskConversionService
-
Validates the given parent issue key for issue key.
- validatePasswordResetToken(User, String) - Method in interface com.atlassian.jira.user.util.UserUtil
-
This can be called to validate a token against the user.
- validatePolicy(User, String, String) - Method in interface com.atlassian.jira.plugin.user.PasswordPolicy
-
This will be called when a user attempts to change a password.
- validatePopulateFields(BulkEditBean, ErrorCollection, I18nHelper) - Method in interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation
-
- validateProject(Issue, OperationContext, Map, ErrorCollection, I18nHelper) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
-
Deprecated.
- validateProjectOrFilterId(ProjectActionSupport, Map) - Method in class com.atlassian.jira.charts.report.AbstractChartReport
-
- validateProperties(Map<String, ObjectConfigurationProperty>) - Method in interface com.atlassian.configurable.ObjectDescriptor
-
- validatePropertyInput(EntityPropertyService.PropertyInput) - Method in class com.atlassian.jira.entity.property.BaseEntityPropertyService
-
- validatePropertyInput(EntityPropertyService.PropertyInput) - Method in interface com.atlassian.jira.entity.property.EntityPropertyService
-
Validates the property's key and property's value without permission checking.
- validatePut(ApplicationUser, Long, String, String) - Method in interface com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService
-
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteVersionLinkService.PutValidationResult
that can be passed to the
RemoteVersionLinkService.put(ApplicationUser, PutValidationResult)
method.
- validateQuery(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
-
Validates the specified
Query
for passed user.
- validateQuery(User, Query, Long) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
-
Validates the specified
Query
for passed user and search request.
- validateReleaseDate(User, Version, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Deprecated.
- validateReleaseVersion(User, Version, Date) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
This method needs to be called before releasing a version to ensure all parameters are correct.
- validateReleaseVersion(User, Version, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
This method needs to be called before releasing a version to ensure all parameters are correct.
- validateRemoveAllRoleActorsByNameAndType(String, String) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
-
- validateRemoveAllRoleActorsByNameAndType(User, String, String) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
-
Deprecated.
Use
ProjectRoleService.removeAllRoleActorsByNameAndType(String, String)
instead. Since v6.0.
Will validate removing all role actors with the specified name and the specified type. This method should be used
before clean up after the actual subject of the role actor has been deleted (ex. deleting a user from the system).
Validation error wil be reported when name does not exists, type does not exists or user performing validation
does not have administrative rights
- validateRemoveGroupsFromGroups(JiraServiceContext, GroupRemoveChildMapper) - Method in interface com.atlassian.jira.bc.group.GroupService
-
Performs validation to see if the groups identified in
mapper
can be removed from
their respective groups by the current user (as specified in the jiraServiceContext).
- validateRemoveStatus(ApplicationUser, Status) - Method in interface com.atlassian.jira.bc.config.StatusService
-
Validates removal of given status
- validateRemoveUserFromGroups(JiraServiceContext, List, String) - Method in interface com.atlassian.jira.bc.group.GroupService
-
Performs validation to see if the user can be removed from the groups by the current user (as specified in
the jiraServiceContext).
- validateRemoveUsersFromGroups(JiraServiceContext, GroupRemoveChildMapper) - Method in interface com.atlassian.jira.bc.group.GroupService
-
Performs validation to see if the users identified in
mapper
can be removed from
their respective groups by the current user (as specified in the jiraServiceContext).
- validateRemoveVote(User, User, Issue) - Method in interface com.atlassian.jira.bc.issue.vote.VoteService
-
Validates if the user currently logged in may remove a vote for the user supplied for the issue provided.
- validateSetLabels(User, Long, Set<String>) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
-
Validates that the user provided can set the labels provided for a particular issue.
- validateSetLabels(User, Long, Long, Set<String>) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
-
Validates that the user provided can set the labels provided for a particular issue.
- validateSetOptions(OptionsService.SetOptionParams) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsService
-
Check that the options of a
CustomField
can be replaced with (i.e.
- validateSetProperty(ApplicationUser, Long, EntityPropertyService.PropertyInput) - Method in class com.atlassian.jira.entity.property.BaseEntityPropertyService
-
- validateSetProperty(ApplicationUser, Long, EntityPropertyService.PropertyInput, EntityPropertyOptions) - Method in class com.atlassian.jira.entity.property.BaseEntityPropertyService
-
- validateSetProperty(ApplicationUser, Option<E>, EntityPropertyService.PropertyInput, EntityPropertyOptions) - Method in class com.atlassian.jira.entity.property.BaseEntityPropertyService
-
- validateSetProperty(ApplicationUser, String, EntityPropertyService.PropertyInput) - Method in class com.atlassian.jira.entity.property.BaseEntityWithKeyPropertyService
-
- validateSetProperty(ApplicationUser, String, EntityPropertyService.PropertyInput, EntityPropertyOptions) - Method in class com.atlassian.jira.entity.property.BaseEntityWithKeyPropertyService
-
- validateSetProperty(ApplicationUser, Long, EntityPropertyService.PropertyInput) - Method in interface com.atlassian.jira.entity.property.EntityPropertyService
-
Checks if the provided entity's property is valid.
- validateSetProperty(ApplicationUser, Long, EntityPropertyService.PropertyInput, EntityPropertyOptions) - Method in interface com.atlassian.jira.entity.property.EntityPropertyService
-
Checks if the provided entity's property is valid.
- validateSetProperty(ApplicationUser, String, EntityPropertyService.PropertyInput) - Method in interface com.atlassian.jira.entity.property.EntityWithKeyPropertyService
-
Checks if the provided entity's property is valid.
- validateSetProperty(ApplicationUser, String, EntityPropertyService.PropertyInput, EntityPropertyOptions) - Method in interface com.atlassian.jira.entity.property.EntityWithKeyPropertyService
-
Checks if the provided entity's property is valid.
- validateSubTaskCreate(User, Long, IssueInputParameters) - Method in interface com.atlassian.jira.bc.issue.IssueService
-
This method does the same as
IssueService.validateCreate(User, IssueInputParameters)
and it allows you to specify a parentId such that the created issue will be a subtask of the provided parent id.
- validateSummary(Issue, OperationContext, Map, ErrorCollection, I18nHelper) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
-
Deprecated.
- validateTargetIssueType(JiraServiceContext, Issue, IssueType, String) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
-
Validates that the issue can be converted to given issue type.
- validateTargetStatus(JiraServiceContext, Status, String, Issue, IssueType) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
-
Validates that the target status is a valid status for the issue's
project and the target issue type.
- validateToken(HttpServletRequest, String) - Method in interface com.atlassian.jira.security.xsrf.XsrfTokenGenerator
-
Validate a form token received as part of a web request
- validateTransition(User, Long, int, IssueInputParameters) - Method in interface com.atlassian.jira.bc.issue.IssueService
-
This method will validate parameters and check the transition conditions and if all checks pass it will construct a new
instance of the
Issue
and will update it with the new parameters.
- validateTransition(User, Long, int, IssueInputParameters, TransitionOptions) - Method in interface com.atlassian.jira.bc.issue.IssueService
-
This method will validate parameters and check the transition conditions and if all checks pass it will construct a new
instance of the
Issue
and will update it with the new parameters.
- validateTranslation(JiraServiceContext, Long, String, String, String) - Method in interface com.atlassian.jira.bc.customfield.CustomFieldService
-
Validates that the parameters to set a translation for a custom field are valid
- validateUnarchiveVersion(User, Version) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
This method should be called before unarchiving a version.
- validateUnreleaseVersion(User, Version, Date) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
This method needs to be called before unreleasing a version to ensure all parameters are correct.
- validateUnreleaseVersion(User, Version, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
This method needs to be called before unreleasing a version to ensure all parameters are correct.
- validateUpdate(JiraServiceContext, Long, String, String, String) - Method in interface com.atlassian.jira.bc.customfield.CustomFieldService
-
Validates that the custom field with the provided id can be updated.
- validateUpdate(User, Long, IssueInputParameters) - Method in interface com.atlassian.jira.bc.issue.IssueService
-
This method will validate parameters and check permissions and if all checks pass it will construct a new
instance of the
Issue
and will update it with the new parameters.
- validateUpdate(User, RemoteIssueLink) - Method in interface com.atlassian.jira.bc.issue.link.RemoteIssueLinkService
-
Deprecated.
- validateUpdate(ApplicationUser, RemoteIssueLink) - Method in interface com.atlassian.jira.bc.issue.link.RemoteIssueLinkService
-
Validates parameters and checks permissions, and if all checks pass it will create a
RemoteIssueLinkService.UpdateValidationResult
that can be passed to the RemoteIssueLinkService.update(User, UpdateValidationResult)
method.
- validateUpdate(JiraServiceContext, WorklogInputParameters) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Determines whether worklogs are enabled in JIRA and if the user has the required permissions
as determined by calling
WorklogService.hasPermissionToUpdate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog)
to update a worklog for this issue.
- validateUpdate(User, VersionService.VersionBuilder) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Validates the update of an existing
Version
object, specified with a VersionService.VersionBuilder
.
- validateUpdateProject(User, String) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Validates that the given user is authorised to update a project.
- validateUpdateProject(ApplicationUser, String) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Validates that the given user is authorised to update a project.
- validateUpdateProject(User, String, String, String, String, String, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Validates updating a project's details.
- validateUpdateProject(ApplicationUser, String, String, String, ApplicationUser, String, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Validates updating a project's details.
- validateUpdateProject(ApplicationUser, Project, String, String, String, ApplicationUser, String, Long, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Validates updating a project's details.
- validateUpdateProject(User, String, String, String, String, String, Long, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Validates updating a project's details.
- validateUpdateProject(ApplicationUser, String, String, String, ApplicationUser, String, Long, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
Validates updating a project's details.
- validateUpdateProjectSchemes(User, Long, Long, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
If the scheme ids are not null or -1 (-1 is often used to reset schemes), then an attempt will be made to
retrieve the scheme.
- validateUpdateProjectSchemes(ApplicationUser, Long, Long, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
-
If the scheme ids are not null or -1 (-1 is often used to reset schemes), then an attempt will be made to
retrieve the scheme.
- validateUpdateRules(JiraServiceContext, List<String>, boolean) - Method in interface com.atlassian.jira.bc.whitelist.WhitelistService
-
Deprecated.
Replaced by
com.atlassian.plugins.whitelist.WhitelistService#add(com.atlassian.plugins.whitelist.WhitelistRule)
,
com.atlassian.plugins.whitelist.WhitelistService#remove(int)
,
com.atlassian.plugins.whitelist.WhitelistService#disableWhitelist()
and
com.atlassian.plugins.whitelist.WhitelistService#enableWhitelist()
. Since v6.1.
- validateUpdateSearchParameters(JiraServiceContext, SearchRequest) - Method in interface com.atlassian.jira.bc.filter.SearchRequestService
-
Validate that the passed
SearchRequest
's search parameters and search sorts can be persisted.
- validateUpdateUser(User) - Method in interface com.atlassian.jira.bc.user.UserService
-
Deprecated.
Use
UserService.validateUpdateUser(com.atlassian.jira.user.ApplicationUser)
instead. Since v6.0.
- validateUpdateUser(ApplicationUser) - Method in interface com.atlassian.jira.bc.user.UserService
-
Validates updating a user's details.
- validateUpdateWithNewEstimate(JiraServiceContext, WorklogNewEstimateInputParameters) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
-
Determines whether worklogs are enabled in JIRA and if the user has the required permissions
as determined by calling
WorklogService.hasPermissionToUpdate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.worklog.Worklog)
to update a worklog for this issue.
- validateUpdateWorkflowNameAndDescription(JiraServiceContext, JiraWorkflow, String) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
-
Validates that the workflow with currentName can have its name and description changed to newWorkflowName and
newDescription.
- validateUpdateWorkflowScheme(ApplicationUser, AssignableWorkflowScheme) - Method in interface com.atlassian.jira.bc.workflow.WorkflowSchemeService
-
Validate that the passed scheme can be saved.
- validateUserLocale(User, String, ErrorCollection) - Method in interface com.atlassian.jira.config.LocaleManager
-
Given a user entered locale string this method ensures that it is in fact a locale that
exists in this instance
- validateVersionDetails(User, Version, String, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
-
Deprecated.
- validateVersionForProject(Collection, Project, ErrorCollection, I18nHelper, String) - Method in class com.atlassian.jira.issue.fields.util.VersionHelperBean
-
- validateVersionIds(Collection, ErrorCollection, I18nHelper, String) - Method in class com.atlassian.jira.issue.fields.util.VersionHelperBean
-
- validateVersionsToCreate(ApplicationUser, I18nHelper, Project, String, Set<String>, ErrorCollection) - Method in class com.atlassian.jira.issue.fields.util.VersionHelperBean
-
- ValidatingDecoratorContextFactory - Class in com.atlassian.jira.jql.context
-
A
ClauseContextFactory
that wraps another ClauseContextFactory to ensure
that the ValidatingDecoratorContextFactory.getClauseContext(User, com.atlassian.query.clause.TerminalClause)
method
on the wrapped object is only called when this passed TerminalClause passes usage validation.
- ValidatingDecoratorContextFactory(OperatorUsageValidator, ClauseContextFactory) - Constructor for class com.atlassian.jira.jql.context.ValidatingDecoratorContextFactory
-
- ValidationErrorsException - Exception in com.atlassian.jira.bc
-
- ValidationErrorsException() - Constructor for exception com.atlassian.jira.bc.ValidationErrorsException
-
- ValidationErrorsException(String) - Constructor for exception com.atlassian.jira.bc.ValidationErrorsException
-
- ValidationFailureException - Exception in com.atlassian.jira.util
-
A validation exception is essentially a "throwable" error collection.
- ValidationFailureException(String) - Constructor for exception com.atlassian.jira.util.ValidationFailureException
-
Constructs a new ValidationFailureException with a single error message.
- ValidationFailureException(String, Throwable) - Constructor for exception com.atlassian.jira.util.ValidationFailureException
-
Constructs a new ValidationFailureException with a single error message and a cause.
- ValidationFailureException(ErrorCollection) - Constructor for exception com.atlassian.jira.util.ValidationFailureException
-
Constructs a new ValidationFailureException initialised with a collection of errors.
- ValidationFailureException(String, ErrorCollection, Throwable) - Constructor for exception com.atlassian.jira.util.ValidationFailureException
-
Constructs a new ValidationFailureException with an error message, a collection of errors, and a cause.
- validIssueKey(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
-
Validates the given issue key.
- validIssueKey(String) - Method in class com.atlassian.jira.util.JiraKeyUtilsBean
-
- validPath - Variable in class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- validProjectKey(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
-
Validates the given project key and returns true if valid, false otherwise.
- validProjectKey(String) - Method in class com.atlassian.jira.util.JiraKeyUtilsBean
-
- VALUE - Static variable in interface com.atlassian.jira.entity.property.EntityProperty
-
- value(String) - Method in class com.atlassian.jira.issue.fields.rest.json.beans.EntityPropertyBean.Builder
-
- value - Variable in class com.atlassian.jira.issue.fields.rest.json.beans.VisibilityJsonBean
-
- value(int) - Method in class com.atlassian.jira.issue.search.parameters.lucene.sort.MappedSortComparator.InternalFieldComparator
-
- value(int) - Method in class com.atlassian.jira.issue.search.parameters.lucene.sort.StringSortComparator.StringOrdValComparator
-
- valueBound(HttpSessionBindingEvent) - Method in class com.atlassian.jira.web.action.issue.TemporaryAttachmentsMonitor
-
- ValueBuilder - Interface in com.atlassian.jira.jql.builder
-
A builder used during the construction of JQL conditions for a particular JQL field in a fluent programming style.
- ValueGeneratingClauseHandler - Interface in com.atlassian.jira.jql
-
Implement this if you want to participate in the JQL autocomplete functionality.
- valueOf(String) - Static method in enum com.atlassian.jira.auditing.AssociatedItem.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.auditing.AuditingCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.avatar.Avatar.Size
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.avatar.Avatar.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.avatar.AvatarManager.ImageSize
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.bc.dataimport.DataImportService.ImportError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.bc.project.ProjectAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.bc.project.version.VersionService.MoveVersionValidationResult.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.bc.project.version.VersionService.ValidationResult.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.bc.security.login.LoginReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.charts.ChartFactory.PeriodName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.charts.ChartFactory.VersionLabel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.config.CoreFeatures
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.config.managedconfiguration.ConfigurationItemAccessLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.config.util.AttachmentPathManager.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.config.util.IndexPathManager.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.datetime.DateTimeStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.event.web.action.admin.LookAndFeelUpdatedEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.hints.HintManager.Context
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.index.IndexDocumentConfiguration.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.issue.customfields.CustomFieldTypeCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.issue.fields.layout.column.ColumnLayout.ColumnConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.issue.fields.renderer.HackyRendererType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.issue.fields.rest.json.beans.VisibilityJsonBean.VisibilityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.issue.fields.rest.StandardOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.issue.link.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.issue.search.searchers.SearcherGroupType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.issue.vote.VotedIssuesAccessor.Security
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.issue.watchers.WatchedIssuesAccessor.Security
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.atlassian.jira.license.LicenseRoleId
-
- valueOf(String) - Static method in enum com.atlassian.jira.mail.MailThreadManager.MailAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.notification.AdhocNotificationService.ValiationOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.notification.JiraNotificationReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.notification.type.NotificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.permission.ProjectPermissionCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager.Context
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.plugin.report.SubTaskInclusionOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.security.auth.Authorisation.Decision
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.security.Permissions.Permission
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.security.Permissions.Type
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.sharing.search.SharedEntitySearchContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.sharing.SharedEntityColumn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.user.util.UserManager.UserState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.user.util.UserUtil.PasswordResetTokenValidation.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.util.ErrorCollection.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.util.MessageSet.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.util.NaturalOrderStringComparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.util.UserAgentUtil.BrowserFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.util.UserAgentUtil.BrowserMajorVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.util.UserAgentUtil.OperatingSystem.OperatingSystemFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.web.action.JiraWebActionSupport.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.web.ui.header.CurrentHeader.Header
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.jira.web.util.OutlookDate.SmartFormatterModes
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.query.clause.ClausePrecedence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.query.operator.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.query.order.SortOrder
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.atlassian.jira.auditing.AssociatedItem.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.auditing.AuditingCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.avatar.Avatar.Size
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.avatar.Avatar.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.avatar.AvatarManager.ImageSize
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.bc.dataimport.DataImportService.ImportError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.bc.project.ProjectAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.bc.project.version.VersionService.MoveVersionValidationResult.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.bc.project.version.VersionService.ValidationResult.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.bc.security.login.LoginReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.charts.ChartFactory.PeriodName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.charts.ChartFactory.VersionLabel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.config.CoreFeatures
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.config.managedconfiguration.ConfigurationItemAccessLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.config.managedconfiguration.ManagedConfigurationItemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.config.util.AttachmentPathManager.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.config.util.IndexPathManager.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.datetime.DateTimeStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.event.web.action.admin.LookAndFeelUpdatedEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.hints.HintManager.Context
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.index.IndexDocumentConfiguration.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.issue.customfields.CustomFieldTypeCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.issue.fields.layout.column.ColumnLayout.ColumnConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.issue.fields.renderer.HackyRendererType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.issue.fields.rest.json.beans.VisibilityJsonBean.VisibilityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.issue.fields.rest.StandardOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.issue.link.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.issue.search.searchers.SearcherGroupType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.issue.vote.VotedIssuesAccessor.Security
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.issue.watchers.WatchedIssuesAccessor.Security
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.mail.MailThreadManager.MailAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.notification.AdhocNotificationService.ValiationOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.notification.JiraNotificationReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.notification.type.NotificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.permission.ProjectPermissionCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager.Context
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.plugin.report.SubTaskInclusionOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.security.auth.Authorisation.Decision
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.security.Permissions.Permission
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.security.Permissions.Type
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.sharing.search.SharedEntitySearchContext
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.sharing.SharedEntityColumn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.user.util.UserManager.UserState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.user.util.UserUtil.PasswordResetTokenValidation.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.util.ErrorCollection.Reason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.util.MessageSet.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.util.NaturalOrderStringComparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.util.UserAgentUtil.BrowserFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.util.UserAgentUtil.BrowserMajorVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.util.UserAgentUtil.OperatingSystem.OperatingSystemFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.web.action.JiraWebActionSupport.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.web.ui.header.CurrentHeader.Header
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.jira.web.util.OutlookDate.SmartFormatterModes
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.query.clause.ClausePrecedence
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.query.operator.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.query.order.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valuesEqual(T, T) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
-
Used to compare 2 field values and work out whether a change item should be generated
- valuesEqual(T, T) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
-
- ValuesGenerator<K> - Interface in com.atlassian.configurable
-
Interface to implement when you want to retrieve a list of choices for a ConfigurationProperty.
- ValueStatisticMapper<T> - Interface in com.atlassian.jira.issue.statistics
-
Provides extra method to get non-standard comparator for StatisticMappers
to be used when we need different comparison method (eg.comparing custom fields options in gadgets)
- valueUnbound(HttpSessionBindingEvent) - Method in class com.atlassian.jira.web.action.issue.TemporaryAttachmentsMonitor
-
When this object is unbount from the HttpSession, it's responsible for cleanup.
- VELCITY_ACTION_PARAM - Static variable in interface com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
-
- VELOCITY_VALUE_PARAM - Static variable in interface com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
-
- VelocityParamFactory - Interface in com.atlassian.jira.util
-
Factory that can create default Velocity Parameters for use in Velocity templates.
- VelocityRequestContext - Interface in com.atlassian.jira.util.velocity
-
A context that allows for different implementations depending on whether it is running in the scope of a web
request, or via email.
- VelocityRequestContextFactory - Interface in com.atlassian.jira.util.velocity
-
Provides a request context that can be used to get the 'correct' baseurl.
- VelocityRequestSession - Interface in com.atlassian.jira.util.velocity
-
An object that stores Session information for a user;
- VelocityTemplatingEngine - Interface in com.atlassian.jira.template
-
Represents a fluent, easy-to-use façade over the
org.apache.velocity.app.VelocityEngine
used by the JIRA web
application.
- VelocityTemplatingEngine.RenderRequest - Interface in com.atlassian.jira.template
-
- verify() - Method in interface com.atlassian.jira.issue.search.SearchContext
-
Verifies that all issue types and projects in the context actually still exists.
- verifyNotBlank(ErrorCollection, I18nHelper, String, String) - Static method in class com.atlassian.jira.entity.remotelink.AbstractRemoteEntityLinkService
-
- verifyNotNull(ErrorCollection, I18nHelper, String, Object) - Static method in class com.atlassian.jira.entity.remotelink.AbstractRemoteEntityLinkService
-
- VERSION - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
-
- VERSION - Static variable in class com.atlassian.jira.issue.statistics.FilterStatisticsValuesGenerator
-
- VERSION - Static variable in class com.atlassian.jira.JiraDataTypes
-
- VERSION - Static variable in interface com.atlassian.jira.ofbiz.OfBizDelegator
-
- version(Long) - Method in class com.atlassian.jira.portal.PortalPage.Builder
-
- Version - Interface in com.atlassian.jira.project.version
-
- VERSION_BROWSER_POPULAR_ISSUES_RESOLVED - Static variable in interface com.atlassian.jira.web.SessionKeys
-
These appear to not be in use in JIRA but could be used by plugins?
- VERSION_BROWSER_REPORT_SUBSET - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- VERSION_BROWSER_SELECTED - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- VERSION_RELEASED_ARCHIVED - Static variable in class com.atlassian.jira.project.version.VersionKeys
-
- VERSION_RELEASED_UNARCHIVED - Static variable in class com.atlassian.jira.project.version.VersionKeys
-
- VERSION_TYPE - Static variable in class com.atlassian.jira.issue.fields.rest.json.JsonType
-
- VERSION_UNRELEASED_ARCHIVED - Static variable in class com.atlassian.jira.project.version.VersionKeys
-
- VERSION_UNRELEASED_UNARCHIVED - Static variable in class com.atlassian.jira.project.version.VersionKeys
-
- VersionArchiveEvent - Class in com.atlassian.jira.event.project
-
Event indicating a version has been archived
- VersionArchiveEvent(Version) - Constructor for class com.atlassian.jira.event.project.VersionArchiveEvent
-
- VersionClauseContextFactory - Class in com.atlassian.jira.jql.context
-
A context factory for project version clauses (fix and affects).
- VersionClauseContextFactory(JqlOperandResolver, VersionResolver, PermissionManager) - Constructor for class com.atlassian.jira.jql.context.VersionClauseContextFactory
-
- VersionClauseValuesGenerator - Class in com.atlassian.jira.jql.values
-
Gets all the possible versions.
- VersionClauseValuesGenerator(VersionManager, PermissionManager, I18nHelper.BeanFactory) - Constructor for class com.atlassian.jira.jql.values.VersionClauseValuesGenerator
-
- VersionComparator - Class in com.atlassian.jira.issue.comparator
-
- VersionComparator() - Constructor for class com.atlassian.jira.issue.comparator.VersionComparator
-
- VersionCreatedViaRestEvent - Class in com.atlassian.jira.event.project
-
Event indicating if a version is created via REST (which means project admin in most cases using the RESTful table).
- VersionCreatedViaRestEvent(Version) - Constructor for class com.atlassian.jira.event.project.VersionCreatedViaRestEvent
-
- VersionCreateEvent - Class in com.atlassian.jira.event.project
-
Event indicating a version has been created
- VersionCreateEvent(Version) - Constructor for class com.atlassian.jira.event.project.VersionCreateEvent
-
- VersionCustomFieldClauseQueryFactory - Class in com.atlassian.jira.jql.query
-
Creates queries for version custom field clauses.
- VersionCustomFieldClauseQueryFactory(String, VersionResolver, JqlOperandResolver) - Constructor for class com.atlassian.jira.jql.query.VersionCustomFieldClauseQueryFactory
-
- VersionCustomFieldImporter - Class in com.atlassian.jira.imports.project.customfield
-
Implements ProjectCustomFieldImporter for the "Version" custom fields.
- VersionCustomFieldImporter() - Constructor for class com.atlassian.jira.imports.project.customfield.VersionCustomFieldImporter
-
- VersionCustomFieldIndexer - Class in com.atlassian.jira.issue.index.indexers.impl
-
A simple version custom field indexer.
- VersionCustomFieldIndexer(FieldVisibilityManager, CustomField) - Constructor for class com.atlassian.jira.issue.index.indexers.impl.VersionCustomFieldIndexer
-
- VersionCustomFieldRenderer - Class in com.atlassian.jira.issue.customfields.searchers.renderer
-
- VersionCustomFieldRenderer(ClauseNames, VersionManager, FieldVisibilityManager, CustomFieldSearcherModuleDescriptor, CustomFieldValueProvider, CustomField) - Constructor for class com.atlassian.jira.issue.customfields.searchers.renderer.VersionCustomFieldRenderer
-
- VersionCustomFieldSearchInputTransformer - Class in com.atlassian.jira.issue.customfields.searchers.transformer
-
The
SearchInputTransformer
for Version custom fields.
- VersionCustomFieldSearchInputTransformer(String, ClauseNames, CustomField, IndexInfoResolver<Version>, JqlOperandResolver, FieldFlagOperandRegistry, NameResolver<Version>, CustomFieldInputHelper, VersionManager) - Constructor for class com.atlassian.jira.issue.customfields.searchers.transformer.VersionCustomFieldSearchInputTransformer
-
- VersionCustomFieldSearchInputTransformer(String, ClauseNames, CustomField, IndexInfoResolver<Version>, JqlOperandResolver, FieldFlagOperandRegistry, SearchContextVisibilityChecker, NameResolver<Version>, CustomFieldInputHelper, VersionManager) - Constructor for class com.atlassian.jira.issue.customfields.searchers.transformer.VersionCustomFieldSearchInputTransformer
-
Deprecated.
- VersionCustomFieldValidator - Class in com.atlassian.jira.jql.validator
-
The Affected Version clause validator.
- VersionCustomFieldValidator(VersionResolver, JqlOperandResolver, PermissionManager, VersionManager, I18nHelper.BeanFactory) - Constructor for class com.atlassian.jira.jql.validator.VersionCustomFieldValidator
-
- VersionDeleteEvent - Class in com.atlassian.jira.event.project
-
Event indicating a version has been deleted
- VersionDeleteEvent(Version) - Constructor for class com.atlassian.jira.event.project.VersionDeleteEvent
-
- VersionHelperBean - Class in com.atlassian.jira.issue.fields.util
-
- VersionHelperBean(VersionManager) - Constructor for class com.atlassian.jira.issue.fields.util.VersionHelperBean
-
Deprecated.
to be removed in JIRA 7.0. Use
VersionHelperBean.VersionHelperBean(com.atlassian.jira.project.version.VersionManager, com.atlassian.jira.security.PermissionManager)
instead.
- VersionHelperBean(VersionManager, PermissionManager) - Constructor for class com.atlassian.jira.issue.fields.util.VersionHelperBean
-
- VersionIndexedInputHelper - Class in com.atlassian.jira.issue.search.searchers.util
-
Extension of
DefaultIndexedInputHelper
that knows how to create SingleValueOperand
s by resolving
ids to Version names.
- VersionIndexedInputHelper(IndexInfoResolver<Version>, JqlOperandResolver, FieldFlagOperandRegistry, NameResolver<Version>) - Constructor for class com.atlassian.jira.issue.search.searchers.util.VersionIndexedInputHelper
-
- VersionIndexedInputHelper(IndexInfoResolver<Version>, JqlOperandResolver, FieldFlagOperandRegistry, SearchContextVisibilityChecker, NameResolver<Version>) - Constructor for class com.atlassian.jira.issue.search.searchers.util.VersionIndexedInputHelper
-
Deprecated.
- VersionIndexInfoResolver - Class in com.atlassian.jira.jql.resolver
-
Index resolver that can find the index values for versions.
- VersionIndexInfoResolver(NameResolver<Version>) - Constructor for class com.atlassian.jira.jql.resolver.VersionIndexInfoResolver
-
- VersionJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
- VersionJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.VersionJsonBean
-
- VersionKeys - Class in com.atlassian.jira.project.version
-
- VersionKeys() - Constructor for class com.atlassian.jira.project.version.VersionKeys
-
- VersionManager - Interface in com.atlassian.jira.project.version
-
Manager responsible for JIRA versions.
- VersionMergeEvent - Class in com.atlassian.jira.event.project
-
Event indicating a version has been merged into another
- VersionMergeEvent(Version, Version) - Constructor for class com.atlassian.jira.event.project.VersionMergeEvent
-
- VersionMoveEvent - Class in com.atlassian.jira.event.project
-
Event indicating a version has been moved
- VersionMoveEvent(Version) - Constructor for class com.atlassian.jira.event.project.VersionMoveEvent
-
- VersionOptionsConfigItem - Class in com.atlassian.jira.issue.customfields.config.item
-
- VersionOptionsConfigItem(VersionManager) - Constructor for class com.atlassian.jira.issue.customfields.config.item.VersionOptionsConfigItem
-
- VersionReleaseEvent - Class in com.atlassian.jira.event.project
-
Event indicating a version has been released
- VersionReleaseEvent(Version) - Constructor for class com.atlassian.jira.event.project.VersionReleaseEvent
-
- VersionResolver - Class in com.atlassian.jira.jql.resolver
-
Resolves Version objects and ids from their names.
- VersionResolver(VersionManager) - Constructor for class com.atlassian.jira.jql.resolver.VersionResolver
-
- VersionSearchContextVisibilityChecker - Class in com.atlassian.jira.issue.search.searchers.transformer
-
Deprecated.
- VersionSearchContextVisibilityChecker(VersionManager) - Constructor for class com.atlassian.jira.issue.search.searchers.transformer.VersionSearchContextVisibilityChecker
-
Deprecated.
- VersionSearcher - Class in com.atlassian.jira.issue.customfields.searchers
-
- VersionSearcher(VersionManager, FieldVisibilityManager, VersionResolver, JqlOperandResolver, FieldFlagOperandRegistry, VersionClauseContextFactory, PermissionManager, ContextSetUtil, FieldConfigSchemeClauseContextUtil, CustomFieldInputHelper) - Constructor for class com.atlassian.jira.issue.customfields.searchers.VersionSearcher
-
- VersionSearcher(VersionManager, FieldVisibilityManager, VersionResolver, JqlOperandResolver, FieldFlagOperandRegistry, VersionClauseContextFactory, PermissionManager, ContextSetUtil, FieldConfigSchemeClauseContextUtil, MultiClauseDecoratorContextFactory.Factory, CustomFieldInputHelper) - Constructor for class com.atlassian.jira.issue.customfields.searchers.VersionSearcher
-
- VersionService - Interface in com.atlassian.jira.bc.project.version
-
Service for
VersionService
- VersionService.AbstractVersionResult - Class in com.atlassian.jira.bc.project.version
-
- VersionService.AbstractVersionResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.AbstractVersionResult
-
- VersionService.AbstractVersionResult(ErrorCollection, Version) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.AbstractVersionResult
-
- VersionService.ArchiveVersionValidationResult - Class in com.atlassian.jira.bc.project.version
-
- VersionService.ArchiveVersionValidationResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.ArchiveVersionValidationResult
-
- VersionService.ArchiveVersionValidationResult(ErrorCollection, Version) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.ArchiveVersionValidationResult
-
- VersionService.CreateVersionValidationResult - Class in com.atlassian.jira.bc.project.version
-
- VersionService.CreateVersionValidationResult(ErrorCollection, Set<VersionService.CreateVersionValidationResult.Reason>) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
-
- VersionService.CreateVersionValidationResult(ErrorCollection, Project, String, Date, String, Long) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
-
- VersionService.CreateVersionValidationResult(ErrorCollection, Project, String, Date, Date, String, Long) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
-
- VersionService.CreateVersionValidationResult.Reason - Enum in com.atlassian.jira.bc.project.version
-
- VersionService.MoveVersionValidationResult - Class in com.atlassian.jira.bc.project.version
-
- VersionService.MoveVersionValidationResult(ErrorCollection, Set<VersionService.MoveVersionValidationResult.Reason>) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.MoveVersionValidationResult
-
- VersionService.MoveVersionValidationResult(ErrorCollection, Version) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.MoveVersionValidationResult
-
- VersionService.MoveVersionValidationResult(ErrorCollection, Version, Long) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.MoveVersionValidationResult
-
- VersionService.MoveVersionValidationResult.Reason - Enum in com.atlassian.jira.bc.project.version
-
- VersionService.ReasonsServiceResult<R,T> - Class in com.atlassian.jira.bc.project.version
-
A generified
ServiceResultImpl
that allows Service-specified Reasons to be set as part of the result (in
addition to Reasons specified inside the ErrorCollection
.
- VersionService.ReasonsServiceResult(ErrorCollection, Set<R>) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.ReasonsServiceResult
-
- VersionService.ReasonsServiceResult(ErrorCollection, Set<R>, T) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.ReasonsServiceResult
-
- VersionService.ReleaseVersionValidationResult - Class in com.atlassian.jira.bc.project.version
-
- VersionService.ReleaseVersionValidationResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.ReleaseVersionValidationResult
-
- VersionService.ReleaseVersionValidationResult(ErrorCollection, Version, Date) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.ReleaseVersionValidationResult
-
- VersionService.ValidationResult - Interface in com.atlassian.jira.bc.project.version
-
Represents the results of performing a validation call for a single merge or delete operation.
- VersionService.ValidationResult.Reason - Enum in com.atlassian.jira.bc.project.version
-
- VersionService.VersionAction - Interface in com.atlassian.jira.bc.project.version
-
- VersionService.VersionBuilder - Class in com.atlassian.jira.bc.project.version
-
A builder class to specify a new Version to create or an existing Version to update.
- VersionService.VersionBuilderValidationResult - Class in com.atlassian.jira.bc.project.version
-
Result object that relates to new VersionService methods that take a
VersionService.VersionBuilder
as a parameter.
- VersionService.VersionResult - Class in com.atlassian.jira.bc.project.version
-
- VersionService.VersionResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.VersionResult
-
- VersionService.VersionResult(ErrorCollection, Version) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.VersionResult
-
- VersionService.VersionsResult - Class in com.atlassian.jira.bc.project.version
-
- VersionService.VersionsResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.VersionsResult
-
- VersionService.VersionsResult(ErrorCollection, Collection<Version>) - Constructor for class com.atlassian.jira.bc.project.version.VersionService.VersionsResult
-
- VersionSpecificRelationalOperatorQueryFactory - Class in com.atlassian.jira.jql.query
-
A relation query factory for version which overrides the the createPredicate method to return a predicate that
checks the project is the same.
- VersionSpecificRelationalOperatorQueryFactory(Comparator<? super Version>, NameResolver<Version>, IndexInfoResolver<Version>) - Constructor for class com.atlassian.jira.jql.query.VersionSpecificRelationalOperatorQueryFactory
-
- VersionStatisticsMapper - Class in com.atlassian.jira.issue.statistics
-
- VersionStatisticsMapper(String, String, VersionManager, boolean) - Constructor for class com.atlassian.jira.issue.statistics.VersionStatisticsMapper
-
- VersionTabPanel - Interface in com.atlassian.jira.plugin.versionpanel
-
Version Tab Panel
- VersionTabPanelModuleDescriptor - Interface in com.atlassian.jira.plugin.versionpanel
-
A project version tab panel plugin adds extra panel tabs to JIRA's Browse Version page.
- VersionUnarchiveEvent - Class in com.atlassian.jira.event.project
-
Event indicating a version has been unarchived
- VersionUnarchiveEvent(Version) - Constructor for class com.atlassian.jira.event.project.VersionUnarchiveEvent
-
- VersionUnreleaseEvent - Class in com.atlassian.jira.event.project
-
Event indicating a version has been unreleased
- VersionUnreleaseEvent(Version) - Constructor for class com.atlassian.jira.event.project.VersionUnreleaseEvent
-
- VersionUpdatedEvent - Class in com.atlassian.jira.event.project
-
- VersionUpdatedEvent(Version, Version) - Constructor for class com.atlassian.jira.event.project.VersionUpdatedEvent
-
- VIEW_COMMENTASSIGN - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
- VIEW_COMMENTASSIGN_ID - Static variable in class com.atlassian.jira.workflow.WorkflowActionsBean
-
- VIEW_COMMENTASSIGN_ID - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
- VIEW_DEV_TOOLS - Static variable in class com.atlassian.jira.permission.ProjectPermissions
-
- VIEW_ISSUE_OPERATION - Static variable in class com.atlassian.jira.issue.operation.IssueOperations
-
- VIEW_PROFILE_TAB - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- VIEW_READONLY_WORKFLOW - Static variable in class com.atlassian.jira.permission.ProjectPermissions
-
- VIEW_RESOLVE - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
- VIEW_RESOLVE_ID - Static variable in class com.atlassian.jira.workflow.WorkflowActionsBean
-
- VIEW_RESOLVE_ID - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
- VIEW_SCREEN - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
-
- VIEW_TEMPLATE - Static variable in interface com.atlassian.jira.plugin.profile.UserFormat
-
The default velocity template name that is used to render the view.
- VIEW_TEMPLATE - Static variable in interface com.atlassian.jira.plugin.profile.ViewProfilePanel
-
The default velocity template name that is used to render the view.
- VIEW_TEMPLATE_SUFFIX - Static variable in class com.atlassian.jira.issue.search.searchers.renderer.AbstractSearchRenderer
-
- VIEW_VERSION_CONTROL - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
- VIEW_VOTERS_AND_WATCHERS - Static variable in class com.atlassian.jira.permission.ProjectPermissions
-
- VIEW_VOTERS_AND_WATCHERS - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
- VIEW_WORKFLOW_READONLY - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
- VIEWCVS_ROOT_TYPE - Static variable in interface com.atlassian.jira.config.properties.APKeys
-
- VIEWISSUE_ACTION_ORDER - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- VIEWISSUE_ATTACHMENT_ORDER - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- VIEWISSUE_ATTACHMENT_SORTBY - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- VIEWISSUE_PAGE - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- ViewProfilePanel - Interface in com.atlassian.jira.plugin.profile
-
Defines a "panel" of content that will be displayed on the view profile page, in the center.
- ViewProfilePanelModuleDescriptor - Interface in com.atlassian.jira.plugin.profile
-
Defines a plugin point for rendering content on the JIRA view profile page.
- viewVoters(Issue, User) - Method in interface com.atlassian.jira.bc.issue.vote.VoteService
-
Get the list of all users who have voted on an issue.
- VisibilityJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
A common representation for setting visibility of something, e.g comment or worklog
- VisibilityJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.VisibilityJsonBean
-
- VisibilityJsonBean(VisibilityJsonBean.VisibilityType, String) - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.VisibilityJsonBean
-
- VisibilityJsonBean.VisibilityType - Enum in com.atlassian.jira.issue.fields.rest.json.beans
-
- VisibilityValidator - Interface in com.atlassian.jira.bc.issue.util
-
This class is used to check the validity of group or role level visibility restrictions.
- visit(AbstractCustomFieldType) - Method in interface com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType.Visitor
-
- visit(TerminalClause) - Method in class com.atlassian.jira.issue.search.searchers.impl.NamedTerminalClauseCollectingVisitor
-
- visit(AndClause) - Method in class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- visit(NotClause) - Method in class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- visit(OrClause) - Method in class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- visit(TerminalClause) - Method in class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- visit(WasClause) - Method in class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- visit(ChangedClause) - Method in class com.atlassian.jira.issue.search.searchers.transformer.SimpleNavigatorCollectorVisitor
-
- visit(AndClause) - Method in class com.atlassian.jira.issue.search.searchers.util.RecursiveClauseVisitor
-
- visit(NotClause) - Method in class com.atlassian.jira.issue.search.searchers.util.RecursiveClauseVisitor
-
- visit(OrClause) - Method in class com.atlassian.jira.issue.search.searchers.util.RecursiveClauseVisitor
-
- visit(TerminalClause) - Method in class com.atlassian.jira.issue.search.searchers.util.RecursiveClauseVisitor
-
- visit(WasClause) - Method in class com.atlassian.jira.issue.search.searchers.util.RecursiveClauseVisitor
-
- visit(ChangedClause) - Method in class com.atlassian.jira.issue.search.searchers.util.RecursiveClauseVisitor
-
- visit(T) - Method in interface com.atlassian.jira.util.Visitor
-
- visit(AndClause) - Method in interface com.atlassian.query.clause.ClauseVisitor
-
Visit called when accepting a
AndClause
.
- visit(NotClause) - Method in interface com.atlassian.query.clause.ClauseVisitor
-
Visit called when accepting a
NotClause
.
- visit(OrClause) - Method in interface com.atlassian.query.clause.ClauseVisitor
-
Visit called when accepting a
OrClause
.
- visit(TerminalClause) - Method in interface com.atlassian.query.clause.ClauseVisitor
-
Visit called when accepting a
TerminalClause
.
- visit(WasClause) - Method in interface com.atlassian.query.clause.ClauseVisitor
-
Visit called when accepting a
WasClause
.
- visit(ChangedClause) - Method in interface com.atlassian.query.clause.ClauseVisitor
-
Visit called when accepting a
ChangedClause
.
- visit(HistoryPredicate) - Method in interface com.atlassian.query.history.PredicateVisitor
-
Visit called when accepting a
HistoryPredicate
.
- visit(EmptyOperand) - Method in interface com.atlassian.query.operand.OperandVisitor
-
The method called when visiting an
EmptyOperand
.
- visit(FunctionOperand) - Method in interface com.atlassian.query.operand.OperandVisitor
-
The method called when visiting a
FunctionOperand
.
- visit(MultiValueOperand) - Method in interface com.atlassian.query.operand.OperandVisitor
-
The method called when visiting an
MultiValueOperand
.
- visit(SingleValueOperand) - Method in interface com.atlassian.query.operand.OperandVisitor
-
The method called when visiting an
SingleValueOperand
.
- visitAll(Visitor<SearchRequestEntity>) - Method in interface com.atlassian.jira.issue.search.SearchRequestManager
-
Iterates over all SearchRequests using a Visitor pattern callback.
- visitCalculated(CalculatedCFType) - Method in interface com.atlassian.jira.issue.customfields.impl.CalculatedCFType.Visitor
-
- visitMultiField(AbstractMultiCFType) - Method in interface com.atlassian.jira.issue.customfields.impl.AbstractMultiCFType.Visitor
-
- Visitor<T> - Interface in com.atlassian.jira.util
-
Callback interface for code that implements the Visitor Pattern.
- visitSingleField(AbstractSingleFieldType) - Method in interface com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType.Visitor
-
- visitString(GenericTextCFType) - Method in interface com.atlassian.jira.issue.customfields.impl.GenericTextCFType.Visitor
-
- visitString(StringCFType) - Method in interface com.atlassian.jira.issue.customfields.impl.StringCFType.Visitor
-
Deprecated.
- visitText(TextCFType) - Method in interface com.atlassian.jira.issue.customfields.impl.TextCFType.Visitor
-
Deprecated.
- VISUALINTERCEPT_IMPORT_CONFIG_BEAN - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- VotedIssuesAccessor - Interface in com.atlassian.jira.issue.vote
-
Get all issue ids someone voted for.
- VotedIssuesAccessor.Security - Enum in com.atlassian.jira.issue.vote
-
- VoteHistoryEntry - Interface in com.atlassian.jira.issue.vote
-
This represents an entry in the vote history of an issue at a point in time.
- VoteManager - Interface in com.atlassian.jira.issue.vote
-
The vote manager is responsible for counting issue votes.
- voter() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
the number of votes on an issue.
- voterInGroup(String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds all issues that were voted for by users in a particular group.
- voterIsCurrentUser() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds all issues that were voted for by the current user.
- voterIsEmpty() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query to find issues without any votes.
- VOTERS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- voterUser(String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds issues that are voted for by the passed user.
- VOTES - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- votes() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
the number of votes on an issue.
- votes(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- votes(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- VOTES_TYPE - Static variable in class com.atlassian.jira.issue.fields.rest.json.JsonType
-
- VoteService - Interface in com.atlassian.jira.bc.issue.vote
-
Vote Service used to add and remove votes from a particular issue.
- VoteService.VoteValidationResult - Class in com.atlassian.jira.bc.issue.vote
-
A simple validation result that holds the user trying to vote, and the issue being voted on.
- VoteService.VoteValidationResult(ErrorCollection, User, Issue) - Constructor for class com.atlassian.jira.bc.issue.vote.VoteService.VoteValidationResult
-
- VotesJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
- VotesJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.VotesJsonBean
-
W
- waitForUpdatesToFinishAndExecute(AssignableWorkflowScheme, Callable<T>) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
-
If the passed workflow scheme is currently being edited, then this method blocks until the editing is finished.
- warn(Object) - Method in class com.atlassian.jira.util.log.NShotLogger
-
- warn(Object, Throwable) - Method in class com.atlassian.jira.util.log.NShotLogger
-
- WARNING - Static variable in class com.atlassian.jira.issue.fields.util.MessagedResult
-
- warning(String) - Method in interface com.atlassian.jira.service.util.handler.MessageHandlerErrorCollector
-
Report a warning
- warning(String, Throwable) - Method in interface com.atlassian.jira.service.util.handler.MessageHandlerErrorCollector
-
Report a warning
- WasClause - Interface in com.atlassian.query.clause
-
Used to represent WAS in the Query tree
- WatchedIssuesAccessor - Interface in com.atlassian.jira.issue.watchers
-
Get all issue ids someone is watching.
- WatchedIssuesAccessor.Security - Enum in com.atlassian.jira.issue.watchers
-
- watcher() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
the number of watches on an issue.
- watcherInGroup(String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds all issues that were watched by users in a particular group.
- watcherIsCurrentUser() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds all issues that were watched by the current user.
- watcherIsEmpty() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query to find issues without any watchers.
- WatcherManager - Interface in com.atlassian.jira.issue.watchers
-
Allows watching of issues.
- WATCHERS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- WATCHERS_PARAM_NAME - Static variable in class com.atlassian.jira.event.issue.IssueEvent
-
In case of issue delete events, a param with this key may store list of this issue's watchers as a list of
User
objects.
- WatcherService - Interface in com.atlassian.jira.bc.issue.watcher
-
Watcher-related business logic interface.
- WatcherService.BulkWatchResult - Class in com.atlassian.jira.bc.issue.watcher
-
Used to return the result of a Bulk Watch or Bulk Unwatch operation.
- WatchersJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
- WatchersJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.WatchersJsonBean
-
- watcherUser(String) - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Add a condition to the query that finds issues that are watched by the passed user.
- WATCHES - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- watches() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
the number of watches on an issue.
- watches(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- watches(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- WATCHES_TYPE - Static variable in class com.atlassian.jira.issue.fields.rest.json.JsonType
-
- WatchingDisabledException - Exception in com.atlassian.jira.bc.issue.watcher
-
This exception indicates that there was an attempt to perform a watching-related operation while watching is disabled
in JIRA.
- WatchingDisabledException() - Constructor for exception com.atlassian.jira.bc.issue.watcher.WatchingDisabledException
-
- WEB_RESOURCE_FLUSH_COUNTER - Static variable in interface com.atlassian.jira.config.properties.APKeys
-
The last date at which all web resources should be flushed.
- WEB_RESOURCE_SUPER_BATCH_FLUSH_COUNTER - Static variable in interface com.atlassian.jira.config.properties.APKeys
-
Counter that can be used to flush super batched web-resources.
- WebErrorMessage - Interface in com.atlassian.jira.plugin.user
-
Interface to be used with user management plugin points to encapsulate error messages
and a useful information for displaying those error messages to a user.
- WebErrorMessageImpl - Class in com.atlassian.jira.plugin.user
-
Basic WebErrorMessage Implementation.
- WebErrorMessageImpl(String, String, URI) - Constructor for class com.atlassian.jira.plugin.user.WebErrorMessageImpl
-
- WEBSUDO_IS_DISABLED - Static variable in interface com.atlassian.jira.config.properties.SystemPropertyKeys
-
- WEBSUDO_TIMESTAMP - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- weight - Variable in class com.atlassian.jira.plugin.webfragment.model.SimpleLinkSectionImpl
-
- WF_EDITOR_TRANSITION_TAB - Static variable in interface com.atlassian.jira.web.SessionKeys
-
- where() - Method in class com.atlassian.jira.jql.builder.JqlQueryBuilder
-
Creates an
JqlClauseBuilder
which is used to modify the where clause portion
of the JqlQueryBuilder
instance.
- WhitelistManager - Interface in com.atlassian.jira.bc.whitelist
-
Deprecated.
Replaced by
com.atlassian.plugins.whitelist.WhitelistService
and
com.atlassian.plugins.whitelist.OutboundWhitelist
. Since v6.1.
- WhitelistService - Interface in com.atlassian.jira.bc.whitelist
-
Deprecated.
Replaced by
com.atlassian.plugins.whitelist.WhitelistService
and
com.atlassian.plugins.whitelist.OutboundWhitelist
. Since v6.1.
- WhitelistService.WhitelistResult - Class in com.atlassian.jira.bc.whitelist
-
Deprecated.
- WhitelistService.WhitelistResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistResult
-
Deprecated.
- WhitelistService.WhitelistResult(ErrorCollection, List<String>) - Constructor for class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistResult
-
Deprecated.
- WhitelistService.WhitelistUpdateValidationResult - Class in com.atlassian.jira.bc.whitelist
-
Deprecated.
- WhitelistService.WhitelistUpdateValidationResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistUpdateValidationResult
-
Deprecated.
- WhitelistService.WhitelistUpdateValidationResult(ErrorCollection, List<String>, boolean) - Constructor for class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistUpdateValidationResult
-
Deprecated.
- WILDCARD - Static variable in class com.atlassian.jira.sharing.search.SharedEntitySearchParameters.TextSearchMode
-
- wildcardToRegex(String) - Static method in class com.atlassian.jira.util.RegexpUtils
-
Convert a wildcard to a java.util.regexp (ie
'*'
becomes '.*'
and '?'
becomes '.'
).
- withAssociatedItem(AssociatedItem.Type, String, String) - Method in class com.atlassian.jira.auditing.RecordRequest
-
- withAssociatedItems(AssociatedItem...) - Method in class com.atlassian.jira.auditing.RecordRequest
-
- withAssociatedItems(Iterable<AssociatedItem>) - Method in class com.atlassian.jira.auditing.RecordRequest
-
- withChangedValues(ChangedValue...) - Method in class com.atlassian.jira.auditing.RecordRequest
-
- withChangedValues(Iterable<ChangedValue>) - Method in class com.atlassian.jira.auditing.RecordRequest
-
- withChanges(List<ChangeHistoryItem>) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryGroup.Builder
-
- withDefaultLocale() - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
-
Returns a new formatter that will use the JIRA default locale to format and parse dates.
- withDefaultZone() - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
-
Returns a new formatter that will use the JIRA default time zone to format and parse dates.
- withFroms(Map<String, String>) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
-
- WithId - Interface in com.atlassian.jira.entity
-
Entities implementing this interface are supposed to be uniquely identifiable by id.
- withId(long) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryGroup.Builder
-
- withId(Long) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
-
- withId(long) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
-
Deprecated.
since 5.1 - Use
ChangeHistoryItem.Builder.withId(Long id)
- withInputStream(InputStream) - Method in interface com.atlassian.jira.util.io.InputStreamConsumer
-
- WithKey - Interface in com.atlassian.jira.entity
-
Entities implementing this interface are supposed to be uniquely identifiable by key.
- withLocale(Locale) - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
-
Specifies the Locale to use when formatting dates.
- withStyle(DateTimeStyle) - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
-
Specifies the style to use when formatting dates.
- withSystemZone() - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
-
Returns a new formatter that will use the system time zone to format and parse dates.
- withTos(Map<String, String>) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
-
- withZone(TimeZone) - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
-
Returns a new formatter that will use the specified zone instead of the JIRA default time zone.
- WONTFIX_RESOLUTION - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- WONTFIX_RESOLUTION_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- WORK_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
Permission to log work done on an issue.
- WORK_ON_ISSUES - Static variable in class com.atlassian.jira.permission.ProjectPermissions
-
- WORK_RATIO - Static variable in class com.atlassian.jira.issue.statistics.LongFieldStatisticsMapper
-
- WORKFLOW_DESCRIPTION_ATTRIBUTE - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
-
- WORKFLOW_HISTORY - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
-
- WORKFLOW_VIEW_FIELDLAYOUT_KEY_ATTRIBUTE - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
-
- WorkflowActionsBean - Class in com.atlassian.jira.workflow
-
- WorkflowActionsBean() - Constructor for class com.atlassian.jira.workflow.WorkflowActionsBean
-
- WorkflowCopiedEvent - Class in com.atlassian.jira.event
-
Author: jdoklovic
- WorkflowCopiedEvent(JiraWorkflow, JiraWorkflow) - Constructor for class com.atlassian.jira.event.WorkflowCopiedEvent
-
- WorkflowCopyNameFactory - Interface in com.atlassian.jira.workflow.names
-
Creates the name to be used for a copy of a given workflow.
- WorkflowCopyNameFactory.UnableToGenerateASuitableWorkflowName - Exception in com.atlassian.jira.workflow.names
-
- WorkflowCopyNameFactory.UnableToGenerateASuitableWorkflowName() - Constructor for exception com.atlassian.jira.workflow.names.WorkflowCopyNameFactory.UnableToGenerateASuitableWorkflowName
-
- WorkflowCreatedEvent - Class in com.atlassian.jira.event
-
Event indicating a workflow has been created.
- WorkflowCreatedEvent(JiraWorkflow) - Constructor for class com.atlassian.jira.event.WorkflowCreatedEvent
-
- WorkflowDeletedEvent - Class in com.atlassian.jira.event
-
Author: jdoklovic
- WorkflowDeletedEvent(JiraWorkflow) - Constructor for class com.atlassian.jira.event.WorkflowDeletedEvent
-
- workflowEvent(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
-
Determines how the event should be processed.
- workflowEvent(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
-
Fired for all events and the correct event is called
- WorkflowException - Exception in com.atlassian.jira.workflow
-
- WorkflowException(String) - Constructor for exception com.atlassian.jira.workflow.WorkflowException
-
- WorkflowException(Throwable) - Constructor for exception com.atlassian.jira.workflow.WorkflowException
-
- WorkflowException(String, Throwable) - Constructor for exception com.atlassian.jira.workflow.WorkflowException
-
- workflowExists(String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
-
- WorkflowFunctionUtils - Class in com.atlassian.jira.workflow
-
Useful methods for JIRA OSWorkflow conditions and functions.
- WorkflowFunctionUtils() - Constructor for class com.atlassian.jira.workflow.WorkflowFunctionUtils
-
- WorkflowImportedFromXmlEvent - Class in com.atlassian.jira.event
-
Event indicating a workflow has been imported via an XML file.
- WorkflowImportedFromXmlEvent(JiraWorkflow) - Constructor for class com.atlassian.jira.event.WorkflowImportedFromXmlEvent
-
- WorkflowManager - Interface in com.atlassian.jira.workflow
-
The WorkflowManager is used to interface with the workflow implementation
- WorkflowPluginConditionFactory - Interface in com.atlassian.jira.plugin.workflow
-
- WorkflowPluginFactory - Interface in com.atlassian.jira.plugin.workflow
-
A WorkflowPluginFactory implements methods used to configure a workflow plugin.
- WorkflowPluginFunctionFactory - Interface in com.atlassian.jira.plugin.workflow
-
- WorkflowPluginValidatorFactory - Interface in com.atlassian.jira.plugin.workflow
-
- WorkflowProgressAware - Interface in com.atlassian.jira.workflow
-
- WorkflowRenamedEvent - Class in com.atlassian.jira.event
-
- WorkflowRenamedEvent(JiraWorkflow, String, String) - Constructor for class com.atlassian.jira.event.WorkflowRenamedEvent
-
- WorkflowScheme - Interface in com.atlassian.jira.workflow
-
Represents the workflow scheme for JIRA.
- WorkflowScheme.Builder<T extends WorkflowScheme.Builder<T>> - Interface in com.atlassian.jira.workflow
-
A builder that can be used to change a workflow scheme.
- WorkflowSchemeAddedToProjectEvent - Class in com.atlassian.jira.event.workflow
-
- WorkflowSchemeAddedToProjectEvent(Scheme, Project) - Constructor for class com.atlassian.jira.event.workflow.WorkflowSchemeAddedToProjectEvent
-
- WorkflowSchemeCopiedEvent - Class in com.atlassian.jira.event.workflow
-
Event indicating a workflow scheme has been copied.
- WorkflowSchemeCopiedEvent(Scheme, Scheme) - Constructor for class com.atlassian.jira.event.workflow.WorkflowSchemeCopiedEvent
-
- WorkflowSchemeCreatedEvent - Class in com.atlassian.jira.event.workflow
-
Event indicating a workflow scheme has been created.
- WorkflowSchemeCreatedEvent(Scheme) - Constructor for class com.atlassian.jira.event.workflow.WorkflowSchemeCreatedEvent
-
- WorkflowSchemeDeletedEvent - Class in com.atlassian.jira.event.workflow
-
Event indicating a workflow scheme has been deleted.
- WorkflowSchemeDeletedEvent(Long) - Constructor for class com.atlassian.jira.event.workflow.WorkflowSchemeDeletedEvent
-
Deprecated.
Please use
WorkflowSchemeDeletedEvent.WorkflowSchemeDeletedEvent(Long, String)
. Since v6.2
- WorkflowSchemeDeletedEvent(Long, String) - Constructor for class com.atlassian.jira.event.workflow.WorkflowSchemeDeletedEvent
-
- WorkflowSchemeManager - Interface in com.atlassian.jira.workflow
-
- WorkflowSchemeRemovedFromProjectEvent - Class in com.atlassian.jira.event.workflow
-
- WorkflowSchemeRemovedFromProjectEvent(Scheme, Project) - Constructor for class com.atlassian.jira.event.workflow.WorkflowSchemeRemovedFromProjectEvent
-
- WorkflowSchemeService - Interface in com.atlassian.jira.bc.workflow
-
- WorkflowSchemeUpdatedEvent - Class in com.atlassian.jira.event.workflow
-
Event indicating a workflow scheme has been updated.
- WorkflowSchemeUpdatedEvent(Scheme) - Constructor for class com.atlassian.jira.event.workflow.WorkflowSchemeUpdatedEvent
-
- WorkflowSchemeUpdatedEvent(Scheme, Scheme) - Constructor for class com.atlassian.jira.event.workflow.WorkflowSchemeUpdatedEvent
-
- WorkflowService - Interface in com.atlassian.jira.bc.workflow
-
This class is responsible for validation before passing the actual call to the underlying
WorkflowManager
.
- WorkflowTransitionKey - Class in com.atlassian.jira.web.action.issue.bulkedit
-
- WorkflowTransitionKey(String, String, String) - Constructor for class com.atlassian.jira.web.action.issue.bulkedit.WorkflowTransitionKey
-
- WorkflowTransitionUtil - Interface in com.atlassian.jira.workflow
-
- WorkflowTransitionUtilFactory - Interface in com.atlassian.jira.workflow
-
A Factory class to create WorkflowTransitionUtil objects.
- WorkflowUpdatedEvent - Class in com.atlassian.jira.event
-
Event indicating a workflow has been updated.
- WorkflowUpdatedEvent(JiraWorkflow, JiraWorkflow) - Constructor for class com.atlassian.jira.event.WorkflowUpdatedEvent
-
- WorkflowUtil - Class in com.atlassian.jira.workflow
-
- WorkflowUtil() - Constructor for class com.atlassian.jira.workflow.WorkflowUtil
-
- WORKLOG - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- Worklog - Interface in com.atlassian.jira.issue.worklog
-
Represents an issue worklog.
- WORKLOG_DELETE_ALL - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
- WORKLOG_DELETE_OWN - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
- WORKLOG_EDIT_ALL - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
- WORKLOG_EDIT_OWN - Static variable in class com.atlassian.jira.security.Permissions
-
Deprecated.
Permission to edit/remove worklogs
- WORKLOG_TYPE - Static variable in class com.atlassian.jira.issue.fields.rest.json.JsonType
-
- WorklogAdjustmentAmountInputParameters - Interface in com.atlassian.jira.bc.issue.worklog
-
A more-specific class of
WorklogInputParameters
required to validate and perform worklog creation and
update service calls which additionally manually adjust the remaining estimate by a specified amount.
- WorklogAdjustmentAmountResult - Interface in com.atlassian.jira.bc.issue.worklog
-
A more-specific
WorklogResult
which additionally defines an "adjustment amount" value.
- worklogId(Long) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
-
- WorklogImpl - Class in com.atlassian.jira.issue.worklog
-
Represents an issue worklog.
- WorklogImpl(WorklogManager, Issue, Long, String, String, Date, String, Long, Long) - Constructor for class com.atlassian.jira.issue.worklog.WorklogImpl
-
- WorklogImpl(WorklogManager, Issue, Long, String, String, Date, String, Long, Long, String, Date, Date) - Constructor for class com.atlassian.jira.issue.worklog.WorklogImpl
-
- WorklogInputParameters - Interface in com.atlassian.jira.bc.issue.worklog
-
An aggregate of the input parameters required to validate and perform worklog creation and update service calls.
- WorklogInputParametersImpl - Class in com.atlassian.jira.bc.issue.worklog
-
Implementation of the
WorklogInputParameters
, WorklogNewEstimateInputParameters
and
WorklogAdjustmentAmountInputParameters
interfaces.
- WorklogInputParametersImpl.Builder - Class in com.atlassian.jira.bc.issue.worklog
-
A fluent-style Builder for constructing
WorklogInputParameters
, WorklogNewEstimateInputParameters
and
WorklogAdjustmentAmountInputParameters
objects.
- WorklogInputParametersImpl.Builder() - Constructor for class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
-
- WorklogJsonBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
- WorklogJsonBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.WorklogJsonBean
-
- WorklogKeys - Class in com.atlassian.jira.issue.worklog
-
- WorklogKeys() - Constructor for class com.atlassian.jira.issue.worklog.WorklogKeys
-
- WorklogManager - Interface in com.atlassian.jira.issue.worklog
-
The WorklogManager is used to retrieve, create, update, and remove work logs in JIRA.
- WorklogNewEstimateInputParameters - Interface in com.atlassian.jira.bc.issue.worklog
-
A more-specific class of
WorklogInputParameters
required to validate and perform worklog creation and
update service calls which additionally set the remaining estimate to a new estimate.
- WorklogNewEstimateResult - Interface in com.atlassian.jira.bc.issue.worklog
-
A more-specific
WorklogResult
which additionally defines a "new estimate" value.
- WorklogResult - Interface in com.atlassian.jira.bc.issue.worklog
-
An interface which defines the base result of a
WorklogService
validation call.
- WorklogResultFactory - Class in com.atlassian.jira.bc.issue.worklog
-
A static factory class for instantiating
WorklogResult
objects.
- WorklogResultFactory() - Constructor for class com.atlassian.jira.bc.issue.worklog.WorklogResultFactory
-
- WorklogService - Interface in com.atlassian.jira.bc.issue.worklog
-
This is the business layer component that must be used to access all
WorklogService
functionality.
- WorklogWithPaginationBean - Class in com.atlassian.jira.issue.fields.rest.json.beans
-
outer object for representing worklogs.
- WorklogWithPaginationBean() - Constructor for class com.atlassian.jira.issue.fields.rest.json.beans.WorklogWithPaginationBean
-
- WORKRATIO - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
-
- WorkRatio - Class in com.atlassian.jira.issue.worklog
-
- WorkRatio() - Constructor for class com.atlassian.jira.issue.worklog.WorkRatio
-
- workRatio() - Method in interface com.atlassian.jira.jql.builder.JqlClauseBuilder
-
Return a
ConditionBuilder
that can be used to build a JQL condition for
the issue's work ratio field.
- workRatio(SortOrder) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- workRatio(SortOrder, boolean) - Method in class com.atlassian.jira.jql.builder.JqlOrderByBuilder
-
- write(Writer) - Method in class com.atlassian.jira.util.json.JSONArray
-
Write the contents of the JSONArray as JSON text to a writer.
- write(Writer) - Method in class com.atlassian.jira.util.json.JSONObject
-
Write the contents of the JSONObject as JSON text to a writer.
- writeHeaders(Issue, RequestHeaders, IssueViewRequestParams) - Method in interface com.atlassian.jira.plugin.issueview.IssueView
-
- writeHeaders(SearchRequest, RequestHeaders) - Method in class com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
-
A default implementation which sets headers the explicitly tell the browser not to cache
the content generated by this SearchRequestView.
- writeHeaders(SearchRequest, RequestHeaders, SearchRequestParams) - Method in class com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
-
By default we don't care about the user agent
- writeHeaders(SearchRequest, RequestHeaders, SearchRequestParams) - Method in interface com.atlassian.jira.plugin.searchrequestview.SearchRequestView
-
Prints the HTML headers for non-typial HTML such as Word or Excel views.
- writeHtml(String, Map<String, ?>, Writer) - Method in interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
-
- writeSearchResults(SearchRequest, SearchRequestParams, Writer) - Method in class com.atlassian.jira.plugin.searchrequestview.AbstractSearchRequestView
-
- writeSearchResults(SearchRequest, SearchRequestParams, Writer) - Method in interface com.atlassian.jira.plugin.searchrequestview.SearchRequestView
-
Responsible for writing out the searchResults including Headers and Footers of the implementing view type.
X
- X_ATLASSIAN_TOKEN - Static variable in interface com.atlassian.jira.security.xsrf.XsrfInvocationChecker
-
- X_DENIED_HEADER - Static variable in class com.atlassian.jira.bc.security.login.DeniedReason
-
The HTTP header that is used to
- xmlExportTime - Variable in class com.atlassian.jira.bc.dataimport.ExportCompletedEvent
-
The time in milliseconds when the export was started.
- xmlExportTime - Variable in class com.atlassian.jira.bc.dataimport.ExportStartedEvent
-
The time in milliseconds when the export was started..
- XSRF_DETECTION_CHECK - Static variable in interface com.atlassian.jira.config.properties.SystemPropertyKeys
-
- XSRF_DIAGNOSTICS - Static variable in interface com.atlassian.jira.config.properties.SystemPropertyKeys
-
- XsrfCheckResult - Interface in com.atlassian.jira.security.xsrf
-
The result of the XSRF checks
- XsrfInvocationChecker - Interface in com.atlassian.jira.security.xsrf
-
Checks that a web-request (either WebWork action or HttpServlet) has been invoked with the correct
XSRF token.
- XsrfTokenGenerator - Interface in com.atlassian.jira.security.xsrf
-
Interface for generating anti-XSRF tokens for web forms.
Y
- YESTERDAY - Static variable in class com.atlassian.jira.web.util.OutlookDate
-
Z
- zip(Boolean) - Method in class com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean.Builder
-
_
- _equals(MentionIssueEvent) - Method in class com.atlassian.jira.event.issue.MentionIssueEvent
-
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright © 2002-2014 Atlassian. All Rights Reserved.