A B C D E F G H I J K L M N O P Q R S T U V W Y

A

absolute(int) - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
AbstractCustomFieldIndexer - Class in com.atlassian.jira.issue.index.indexers.impl
A base-class for custom field indexers that performs the logic of checking if the CustomField isVisibleAndInScope and then delegates off to the base class to add the correct document fields.
AbstractCustomFieldIndexer(FieldVisibilityManager, CustomField) - Constructor for class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
 
AbstractCustomFieldType - Class in com.atlassian.jira.issue.customfields.impl
 
AbstractCustomFieldType() - Constructor for class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
AbstractCustomFieldType.Visitor<T> - Interface in com.atlassian.jira.issue.customfields.impl
Visitor interface for AbstractCustomFieldType.
AbstractCustomFieldType.VisitorBase<T> - Interface in com.atlassian.jira.issue.customfields.impl
Marker interface for visitors of AbstractCustomFieldType (acyclic visitor).
AbstractEvent - Class in com.atlassian.jira.event
An abstract implementation of a JiraEvent
AbstractEvent() - Constructor for class com.atlassian.jira.event.AbstractEvent
 
AbstractEvent(Map<String, Object>) - Constructor for class com.atlassian.jira.event.AbstractEvent
 
AbstractInitializationCustomFieldSearcher - Class in com.atlassian.jira.issue.customfields.searchers
Abstract base class for searchers that performs the init methods for a searcher.
AbstractInitializationCustomFieldSearcher() - Constructor for class com.atlassian.jira.issue.customfields.searchers.AbstractInitializationCustomFieldSearcher
 
AbstractIssueEventListener - Class in com.atlassian.jira.event.issue
Subclasses of IssueEventListener can now override relevant functions in the interface as opposed to having to provide a dummy implementation for all methods.
AbstractIssueEventListener() - Constructor for class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
AbstractJiraCondition - Class in com.atlassian.jira.workflow.condition
Abstract base class for all JIRA workflow Conditions.
AbstractJiraCondition() - Constructor for class com.atlassian.jira.workflow.condition.AbstractJiraCondition
 
AbstractJiraFunctionProvider - Class in com.atlassian.jira.workflow.function.issue
Abstract base class for all JIRA workflow FunctionProviders (eg.
AbstractJiraFunctionProvider() - Constructor for class com.atlassian.jira.workflow.function.issue.AbstractJiraFunctionProvider
 
AbstractMapper - Class in com.atlassian.jira.imports.project.mapper
Abstract mapper that will manage most of the generic data for mappers.
AbstractMapper() - Constructor for class com.atlassian.jira.imports.project.mapper.AbstractMapper
 
AbstractMessageHandler - Class in com.atlassian.jira.service.util.handler
An AbstractMessageHandler that stores the parameter map.
AbstractMessageHandler() - Constructor for class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
AbstractMessageHandler(CommentManager, IssueFactory, ApplicationProperties, JiraApplicationContext) - Constructor for class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
AbstractMessageHandlingService - Class in com.atlassian.jira.service.services.file
An abstract service to be subclassed by any service which wants to use MessageHandlers.
AbstractMessageHandlingService() - Constructor for class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
 
AbstractMessageSet - Class in com.atlassian.jira.util
Base class for the message set.
AbstractMessageSet(Map<String, MessageSet.MessageLink>, Map<String, MessageSet.MessageLink>, Set<String>, Set<String>) - Constructor for class com.atlassian.jira.util.AbstractMessageSet
 
AbstractOfBizValueWrapper - Class in com.atlassian.jira.ofbiz
The methods in these class should not be used.
AbstractOfBizValueWrapper(GenericValue) - Constructor for class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
 
AbstractRoleActor - Class in com.atlassian.jira.security.roles.actor
Base class for ProjectRoleActor implementations.
AbstractRoleActor(Long, Long, Long, String) - Constructor for class com.atlassian.jira.security.roles.actor.AbstractRoleActor
 
AbstractService - Class in com.atlassian.jira.service
A convenience class - if you extend this class, all that needs to be implemented is run()
AbstractService() - Constructor for class com.atlassian.jira.service.AbstractService
 
AbstractSingleFieldType - Class in com.atlassian.jira.issue.customfields.impl
A abstract class that simplifies creating a CustomField that stores a single values via ofbiz.
AbstractSingleFieldType(CustomFieldValuePersister, GenericConfigManager) - Constructor for class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
AbstractSingleFieldType.Visitor<T> - Interface in com.atlassian.jira.issue.customfields.impl
 
AbstractVersionEvent - Class in com.atlassian.jira.event.project
Abstract event for versions
AbstractVersionEvent(long) - Constructor for class com.atlassian.jira.event.project.AbstractVersionEvent
 
AbstractWorkflowPluginFactory - Class in com.atlassian.jira.plugin.workflow
A base WorkflowPluginFactory class that most concrete implementations should extend.
AbstractWorkflowPluginFactory() - Constructor for class com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
 
accept(AbstractCustomFieldType.VisitorBase) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
accept(AbstractCustomFieldType.VisitorBase) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
accept(AbstractCustomFieldType.VisitorBase) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
accept(AbstractCustomFieldType.VisitorBase) - Method in class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
accept(AbstractCustomFieldType.VisitorBase) - Method in class com.atlassian.jira.issue.customfields.impl.StringCFType
 
accept(AbstractCustomFieldType.VisitorBase) - Method in class com.atlassian.jira.issue.customfields.impl.TextCFType
 
accept(ClauseVisitor<R>) - Method in class com.atlassian.query.clause.AndClause
 
accept(ClauseVisitor<R>) - Method in interface com.atlassian.query.clause.Clause
Allows us to perform operations over the clauses based on the passed in visitor.
accept(ClauseVisitor<R>) - Method in class com.atlassian.query.clause.NotClause
 
accept(ClauseVisitor<R>) - Method in class com.atlassian.query.clause.OrClause
 
accept(PredicateVisitor<R>) - Method in interface com.atlassian.query.history.HistoryPredicate
Allows us to perform operations over the clauses based on the passed in visitor.
accept(OperandVisitor<R>) - Method in class com.atlassian.query.operand.EmptyOperand
 
accept(OperandVisitor<R>) - Method in class com.atlassian.query.operand.FunctionOperand
 
accept(OperandVisitor<R>) - Method in class com.atlassian.query.operand.MultiValueOperand
 
accept(OperandVisitor<R>) - Method in interface com.atlassian.query.operand.Operand
Allows us to perform operations over the operand based on the passed in visitor.
accept(OperandVisitor<R>) - Method in class com.atlassian.query.operand.SingleValueOperand
 
AccessProvider - Interface in com.opensymphony.user.provider
Deprecated. 
ACTION_ORIGIN_STEP_ID - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
May be used as the destination step in common actions, if the action should not result in a step change.
ACTION_TYPE_ALL - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
ACTION_TYPE_COMMON - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
ACTION_TYPE_GLOBAL - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
ACTION_TYPE_INITIAL - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
ACTION_TYPE_ORDINARY - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
ActionConstants - Class in com.atlassian.jira.issue
A holder for constants representing each type of Action in the sense that comment and worklog entities were known as Actions.
ActionParams - Interface in com.atlassian.jira.issue.transport
An interface that is off the same format as the Map returned by Action.getParameters.
add(String, Object) - Method in class com.atlassian.jira.ofbiz.FieldMap
Adds the given key-value pair to the Map, and returns this in order to allow fluent syntax.
add(GenericValue) - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
add(Long, Long) - Method in class com.atlassian.jira.security.roles.ProjectRoleManager.ProjectIdToProjectRoleIdsMap
 
add(T) - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
add(K, V) - Method in class com.atlassian.jira.util.collect.MapBuilder
Add a key/value.
add(TemporaryAttachment) - Method in class com.atlassian.jira.web.action.issue.TemporaryAttachmentsMonitor
Adds temporary attachments to the interally maintained list of temporary attachements
addActorsToProjectRole(User, Collection<String>, ProjectRole, Project, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will add project role actor associations for the given actors and checking the currentUser has the correct permissions to perform the update operation.
addActorsToProjectRole(User, Collection<String>, ProjectRole, Project, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will add project role actor associations for the given actors and checking the currentUser has the correct permissions to perform the update operation.
addAdditionalInput(Object, Object) - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
Pass a parameter into the action's "transientVars" parameter.
addAdminPageToHistory(User, String, String) - Method in interface com.atlassian.jira.user.UserAdminHistoryManager
Add an admin page to the user history list.
addAdminPageToHistory(User, String, String) - Method in interface com.atlassian.jira.user.UserAdminHistoryManager
Add an admin page to the user history list.
addAll(E...) - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
addAll(Collection<? extends T>) - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
addAll(Enumeration<? extends T>) - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
addAll(Map<? extends K, ? extends V>) - Method in class com.atlassian.jira.util.collect.MapBuilder
Add all the entries contained in the map.
addAvailablePreviousStep(int) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
addAvailablePreviousStep(int) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
addBulkOperation(String, Class) - Method in interface com.atlassian.jira.bulkedit.BulkOperationManager
Add a new operation using the given class
addChangeHistoryFieldConstant(String, String, String) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryFieldConstants
 
addChangeItem(ChangeItemBean) - Method in interface com.atlassian.jira.issue.util.IssueChangeHolder
Convience method for adding a single ChangeItemBean to the list of change items.
addChangeItems(List) - Method in interface com.atlassian.jira.issue.util.IssueChangeHolder
Add the provided list of change items to the current change items.
addColumn(NavigableField) - Method in interface com.atlassian.jira.issue.fields.layout.column.EditableColumnLayout
 
addCustomFieldValue(Long, String...) - Method in interface com.atlassian.jira.issue.IssueInputParameters
Adds a value for a custom field with the specified id.
addCustomFieldValue(String, String...) - Method in interface com.atlassian.jira.issue.IssueInputParameters
Adds a value for a custom field with the specified full key.
addDefaultActorsToProjectRole(User, Collection<String>, ProjectRole, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
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.
addDefaultActorsToProjectRole(User, Collection<String>, ProjectRole, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
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.
addDefaultSchemeToProject(GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
addDocumentFieldsNotSearchable(Document, Issue) - Method in class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
 
addDocumentFieldsSearchable(Document, Issue) - Method in class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
 
addEntity(FieldLayoutSchemeEntity) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
addEntity(SchemeEntity) - Method in class com.atlassian.jira.scheme.Scheme
Deprecated. this class will be made immutable, create a new Scheme instead.
addError(String, Exception) - Method in exception com.atlassian.jira.bc.ValidationErrorsException
 
addError(String) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
addError(String, Exception) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
addError(String, String) - Method in interface com.atlassian.jira.util.ErrorCollection
Add a field-specific error message.
addError(String, String, ErrorCollection.Reason) - Method in interface com.atlassian.jira.util.ErrorCollection
Add a field-specific error message.
addError(String, String) - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
addError(String, String, ErrorCollection.Reason) - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
addError(String, String) - Method in interface com.atlassian.jira.workflow.WorkflowProgressAware
 
addErrorAndReturnFalse(String) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Deprecated. Please use AbstractMessageHandler.addError(String) and return your own false :-) TODO: remove in 4.1
addErrorAndReturnFalse(String, Exception) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Deprecated. Please use AbstractMessageHandler.addError(String, Exception) and return your own false :-) TODO: remove in 4.1
addErrorCollection(ErrorCollection) - Method in interface com.atlassian.jira.util.ErrorCollection
Populate this ErrorCollection with general and field-specific errors.
addErrorCollection(ErrorCollection) - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
addErrorMessage(String) - Method in class com.atlassian.jira.util.AbstractMessageSet
 
addErrorMessage(String, MessageSet.MessageLink) - Method in class com.atlassian.jira.util.AbstractMessageSet
 
addErrorMessage(String) - Method in interface com.atlassian.jira.util.ErrorCollection
Add error message relating to system state (not field-specific).
addErrorMessage(String, ErrorCollection.Reason) - Method in interface com.atlassian.jira.util.ErrorCollection
Add error message relating to system state (not field-specific), and a reason.
addErrorMessage(String) - Method in interface com.atlassian.jira.util.MessageSet
Adds an error message.
addErrorMessage(String, MessageSet.MessageLink) - Method in interface com.atlassian.jira.util.MessageSet
Adds an error message and associates a link with the error.
addErrorMessage(String) - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
addErrorMessage(String, ErrorCollection.Reason) - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
addErrorMessage(String) - Method in interface com.atlassian.jira.workflow.WorkflowProgressAware
 
addErrorMessageInEnglish(String) - Method in class com.atlassian.jira.util.AbstractMessageSet
 
addErrorMessageInEnglish(String) - Method in interface com.atlassian.jira.util.MessageSet
Adds an error message in English.
addErrorMessages(Collection<String>) - Method in interface com.atlassian.jira.util.ErrorCollection
Append new error messages to those already collected.
addErrorMessages(Collection<String>) - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
addErrors(Map<String, String>) - Method in interface com.atlassian.jira.util.ErrorCollection
Append new field-specific errors to those already collected.
addErrors(Map<String, String>) - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
addEventType(EventType) - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
AddException - Exception in com.atlassian.jira.exception
 
AddException() - Constructor for exception com.atlassian.jira.exception.AddException
 
AddException(String) - Constructor for exception com.atlassian.jira.exception.AddException
 
AddException(Exception) - Constructor for exception com.atlassian.jira.exception.AddException
 
AddException(String, Exception) - Constructor for exception com.atlassian.jira.exception.AddException
 
addFavourite(JiraServiceContext, SharedEntity) - Method in interface com.atlassian.jira.bc.favourites.FavouritesService
Add the given entity as a favourite of the user passed in the context
addFavourite(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Add the given entity as a favourite of the user passed in add to favourites count if necessary.
addFavourite(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Add the given entity as a favourite of the user passed in add to favourites count if necessary.
addFavouriteInPosition(JiraServiceContext, SharedEntity, long) - Method in interface com.atlassian.jira.bc.favourites.FavouritesService
Add the given entity as a favourite of the user passed in the context and place it in the specified position.
addFavouriteInPosition(User, S, long) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Add the given entity as a favourite of the user passed in, in the specified position, add to favourites count if necessary.
addFavouriteInPosition(User, S, long) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Add the given entity as a favourite of the user passed in, in the specified position, add to favourites count if necessary.
addFieldScreenLayoutItem(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
addFieldScreenLayoutItem(String, int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
addGroupsToGroups(JiraServiceContext, Collection<String>, Collection<String>) - Method in interface com.atlassian.jira.bc.group.GroupService
This method will add the provided groups to the specified groups.
addIfValueNotNull(K, V) - Method in class com.atlassian.jira.util.collect.MapBuilder
Add a key/value only if the value is not null.
addIndex(Document, Issue) - Method in interface com.atlassian.jira.issue.index.indexers.FieldIndexer
This method allows an indexer the opportunity to modifiy the provided Lucene document (by reference) such that it will contain fields that are relevant for searching and storage of the portion of the issue that the FieldIndexer handles.
addIndex(Document, Issue) - Method in class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
 
addIndexedChangeHistoryField(IndexedChangeHistoryField) - Method in interface com.atlassian.jira.issue.index.IndexedChangeHistoryFieldManager
 
addIssues(Collection<Issue>) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
addIssueToHistory(User, Issue) - Method in interface com.atlassian.jira.user.UserIssueHistoryManager
Add an Issue to the user hsitory list.
addIssueToHistory(User, Issue) - Method in interface com.atlassian.jira.user.UserIssueHistoryManager
Add an Issue to the user hsitory list.
addItemToHistory(UserHistoryItem.Type, User, String) - Method in interface com.atlassian.jira.user.UserHistoryManager
Create and add an UserHistoryItem to the Users history list.
addItemToHistory(UserHistoryItem.Type, User, String) - Method in interface com.atlassian.jira.user.UserHistoryManager
Deprecated. use UserHistoryManager.addItemToHistory(com.atlassian.jira.user.UserHistoryItem.Type, com.atlassian.crowd.embedded.api.User, String) instead. Since v4.3
addItemToHistory(UserHistoryItem.Type, User, String, String) - Method in interface com.atlassian.jira.user.UserHistoryManager
 
addItemToHistory(UserHistoryItem.Type, User, String, String) - Method in interface com.atlassian.jira.user.UserHistoryManager
 
addLabel(User, LabelService.AddLabelValidationResult, boolean) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
Adds the label to the issue specified by the validation result.
addLabel(User, LabelService.AddLabelValidationResult, boolean) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
Adds the label to the issue specified by the validation result.
addLabel(User, Long, String, boolean) - Method in interface com.atlassian.jira.issue.label.LabelManager
Adds a label to the issue provided.
addLabel(User, Long, String, boolean) - Method in interface com.atlassian.jira.issue.label.LabelManager
Adds a label to the issue provided.
addLabel(User, Long, Long, String, boolean) - Method in interface com.atlassian.jira.issue.label.LabelManager
Adds a label to the issue and customFieldId provided.
addLabel(User, Long, Long, String, boolean) - Method in interface com.atlassian.jira.issue.label.LabelManager
Adds a label to the issue and customFieldId provided.
addMember(Principal) - Method in class com.opensymphony.user.Group
Deprecated. Adds the specified member to the group.
addMessageSet(MessageSet) - Method in class com.atlassian.jira.util.AbstractMessageSet
 
addMessageSet(MessageSet) - Method in interface com.atlassian.jira.util.MessageSet
Will concatenate this message set with the provided message set.
addOption(Option, String) - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
addOption(String, String) - Method in interface com.atlassian.jira.issue.fields.option.OptionSet
Adds the option to the underlying list
addOptionToDefault(String) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Adds the option with the issue type id to the default issue type scheme
addParam(Object, Object) - Method in class com.atlassian.jira.issue.fields.renderer.IssueRenderContext
 
addPermission(int, GenericValue, String, String) - Method in interface com.atlassian.jira.security.PermissionManager
Adds a permission to the system.
addProjectToHistory(User, Project) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Add a Project to the user hsitory list.
addProjectToHistory(User, Project) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Add a Project to the user hsitory list.
addQueryToHistory(User, String) - Method in interface com.atlassian.jira.user.UserQueryHistoryManager
Add a JQL query string to the user history list.
addQueryToHistory(User, String) - Method in interface com.atlassian.jira.user.UserQueryHistoryManager
Add a JQL query string to the user history list.
addReason(ErrorCollection.Reason) - Method in interface com.atlassian.jira.util.ErrorCollection
Add a reason why the function has not been performed.
addReason(ErrorCollection.Reason) - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
addReasons(Set<ErrorCollection.Reason>) - Method in interface com.atlassian.jira.util.ErrorCollection
Add reasons why the function has not been performed.
addReasons(Set<ErrorCollection.Reason>) - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
addRetainValue(String) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
addRoleActor(RoleActor) - Method in interface com.atlassian.jira.security.roles.DefaultRoleActors
Add the RoleActor to the contained set of RoleActors and return a new DefaultRoleActors with the modified set
addRoleActors(Collection<RoleActor>) - Method in interface com.atlassian.jira.security.roles.DefaultRoleActors
Add the collection of RoleActors to the contained set of RoleActors and return a new DefaultRoleActors with the modified set
addRow(String, long, String, String) - Method in class com.atlassian.jira.web.bean.PercentageGraphModel
 
addRow(String, long, String) - Method in class com.atlassian.jira.web.bean.PercentageGraphModel
 
addSchemeAssociation(GenericValue, Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Associates a FieldLayoutScheme to the project supplied.
addSchemeToProject(GenericValue, GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
addSchemeToProject(Project, Scheme) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
addService(String, String, long) - Method in interface com.atlassian.jira.service.ServiceManager
This will add a service configuration to the JIRA DB and the service to the list of services which are running.
addService(String, Class<? extends JiraService>, long) - Method in interface com.atlassian.jira.service.ServiceManager
This will add a service configuration to the JIRA DB and the service to the list of services which are running.
addService(String, String, long, Map<String, String[]>) - Method in interface com.atlassian.jira.service.ServiceManager
This will add a service configuration to the JIRA DB and the service to the list of services which are running with an optional list of params.
addService(String, Class<? extends JiraService>, long, Map<String, String[]>) - Method in interface com.atlassian.jira.service.ServiceManager
This will add a service configuration to the JIRA DB and the service to the list of services which are running with an optional list of params.
addService(Long) - Method in interface com.atlassian.jira.service.ServiceManager.ServiceScheduleSkipper
Adds a service with a given id to this skipper
addSubTask(Long, GenericValue, GenericValue) - Method in interface com.atlassian.jira.bean.SubTaskBean
 
addTab(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
addToExistingTransientArgs(Map, String, List) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
This method adds to an existing list stored in the transient args map.
addToGroup(String, String) - Method in interface com.opensymphony.user.provider.AccessProvider
Deprecated. Add user to group.
addToGroup(String, String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
addToGroup(Group) - Method in class com.opensymphony.user.User
Deprecated. Use CrowdService.addUserToGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group) instead. Since v4.4.
addToJiraUsePermission(User) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.addToJiraUsePermission(com.atlassian.crowd.embedded.api.User) instead. Since v4.3
addToJiraUsePermission(User) - Method in interface com.atlassian.jira.user.util.UserUtil
Takes the given user and adds him/her to all the groups that grant a user the global JIRA use permission.
addUser(User) - Method in class com.opensymphony.user.Group
Deprecated. Add User to members of this Group.
addUsersToGroups(JiraServiceContext, Collection<String>, Collection<String>) - Method in interface com.atlassian.jira.bc.group.GroupService
This method will add the provided users to the specified groups.
addUserToGroup(User, Group) - Method in interface com.atlassian.jira.security.groups.GroupManager
Adds a user as a member of a group.
addUserToGroup(Group, User) - Method in interface com.atlassian.jira.user.util.UserUtil
This is used to add a specified user to a specified group.
addUserToGroup(Group, User) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.addUserToGroup(com.atlassian.crowd.embedded.api.Group, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
addUserToGroups(Collection<Group>, User) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.addUserToGroups(java.util.Collection, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
addUserToGroups(Collection<Group>, User) - Method in interface com.atlassian.jira.user.util.UserUtil
This is used to add a user to many groups at once.
addVote(User, VoteService.VoteValidationResult) - Method in interface com.atlassian.jira.bc.issue.vote.VoteService
Adds a new vote using the specified validation result
addVote(User, VoteService.VoteValidationResult) - Method in interface com.atlassian.jira.bc.issue.vote.VoteService
Adds a new vote using the specified validation result
addVote(User, Issue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Adds a new vote for the user and issue specified.
addVote(User, Issue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Adds a new vote for the user and issue specified.
addVote(User, GenericValue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Adds a new vote for the user and issue specified.
addVote(User, GenericValue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Adds a new vote for the user and issue specified.
addWarningMessage(String) - Method in class com.atlassian.jira.util.AbstractMessageSet
 
addWarningMessage(String, MessageSet.MessageLink) - Method in class com.atlassian.jira.util.AbstractMessageSet
 
addWarningMessage(String) - Method in interface com.atlassian.jira.util.MessageSet
Adds a warning message.
addWarningMessage(String, MessageSet.MessageLink) - Method in interface com.atlassian.jira.util.MessageSet
Adds a warning message and associates a link with the warning.
addWarningMessageInEnglish(String) - Method in class com.atlassian.jira.util.AbstractMessageSet
 
addWarningMessageInEnglish(String) - Method in interface com.atlassian.jira.util.MessageSet
Adds a warning message in English.
addWatcher(Issue, User, User) - Method in interface com.atlassian.jira.bc.issue.watcher.WatcherService
Deprecated. since v4.3. Use WatcherService.addWatcher(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead.
addWatcher(Issue, User, User) - Method in interface com.atlassian.jira.bc.issue.watcher.WatcherService
Adds a watcher to an issue's list of watchers, returning the updated list of watchers.
addWorkflowToScheme(GenericValue, String, String) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
adjustFavouriteCount(SharedEntity, int) - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor
Adjusts the favourite counts for a given entity.
adjustmentAmount(String) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
Set the adjustment amount value when building a WorklogAdjustmentAmountInputParameters object.
ADMIN_PAGE - Static variable in class com.atlassian.jira.user.UserHistoryItem
 
ADMIN_SELECTED_PLUGIN - Static variable in interface com.atlassian.jira.web.SessionKeys
 
ADMINISTER - Static variable in class com.atlassian.jira.security.Permissions
Permission to administer JIRA
AFFECTED_VERSIONS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
afterLast() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
AGGREGATE_PROGRESS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
AGGREGATE_TIME_ESTIMATE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
AGGREGATE_TIME_ORIGINAL_ESTIMATE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
AGGREGATE_TIME_SPENT - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
ALL - Static variable in class com.atlassian.jira.JiraDataTypes
 
ALL_ISSUE_TYPES - Static variable in interface com.atlassian.jira.config.ConstantsManager
Used to retrieve all IssueTypes.
ALL_ISSUE_TYPES - Static variable in interface com.atlassian.jira.web.FieldVisibilityManager
 
ALL_LONG - Static variable in interface com.atlassian.jira.issue.customfields.converters.SelectConverter
 
ALL_RELEASED_VERSIONS - Static variable in interface com.atlassian.jira.project.version.VersionManager
Used to retrieve all released versions
ALL_STANDARD_ISSUE_TYPES - Static variable in interface com.atlassian.jira.config.ConstantsManager
Used to retrieve a standard IssueTypes.
ALL_STRING - Static variable in interface com.atlassian.jira.issue.customfields.converters.SelectConverter
 
ALL_SUB_TASK_ISSUE_TYPES - Static variable in interface com.atlassian.jira.config.ConstantsManager
Used to retrieve a subtask IssueTypes.
ALL_UNRELEASED_VERSIONS - Static variable in interface com.atlassian.jira.project.version.VersionManager
Used to retrieve all unreleased versions
allFieldsHidden() - Method in interface com.atlassian.configurable.ObjectConfiguration
Determines if there are any non-hidden fields.
allOf(Predicate<? super T>, Predicate<? super T>) - Static method in class com.atlassian.jira.util.Predicates
Create a composite predicate that evaluates to true when both the passed predicates evaluate to true.
AllTextSearchConstants - Class in com.atlassian.jira.issue.search.constants
All Text is strange because it does not have a fieldId or an index id.
allValues() - Method in interface com.atlassian.jira.util.collect.MultiMap
Get all elements in all Collections.
ALWAYS - Static variable in interface com.atlassian.jira.plugin.searchrequestview.auth.Authorizer
 
AND - Static variable in class com.atlassian.query.clause.AndClause
 
AndClause - Class in com.atlassian.query.clause
Used to represent a logical AND in the query tree.
AndClause(Clause...) - Constructor for class com.atlassian.query.clause.AndClause
 
AndClause(Collection<? extends Clause>) - Constructor for class com.atlassian.query.clause.AndClause
 
anyOf(Predicate<? super T>, Predicate<? super T>) - Static method in class com.atlassian.jira.util.Predicates
Create a composite predicate that evaluates to true when one the passed predicates evaluate to true.
APKeys - Interface in com.atlassian.jira.config.properties
 
APKeys.JiraIndexConfiguration - Class in com.atlassian.jira.config.properties
Lucene IndexWriter configuration
APKeys.JiraIndexConfiguration() - Constructor for class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration
 
APKeys.JiraIndexConfiguration.Batch - Class in com.atlassian.jira.config.properties
Batch mode config
APKeys.JiraIndexConfiguration.Batch() - Constructor for class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.Batch
 
APKeys.JiraIndexConfiguration.Interactive - Class in com.atlassian.jira.config.properties
Interactive mode config
APKeys.JiraIndexConfiguration.Interactive() - Constructor for class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.Interactive
 
APKeys.Languages - Class in com.atlassian.jira.config.properties
These are the Lucene indexing Languages, not the languages for displaying user messages.
APKeys.Languages() - Constructor for class com.atlassian.jira.config.properties.APKeys.Languages
 
APKeys.TrustedApplications - Class in com.atlassian.jira.config.properties
 
APKeys.WebSudo - Class in com.atlassian.jira.config.properties
 
appendFileSeparator(String) - Static method in class com.atlassian.jira.util.PathUtils
 
appendToParamsMap(Map<String, Object>) - Method in interface com.atlassian.jira.issue.context.JiraContextNode
Copy the supplied parameters and add new ones.
ApplicationProperties - Interface in com.atlassian.jira.config.properties
This can be used to lookup JIRA application properties.
applicationProperties - Variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
ApplicationPropertyChangeEvent - Class in com.atlassian.jira.event.config
Represents the consequence of an ApplicationProperty being set to a new value.
ApplicationPropertyChangeEvent(Map) - Constructor for class com.atlassian.jira.event.config.ApplicationPropertyChangeEvent
Expects parameters to include: metadata: the instance of ApplicationPropertyMetadata that represents the property being changed oldValue: the string value before the change newValue: the string value after the change (this is not guaranteed to be different to oldValue by the publisher)
apply(EnclosedIterable<T>, Consumer<T>) - Static method in class com.atlassian.jira.util.collect.EnclosedIterable.Functions
Pass all the elements of the iterable to the supplied Consumer.
applyDefaultsRolesToProject(Project) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
This method will insert all the default roles into the role associations for the provided project.
archiveVersion(VersionService.ArchiveVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Takes a validation result and performs the archive operation.
archiveVersion(Version, boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
Archive/Un-archive a single version depending on the archive flag.
archiveVersions(String[], String[]) - Method in interface com.atlassian.jira.project.version.VersionManager
Method used to archive and un-archive a number of versions.
areOnlyGroupsGrantingUserAdminPermissions(JiraServiceContext, Collection) - Method in interface com.atlassian.jira.bc.group.GroupService
This is a validation utility method that will determine if the specified groups are the only groups that are granting the current user their Permissions.ADMINISTER permissions.
asArrayList() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asCollection() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asEnclosedIterable() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asHashSet() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asImmutableListOrderedSet() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asLinkedList() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asList() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asListOrderedSet() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asMap() - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
This will return all application and typed values.
asMutableCollection() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asMutableList() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asMutableSet() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asMutableSortedSet() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
assertFileNameDoesNotContainInvalidChars(String) - Method in class com.atlassian.jira.web.util.FileNameCharacterCheckerUtil
This will test the given filename string for any invalid characters.
Assertions - Class in com.atlassian.jira.util.dbc
Utility class with design by contract checks.
assertObjectImplementsType(Class<?>, Object) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
assertResourceExists(String, String) - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
asSet() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
ASSIGN_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
Permission to assign issues to other users.
ASSIGNABLE_USER - Static variable in class com.atlassian.jira.security.Permissions
Permission to be assigned issues.
ASSIGNEE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
ASSIGNEE - Static variable in class com.atlassian.jira.user.UserHistoryItem
 
AssigneeTypes - Class in com.atlassian.jira.project
Enumerated type representing different default issue assignments for Project and ProjectComponent.
AssigneeTypes() - Constructor for class com.atlassian.jira.project.AssigneeTypes
 
asSortedSet() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
Return a SortedSet of the elements of this builder in their natural order.
asSortedSet(Comparator<? super T>) - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
asString() - Method in class com.atlassian.jira.jql.operand.QueryLiteral
 
asString(Object...) - Static method in class com.atlassian.jira.util.lang.JiraStringUtils
Concatenate array of objects into a string in accordance with JLS $15.18.1 (except that primitive values are not accepted by this method other than by autoboxing to primitive wrappers).
asStrings() - Method in interface com.atlassian.jira.JiraDataType
Provides a string representation of this JiraDataType's actual types.
asStrings() - Method in class com.atlassian.jira.JiraDataTypeImpl
 
asTreeSet() - Method in class com.atlassian.jira.util.collect.CollectionBuilder
 
ATTACH_MULTIPLE - Static variable in interface com.atlassian.jira.web.SessionKeys
 
attachAttachmentsParts(Part) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Only attach an attachment part if it's content is not empty and if it is not a signature part.
attachHtmlParts(Part) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
This method determines whether or not HTML parts should be attached.
attachInlineParts(Part) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Only attach an inline part if it's content is not empty and if it is not a signature part.
Attachment - Class in com.atlassian.jira.issue.attachment
 
Attachment(IssueManager, GenericValue, PropertySet) - Constructor for class com.atlassian.jira.issue.attachment.Attachment
Construct an Attachment, with properties.
Attachment(IssueManager, GenericValue) - Constructor for class com.atlassian.jira.issue.attachment.Attachment
Construct an Attachment.
ATTACHMENT - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
ATTACHMENT_DELETE_ALL - Static variable in class com.atlassian.jira.security.Permissions
Permission to delete all attachments
ATTACHMENT_DELETE_OWN - Static variable in class com.atlassian.jira.security.Permissions
Permission to delete own attachments
AttachmentException - Exception in com.atlassian.jira.web.util
 
AttachmentException(String) - Constructor for exception com.atlassian.jira.web.util.AttachmentException
 
AttachmentException(Throwable) - Constructor for exception com.atlassian.jira.web.util.AttachmentException
 
AttachmentException(String, Throwable) - Constructor for exception com.atlassian.jira.web.util.AttachmentException
 
AttachmentManager - Interface in com.atlassian.jira.issue
Manages all attachment related tasks in JIRA, which involves retrieving an attachment, creating an attachment and deleting an attachment.
AttachmentNotFoundException - Exception in com.atlassian.jira.exception
 
AttachmentNotFoundException(Object) - Constructor for exception com.atlassian.jira.exception.AttachmentNotFoundException
 
AttachmentPathManager - Interface in com.atlassian.jira.config.util
Responsible for determining the current location of JIRA attachments.
AttachmentPathManager.Mode - Enum in com.atlassian.jira.config.util
 
AttachmentPathManager.PropertiesAdaptor - Class in com.atlassian.jira.config.util
Implementation of AttachmentPathManager that uses the ApplicationProperties to get the current paths.
AttachmentPathManager.PropertiesAdaptor(ApplicationProperties, JiraHome) - Constructor for class com.atlassian.jira.config.util.AttachmentPathManager.PropertiesAdaptor
 
ATTACHMENTS - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
 
ATTACHMENTS_DIR - Static variable in interface com.atlassian.jira.config.util.AttachmentPathManager
 
attachmentsEnabled() - Method in interface com.atlassian.jira.issue.AttachmentManager
Determine if attachments have been enabled in JIRA and if the attachments directory exists.
AttachmentService - Interface in com.atlassian.jira.bc.issue.attachment
AttachmentService contains methods for managing issue attachments in JIRA.
attachMessagePart(Part, Message) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
JRA-15133: if this part is an attached message, skip it if: the option to ignore attached messages is set to true, OR this message is in reply to the attached one (redundant info), OR if the message is not in reply to the attached one, skip if the content is empty

This is required to handle the behaviour of some mail clients (e.g.

attachPlainTextParts(Part) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
This method determines whether or not plain text parts should be attached.
attachRelatedPart(Part) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
JRA-15670: if this part is contained within a multipart/related message, keep it, as it may be a legitimate attachment, but without the content disposition set to a sensible value (e.g.
authenticate(String, String) - Method in interface com.opensymphony.user.provider.CredentialsProvider
Deprecated. Check password supplied matches that of User.
authenticate(String, String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdCredentialsProvider
 
authenticate(String) - Method in class com.opensymphony.user.User
Deprecated. Use CrowdService.authenticate(String, String) instead. Since v4.4.
Authorizer - Interface in com.atlassian.jira.plugin.searchrequestview.auth
Authorise that a SearchRequest may be permitted.
Authorizer.Failure - Class in com.atlassian.jira.plugin.searchrequestview.auth
Convenient impl for failures
Authorizer.Result - Interface in com.atlassian.jira.plugin.searchrequestview.auth
ResultObject that encapsulates the result and the reason if something is not OK.
availableForBulkEdit(BulkEditBean) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Allow the custom field type perform a specific check as to its availability for bulk editing.
availableForBulkEdit(BulkEditBean) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
availableForBulkEdit(BulkEditBean) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Determines whether the field is available for bulk editing given the BulkEditBean.
Avatar - Interface in com.atlassian.jira.avatar
Represents an icon for a project or some other entity in JIRA.
Avatar.Size - Enum in com.atlassian.jira.avatar
The standard sizes for avatars.
Avatar.Type - Enum in com.atlassian.jira.avatar
An indicator of the owner type of the avatar.
AVATAR_IMAGE_FORMAT - Static variable in interface com.atlassian.jira.avatar.AvatarManager
 
AvatarManager - Interface in com.atlassian.jira.avatar
Manager interface for Avatar domain objects.
AvatarManager.ImageSize - Enum in com.atlassian.jira.avatar
Represents the different sizes of avatars that can be requested!
AvatarsDisabledException - Exception in com.atlassian.jira.avatar
This exception indicates that an operation has failed because avatars are disabled.
AvatarsDisabledException() - Constructor for exception com.atlassian.jira.avatar.AvatarsDisabledException
 
AvatarService - Interface in com.atlassian.jira.avatar
Service for manipulating Avatar's.
AvatarSize - Class in com.atlassian.jira.avatar
A container for constants for a specific sized avatar.
awaitServiceRun(Long) - Method in interface com.atlassian.jira.service.ServiceManager.ServiceScheduleSkipper
Await this service being run.

B

BASE_URL_PARAM_NAME - Static variable in class com.atlassian.jira.event.issue.IssueEvent
Key of event parameter holding the application's base URL.
beforeFirst() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
BLOCKER_PRIORITY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
BLOCKER_PRIORITY_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
BRAZILIAN - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 
BROWSE - Static variable in class com.atlassian.jira.security.Permissions
Permission to browse projects and issues.
BROWSE_PROJECTS_CURRENT_TAB - Static variable in interface com.atlassian.jira.web.SessionKeys
 
BrowseContext - Interface in com.atlassian.jira.project.browse
The context of the Browse Project screen.
BUG_TYPE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
BUG_TYPE_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
build() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
Use this method to build the base WorklogInputParameters object.
build() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 
build(String, Object) - Static method in class com.atlassian.jira.ofbiz.FieldMap
 
build(K, V) - Static method in class com.atlassian.jira.util.collect.MapBuilder
Returns an immutable Map containing the given key-value pair.
build(K, V, K, V) - Static method in class com.atlassian.jira.util.collect.MapBuilder
Returns an immutable Map containing the given key-value pairs.
build(K, V, K, V, K, V) - Static method in class com.atlassian.jira.util.collect.MapBuilder
Returns an immutable Map containing the given key-value pairs.
build(K, V, K, V, K, V, K, V) - Static method in class com.atlassian.jira.util.collect.MapBuilder
Returns an immutable Map containing the given key-value pairs.
build(T) - Static method in class com.atlassian.jira.util.EasyList
 
build(T, T...) - Static method in class com.atlassian.jira.util.EasyList
 
buildAdjustmentAmount() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
Use this method to build the WorklogAdjustmentAmountInputParameters object required for the "manual adjustment" (or "adjustment amount") service calls.
buildDateRanges(Issue, List<ChangeHistoryItem>) - Method in interface com.atlassian.jira.issue.history.DateRangeBuilder
 
builder() - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
buildNewEstimate() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
Use this method to build the WorklogNewEstimateInputParameters object required for the "new estimate" service calls.
buildNewFieldScreenLayoutItem(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
BuildUtilsInfo - Interface in com.atlassian.jira.util
Provides version information about the currently running build of JIRA.
bulk - Variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
How to handle emails with header: "Precedence: bulk"
BULK_CHANGE - Static variable in class com.atlassian.jira.security.Permissions
Permission to modify a collection of issues (global)
BULK_DELETE - Static variable in class com.atlassian.jira.web.bean.BulkEditBean
 
BULK_DELETE_OP - Static variable in class com.atlassian.jira.web.bean.BulkEditBean
 
BULK_EDIT_OP - Static variable in class com.atlassian.jira.web.bean.BulkEditBean
 
BULK_MOVE_OP - Static variable in class com.atlassian.jira.web.bean.BulkEditBean
 
bulkCopyColumnValuesByAnd(String, Map, Map) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
This can be used to perform an update on the entityName of all the rows identified by AND criteria of the fields specified by the criteria map.
BULKEDIT_PREFIX - Static variable in class com.atlassian.jira.web.bean.BulkEditBean
 
BulkEditAction - Interface in com.atlassian.jira.bulkedit.operation
 
BulkEditBean - Class in com.atlassian.jira.web.bean
Used in the BulkEdit Wizard Stores in session: currentStep action selected and values associated with that action issues selected
BulkEditBean() - Constructor for class com.atlassian.jira.web.bean.BulkEditBean
 
BULKEDITBEAN - Static variable in interface com.atlassian.jira.web.SessionKeys
 
BulkMoveHelper - Interface in com.atlassian.jira.web.bean
Interface for methods to help out with some calculations for Bulk Move operations.
BulkMoveHelper.DistinctValueResult - Class in com.atlassian.jira.web.bean
Represents a distinct project attribute value (i.e.
BulkMoveHelper.DistinctValueResult() - Constructor for class com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult
 
BulkMoveHelper.DistinctValueResult(String, String, Long, boolean) - Constructor for class com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult
 
BulkMoveOperation - Interface in com.atlassian.jira.bulkedit.operation
Operation for moving parent issues and their sub-tasks from one or many contexts to a single target context.
BulkOperation - Interface in com.atlassian.jira.bulkedit.operation
 
BulkOperationManager - Interface in com.atlassian.jira.bulkedit
 
bulkUpdateByAnd(String, Map, Map) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
This can be used to perform an update on the entityName of all the rows identified by AND criteria of the fields specified by the criteria map.
bulkUpdateByPrimaryKey(String, Map<String, ?>, List<Long>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
This can be used to perform an update on the entityName of all the rows identified by the keys with the values stored in the updateValues.
byUser(String) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 

C

CACHES - Static variable in interface com.atlassian.jira.config.util.JiraHome
Name of the "Caching" directory in JIRA home.
cacheVelocityRequestContext(VelocityRequestContext) - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContextFactory
Update the threadlocal storage with the given velocityRequestContext.
CalculatedCFType - Class in com.atlassian.jira.issue.customfields.impl
 
CalculatedCFType() - Constructor for class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
CalculatedCFType.Visitor<T> - Interface in com.atlassian.jira.issue.customfields.impl
 
canActivateNumberOfUsers(int) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns true if, after adding the specified number of users, the number of active users in JIRA does not exceed the user limit allowed by the license.
canActivateUsers(Collection<String>) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns true if, after adding the specified users, the number of active users in JIRA does not exceed the user limit allowed by the license.
canAttachScreenshots(JiraServiceContext, Issue) - Method in interface com.atlassian.jira.bc.issue.attachment.AttachmentService
Determines whether the user: has the required permission (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
canConvertIssue(JiraServiceContext, Issue) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
Determines if user can convert given issue.
canCreateAttachments(JiraServiceContext, Issue) - Method in interface com.atlassian.jira.bc.issue.attachment.AttachmentService
Determines whether attachments are enabled in JIRA and that the user has the required permission (Permissions.CREATE_ATTACHMENT) to create an attachment for this issue.
canCreateAttachments(JiraServiceContext, Project) - Method in interface com.atlassian.jira.bc.issue.attachment.AttachmentService
Determines whether attachments are enabled in JIRA and that the user has the required permission (Permissions.CREATE_ATTACHMENT) to create an attachment for this project.
canCreateTemporaryAttachments(JiraServiceContext, Issue) - Method in interface com.atlassian.jira.bc.issue.attachment.AttachmentService
Determines whether: the user has the required permission (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!
canDeleteAttachment(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.issue.attachment.AttachmentService
Retrieves the attachment specified by the attachment id and determines if the user can delete it.
canDirectoryUpdateUserPassword(Directory) - Method in interface com.atlassian.jira.user.util.UserManager
Checks if the given directory is able to update user passwords.
canHandleMessage(Message) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Validation call to be made at the start of handleMessage().
It sets a global boolean deleteEmail, whether the email should be deleted if it cannot be handled.
canManageAttachments(JiraServiceContext, Issue) - Method in interface com.atlassian.jira.bc.issue.attachment.AttachmentService
Checks whether the user has permission to manage the attachments of the specified issue.
canMapImportValue(ProjectImportMapper, ExternalCustomFieldValue, FieldConfig, I18nHelper) - Method in class com.atlassian.jira.imports.project.customfield.NoTransformationCustomFieldImporter
 
canMapImportValue(ProjectImportMapper, ExternalCustomFieldValue, FieldConfig, I18nHelper) - Method in interface com.atlassian.jira.imports.project.customfield.ProjectCustomFieldImporter
The custom field needs to determine if the provided custom field value, in the context of the config and project import mapper, is a valid value that can be imported.
CANNOTREPRODUCE_RESOLUTION - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
CANNOTREPRODUCE_RESOLUTION_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
canPerform(BulkEditBean, User) - Method in interface com.atlassian.jira.bulkedit.operation.BulkOperation
Determines whether the operation can be performed with the given set of issues
canPerform(BulkEditBean, User) - Method in interface com.atlassian.jira.bulkedit.operation.BulkOperation
Deprecated. Use BulkOperation.canPerform(com.atlassian.jira.web.bean.BulkEditBean, com.atlassian.crowd.embedded.api.User). Since v4.3
canPerform(MoveIssueBean, User) - Method in interface com.atlassian.jira.movesubtask.operation.MoveSubTaskOperation
Determines whether the operation can be performed with the given issue
canPerformAjaxSearch(JiraServiceContext) - Method in interface com.atlassian.jira.bc.user.search.UserPickerSearchService
Returns true only if UserPicker Ajax search is enabled AND the user in the context has User Browse permission.
canRemoveValueFromIssueObject(Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Returns true if a call to OrderableField.removeValueFromIssueObject(com.atlassian.jira.issue.MutableIssue) will actually remove the value.
canShowEmailAddresses(JiraServiceContext) - Method in interface com.atlassian.jira.bc.user.search.UserPickerSearchService
Whether or not the UserPicker Ajax should search or show email addresses
canUpdateGroupMembershipForUser(User) - Method in interface com.atlassian.jira.user.util.UserManager
Test if this user's group membership can be updated, i.e.
canUpdateUser(User) - Method in interface com.atlassian.jira.user.util.UserManager
Test if this user can be updated, i.e.
canUpdateUserPassword(User) - Method in interface com.atlassian.jira.user.util.UserManager
Test if this user's password can be updated, i.e.
CASCADING_OPTION - Static variable in class com.atlassian.jira.JiraDataTypes
 
CascadingOption - Interface in com.atlassian.jira.issue.customfields.option
Defines a type for cascading selects that differentiates cascading options from Options.
CASCADINGSELECT - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
catchEmail - Variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
New issues without this recipient are ignored.
CHANGE_ACTIONER - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
CHANGE_DATE - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
CHANGE_DURATION - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
CHANGE_FROM - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
CHANGE_GROUPS - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
 
CHANGE_HISTORY_DATE_PREDICATES - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
A set of change history predicates that support date searching.
CHANGE_HISTORY_INDEX - Static variable in interface com.atlassian.jira.issue.search.SearchProviderFactory
 
CHANGE_HISTORY_OPERATORS - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
A set of change history operators
CHANGE_HISTORY_PREDICATES - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
A set of change history predicates.
CHANGE_HISTORY_PROTOCOL - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
CHANGE_TO - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
changedFrom(String, String) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 
ChangeHistory - Class in com.atlassian.jira.issue.changehistory
Represents an issue change history.
ChangeHistory is essentially a GenericValue wrapper with getters
ChangeHistory(GenericValue, IssueManager) - Constructor for class com.atlassian.jira.issue.changehistory.ChangeHistory
 
ChangeHistoryFieldConstants - Class in com.atlassian.jira.issue.changehistory
 
ChangeHistoryFieldConstants() - Constructor for class com.atlassian.jira.issue.changehistory.ChangeHistoryFieldConstants
 
ChangeHistoryItem - Class in com.atlassian.jira.issue.changehistory
A simple holder for change items
ChangeHistoryItem(Long, Long, Long, String, String, Timestamp, String, String, String, String, String) - Constructor for class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
ChangeHistoryItem(Long, Long, Long, String, String, Timestamp, Timestamp, String, String, String, String, String) - Constructor for class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
ChangeHistoryItem.Builder - Class in com.atlassian.jira.issue.changehistory
 
ChangeHistoryItem.Builder() - Constructor for class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 
ChangeHistoryManager - Interface in com.atlassian.jira.issue.changehistory
Manages the change history of issues.
ChangeItemBean - Class in com.atlassian.jira.issue.history
A very simple bean to hold change items.
ChangeItemBean() - Constructor for class com.atlassian.jira.issue.history.ChangeItemBean
 
ChangeItemBean(String, String, String, String) - Constructor for class com.atlassian.jira.issue.history.ChangeItemBean
 
ChangeItemBean(String, String, String, String, String, String) - Constructor for class com.atlassian.jira.issue.history.ChangeItemBean
 
ChangeItemBean(String, String, String, String, String, String, Timestamp) - Constructor for class com.atlassian.jira.issue.history.ChangeItemBean
 
changeParent(GenericValue, GenericValue, User) - Method in interface com.atlassian.jira.config.SubTaskManager
Change the parent of the given subtask to the given new parent on behalf of the given user.
changeParent(GenericValue, GenericValue, User) - Method in interface com.atlassian.jira.config.SubTaskManager
Change the parent of the given subtask to the given new parent on behalf of the given user.
changePassword(User, String) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.changePassword(com.atlassian.crowd.embedded.api.User, String) instead. Since v4.3
changePassword(User, String) - Method in interface com.atlassian.jira.user.util.UserUtil
Can be called to set the password for a user.
changePassword(String, String) - Method in interface com.opensymphony.user.provider.CredentialsProvider
Deprecated. Change password of user.
changePassword(String, String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdCredentialsProvider
 
CHECKBOX - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
checkInvalidCharacters(String, String, ErrorCollection) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
JRA-4429 (prevent invalid characters)
checkSearchParameter(JiraServiceContext, ShareTypeSearchParameter) - Method in interface com.atlassian.jira.sharing.type.ShareTypeValidator
Check to see if the passed SearchParameter is valid for the ShareType.
checkSharePermission(JiraServiceContext, SharePermission) - Method in interface com.atlassian.jira.sharing.type.ShareTypeValidator
Checks if the passed SharePermission is valid for the associated ShareType.
childIterator() - Method in class com.atlassian.jira.bc.group.GroupRemoveChildMapper
Provides an iterator over the childNames.
CHINESE - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 
chooseContext(BulkEditBean, User, I18nHelper, ErrorCollection) - Method in interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation
 
chooseContextNoValidate(BulkEditBean, User) - Method in interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation
 
CJK - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 
Clause - Interface in com.atlassian.query.clause
Represents a node in the tree that gets generated for a Query.
ClauseContext - Interface in com.atlassian.jira.jql.context
Used to specify the context for an individual clause.
ClauseContextFactory - Interface in com.atlassian.jira.jql.context
Creates a ClauseContext for the associated clause.
ClauseHandler - Interface in com.atlassian.jira.jql
A container for all the objects needed to process a Jql clause.
ClauseInformation - Interface in com.atlassian.jira.jql
Used to tie together field names, JQL clause names, and document constant names.
ClauseNames - Class in com.atlassian.jira.issue.search
Represents a JQL clause name.
ClauseNames(String) - Constructor for class com.atlassian.jira.issue.search.ClauseNames
 
ClauseNames(String, String...) - Constructor for class com.atlassian.jira.issue.search.ClauseNames
 
ClauseNames(String, Set<String>) - Constructor for class com.atlassian.jira.issue.search.ClauseNames
 
ClausePermissionChecker - Interface in com.atlassian.jira.jql.permission
Checks to see that the provided user is able to use the clause.
ClausePermissionHandler - Interface in com.atlassian.jira.jql.permission
A composite interface that deals with clause sanitisation and permission checking.
ClausePrecedence - Enum in com.atlassian.query.clause
Used to determine the logical precedence of the clauses that can be contained in a SearchQuery.
ClauseQueryFactory - Interface in com.atlassian.jira.jql.query
Provides the logic to build a query for a clause.
ClauseSanitiser - Interface in com.atlassian.jira.jql.permission
Deals with the sanitisation of clauses based on the given user.
ClauseTooComplexSearchException - Exception in com.atlassian.jira.issue.search
Thrown when a lucene is attempted to be built from a JQL query which is too complex.
ClauseTooComplexSearchException(Clause) - Constructor for exception com.atlassian.jira.issue.search.ClauseTooComplexSearchException
 
ClauseValidator - Interface in com.atlassian.jira.jql.validator
Validates a clause and adds human readable i18n'ed messages if there is a problem.
ClauseVisitor<R> - Interface in com.atlassian.query.clause
A visitor that allows you to perform operations on a Query.
clear() - Method in interface com.atlassian.jira.issue.CustomFieldManager
clear the cache
clearActiveUserCount() - Method in interface com.atlassian.jira.user.util.UserUtil
Clears the cache of the active user count so that it can be recalculated.
clearAvailablePreviousSteps() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
clearAvailablePreviousSteps() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
clearCache() - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
clearCache(String) - Method in interface com.atlassian.jira.user.preferences.UserPreferencesManager
Clear any cached preferences for a given username.
clearCache() - Method in interface com.atlassian.jira.user.preferences.UserPreferencesManager
Clear all cached preferences.
clearDefaultTimeZone(JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
Reset the default time zone to the JVM time zone.
clearEntriesForIssue(Long) - Method in class com.atlassian.jira.web.action.issue.TemporaryAttachmentsMonitor
Removes all temporary attachments for the given issue.
clearMappedValues() - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
 
clearMappedValues() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportIdMapper
This will clear any mapped data that may have been entered into the mappers.
clearMappedValues() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
This will clear any mapped data that may have been entered into the mappers.
clearMappedValues() - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
clearProjectLevels(GenericValue) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
 
clearUserDefaultTimeZone(JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
Resets the time zone for this user to the JIRA default time zone.
clearUsersLevels() - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
 
clearVelocityRequestContext() - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContextFactory
Resets the thread local storage as if no request has occurred, effectively nulling out the current thread local velocity request context.
clearWorkflowCache() - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
clone() - Method in class com.atlassian.jira.jql.operator.OperatorClasses
 
clone() - Method in class com.atlassian.jira.util.Predicates.FalsePredicate
 
clone() - Method in class com.atlassian.jira.util.Predicates.TruePredicate
 
cloneIssue(Issue) - Method in interface com.atlassian.jira.issue.IssueFactory
Clones the Issue object which creates an editable copy.
cloneIssueNoParent(Issue) - Method in interface com.atlassian.jira.issue.IssueFactory
Clone Issue for conversion from sub task to issue
cloneScheme() - Method in class com.atlassian.jira.scheme.Scheme
 
cloneWorkflowName(String) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
 
close() - Method in interface com.atlassian.jira.issue.comments.util.CommentIterator
 
close() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
CLOSE_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
Permission to close issues.
CLOSED_STATUS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
CLOSED_STATUS_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
coerceToSuper() - Static method in class com.atlassian.jira.util.Functions
Transform to a super class.
collection(Collection<? extends I>, Function<I, E>) - Static method in class com.atlassian.jira.util.collect.Transformed
 
CollectionBuilder<T> - Class in com.atlassian.jira.util.collect
Convenience class for creating collections (Set and List) instances or enclosed iterables.
CollectionEnclosedIterable<T> - Class in com.atlassian.jira.util.collect
Simple collection based EnclosedIterable.
CollectionParams - Interface in com.atlassian.jira.issue.transport
This is a field params with Lists as the value
CollectionUtil - Class in com.atlassian.jira.util.collect
 
CollectionUtil() - Constructor for class com.atlassian.jira.util.collect.CollectionUtil
 
ColumnLayout - Interface in com.atlassian.jira.issue.fields.layout.column
 
ColumnLayoutException - Exception in com.atlassian.jira.issue.fields.layout.column
 
ColumnLayoutException() - Constructor for exception com.atlassian.jira.issue.fields.layout.column.ColumnLayoutException
 
ColumnLayoutException(String) - Constructor for exception com.atlassian.jira.issue.fields.layout.column.ColumnLayoutException
 
ColumnLayoutException(Throwable) - Constructor for exception com.atlassian.jira.issue.fields.layout.column.ColumnLayoutException
 
ColumnLayoutException(String, Throwable) - Constructor for exception com.atlassian.jira.issue.fields.layout.column.ColumnLayoutException
 
ColumnLayoutItem - Interface in com.atlassian.jira.issue.fields.layout.column
 
ColumnLayoutManager - Interface in com.atlassian.jira.issue.fields.layout.column
 
ColumnLayoutStorageException - Exception in com.atlassian.jira.issue.fields.layout.column
 
ColumnLayoutStorageException() - Constructor for exception com.atlassian.jira.issue.fields.layout.column.ColumnLayoutStorageException
 
ColumnLayoutStorageException(String) - Constructor for exception com.atlassian.jira.issue.fields.layout.column.ColumnLayoutStorageException
 
ColumnLayoutStorageException(Throwable) - Constructor for exception com.atlassian.jira.issue.fields.layout.column.ColumnLayoutStorageException
 
ColumnLayoutStorageException(String, Throwable) - Constructor for exception com.atlassian.jira.issue.fields.layout.column.ColumnLayoutStorageException
 
com.atlassian.configurable - package com.atlassian.configurable
 
com.atlassian.jira - package com.atlassian.jira
 
com.atlassian.jira.avatar - package com.atlassian.jira.avatar
 
com.atlassian.jira.bc - package com.atlassian.jira.bc
 
com.atlassian.jira.bc.config - package com.atlassian.jira.bc.config
 
com.atlassian.jira.bc.customfield - package com.atlassian.jira.bc.customfield
 
com.atlassian.jira.bc.favourites - package com.atlassian.jira.bc.favourites
 
com.atlassian.jira.bc.filter - package com.atlassian.jira.bc.filter
 
com.atlassian.jira.bc.group - package com.atlassian.jira.bc.group
 
com.atlassian.jira.bc.group.search - package com.atlassian.jira.bc.group.search
 
com.atlassian.jira.bc.issue - package com.atlassian.jira.bc.issue
 
com.atlassian.jira.bc.issue.attachment - package com.atlassian.jira.bc.issue.attachment
 
com.atlassian.jira.bc.issue.comment - package com.atlassian.jira.bc.issue.comment
 
com.atlassian.jira.bc.issue.label - package com.atlassian.jira.bc.issue.label
 
com.atlassian.jira.bc.issue.search - package com.atlassian.jira.bc.issue.search
 
com.atlassian.jira.bc.issue.util - package com.atlassian.jira.bc.issue.util
 
com.atlassian.jira.bc.issue.vote - package com.atlassian.jira.bc.issue.vote
 
com.atlassian.jira.bc.issue.watcher - package com.atlassian.jira.bc.issue.watcher
 
com.atlassian.jira.bc.issue.worklog - package com.atlassian.jira.bc.issue.worklog
 
com.atlassian.jira.bc.license - package com.atlassian.jira.bc.license
 
com.atlassian.jira.bc.project - package com.atlassian.jira.bc.project
 
com.atlassian.jira.bc.project.component - package com.atlassian.jira.bc.project.component
 
com.atlassian.jira.bc.project.version - package com.atlassian.jira.bc.project.version
 
com.atlassian.jira.bc.projectroles - package com.atlassian.jira.bc.projectroles
 
com.atlassian.jira.bc.subtask.conversion - package com.atlassian.jira.bc.subtask.conversion
 
com.atlassian.jira.bc.user - package com.atlassian.jira.bc.user
 
com.atlassian.jira.bc.user.search - package com.atlassian.jira.bc.user.search
 
com.atlassian.jira.bc.whitelist - package com.atlassian.jira.bc.whitelist
 
com.atlassian.jira.bc.workflow - package com.atlassian.jira.bc.workflow
 
com.atlassian.jira.bean - package com.atlassian.jira.bean
 
com.atlassian.jira.bulkedit - package com.atlassian.jira.bulkedit
 
com.atlassian.jira.bulkedit.operation - package com.atlassian.jira.bulkedit.operation
 
com.atlassian.jira.component - package com.atlassian.jira.component
 
com.atlassian.jira.config - package com.atlassian.jira.config
 
com.atlassian.jira.config.properties - package com.atlassian.jira.config.properties
 
com.atlassian.jira.config.util - package com.atlassian.jira.config.util
 
com.atlassian.jira.datetime - package com.atlassian.jira.datetime
A small set of classes that allow clients to format and parse dates in JIRA, in a way that is time zone and locale aware.
com.atlassian.jira.event - package com.atlassian.jira.event
 
com.atlassian.jira.event.config - package com.atlassian.jira.event.config
 
com.atlassian.jira.event.issue - package com.atlassian.jira.event.issue
 
com.atlassian.jira.event.project - package com.atlassian.jira.event.project
 
com.atlassian.jira.event.type - package com.atlassian.jira.event.type
 
com.atlassian.jira.event.user - package com.atlassian.jira.event.user
 
com.atlassian.jira.exception - package com.atlassian.jira.exception
 
com.atlassian.jira.external.beans - package com.atlassian.jira.external.beans
 
com.atlassian.jira.favourites - package com.atlassian.jira.favourites
 
com.atlassian.jira.image.dropdown - package com.atlassian.jira.image.dropdown
 
com.atlassian.jira.image.separator - package com.atlassian.jira.image.separator
 
com.atlassian.jira.image.util - package com.atlassian.jira.image.util
 
com.atlassian.jira.imports.project.customfield - package com.atlassian.jira.imports.project.customfield
 
com.atlassian.jira.imports.project.mapper - package com.atlassian.jira.imports.project.mapper
 
com.atlassian.jira.issue - package com.atlassian.jira.issue
 
com.atlassian.jira.issue.attachment - package com.atlassian.jira.issue.attachment
 
com.atlassian.jira.issue.changehistory - package com.atlassian.jira.issue.changehistory
 
com.atlassian.jira.issue.comments - package com.atlassian.jira.issue.comments
 
com.atlassian.jira.issue.comments.util - package com.atlassian.jira.issue.comments.util
 
com.atlassian.jira.issue.comparator - package com.atlassian.jira.issue.comparator
 
com.atlassian.jira.issue.context - package com.atlassian.jira.issue.context
 
com.atlassian.jira.issue.context.persistence - package com.atlassian.jira.issue.context.persistence
 
com.atlassian.jira.issue.customfields - package com.atlassian.jira.issue.customfields
 
com.atlassian.jira.issue.customfields.config.item - package com.atlassian.jira.issue.customfields.config.item
 
com.atlassian.jira.issue.customfields.converters - package com.atlassian.jira.issue.customfields.converters
 
com.atlassian.jira.issue.customfields.impl - package com.atlassian.jira.issue.customfields.impl
 
com.atlassian.jira.issue.customfields.manager - package com.atlassian.jira.issue.customfields.manager
 
com.atlassian.jira.issue.customfields.option - package com.atlassian.jira.issue.customfields.option
 
com.atlassian.jira.issue.customfields.persistence - package com.atlassian.jira.issue.customfields.persistence
 
com.atlassian.jira.issue.customfields.searchers - package com.atlassian.jira.issue.customfields.searchers
 
com.atlassian.jira.issue.customfields.searchers.transformer - package com.atlassian.jira.issue.customfields.searchers.transformer
 
com.atlassian.jira.issue.customfields.statistics - package com.atlassian.jira.issue.customfields.statistics
 
com.atlassian.jira.issue.customfields.view - package com.atlassian.jira.issue.customfields.view
 
com.atlassian.jira.issue.fields - package com.atlassian.jira.issue.fields
 
com.atlassian.jira.issue.fields.config - package com.atlassian.jira.issue.fields.config
 
com.atlassian.jira.issue.fields.config.manager - package com.atlassian.jira.issue.fields.config.manager
 
com.atlassian.jira.issue.fields.config.persistence - package com.atlassian.jira.issue.fields.config.persistence
 
com.atlassian.jira.issue.fields.layout.column - package com.atlassian.jira.issue.fields.layout.column
 
com.atlassian.jira.issue.fields.layout.field - package com.atlassian.jira.issue.fields.layout.field
 
com.atlassian.jira.issue.fields.option - package com.atlassian.jira.issue.fields.option
 
com.atlassian.jira.issue.fields.renderer - package com.atlassian.jira.issue.fields.renderer
 
com.atlassian.jira.issue.fields.screen - package com.atlassian.jira.issue.fields.screen
 
com.atlassian.jira.issue.fields.util - package com.atlassian.jira.issue.fields.util
 
com.atlassian.jira.issue.history - package com.atlassian.jira.issue.history
 
com.atlassian.jira.issue.index - package com.atlassian.jira.issue.index
 
com.atlassian.jira.issue.index.indexers - package com.atlassian.jira.issue.index.indexers
 
com.atlassian.jira.issue.index.indexers.impl - package com.atlassian.jira.issue.index.indexers.impl
 
com.atlassian.jira.issue.issuetype - package com.atlassian.jira.issue.issuetype
 
com.atlassian.jira.issue.label - package com.atlassian.jira.issue.label
 
com.atlassian.jira.issue.link - package com.atlassian.jira.issue.link
 
com.atlassian.jira.issue.operation - package com.atlassian.jira.issue.operation
 
com.atlassian.jira.issue.priority - package com.atlassian.jira.issue.priority
 
com.atlassian.jira.issue.resolution - package com.atlassian.jira.issue.resolution
 
com.atlassian.jira.issue.search - package com.atlassian.jira.issue.search
 
com.atlassian.jira.issue.search.constants - package com.atlassian.jira.issue.search.constants
 
com.atlassian.jira.issue.search.managers - package com.atlassian.jira.issue.search.managers
 
com.atlassian.jira.issue.search.searchers - package com.atlassian.jira.issue.search.searchers
 
com.atlassian.jira.issue.search.searchers.information - package com.atlassian.jira.issue.search.searchers.information
 
com.atlassian.jira.issue.search.searchers.renderer - package com.atlassian.jira.issue.search.searchers.renderer
 
com.atlassian.jira.issue.search.searchers.transformer - package com.atlassian.jira.issue.search.searchers.transformer
 
com.atlassian.jira.issue.search.util - package com.atlassian.jira.issue.search.util
 
com.atlassian.jira.issue.security - package com.atlassian.jira.issue.security
 
com.atlassian.jira.issue.statistics - package com.atlassian.jira.issue.statistics
 
com.atlassian.jira.issue.status - package com.atlassian.jira.issue.status
 
com.atlassian.jira.issue.subscription - package com.atlassian.jira.issue.subscription
 
com.atlassian.jira.issue.transport - package com.atlassian.jira.issue.transport
 
com.atlassian.jira.issue.util - package com.atlassian.jira.issue.util
 
com.atlassian.jira.issue.vote - package com.atlassian.jira.issue.vote
 
com.atlassian.jira.issue.watchers - package com.atlassian.jira.issue.watchers
 
com.atlassian.jira.issue.worklog - package com.atlassian.jira.issue.worklog
 
com.atlassian.jira.jql - package com.atlassian.jira.jql
 
com.atlassian.jira.jql.context - package com.atlassian.jira.jql.context
 
com.atlassian.jira.jql.operand - package com.atlassian.jira.jql.operand
 
com.atlassian.jira.jql.operator - package com.atlassian.jira.jql.operator
 
com.atlassian.jira.jql.permission - package com.atlassian.jira.jql.permission
 
com.atlassian.jira.jql.query - package com.atlassian.jira.jql.query
 
com.atlassian.jira.jql.resolver - package com.atlassian.jira.jql.resolver
 
com.atlassian.jira.jql.util - package com.atlassian.jira.jql.util
 
com.atlassian.jira.jql.validator - package com.atlassian.jira.jql.validator
 
com.atlassian.jira.license - package com.atlassian.jira.license
 
com.atlassian.jira.mail - package com.atlassian.jira.mail
 
com.atlassian.jira.movesubtask - package com.atlassian.jira.movesubtask
 
com.atlassian.jira.movesubtask.operation - package com.atlassian.jira.movesubtask.operation
 
com.atlassian.jira.notification - package com.atlassian.jira.notification
 
com.atlassian.jira.notification.type - package com.atlassian.jira.notification.type
 
com.atlassian.jira.ofbiz - package com.atlassian.jira.ofbiz
 
com.atlassian.jira.permission - package com.atlassian.jira.permission
 
com.atlassian.jira.plugin - package com.atlassian.jira.plugin
 
com.atlassian.jira.plugin.customfield - package com.atlassian.jira.plugin.customfield
 
com.atlassian.jira.plugin.issueview - package com.atlassian.jira.plugin.issueview
 
com.atlassian.jira.plugin.jql.function - package com.atlassian.jira.plugin.jql.function
 
com.atlassian.jira.plugin.keyboardshortcut - package com.atlassian.jira.plugin.keyboardshortcut
 
com.atlassian.jira.plugin.profile - package com.atlassian.jira.plugin.profile
 
com.atlassian.jira.plugin.searchrequestview - package com.atlassian.jira.plugin.searchrequestview
 
com.atlassian.jira.plugin.searchrequestview.auth - package com.atlassian.jira.plugin.searchrequestview.auth
 
com.atlassian.jira.plugin.userformat - package com.atlassian.jira.plugin.userformat
 
com.atlassian.jira.plugin.webfragment.model - package com.atlassian.jira.plugin.webfragment.model
 
com.atlassian.jira.plugin.workflow - package com.atlassian.jira.plugin.workflow
 
com.atlassian.jira.project - package com.atlassian.jira.project
 
com.atlassian.jira.project.browse - package com.atlassian.jira.project.browse
 
com.atlassian.jira.project.version - package com.atlassian.jira.project.version
 
com.atlassian.jira.scheme - package com.atlassian.jira.scheme
 
com.atlassian.jira.security - package com.atlassian.jira.security
 
com.atlassian.jira.security.groups - package com.atlassian.jira.security.groups
 
com.atlassian.jira.security.roles - package com.atlassian.jira.security.roles
 
com.atlassian.jira.security.roles.actor - package com.atlassian.jira.security.roles.actor
 
com.atlassian.jira.service - package com.atlassian.jira.service
 
com.atlassian.jira.service.services.file - package com.atlassian.jira.service.services.file
 
com.atlassian.jira.service.services.mail - package com.atlassian.jira.service.services.mail
 
com.atlassian.jira.service.util - package com.atlassian.jira.service.util
 
com.atlassian.jira.service.util.handler - package com.atlassian.jira.service.util.handler
 
com.atlassian.jira.sharing - package com.atlassian.jira.sharing
 
com.atlassian.jira.sharing.search - package com.atlassian.jira.sharing.search
 
com.atlassian.jira.sharing.type - package com.atlassian.jira.sharing.type
 
com.atlassian.jira.timezone - package com.atlassian.jira.timezone
 
com.atlassian.jira.trackback - package com.atlassian.jira.trackback
 
com.atlassian.jira.types - package com.atlassian.jira.types
 
com.atlassian.jira.user - package com.atlassian.jira.user
 
com.atlassian.jira.user.preferences - package com.atlassian.jira.user.preferences
 
com.atlassian.jira.user.util - package com.atlassian.jira.user.util
 
com.atlassian.jira.util - package com.atlassian.jira.util
 
com.atlassian.jira.util.collect - package com.atlassian.jira.util.collect
 
com.atlassian.jira.util.dbc - package com.atlassian.jira.util.dbc
 
com.atlassian.jira.util.i18n - package com.atlassian.jira.util.i18n
 
com.atlassian.jira.util.lang - package com.atlassian.jira.util.lang
 
com.atlassian.jira.util.velocity - package com.atlassian.jira.util.velocity
 
com.atlassian.jira.web - package com.atlassian.jira.web
 
com.atlassian.jira.web.action.admin.issuetypes - package com.atlassian.jira.web.action.admin.issuetypes
 
com.atlassian.jira.web.action.admin.translation - package com.atlassian.jira.web.action.admin.translation
 
com.atlassian.jira.web.action.issue - package com.atlassian.jira.web.action.issue
 
com.atlassian.jira.web.action.issue.bulkedit - package com.atlassian.jira.web.action.issue.bulkedit
 
com.atlassian.jira.web.action.util - package com.atlassian.jira.web.action.util
 
com.atlassian.jira.web.bean - package com.atlassian.jira.web.bean
 
com.atlassian.jira.web.component - package com.atlassian.jira.web.component
 
com.atlassian.jira.web.util - package com.atlassian.jira.web.util
 
com.atlassian.jira.workflow - package com.atlassian.jira.workflow
 
com.atlassian.jira.workflow.condition - package com.atlassian.jira.workflow.condition
 
com.atlassian.jira.workflow.function.issue - package com.atlassian.jira.workflow.function.issue
 
com.atlassian.query - package com.atlassian.query
 
com.atlassian.query.clause - package com.atlassian.query.clause
 
com.atlassian.query.history - package com.atlassian.query.history
 
com.atlassian.query.operand - package com.atlassian.query.operand
 
com.atlassian.query.operator - package com.atlassian.query.operator
 
com.atlassian.query.order - package com.atlassian.query.order
 
com.opensymphony.user - package com.opensymphony.user
 
com.opensymphony.user.provider - package com.opensymphony.user.provider
 
com.opensymphony.user.provider.crowd - package com.opensymphony.user.provider.crowd
 
comment(String) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
 
Comment - Interface in com.atlassian.jira.issue.comments
 
COMMENT - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
COMMENT_AUTHOR - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
COMMENT_BODY - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
COMMENT_CREATED - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
COMMENT_DELETE_ALL - Static variable in class com.atlassian.jira.security.Permissions
Permission to delete all comments
COMMENT_DELETE_OWN - Static variable in class com.atlassian.jira.security.Permissions
Permission to delete own comments
COMMENT_EDIT_ALL - Static variable in class com.atlassian.jira.security.Permissions
Permission to modify all comments
COMMENT_EDIT_OWN - Static variable in class com.atlassian.jira.security.Permissions
Permission to modify only your own comments
COMMENT_ID - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
COMMENT_INDEX - Static variable in interface com.atlassian.jira.issue.search.SearchProviderFactory
 
COMMENT_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
Permission to comment on issues
COMMENT_LEVEL - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
COMMENT_LEVEL_ROLE - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
COMMENT_LEVEL_VISIBILITY_GROUPS - Static variable in interface com.atlassian.jira.config.properties.APKeys
Flag that enables/disables either Project Roles & Groups or Project Roles.
COMMENT_UPDATE_AUTHOR - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
COMMENT_UPDATED - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
CommentIterator - Interface in com.atlassian.jira.issue.comments.util
A way of iterating over comments, without necessarily loading them all into memory.
CommentManager - Interface in com.atlassian.jira.issue.comments
The CommentManager is used to retrieve and create comments in JIRA.
commentManager - Variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
CommentPermissionManager - Interface in com.atlassian.jira.issue.comments
A unified way of checking whether a user can see a comment or not
COMMENTS - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
 
CommentService - Interface in com.atlassian.jira.bc.issue.comment
This is the business layer component that must be used to access all Comment functionality.
CommentsFieldSearchConstants - Class in com.atlassian.jira.issue.search.constants
The search constants for the comments system field.
COMPARATOR - Static variable in class com.atlassian.jira.issue.comparator.KeyComparator
 
compare(String, String) - Method in class com.atlassian.jira.issue.comparator.KeyComparator
 
compare(User, User) - Method in class com.atlassian.jira.issue.comparator.UserBestNameComparator
 
compare(User, User) - Method in class com.atlassian.jira.issue.comparator.UserComparator
 
compare(Object, Object, FieldConfig) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
compare(Double, Double, FieldConfig) - Method in class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
compare(String, String, FieldConfig) - Method in class com.atlassian.jira.issue.customfields.impl.TextCFType
 
compare(T, T, FieldConfig) - Method in interface com.atlassian.jira.issue.customfields.SortableCustomField
Compares the two custom field objects.
compare(Issue, Issue) - Method in interface com.atlassian.jira.issue.fields.CustomField
This method compares the values of this custom field in two given issues.
compare(GenericValue, GenericValue) - Method in class com.atlassian.jira.ofbiz.OfBizStringFieldComparator
 
compareTo(LocalDate) - Method in class com.atlassian.jira.datetime.LocalDate
 
compareTo(TemporaryAttachment) - Method in class com.atlassian.jira.issue.attachment.TemporaryAttachment
 
compareTo(ChangeHistoryItem) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
compareTo(Object) - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
compareTo(Object) - Method in class com.atlassian.jira.issue.link.IssueLinkType
Compare on name (in alphabetical order)
compareTo(KeyboardShortcut) - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
 
compareTo(Object) - Method in class com.atlassian.jira.scheme.SchemeEntity
 
compareTo(Group) - Method in class com.opensymphony.user.Group
Deprecated.  
compareTo(User) - Method in class com.opensymphony.user.User
Deprecated.  
COMPONENT - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
 
COMPONENT - Static variable in class com.atlassian.jira.JiraDataTypes
 
COMPONENT_BROWSER_POPULAR_ISSUES_RESOLVED - Static variable in interface com.atlassian.jira.web.SessionKeys
 
COMPONENT_BROWSER_SELECTED - Static variable in interface com.atlassian.jira.web.SessionKeys
 
COMPONENT_LEAD - Static variable in class com.atlassian.jira.project.AssigneeTypes
Assignee is set to the ProjectComponent lead.
ComponentAccessor - Class in com.atlassian.jira.component
Provides static methods for accessing JIRA's managed components (ie the components in the PicoContainer).
ComponentAccessor() - Constructor for class com.atlassian.jira.component.ComponentAccessor
 
ComponentAccessor.Worker - Interface in com.atlassian.jira.component
 
ComponentLocator - Interface in com.atlassian.jira.util
A locator that allows components to be looked up at runtime.
COMPONENTS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
CompositeMap<K,V> - Class in com.atlassian.jira.util.collect
Provides a union view of two maps.
ConfigurableField - Interface in com.atlassian.jira.issue.fields
ConfigurableField are fields which have FieldConfigItemType that can be stored for a given JiraContextNode
CONFIGURE_PORTAL_PAGES_TAB - Static variable in interface com.atlassian.jira.web.SessionKeys
 
confirmProceedUnderEvaluationTerms(String) - Method in interface com.atlassian.jira.bc.license.JiraLicenseService
This will confirm that user has agreed to proceed under Evaluation terms, typically when the license is too old for the current JIRA build.
constantExists(String, String) - Method in interface com.atlassian.jira.config.ConstantsManager
Checks if a constant exists.
ConstantsManager - Interface in com.atlassian.jira.config
Manager for issue types, statuses, priorities and resolutions.
ConstantsService - Interface in com.atlassian.jira.bc.config
This class contains methods for managing JIRA constants such as issue types, statuses, priorities and resolutions.
consume(T) - Method in interface com.atlassian.jira.util.Consumer
Consume the product.
Consumer<T> - Interface in com.atlassian.jira.util
Consume the object a Supplier produces.
contains(String, String) - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
 
contains(NavigableField) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayout
 
contains(String) - Method in class com.atlassian.jira.issue.search.ClauseNames
 
contains(User) - Method in class com.atlassian.jira.security.roles.actor.GroupRoleActorFactory.GroupRoleActor
 
contains(User) - Method in class com.atlassian.jira.security.roles.actor.GroupRoleActorFactory.GroupRoleActor
 
contains(User) - Method in interface com.atlassian.jira.security.roles.DefaultRoleActors
Does the collection of RoleActor instances contain the specified user.
contains(User) - Method in interface com.atlassian.jira.security.roles.DefaultRoleActors
Deprecated. Please use DefaultRoleActors.contains(com.atlassian.crowd.embedded.api.User). Since v4.3
contains(User) - Method in interface com.atlassian.jira.security.roles.RoleActor
Deprecated. This method will be changed to take a User.
contains(Iterator<? extends T>, Predicate<T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Does the supplied Iterator contain anything that matches the predicate?
contains(Iterable<? extends T>, Predicate<T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Does the supplied Iterable contain anything that matches the predicate?
contains(Object) - Method in interface com.atlassian.jira.util.collect.MultiMap
Does this MultiMap contain the value in any of its value collections.
containsEntity(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
containsField(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
containsGlobalContext() - Method in interface com.atlassian.jira.jql.context.ClauseContext
 
containsKey(String) - Method in interface com.atlassian.jira.issue.transport.FieldParams
 
containsKey(Object) - Method in class com.atlassian.jira.util.collect.CompositeMap
 
containsName(String, Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Implement this method in order to check whether component with specified name is stored.
containsNoBlanks(String, C) - Static method in class com.atlassian.jira.util.dbc.Assertions
Throw and IllegalArgumentException if the passed collection is null or contains any blank Strings.
containsNoNulls(String, C) - Static method in class com.atlassian.jira.util.dbc.Assertions
Throw an IllegalArgumentException if the passed collection is null or contains any null values.
containsNoNulls(String, C[]) - Static method in class com.atlassian.jira.util.dbc.Assertions
Throw an IllegalArgumentException if the passed array is null or contains any null values.
containsSameEntities(Scheme) - Method in class com.atlassian.jira.scheme.Scheme
 
containsServiceWithId(Long) - Method in interface com.atlassian.jira.service.ServiceManager
Quick way of telling whether a service with a specific id is registered or not.
containsUser(User) - Method in class com.opensymphony.user.Group
Deprecated. Determine whether Group contains supplied User as member.
containsUser(String) - Method in class com.opensymphony.user.Group
Deprecated. Determine whether Group contains supplied User as member.
containsValue(Collection<?>) - Method in interface com.atlassian.jira.util.collect.MultiMap
Does this MultiMap contain the Collection as any of its value collections.
CONTENT_TYPE_TEXT - Static variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
convertDescriptorToXML(WorkflowDescriptor) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Converts a WorkflowDescriptor to XML.
convertIssue(JiraServiceContext, Issue, MutableIssue) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
This is the core method that converts given issue to an issue represented by updatedIssue.
convertNullToEmpty(String) - Static method in class com.atlassian.jira.issue.customfields.converters.StringConverterImpl
Returns Empty String if the passed value is null, else returns the original value.
convertTemporaryAttachments(User, Issue, List<Long>, TemporaryAttachmentsMonitor) - Method in interface com.atlassian.jira.issue.AttachmentManager
Converts a set of provided temporary attachments to real attachments attached to an issue.
convertTemporaryAttachments(User, Issue, List<Long>, TemporaryAttachmentsMonitor) - Method in interface com.atlassian.jira.issue.AttachmentManager
Converts a set of provided temporary attachments to real attachments attached to an issue.
convertToComment(GenericValue) - Method in interface com.atlassian.jira.issue.comments.CommentManager
This is a convenience method that can be used to convert a GenericValue representation of a comment to a comment object.
convertToConstantObjects(String, Collection) - Method in interface com.atlassian.jira.config.ConstantsManager
Converts the list of ids to the objects of appropriate types
convertToDate(String) - Method in interface com.atlassian.jira.jql.util.JqlDateSupport
Try to parse the passed date string using the formats that JQL understands.
convertToDate(Long) - Method in interface com.atlassian.jira.jql.util.JqlDateSupport
Converts the long to a date.
convertToDate(LocalDate) - Method in interface com.atlassian.jira.jql.util.JqlLocalDateSupport
Converts a LocalDate to a Date using the systems time zone.
convertToDateRange(Long) - Method in interface com.atlassian.jira.jql.util.JqlDateSupport
Converts the long to a date range where both values equal each other.
convertToDateRangeWithImpliedPrecision(String) - Method in interface com.atlassian.jira.jql.util.JqlDateSupport
Try to parse the passed in date string using the formats that JQL understands.
convertToGenericValue(ProjectComponent) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Deprecated. don't use GenericValue use the ProjectComponent instead.
convertToGenericValues(Collection<ProjectComponent>) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Deprecated. don't use GenericValue use the ProjectComponent instead.
convertToLocalDate(String) - Method in interface com.atlassian.jira.jql.util.JqlLocalDateSupport
Try to parse the passed date string using the formats that JQL understands.
convertToLocalDate(Long) - Method in interface com.atlassian.jira.jql.util.JqlLocalDateSupport
Try to parse the passed date long.
convertToOSGroup(Group) - Static method in class com.atlassian.jira.user.util.OSUserConverter
Convert a Crowd Group to an OSUser Group If a group is already an OSGroup the group will be returned unchanged.
convertToOSGroups(Iterable<Group>) - Static method in class com.atlassian.jira.user.util.OSUserConverter
Convert a collection of Crowd Groups to OS User Groups If any group is already an OSGroup that group will be returned unchanged.
convertToOSUser(User) - Static method in class com.atlassian.jira.user.util.OSUserConverter
Convert a Crowd User to an OSUser If a user is already an OSUser the user will be returned unchanged.
convertToOSUserList(Iterable<User>) - Static method in class com.atlassian.jira.user.util.OSUserConverter
Convert a Crowd User collection to a List of OSUser.
convertToOSUserSet(Iterable<User>) - Static method in class com.atlassian.jira.user.util.OSUserConverter
Convert a Crowd User collection to a Set of OSUser.
convertToProjectObjects(Collection<Long>) - Method in interface com.atlassian.jira.project.ProjectManager
Converts a collection of projectIds to a list of projects.
convertToProjects(Collection<Long>) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.convertToProjectObjects(java.util.Collection) instead. Since v4.4.
convertXMLtoWorkflowDescriptor(String) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Converts a string representation of a workflow XML into the WorkflowDescriptor object representation.
copy(ProjectComponent) - Static method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
Copy given component
copy(Collection) - Static method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
Copy given collection of components
copy(Collection<? extends T>) - Static method in class com.atlassian.jira.util.collect.CollectionEnclosedIterable
 
copyAndDeleteDraftWorkflows(User, Set<JiraWorkflow>) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Provided a set of workflows, this method will check, if the passed in workflows have any draft workflows linked to them.
copyAndDeleteDraftWorkflows(User, Set<JiraWorkflow>) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Provided a set of workflows, this method will check, if the passed in workflows have any draft workflows linked to them.
copyAsImmutableList(Collection<? extends T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Return an immutable list copy of the passed collection.
copyAsImmutableMap(Map<? extends K, ? extends V>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Return an immutable copy of the passed map.
copyAsImmutableSet(Collection<? extends T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Return an immutable set copy of the passed collection.
copyCommentToWorkDescriptionOnTransition() - Method in interface com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration
Should the comment entered on a transition screen be copied to the work description when logging work?
copyCommentToWorkDescriptionOnTransition() - Method in class com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.PropertiesAdaptor
 
copyScheme(GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
copyTo(Collection<V>) - Method in interface com.atlassian.jira.util.collect.MultiMap
Copy all values to the supplied collection.
copyWorkflow(JiraServiceContext, String, String, JiraWorkflow) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
Clones and persists a new workflow with the name given.
copyWorkflow(String, String, String, JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Clones a workflow by creating a deep copy of the workflow provided.
create(Avatar) - Method in interface com.atlassian.jira.avatar.AvatarManager
Creates a database record for the given avatar.
create(Avatar, InputStream, Selection) - Method in interface com.atlassian.jira.avatar.AvatarManager
Creates a database record for the given avatar and uses the content of the InputStream as the image.
create(User, Issue, String, String, Long, Date, boolean, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Creates and persists a Comment on the given Issue.
create(User, Issue, String, String, Long, Date, boolean, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Creates and persists a Comment on the given Issue.
create(User, Issue, String, String, Long, boolean, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Creates and persists a Comment on the given Issue set with current date and time.
create(User, Issue, String, String, Long, boolean, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Creates and persists a Comment on the given Issue set with current date and time.
create(User, Issue, String, boolean, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Creates and persists a Comment on the given Issue set with current date and time, visible to all - no group level or role level restriction.
create(User, Issue, String, boolean, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Creates and persists a Comment on the given Issue set with current date and time, visible to all - no group level or role level restriction.
create(User, IssueService.CreateValidationResult) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will store the provided issue to the JIRA datastore.
create(User, IssueService.CreateValidationResult) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will store the provided issue to the JIRA datastore.
create(User, IssueService.CreateValidationResult, String) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will store the provided issue to the JIRA datastore.
create(User, IssueService.CreateValidationResult, String) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will store the provided issue to the JIRA datastore.
create(Worklog) - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogResultFactory
 
create(Worklog, boolean) - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogResultFactory
 
create(String, String, String, long, Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Implement this method to create a new ProjectComponent object associated with the project with the ID specified and with the values given.
create(User, ErrorCollection, String, String, String, Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentService
 
create(User, ErrorCollection, String, String, String, Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentService
 
create(Issue, String, String, boolean) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Creates a comment and associates it with the given issue.
create(Issue, String, String, String, Long, boolean) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Creates a comment and associates it with the given issue.
create(Issue, String, String, String, Long, Date, boolean) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Creates a comment and associates it with the given issue.
create(Issue, String, String, String, String, Long, Date, Date, boolean) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Creates a comment and associates it with the given issue.
create(Issue, String, String, String, String, Long, Date, Date, boolean, boolean) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Creates a comment and associates it with the given issue.
create(String, String, Object) - Method in interface com.atlassian.jira.issue.customfields.manager.GenericConfigManager
Stores a new entry for the config manager.
create(String, String, List) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
 
create(FieldConfig, List) - Method in interface com.atlassian.jira.issue.fields.config.persistence.FieldConfigPersister
 
create(User, Worklog, Long, boolean) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
Creates a worklog based on the passed in Worklog object and associates it with the given issue.
create(User, Worklog, Long, boolean) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
Creates a worklog based on the passed in Worklog object and associates it with the given issue.
create(String) - Method in class com.atlassian.jira.sharing.SharedEntity.TypeDescriptor.Factory
should only be called by types that implement SharedEntity
create(Map<K, C>, Supplier<C>) - Static method in class com.atlassian.jira.util.collect.MultiMaps
 
create(Supplier<C>) - Static method in class com.atlassian.jira.util.collect.MultiMaps
 
create() - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtilFactory
Creates a new instance of WorkflowTransitionUtil.
create(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
 
create(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
create(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdCredentialsProvider
 
create(String) - Method in interface com.opensymphony.user.provider.UserProvider
Deprecated. Create new Entity with given name.
CREATE_ATTACHMENT - Static variable in class com.atlassian.jira.security.Permissions
Permission to create attachments.
CREATE_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
Permission to create issues.
CREATE_ISSUE_OPERATION - Static variable in class com.atlassian.jira.issue.operation.IssueOperations
 
CREATE_SHARED_OBJECTS - Static variable in class com.atlassian.jira.security.Permissions
Permission to created shared objects
createAdjustmentAmount(WorklogResult, Long) - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogResultFactory
Used for copying the WorklogResult received from the base validate method and adding on the adjustmentAmount.
createAdjustmentAmount(Worklog, Long) - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogResultFactory
Used for creating WorklogResult objects that also capture a adjustmentAmount to be set.
createAdjustmentAmount(Worklog, Long, boolean) - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogResultFactory
Used for creating WorklogResult objects that also capture a adjustmentAmount to be set.
createAndAutoAdjustRemainingEstimate(JiraServiceContext, WorklogResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Persists a new Worklog on the given Issue.
createAndRetainRemainingEstimate(JiraServiceContext, WorklogResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Persists a new Worklog on the given Issue.
createAssociatedSearchHandler() - Method in interface com.atlassian.jira.issue.fields.SearchableField
Return SearchHandler for the field.
createAttachment(File, String, String, User, GenericValue, Map<String, Object>, Date) - Method in interface com.atlassian.jira.issue.AttachmentManager
Create an attachment both on disk, and in the database.
createAttachment(File, String, String, User, GenericValue, Map<String, Object>, Date) - Method in interface com.atlassian.jira.issue.AttachmentManager
Create an attachment both on disk, and in the database.
createAttachment(File, String, String, User, GenericValue) - Method in interface com.atlassian.jira.issue.AttachmentManager
Same as the AttachmentManager.createAttachment(java.io.File, String, String, com.opensymphony.user.User, org.ofbiz.core.entity.GenericValue, java.util.Map, java.util.Date) method, except it submits no attachmentProperties and uses now() for the created time.
createAttachment(File, String, String, User, GenericValue) - Method in interface com.atlassian.jira.issue.AttachmentManager
Same as the AttachmentManager.createAttachment(java.io.File, String, String, User, org.ofbiz.core.entity.GenericValue, java.util.Map, java.util.Date) method, except it submits no attachmentProperties and uses now() for the created time.
createAttachment(GenericValue, User, String, String, Long, Map<String, Object>, Date) - Method in interface com.atlassian.jira.issue.AttachmentManager
Create an attachment in the database.
createAttachment(GenericValue, User, String, String, Long, Map<String, Object>, Date) - Method in interface com.atlassian.jira.issue.AttachmentManager
Create an attachment in the database.
createAttachmentCopySourceFile(File, String, String, String, Issue, Map<String, Object>, Date) - Method in interface com.atlassian.jira.issue.AttachmentManager
Create an attachment both on disk, and in the database by copying the provided file instead of moving it.
createAttachmentsForMessage(Message, GenericValue) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Loops through all the Parts, and for each one of type Part.ATTACHMENT, call AbstractMessageHandler.createAttachmentWithPart(Part,User,GenericValue).
createAttachmentWithPart(Part, User, GenericValue) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Create an attachment for a particular mime-part.
createChangelogValueForDateField(Date) - Method in interface com.atlassian.jira.issue.history.DateTimeFieldChangeLogHelper
Converts a Date into a string representation for the issue change history.
createChangelogValueForDateTimeField(Date) - Method in interface com.atlassian.jira.issue.history.DateTimeFieldChangeLogHelper
Converts a Date into a string representation for the issue change history.
createCustomField(String, String, CustomFieldType, CustomFieldSearcher, List, List) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Creates a custom field with the given name and description of the given CustomFieldType using the given CustomFieldSearcher that is displayed in the given list of contexts available to the given list of issueTypes.
CREATED - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
createDefaultScheme() - Method in interface com.atlassian.jira.scheme.SchemeManager
 
createDraftWorkflow(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
Creates a copy of an active workflow for editing.
createDraftWorkflow(String, String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
This will create an draft workflow of the named active workflow.
CreateException - Exception in com.atlassian.jira.exception
 
CreateException() - Constructor for exception com.atlassian.jira.exception.CreateException
 
CreateException(String) - Constructor for exception com.atlassian.jira.exception.CreateException
 
CreateException(Exception) - Constructor for exception com.atlassian.jira.exception.CreateException
 
CreateException(String, Exception) - Constructor for exception com.atlassian.jira.exception.CreateException
 
createFalseResult() - Static method in class com.atlassian.jira.jql.query.QueryFactoryResult
Creates a QueryFactoryResult instance that will return no results.
createFieldLayoutScheme(FieldLayoutScheme) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Persists a new field Layout scheme (i.e Field Configuration Scheme).
createFieldLayoutSchemeEntity(FieldLayoutSchemeEntity) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Persists a new FieldLayoutSchemeEntity for a particular FieldLayoutScheme.
createFieldScreen(FieldScreen) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
createFieldScreenLayoutItem(FieldScreenLayoutItem) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
createFieldScreenRenderer(User, Issue) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
 
createFieldScreenRenderer(User, Issue) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
 
createFieldScreenTab(FieldScreenTab) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
createGroup(String) - Method in interface com.atlassian.jira.security.groups.GroupManager
Create a group with the given name.
createGroup(String) - Method in class com.opensymphony.user.UserManager
Deprecated. Create a new Group with given name.
createIssue(String, Map<String, Object>) - Method in interface com.atlassian.jira.issue.IssueManager
Creates an issue.
createIssue(User, Map<String, Object>) - Method in interface com.atlassian.jira.issue.IssueManager
Creates an issue.
createIssue(User, Map<String, Object>) - Method in interface com.atlassian.jira.issue.IssueManager
Creates an issue.
createIssue(User, Issue) - Method in interface com.atlassian.jira.issue.IssueManager
Persists a new issue.
createIssue(User, Issue) - Method in interface com.atlassian.jira.issue.IssueManager
Persists a new issue.
createIssue(String, Map<String, Object>) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Create an issue in the database.
createIssueLinkType(String, String, String, String) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeManager
 
createIssueType(String, Long, String, String, String) - Method in interface com.atlassian.jira.config.ConstantsManager
Note this metod does not validate the input - i.e.
createListMultiMap() - Static method in class com.atlassian.jira.util.collect.MultiMaps
 
createMailThread(String, Long, String, String) - Method in interface com.atlassian.jira.mail.MailThreadManager
 
createMap(Map<String, String>) - Method in class com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
 
createModule() - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
Creates an instance of the Module.
createNewEstimate(WorklogResult, Long) - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogResultFactory
Used for copying the WorklogResult received from the base validate method and adding on the newEstimate.
createNewEstimate(Worklog, Long) - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogResultFactory
Used for creating WorklogResult objects that also capture a newEstimate to be set.
createNewEstimate(Worklog, Long, boolean) - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogResultFactory
Used for creating WorklogResult objects that also capture a newEstimate to be set.
createOption(FieldConfig, Long, Long, String) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
 
createParameterMap() - Method in interface com.atlassian.jira.project.browse.BrowseContext
Creates a map of the context-specific parameters and their associated domain objects.
createProject(ProjectService.CreateProjectValidationResult) - Method in interface com.atlassian.jira.bc.project.ProjectService
Using the validation result from ProjectService.validateCreateProject(User, String, String, String, String, String, Long) a new project will be created.
createProject(String, String, String, String, String, Long) - Method in interface com.atlassian.jira.project.ProjectManager
Creates the project in the database, and adds default project roles for this project.
createProject(String, String, String, String, String, Long, Long) - Method in interface com.atlassian.jira.project.ProjectManager
Creates the project in the database, and adds default project roles for this project.
createProjectCategory(String, String) - Method in interface com.atlassian.jira.project.ProjectManager
Creates a new ProjectCategory with the given name and description.
createProjectIdToProjectRolesMap(User, Collection<Long>) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
 
createProjectIdToProjectRolesMap(User, Collection<Long>) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Deprecated. Please use ProjectRoleManager.createProjectIdToProjectRolesMap(com.atlassian.crowd.embedded.api.User, java.util.Collection). Since v4.3
createProjectRole(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
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.
createProjectRole(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
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.
createQuery(String) - Method in interface com.atlassian.jira.issue.search.util.QueryCreator
 
createQuery() - Method in interface com.atlassian.jira.project.browse.BrowseContext
Creates a new Query that narrows it down to the current search context.
createRole(ProjectRole) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Creates a project role object
createRoleActor(Long, Long, Long, String, String) - Method in class com.atlassian.jira.security.roles.actor.GroupRoleActorFactory
 
createRoleActor(Long, Long, Long, String, String) - Method in class com.atlassian.jira.security.roles.actor.UserRoleActorFactory
 
createRoleActor(Long, Long, Long, String, String) - Method in interface com.atlassian.jira.security.roles.RoleActorFactory
Create instances of the ProjectRoleActor
createScheme(String, String) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
createSchemeAndEntities(Scheme) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
createSchemeEntity(GenericValue, SchemeEntity) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
createSetMultiMap() - Static method in class com.atlassian.jira.util.collect.MultiMaps
 
createSubscription(User, Long, String, Long, Boolean) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
createSubscription(User, Long, String, Long, Boolean) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
createSubscription(User, Long, String, Trigger, Boolean) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
Creates a new subscription based on the passed in filter id and fired in accordance with the passed in trigger
createSubscription(User, Long, String, Trigger, Boolean) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
Creates a new subscription based on the passed in filter id and fired in accordance with the passed in trigger
createSubTaskIssueLink(GenericValue, GenericValue, User) - Method in interface com.atlassian.jira.config.SubTaskManager
 
createSubTaskIssueLink(GenericValue, GenericValue, User) - Method in interface com.atlassian.jira.config.SubTaskManager
 
createSubTaskIssueLink(Issue, Issue, User) - Method in interface com.atlassian.jira.config.SubTaskManager
 
createSubTaskIssueLink(Issue, Issue, User) - Method in interface com.atlassian.jira.config.SubTaskManager
 
createSubTaskIssueType(String, Long, String, String) - Method in interface com.atlassian.jira.config.SubTaskManager
 
createUser(UserService.CreateUserValidationResult) - Method in interface com.atlassian.jira.bc.user.UserService
Deprecated. Please use UserService.createUserWithNotification(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3
createUser(String) - Method in class com.opensymphony.user.UserManager
Deprecated. Create a new User with given name.
createUserForReporter(Message) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Tries to create a user using the details provided by the reporter.
createUserForSignup(UserService.CreateUserValidationResult) - Method in interface com.atlassian.jira.bc.user.UserService
Deprecated. Please use UserService.createUserFromSignup(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3
createUserFromSignup(UserService.CreateUserValidationResult) - Method in interface com.atlassian.jira.bc.user.UserService
Given a valid validation result, this will create the user using the details provided in the validation result.
createUserNoEvent(UserService.CreateUserValidationResult) - Method in interface com.atlassian.jira.bc.user.UserService
Deprecated. Please use UserService.createUserNoNotification(com.atlassian.jira.bc.user.UserService.CreateUserValidationResult) instead. Since v4.3
createUserNoEvent(String, String, String, String) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Please use UserUtil.createUserNoNotification(String, String, String, String). Since v4.3
createUserNoNotification(UserService.CreateUserValidationResult) - Method in interface com.atlassian.jira.bc.user.UserService
Given a valid validation result, this will create the user using the details provided in the validation result.
createUserNoNotification(String, String, String, String) - Method in interface com.atlassian.jira.user.util.UserUtil
Creates a User from supplied details.
createUserNoNotification(String, String, String, String, Long) - Method in interface com.atlassian.jira.user.util.UserUtil
Creates a User from supplied details.
createUsers - Variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Whether to create users if they do not exist
createUserWithEvent(String, String, String, String, int) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Please use UserUtil.createUserWithNotification(String, String, String, String, int). Since v4.3
createUserWithNotification(UserService.CreateUserValidationResult) - Method in interface com.atlassian.jira.bc.user.UserService
Given a valid validation result, this will create the user using the details provided in the validation result.
createUserWithNotification(String, String, String, String, int) - Method in interface com.atlassian.jira.user.util.UserUtil
Creates a User from supplied details.
createUserWithNotification(String, String, String, String, Long, int) - Method in interface com.atlassian.jira.user.util.UserUtil
Creates a User from supplied details.
createValue(CustomField, Issue, Object) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
 
createValue(CustomField, Issue, Object) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
at this point we know that the value doesn't exist, and that is not null.
createValue(CustomField, Issue, Object) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
createValue(Issue, Object) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Create the value of the issue in the data store.
createValue(String, Map<String, Object>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Creates a new GenericValue, and persists it.
createValues(CustomField, Long, PersistenceFieldType, Collection) - Method in interface com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister
 
createValues(CustomField, Long, PersistenceFieldType, Collection, String) - Method in interface com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister
 
createVelocityParams(Map<String, Object>) - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
createVersion(User, VersionService.CreateVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Using the validation result from VersionService.validateCreateVersion(User, com.atlassian.jira.project.Project, String, String, String, Long) a new version will be created.
createVersion(User, VersionService.CreateVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Using the validation result from VersionService.validateCreateVersion(User, com.atlassian.jira.project.Project, String, String, String, Long) a new version will be created.
createVersion(String, Date, String, GenericValue, Long) - Method in interface com.atlassian.jira.project.version.VersionManager
Deprecated. now use #createVersion with projectId instead of generic value
createVersion(String, Date, String, Long, Long) - Method in interface com.atlassian.jira.project.version.VersionManager
Creates a new Version object.
createWithDefaultValues(ConfigurableField) - Method in interface com.atlassian.jira.issue.fields.config.persistence.FieldConfigPersister
 
createWithManuallyAdjustedEstimate(JiraServiceContext, WorklogAdjustmentAmountResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Persists a new Worklog on the given Issue.
createWithNewRemainingEstimate(JiraServiceContext, WorklogNewEstimateResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Persists a new Worklog on the given Issue.
createWorkflow(String, JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
createWorkflow(User, JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
createWorkflow(User, JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
CredentialsProvider - Interface in com.opensymphony.user.provider
Deprecated. 
CRITICAL_PRIORITY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
CRITICAL_PRIORITY_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
CSV_IMPORT_CONFIG_BEAN - Static variable in interface com.atlassian.jira.web.SessionKeys
 
CSV_IMPORTER - Static variable in interface com.atlassian.jira.web.SessionKeys
 
CURRENT_ADMIN_PROJECT - Static variable in interface com.atlassian.jira.web.SessionKeys
 
CURRENT_ADMIN_PROJECT_TAB - Static variable in interface com.atlassian.jira.web.SessionKeys
 
currentGenericValue() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
currentIndex() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
CUSTOM_FIELD - Static variable in class com.atlassian.jira.issue.history.ChangeItemBean
 
CUSTOM_FIELDS_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 the custom field values of the deleted issue.

CUSTOM_FIELDS_VALUES - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
 
customEvent(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
Implement this method to deal with any custom events within the system
customEvent(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Fired for all custom events
CustomField - Interface in com.atlassian.jira.issue.fields
Custom Field interface.
customField - Variable in class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
 
CustomFieldInputHelper - Interface in com.atlassian.jira.issue.customfields.searchers.transformer
Provides help for constructing clauses for custom fields from Search Input Transformers.
CustomFieldManager - Interface in com.atlassian.jira.issue
Functions for working with CustomFields.
CustomFieldMapper - Class in com.atlassian.jira.imports.project.mapper
Mapper for Custom Fields.
CustomFieldMapper() - Constructor for class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
 
CustomFieldOptionMapper - Class in com.atlassian.jira.imports.project.mapper
Used to map custom field options from a backup project to an existing project.
CustomFieldOptionMapper() - Constructor for class com.atlassian.jira.imports.project.mapper.CustomFieldOptionMapper
 
CustomFieldParams - Interface in com.atlassian.jira.issue.customfields.view
 
CustomFieldSearcher - Interface in com.atlassian.jira.issue.customfields
The custom field searcher interface defines an IssueSearcher that's usable by CustomField objects.
CustomFieldSearcherClauseHandler - Interface in com.atlassian.jira.issue.customfields.searchers
Provides access to objects that can perform validation and query generation for clauses generated by this searcher.
CustomFieldSearcherModuleDescriptor - Class in com.atlassian.jira.plugin.customfield
 
CustomFieldSearcherModuleDescriptor(JiraAuthenticationContext, ModuleFactory) - Constructor for class com.atlassian.jira.plugin.customfield.CustomFieldSearcherModuleDescriptor
 
CustomFieldService - Interface in com.atlassian.jira.bc.customfield
Service front for the custom field manager.
CustomFieldStattable - Interface in com.atlassian.jira.issue.customfields.statistics
 
CustomFieldType - Interface in com.atlassian.jira.issue.customfields
This interface represents a particular type of CustomField.
CustomFieldTypeModuleDescriptor - Class in com.atlassian.jira.plugin.customfield
 
CustomFieldTypeModuleDescriptor(JiraAuthenticationContext, ModuleFactory) - Constructor for class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
customFieldValuePersister - Variable in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
CustomFieldValuePersister - Interface in com.atlassian.jira.issue.customfields.persistence
 
CustomFieldValueProvider - Interface in com.atlassian.jira.issue.customfields
Provides access to custom field values for the purpose of rendering with custom field searchers.
CZECH - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 

D

DASHBOARD - Static variable in class com.atlassian.jira.user.UserHistoryItem
 
DATA - Static variable in interface com.atlassian.jira.config.util.JiraHome
Name of the "Data" directory in JIRA home.
DATA_IMPORT_CURRENT_TASK - Static variable in interface com.atlassian.jira.web.ServletContextKeys
 
DATA_IMPORT_RESULT - Static variable in interface com.atlassian.jira.web.SessionKeys
 
DATA_IMPORT_TASK_MANAGER - Static variable in interface com.atlassian.jira.web.ServletContextKeys
 
DataAccessException - Exception in com.atlassian.jira.exception
This exception is thrown when the data store exception is caught by the persistence code.
DataAccessException(String) - Constructor for exception com.atlassian.jira.exception.DataAccessException
 
DataAccessException(Throwable) - Constructor for exception com.atlassian.jira.exception.DataAccessException
 
DataAccessException(String, Throwable) - Constructor for exception com.atlassian.jira.exception.DataAccessException
 
DATABASE_QUERY_BATCH_SIZE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
DATE - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
DATE - Static variable in class com.atlassian.jira.JiraDataTypes
 
DateConverter - Interface in com.atlassian.jira.issue.customfields.converters
Note that this interface is not provided to PICO/Spring directly - it is a super-interface that can be used for extending classes.
DateField - Interface in com.atlassian.jira.issue.fields
A marker interface to mark all date fields available in the system.
DateFieldFormat - Interface in com.atlassian.jira.util
Helper for handling JIRA date fields.
DatePickerConverter - Interface in com.atlassian.jira.issue.customfields.converters
 
DateRange - Class in com.atlassian.jira.jql.util
A simple class to represent a date range
DateRange(Date, Date) - Constructor for class com.atlassian.jira.jql.util.DateRange
The passed in dates can never be null and if the lower is higher than the upper then they are swapped into lower then upper order.
DateRangeBuilder - Interface in com.atlassian.jira.issue.history
The change history items only include the date of change - for indexing and searching you need a date range.
DateTimeConverter - Interface in com.atlassian.jira.issue.customfields.converters
 
DateTimeFieldChangeLogHelper - Interface in com.atlassian.jira.issue.history
A helper component which can be used by (custom)fields to store date/time information in the issue change history.
DateTimeFormatter - Interface in com.atlassian.jira.datetime
Interface for JIRA date time formatters.
DateTimeFormatterFactory - Interface in com.atlassian.jira.datetime
This factory is used to create DateTimeFormatter instances within JIRA.
DateTimeStyle - Enum in com.atlassian.jira.datetime
The date styles that JIRA is capable of formatting to.
DAY - Static variable in class com.atlassian.jira.web.util.OutlookDate
 
daysAgo(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use Days.daysBetween(org.joda.time.ReadablePartial, org.joda.time.ReadablePartial) instead. Since v4.4.
daysAgo(Date, Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use Days.daysBetween(org.joda.time.ReadablePartial, org.joda.time.ReadablePartial) instead. Since v4.4.
decode(byte[]) - Static method in class com.atlassian.jira.util.URLCodec
Decodes an array of URL safe 7-bit characters into an array of original bytes.
decode(String, String) - Static method in class com.atlassian.jira.util.URLCodec
Decodes a URL safe string into its original form using the specified encoding.
decode(String) - Static method in class com.atlassian.jira.util.URLCodec
Decodes a URL safe string into its original form using the default string charset.
decode(Object) - Static method in class com.atlassian.jira.util.URLCodec
Decodes a URL safe object into its original form.
decodeUrl(byte[]) - Static method in class com.atlassian.jira.util.URLCodec
Decodes an array of URL safe 7-bit characters into an array of original bytes.
decreaseFavouriteSequence(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Decreases the position of the SharedEntity relative to the user's set of all other entities of the same type.
decreaseFavouriteSequence(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Decreases the position of the SharedEntity relative to the user's set of all other entities of the same type.
decreaseVersionSequence(VersionService.MoveVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Move a version to have a higher sequence number - ie make it later.
decreaseVersionSequence(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Move a version to have a higher sequence number - ie make it later
decrementSequence(Option) - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
DEFAULT_ADMIN_HISTORY_DROPDOWN_ITEMS - Static variable in interface com.atlassian.jira.user.UserAdminHistoryManager
 
DEFAULT_FOLDER - Static variable in class com.atlassian.jira.service.services.mail.MailFetcherService
 
DEFAULT_FORMAT - Static variable in class com.atlassian.jira.util.velocity.NumberTool
The default format to be used when none is specified.
DEFAULT_ISSUE_HISTORY_DROPDOWN_ITEMS - Static variable in interface com.atlassian.jira.user.UserIssueHistoryManager
 
DEFAULT_ISSUE_TYPE_SCHEME - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
DEFAULT_JNDI_NAME - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
DEFAULT_MAX_RESULTS - Static variable in interface com.atlassian.jira.web.action.issue.IssueSearchLimits
The default maximum for the number of issues returned by a search.
DEFAULT_SCREEN_ID - Static variable in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
DEFAULT_VALUE_TYPE - Static variable in interface com.atlassian.jira.issue.customfields.CustomFieldType
 
DEFAULT_WORKFLOW_NAME - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
DefaultAssigneeException - Exception in com.atlassian.jira.project
 
DefaultAssigneeException(String) - Constructor for exception com.atlassian.jira.project.DefaultAssigneeException
 
DefaultClauseInformation - Class in com.atlassian.jira.issue.search.constants
Search constants for time tracking field clauses in JQL e.g.
DefaultClauseInformation(String, ClauseNames, String, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.search.constants.DefaultClauseInformation
 
DefaultClauseInformation(String, String, String, Set<Operator>, JiraDataType) - Constructor for class com.atlassian.jira.issue.search.constants.DefaultClauseInformation
 
DefaultRoleActors - Interface in com.atlassian.jira.security.roles
This interface defines the association between a ProjectRole and a collection of default Actors.
DefaultValueConfigItem - Class in com.atlassian.jira.issue.customfields.config.item
A FieldConfigItemType that represents a default value for the field.
DefaultValueConfigItem() - Constructor for class com.atlassian.jira.issue.customfields.config.item.DefaultValueConfigItem
 
DELEGATED_ERROR_KEY - Static variable in interface com.atlassian.jira.sharing.type.ShareTypeValidator
 
delete(Long) - Method in interface com.atlassian.jira.avatar.AvatarManager
Delete the avatar with the given id and the file on disk.
delete(Long, boolean) - Method in interface com.atlassian.jira.avatar.AvatarManager
Delete the avatar with the given id.
delete(JiraServiceContext, String, String) - Method in interface com.atlassian.jira.bc.group.GroupService
This will delete a group from JIRA.
delete(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.issue.attachment.AttachmentService
Deletes the specified attachment and updates the issue change history and 'updated' date.
delete(JiraServiceContext, Comment, boolean) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Deletes a comment and updates the issue's change history and updated date.
delete(User, IssueService.DeleteValidationResult) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will delete an issue from JIRA.
delete(User, IssueService.DeleteValidationResult) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will delete an issue from JIRA.
delete(User, IssueService.DeleteValidationResult, EventDispatchOption, boolean) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will delete an issue from JIRA.
delete(User, IssueService.DeleteValidationResult, EventDispatchOption, boolean) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will delete an issue from JIRA.
delete(Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Implement this method to delete the component.
delete(JiraServiceContext, VersionService.ValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Deletes a version from a project.
delete(Comment) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Deletes the specified comment.
delete(User, Worklog, Long, boolean) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
Deletes the specified worklog and updates the issue's remaining estimate and time spent fields.
delete(User, Worklog, Long, boolean) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
Deletes the specified worklog and updates the issue's remaining estimate and time spent fields.
DELETE_ACTION - Static variable in class com.atlassian.jira.project.version.VersionKeys
 
DELETE_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
Permission to delete issues and comments.
deleteAndAutoAdjustRemainingEstimate(JiraServiceContext, WorklogResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Deletes the specified Worklog.
deleteAndRetainRemainingEstimate(JiraServiceContext, WorklogResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Deletes the specified Worklog.
deleteAndSwapComponentForIssues(JiraServiceContext, Long, Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentService
 
deleteAttachment(Attachment) - Method in interface com.atlassian.jira.issue.AttachmentManager
Delete an attachment from the database and from disk.
deleteAttachmentDirectory(GenericValue) - Method in interface com.atlassian.jira.issue.AttachmentManager
Deprecated. Please use AttachmentManager.deleteAttachmentDirectory(Issue) instead. Deprecated since v4.2
deleteAttachmentDirectory(Issue) - Method in interface com.atlassian.jira.issue.AttachmentManager
Delete the attachment directory from disk if the directory is empty.
deleteComponentForIssues(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentService
 
deleteDraftWorkflow(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
Deletes draft workflows (there should only be one) that are associated with the given parent workflow name.
deleteDraftWorkflow(String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Deletes all draft workflows (there should every be only one) for a given parent workflow.
deleteEmail - Variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
This is a silly protected field that indicates whether the email should be deleted BUT only after the canHandleMessage() method is called.
deleteEntity(Long) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
deleteEventType(Long) - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
deleteFieldLayout(FieldLayout) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Deletes a custom FieldLayout NOTE: This is an enterprise ONLY feature.
deleteFieldLayoutScheme(FieldLayoutScheme) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Removes the FieldLayoutScheme supplied.
deleteIndexedChangeHistoryField(IndexedChangeHistoryField) - Method in interface com.atlassian.jira.issue.index.IndexedChangeHistoryFieldManager
 
deleteIssue(User, MutableIssue, EventDispatchOption, boolean) - Method in interface com.atlassian.jira.issue.IssueManager
This method will delete an issue from JIRA.
deleteIssue(User, MutableIssue, EventDispatchOption, boolean) - Method in interface com.atlassian.jira.issue.IssueManager
This method will delete an issue from JIRA.
deleteIssueConstantTranslation(IssueConstant, String, Locale) - Method in interface com.atlassian.jira.web.action.admin.translation.TranslationManager
 
deleteOptionAndChildren(Option) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
 
deletePermissions(SharedEntity) - Method in interface com.atlassian.jira.sharing.ShareManager
Delete all permissions associated with an entity
deleteProject(User, ProjectService.DeleteProjectValidationResult) - Method in interface com.atlassian.jira.bc.project.ProjectService
Deletes the project provided by the deleteProjectValidationResult.
deleteProject(User, ProjectService.DeleteProjectValidationResult) - Method in interface com.atlassian.jira.bc.project.ProjectService
Deletes the project provided by the deleteProjectValidationResult.
deleteProjectRole(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will delete the given projectRole and checks the currentUser has the correct permissions to perform the delete operation.
deleteProjectRole(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will delete the given projectRole and checks the currentUser has the correct permissions to perform the delete operation.
deleteRole(ProjectRole) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Deletes a project role object
deleteScheme(FieldConfigScheme) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
 
deleteScheme(Long) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
deleteSecurityLevel(Long) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
 
deleteSharePermissionsLike(SharePermission) - Method in interface com.atlassian.jira.sharing.ShareManager
Deletes SharePermission's that have the same "shape" as the provided share permission.
deleteSubscription(Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
deleteSubscriptionsForGroup(Group) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
deleteSubscriptionsForGroup(Group) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
deleteSubscriptionsForUser(User) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
deleteSubscriptionsForUser(User) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
deleteTrackback(Long) - Method in interface com.atlassian.jira.trackback.TrackbackManager
 
deleteTranslation(String, Locale) - Method in interface com.atlassian.jira.issue.IssueConstant
 
deleteVersion(String, Version, String, Long, String, Long) - Method in interface com.atlassian.jira.project.version.VersionManager
Deprecated. since v3.13. Use VersionManager.deleteVersion(Version) instead.
deleteVersion(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Removes a specific version from the system.
deleteWithManuallyAdjustedEstimate(JiraServiceContext, WorklogAdjustmentAmountResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Deletes the specified Worklog.
deleteWithNewRemainingEstimate(JiraServiceContext, WorklogNewEstimateResult, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Deletes the specified Worklog.
deleteWorkflow(JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
DependentField - Interface in com.atlassian.jira.issue.fields
Defines fields that are dependent on another field
DESCRIPTION - Static variable in interface com.atlassian.jira.issue.fields.layout.field.EditableDefaultFieldLayout
 
DESCRIPTION - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
destroy() - Method in class com.atlassian.jira.service.AbstractService
This method is called when the service is unloaded (usually when the web application or server is being shut down).
destroy() - Method in interface com.atlassian.jira.service.JiraService
This method is called when the service is unloaded (usually when the web application or server is being shut down).
disableAttachments() - Method in interface com.atlassian.jira.config.util.AttachmentPathManager
Turns "Allow Attachments" to off.
disableAttachments() - Method in class com.atlassian.jira.config.util.AttachmentPathManager.PropertiesAdaptor
 
disabled() - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
disableOption(Option) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
Set an option to disabled.
disableOption(Option) - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
disableSubTasks() - Method in interface com.atlassian.jira.config.SubTaskManager
 
DO_NOT_DISPATCH - Static variable in interface com.atlassian.jira.event.type.EventDispatchOption
Use this when you do not want an event to be dispatched.
DocumentConstants - Interface in com.atlassian.jira.issue.index
 
doesQueryFitFilterForm(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Deprecated. Use SearchService.doesQueryFitFilterForm(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query). Since v4.3
doesQueryFitFilterForm(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Checks if a Query is capable of being shown on the simple (GUI-based) issue navigator edit screen.
doRelevantClausesFitFilterForm(User, Query, SearchContext) - Method in interface com.atlassian.jira.issue.search.searchers.transformer.SearchInputTransformer
Tells the caller whether or not the relevant clauses from the passed query can be represented on the issue navigator.
DoubleConverter - Interface in com.atlassian.jira.issue.customfields.converters
 
downcast(Class<R>) - Static method in class com.atlassian.jira.util.Functions
Get a function that always the input downcast to the supplied class.
doWorkflowAction(WorkflowProgressAware) - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
DRAFT - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
DropDownCreatorService - Interface in com.atlassian.jira.image.dropdown
A service for creating a colourful dropdown.
DUE_DATE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
DUPLICATE_RESOLUTION - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
DUPLICATE_RESOLUTION_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
DuplicateEntityException - Exception in com.opensymphony.user
Deprecated. 
DuplicateEntityException() - Constructor for exception com.opensymphony.user.DuplicateEntityException
Deprecated.  
DuplicateEntityException(String) - Constructor for exception com.opensymphony.user.DuplicateEntityException
Deprecated.  
DURATION - Static variable in class com.atlassian.jira.JiraDataTypes
 
Duration - Interface in com.atlassian.jira.types
Defines a type for fields that represent durations such as OriginalEstimate, TimeSpent, etc.
DUTCH - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 

E

EasyList - Class in com.atlassian.jira.util
A replacement for UtilMisc.toList().
EasyList() - Constructor for class com.atlassian.jira.util.EasyList
 
EDIT - Static variable in class com.atlassian.jira.sharing.type.ShareTypeRenderer.RenderMode
 
EDIT_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
Permission to edit issues.
EDIT_ISSUE_OPERATION - Static variable in class com.atlassian.jira.issue.operation.IssueOperations
 
editableCheckRequired(boolean) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
 
EditableColumnLayout - Interface in com.atlassian.jira.issue.fields.layout.column
 
EditableDefaultColumnLayout - Interface in com.atlassian.jira.issue.fields.layout.column
 
EditableDefaultFieldLayout - Interface in com.atlassian.jira.issue.fields.layout.field
A marker interface to describe the default editable field layout.
EditableFieldLayout - Interface in com.atlassian.jira.issue.fields.layout.field
Used to describe an EditableFieldLayout.
EditableSearchRequestColumnLayout - Interface in com.atlassian.jira.issue.fields.layout.column
 
EditableUserColumnLayout - Interface in com.atlassian.jira.issue.fields.layout.column
 
editEventType(Long, String, String, Long) - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
editService(Long, long, Map<String, String[]>) - Method in interface com.atlassian.jira.service.ServiceManager
This will update the service if a service with this id can be found.
editServiceByName(String, long, Map<String, String[]>) - Method in interface com.atlassian.jira.service.ServiceManager
This will update the service if a service by this name can be found.
editVersionDetails(Version, String, String, GenericValue) - Method in interface com.atlassian.jira.project.version.VersionManager
Updates details for an existing version.
editVersionReleaseDate(Version, Date) - Method in interface com.atlassian.jira.project.version.VersionManager
Update the release date of a version.
Email - Class in com.atlassian.jira.mail
This is a wrapper class around the Email class from atlassian-mail.
Email(String) - Constructor for class com.atlassian.jira.mail.Email
Constructor specifying only the recipient.
Email(String, String, String) - Constructor for class com.atlassian.jira.mail.Email
Constructor including cc and bcc addresses.
EMAIL_FROMHEADER_FORMAT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
EmbeddedCrowdAbstractProvider - Class in com.opensymphony.user.provider.crowd
 
EmbeddedCrowdAbstractProvider() - Constructor for class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
 
EmbeddedCrowdAccessProvider - Class in com.opensymphony.user.provider.crowd
 
EmbeddedCrowdAccessProvider() - Constructor for class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
EmbeddedCrowdCredentialsProvider - Class in com.opensymphony.user.provider.crowd
 
EmbeddedCrowdCredentialsProvider() - Constructor for class com.opensymphony.user.provider.crowd.EmbeddedCrowdCredentialsProvider
 
EmbeddedCrowdProfileProvider - Class in com.opensymphony.user.provider.crowd
 
EmbeddedCrowdProfileProvider() - Constructor for class com.opensymphony.user.provider.crowd.EmbeddedCrowdProfileProvider
 
EMPTY - Static variable in class com.atlassian.query.operand.EmptyOperand
 
EMPTY_ONLY_OPERATORS - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
A set of operators that work exclusively on the EMPTY clause.
EMPTY_OPERATORS - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
A set of operators that can work on the EMPTY clause.
emptyMap() - Static method in class com.atlassian.jira.util.collect.MapBuilder
Static factory method for creating an empty map.
EmptyOperand - Class in com.atlassian.query.operand
Used to represent a value that has not been set for a field.
EmptyOperand() - Constructor for class com.atlassian.query.operand.EmptyOperand
 
enabled() - Method in interface com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration
Is time tracking enabled?
enabled() - Method in class com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.PropertiesAdaptor
 
enabled() - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
enableOption(Option) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
Set an option to enabled.
enableOption(Option) - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
enableSubTasks() - Method in interface com.atlassian.jira.config.SubTaskManager
 
EnclosedIterable<T> - Interface in com.atlassian.jira.util.collect
A limited collection view that may be backed by the something that needs closing, for example a connection to a database.
enclosedIterable(EnclosedIterable<I>, Function<I, E>) - Static method in class com.atlassian.jira.util.collect.Transformed
 
EnclosedIterable.Functions - Class in com.atlassian.jira.util.collect
 
EnclosedIterable.Functions() - Constructor for class com.atlassian.jira.util.collect.EnclosedIterable.Functions
 
EnclosedIterable.ListResolver<T> - Class in com.atlassian.jira.util.collect
Utility class for transforming a EnclosedIterable into a List.
EnclosedIterable.ListResolver() - Constructor for class com.atlassian.jira.util.collect.EnclosedIterable.ListResolver
 
encode(byte[]) - Static method in class com.atlassian.jira.util.URLCodec
Encodes an array of bytes into an array of URL safe 7-bit characters.
encode(byte[], boolean) - Static method in class com.atlassian.jira.util.URLCodec
Encodes an array of bytes into an array of URL safe 7-bit characters.
encode(String, String) - Static method in class com.atlassian.jira.util.URLCodec
Encodes a string into its URL safe form using the specified string charset.
encode(String, String, boolean) - Static method in class com.atlassian.jira.util.URLCodec
Encodes a string into its URL safe form using the specified string charset.
encode(String) - Static method in class com.atlassian.jira.util.URLCodec
Encodes a string into its URL safe form using the default string charset.
encode(String, boolean) - Static method in class com.atlassian.jira.util.URLCodec
Encodes a string into its URL safe form using the default string charset.
encode(Object) - Static method in class com.atlassian.jira.util.URLCodec
Encodes an object into its URL safe form.
encode(Object, boolean) - Static method in class com.atlassian.jira.util.URLCodec
Encodes an object into its URL safe form.
encodeFieldName(String) - Method in interface com.atlassian.jira.jql.util.JqlStringSupport
Encode the passed string into a safe JQL field name.
encodeFunctionArgument(String) - Method in interface com.atlassian.jira.jql.util.JqlStringSupport
Encode the passed string into a safe JQL function argument.
encodeFunctionName(String) - Method in interface com.atlassian.jira.jql.util.JqlStringSupport
Encode the passed string into a safe JQL function name.
encodeStringValue(String) - Method in interface com.atlassian.jira.jql.util.JqlStringSupport
Encode the passed string value into a safe JQL value if necessary.
encodeUrl(BitSet, byte[]) - Static method in class com.atlassian.jira.util.URLCodec
Encodes an array of bytes into an array of URL safe 7-bit characters.
encodeValue(String) - Method in interface com.atlassian.jira.jql.util.JqlStringSupport
Encode the passed string value into a safe JQL value if necessary.
EncodingConfiguration - Interface in com.atlassian.jira.config.util
Get the current encoding.
EncodingConfiguration.PropertiesAdaptor - Class in com.atlassian.jira.config.util
 
EncodingConfiguration.PropertiesAdaptor(ApplicationProperties) - Constructor for class com.atlassian.jira.config.util.EncodingConfiguration.PropertiesAdaptor
 
EncodingConfiguration.Static - Class in com.atlassian.jira.config.util
 
EncodingConfiguration.Static(String) - Constructor for class com.atlassian.jira.config.util.EncodingConfiguration.Static
 
ENGLISH - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 
Entity - Class in com.opensymphony.user
Deprecated. 
Entity(String, ProviderAccessor) - Constructor for class com.opensymphony.user.Entity
Deprecated. Constructor to be called by User or Group.
ENTITY_DATA_KEY - Static variable in interface com.atlassian.jira.issue.customfields.manager.GenericConfigManager
 
ENTITY_DATA_TYPE - Static variable in interface com.atlassian.jira.issue.customfields.manager.GenericConfigManager
 
ENTITY_ID - Static variable in interface com.atlassian.jira.issue.customfields.manager.GenericConfigManager
 
ENTITY_LONG_TEXT_LENGTH - Static variable in interface com.atlassian.jira.issue.fields.config.persistence.FieldConfigPersister
 
ENTITY_TABLE_NAME - Static variable in interface com.atlassian.jira.issue.customfields.manager.GenericConfigManager
 
ENTITY_TYPE - Static variable in class com.atlassian.jira.issue.search.SearchRequest
 
ENTITY_XML_VALUE - Static variable in interface com.atlassian.jira.issue.customfields.manager.GenericConfigManager
 
EntityNotFoundException - Exception in com.atlassian.jira.bc
 
EntityNotFoundException() - Constructor for exception com.atlassian.jira.bc.EntityNotFoundException
 
EntityNotFoundException(String) - Constructor for exception com.atlassian.jira.bc.EntityNotFoundException
 
EntityNotFoundException - Exception in com.opensymphony.user
Deprecated. 
EntityNotFoundException() - Constructor for exception com.opensymphony.user.EntityNotFoundException
Deprecated.  
EntityNotFoundException(String) - Constructor for exception com.opensymphony.user.EntityNotFoundException
Deprecated.  
entry(Map.Entry<? extends K, ? extends I>, Function<I, V>) - Static method in class com.atlassian.jira.util.collect.Transformed
 
entrySet() - Method in class com.atlassian.jira.util.collect.CompositeMap
 
EnumerationIterator<E> - Class in com.atlassian.jira.util.collect
Adaptor for turning an Enumeration into an Iterator.
ENVIRONMENT - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
EQUALITY_AND_RELATIONAL - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
A set of OperatorClasses.EQUALITY_OPERATORS and OperatorClasses.RELATIONAL_ONLY_OPERATORS.
EQUALITY_AND_RELATIONAL_WITH_EMPTY - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
A set of OperatorClasses.EQUALITY_OPERATORS_WITH_EMPTY and OperatorClasses.RELATIONAL_ONLY_OPERATORS.
EQUALITY_OPERATORS - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
The set of operators that a clause needs to support if it supports the EQUALS operator.
EQUALITY_OPERATORS_WITH_EMPTY - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
A set of operators that a clause needs to support if it suppors the EQUALS operator and the EMPTY operand.
equals(Object) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
equals(Object) - Method in class com.atlassian.jira.bc.JiraServiceContextImpl
 
equals(Object) - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
Returns true if same object, instance of MutableProjectComponent and equal ID.
equals(Object) - Method in class com.atlassian.jira.datetime.LocalDate
 
equals(Object) - Method in class com.atlassian.jira.event.AbstractEvent
 
equals(Object) - Method in class com.atlassian.jira.event.issue.IssueEvent
Note: this will not compare the time stamps of two events - only everything else.
equals(Object) - Method in class com.atlassian.jira.event.project.AbstractVersionEvent
 
equals(Object) - Method in class com.atlassian.jira.event.project.VersionMergeEvent
 
equals(Object) - Method in class com.atlassian.jira.external.beans.ExternalProjectRoleActor
 
equals(Object) - Method in class com.atlassian.jira.external.beans.ExternalUser
 
equals(Object) - Method in class com.atlassian.jira.imports.project.customfield.ExternalCustomFieldOption
 
equals(Object) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
 
equals(Object) - Method in class com.atlassian.jira.imports.project.mapper.IdKeyPair
 
equals(Object) - Method in class com.atlassian.jira.imports.project.mapper.IssueTypeMapper
 
equals(Object) - Method in class com.atlassian.jira.imports.project.mapper.StatusMapper
 
equals(Object) - Method in class com.atlassian.jira.issue.attachment.TemporaryAttachment
 
equals(Object) - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
equals(Object) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
equals(Object) - Method in class com.atlassian.jira.issue.index.IndexedChangeHistoryField
 
equals(Object) - Method in class com.atlassian.jira.issue.label.Label
 
equals(Object) - Method in class com.atlassian.jira.issue.operation.ScreenableSingleIssueOperationImpl
 
equals(Object) - Method in class com.atlassian.jira.issue.search.ClauseNames
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.AllTextSearchConstants
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.CommentsFieldSearchConstants
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.DefaultClauseInformation
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.IssueIdConstants
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.IssueKeyConstants
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.IssueParentConstants
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.SavedFilterSearchConstants
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
equals(Object) - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstantsWithEmpty
 
equals(Object) - Method in interface com.atlassian.jira.issue.search.LuceneFieldSorter
As this object is used as a key in a cache, this method must be provided and respect all internal state.
equals(Object) - Method in class com.atlassian.jira.issue.search.SearchHandler.ClauseRegistration
 
equals(Object) - Method in class com.atlassian.jira.issue.search.SearchHandler
 
equals(Object) - Method in class com.atlassian.jira.issue.search.SearchHandler.SearcherRegistration
 
equals(Object) - Method in class com.atlassian.jira.issue.search.SearchRequest
 
equals(Object) - Method in class com.atlassian.jira.issue.statistics.TextFieldSorter
 
equals(Object) - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
equals(Object) - Method in class com.atlassian.jira.JiraDataTypeImpl
 
equals(Object) - Method in class com.atlassian.jira.jql.context.QueryContext.ProjectIssueTypeContexts
 
equals(Object) - Method in class com.atlassian.jira.jql.operand.QueryLiteral
 
equals(Object) - Method in class com.atlassian.jira.jql.query.QueryFactoryResult
 
equals(Object) - Method in class com.atlassian.jira.jql.util.DateRange
 
equals(Object) - Method in class com.atlassian.jira.jql.util.JqlCustomFieldId
 
equals(Object) - Method in class com.atlassian.jira.notification.NotificationRecipient
 
equals(Object) - Method in class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
 
equals(Object) - Method in class com.atlassian.jira.plugin.webfragment.model.JiraHelper
 
equals(Object) - Method in class com.atlassian.jira.scheme.SchemeEntity
 
equals(Object) - Method in class com.atlassian.jira.security.roles.actor.AbstractRoleActor
 
equals(Object) - Method in class com.atlassian.jira.sharing.SharedEntity.Identifier
 
equals(Object) - Method in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
 
equals(Object) - Method in class com.atlassian.jira.sharing.SharedEntity.TypeDescriptor
 
equals(Object) - Method in class com.atlassian.jira.sharing.SharePermissionImpl
 
equals(Object) - Method in class com.atlassian.jira.sharing.type.ShareType.Name
 
equals(Object) - Method in class com.atlassian.jira.sharing.type.ShareTypeRenderer.RenderMode
 
equals(Object) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
 
equals(Object) - Method in class com.atlassian.jira.user.UserHistoryItem
 
equals(Object) - Method in class com.atlassian.jira.user.UserHistoryItem.Type
 
equals(Object) - Method in class com.atlassian.jira.util.AbstractMessageSet
 
equals(Object) - Method in class com.atlassian.jira.util.collect.CollectionEnclosedIterable
 
equals(String, T, T) - Static method in class com.atlassian.jira.util.dbc.Assertions
 
equals(Object) - Method in class com.atlassian.jira.util.lang.Pair
 
equals(Object) - Method in class com.atlassian.jira.util.MessageSet.MessageLink
 
equals(Object) - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
equals(Object) - Method in class com.atlassian.jira.web.action.issue.bulkedit.WorkflowTransitionKey
 
equals(Object) - Method in class com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult
 
equals(Object) - Method in class com.atlassian.jira.web.bean.PercentageGraphRow
 
equals(Object) - Method in class com.atlassian.query.clause.MultiClause
 
equals(Object) - Method in class com.atlassian.query.clause.NotClause
 
equals(Object) - Method in class com.atlassian.query.operand.EmptyOperand
 
equals(Object) - Method in class com.atlassian.query.operand.FunctionOperand
 
equals(Object) - Method in class com.atlassian.query.operand.MultiValueOperand
 
equals(Object) - Method in class com.atlassian.query.operand.SingleValueOperand
 
equals(Object) - Method in class com.atlassian.query.order.OrderByImpl
 
equals(Object) - Method in class com.atlassian.query.order.SearchSort
 
equals(Object) - Method in class com.atlassian.query.QueryImpl
 
equals(Object) - Method in class com.opensymphony.user.Entity
Deprecated. Compare name.
equals(Object) - Method in class com.opensymphony.user.Group
Deprecated.  
equals(Object) - Method in class com.opensymphony.user.User
Deprecated.  
equalsName(MutableProjectComponent) - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
 
equalTo(T) - Static method in class com.atlassian.jira.util.Predicates
A predicate that check that some input equals the passed argument.
ERROR_KEY - Static variable in interface com.atlassian.jira.sharing.type.ShareTypeValidator
Key used for any error messages.
ErrorCollection - Interface in com.atlassian.jira.util
A very simple interface to collect errors.
ErrorCollection.Reason - Enum in com.atlassian.jira.util
 
errorFieldPrefix(String) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
 
errors() - Method in exception com.atlassian.jira.util.ValidationFailureException
Returns the validation errors.
evaluate(T) - Method in interface com.atlassian.jira.util.Predicate
 
evaluate(T) - Method in class com.atlassian.jira.util.Predicates.And
 
evaluate(Object) - Method in class com.atlassian.jira.util.Predicates.FalsePredicate
 
evaluate(T) - Method in class com.atlassian.jira.util.Predicates.Or
 
evaluate(Object) - Method in class com.atlassian.jira.util.Predicates.TruePredicate
 
EVENT_ORIGINAL_COMMENT_PARAMETER - Static variable in interface com.atlassian.jira.issue.comments.CommentManager
 
EVENT_ORIGINAL_WORKLOG_PARAMETER - Static variable in interface com.atlassian.jira.issue.worklog.TimeTrackingIssueUpdater
 
EVENT_TYPE - Static variable in class com.atlassian.jira.event.type.EventType
 
EventDispatchOption - Interface in com.atlassian.jira.event.type
Defines an event dispatch strategy to use when updating issues.
EventDispatchOption.EventDispatchOptionImpl - Class in com.atlassian.jira.event.type
 
EventDispatchOption.Factory - Class in com.atlassian.jira.event.type
A simple convienience object that will allow you to easily construct a EventDispatchOption.
EventDispatchOption.Factory() - Constructor for class com.atlassian.jira.event.type.EventDispatchOption.Factory
 
EventType - Class in com.atlassian.jira.event.type
This class describes the type of event.
EventType(String, String, Long) - Constructor for class com.atlassian.jira.event.type.EventType
Create an Event Type.
EventType(Long, String, String, Long) - Constructor for class com.atlassian.jira.event.type.EventType
Create an Event Type.
EventType(GenericValue) - Constructor for class com.atlassian.jira.event.type.EventType
Create an Event Type.
EventTypeManager - Interface in com.atlassian.jira.event.type
 
ExecutableAction - Interface in com.atlassian.jira.web.action.admin.issuetypes
This interface defines something than can be executed.
exists(String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
Deprecated. Use getDefaultBackedString() instead and look for null
expandIssueTypeIds(Collection<String>) - Method in interface com.atlassian.jira.config.ConstantsManager
Converts the 'special' ids of issue types to a list of issue type ids For example, converts a special id to a list of all sub-task issue types Also see ConstantsManager.ALL_STANDARD_ISSUE_TYPES, ConstantsManager.ALL_SUB_TASK_ISSUE_TYPES and ConstantsManager.ALL_ISSUE_TYPES.
EXPECTED_ELEMENT_LENGTH - Static variable in class com.atlassian.jira.util.lang.JiraStringUtils
 
EXPORT - Static variable in interface com.atlassian.jira.config.util.JiraHome
Name of the "Export" directory in JIRA home.
EXPORT_PROJECT_DOCUMENT - Static variable in interface com.atlassian.jira.web.SessionKeys
 
ExternalCustomFieldOption - Class in com.atlassian.jira.imports.project.customfield
Stores information from a Custom Field Option.
ExternalCustomFieldOption(String, String, String, String, String) - Constructor for class com.atlassian.jira.imports.project.customfield.ExternalCustomFieldOption
 
ExternalCustomFieldValue - Interface in com.atlassian.jira.imports.project.customfield
Represents a custom field value that has been taken from backup data.
ExternalProjectRoleActor - Class in com.atlassian.jira.external.beans
Represents a project role member from an external data.
ExternalProjectRoleActor(String, String, String, String, String) - Constructor for class com.atlassian.jira.external.beans.ExternalProjectRoleActor
 
ExternalUser - Class in com.atlassian.jira.external.beans
 
ExternalUser() - Constructor for class com.atlassian.jira.external.beans.ExternalUser
 
ExternalUser(String, String) - Constructor for class com.atlassian.jira.external.beans.ExternalUser
 
ExternalUser(String, String, String) - Constructor for class com.atlassian.jira.external.beans.ExternalUser
 
ExternalUser(String, String, String, String) - Constructor for class com.atlassian.jira.external.beans.ExternalUser
 
extractGroupStringsFromString(String) - Method in interface com.atlassian.jira.issue.customfields.converters.MultiGroupConverter
 
extractMultipleParams(Map<String, Object>, Collection<String>) - Method in class com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
 
extractSingleParam(Map<String, Object>, String) - Method in class com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
 
extractUserStringsFromString(String) - Method in interface com.atlassian.jira.issue.customfields.converters.MultiUserConverter
 

F

falsePredicate() - Static method in class com.atlassian.jira.util.Predicates
Return a predicate that always returns false.
FATAL - Static variable in class com.atlassian.jira.issue.fields.util.MessagedResult
 
Favourite - Interface in com.atlassian.jira.favourites
An entity that can be marked as favourite by users.
FavouritesManager<S extends SharedEntity> - Interface in com.atlassian.jira.favourites
Manager for basic Favourites functionality.
FavouritesService - Interface in com.atlassian.jira.bc.favourites
Service for basic Favourites functionality.
field(String) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 
Field - Interface in com.atlassian.jira.issue.fields
 
FIELD_COMMENT - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
FIELD_COMMENT_GROUP_LEVEL - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
FIELD_COMMENT_LEVEL - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
FIELD_COMMENT_ROLE_LEVEL - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
FIELD_CONFIG - Static variable in interface com.atlassian.jira.issue.context.JiraContextNode
 
FIELD_ISSUE_TYPE - Static variable in interface com.atlassian.jira.issue.context.JiraContextNode
 
FIELD_PROJECT - Static variable in interface com.atlassian.jira.issue.context.JiraContextNode
 
FIELD_PROJECT_CATEGORY - Static variable in interface com.atlassian.jira.issue.context.JiraContextNode
 
FIELD_TYPE_DATE - Static variable in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
FIELD_TYPE_NUMBER - Static variable in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
FIELD_TYPE_STRING - Static variable in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
FIELD_TYPE_TEXT - Static variable in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
FieldAccessor - Interface in com.atlassian.jira.issue.fields
Similar to the FieldManager, but without exposing implementation classes.
FieldConfig - Interface in com.atlassian.jira.issue.fields.config
Represents a particular configuration of aConfigurableField.
FieldConfigContextPersister - Interface in com.atlassian.jira.issue.context.persistence
 
FieldConfigItem - Interface in com.atlassian.jira.issue.fields.config
Models a row in a field configuration.
FieldConfigItemType - Interface in com.atlassian.jira.issue.fields.config
Represents a single dimension of configuration for a custom field.
FieldConfigPersister - Interface in com.atlassian.jira.issue.fields.config.persistence
 
FieldConfigScheme - Interface in com.atlassian.jira.issue.fields.config
A field config scheme is a set of FieldConfig objects that has been associated to a particular set of IssueTypes and then associated to a series of contexts (JiraContextNode).
FieldConfigScheme.Builder - Class in com.atlassian.jira.issue.fields.config
 
FieldConfigScheme.Builder() - Constructor for class com.atlassian.jira.issue.fields.config.FieldConfigScheme.Builder
 
FieldConfigScheme.Builder(FieldConfigScheme) - Constructor for class com.atlassian.jira.issue.fields.config.FieldConfigScheme.Builder
 
FieldConfigSchemeImpl - Class in com.atlassian.jira.issue.fields.config
 
FieldConfigSchemeImpl(Long, String, String, String, Map<String, FieldConfig>, FieldConfigContextPersister) - Constructor for class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
FieldConfigurationScheme - Interface in com.atlassian.jira.issue.fields.layout.field
A Field Configuration Scheme maps each Issue Type to a "Field Configuration" (FieldLayoutSchemeEntity).
fieldConfigurationSchemeExists(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Checks if a FieldConfigurationScheme with the given name exists.
FieldException - Exception in com.atlassian.jira.issue.fields
 
FieldException() - Constructor for exception com.atlassian.jira.issue.fields.FieldException
 
FieldException(String) - Constructor for exception com.atlassian.jira.issue.fields.FieldException
 
FieldException(Throwable) - Constructor for exception com.atlassian.jira.issue.fields.FieldException
 
FieldException(String, Throwable) - Constructor for exception com.atlassian.jira.issue.fields.FieldException
 
FieldIndexer - Interface in com.atlassian.jira.issue.index.indexers
This is meant to create a portion of a Document that is relevant for a JIRA field.
FieldLayout - Interface in com.atlassian.jira.issue.fields.layout.field
NOTE: This is referred to as Field Configuration in the UI.
FieldLayoutItem - Interface in com.atlassian.jira.issue.fields.layout.field
Holds hidden and required attributes and renderer type of a specific OrderableField, corresponds to a single entry of a the Field Configuration in the user interface.
FieldLayoutManager - Interface in com.atlassian.jira.issue.fields.layout.field
The FieldLayoutManager is responsible for managing field configurations and field configuration schemes.
FieldLayoutScheme - Interface in com.atlassian.jira.issue.fields.layout.field
FieldLayoutScheme is the Java Data Object representing what is called a "Field Configuration Scheme" in the UI.
FieldLayoutSchemeEntity - Interface in com.atlassian.jira.issue.fields.layout.field
Responsible for storing the mapping from an IssueType -> FieldLayout for a particular FieldLayoutScheme.
FieldLayoutStorageException - Exception in com.atlassian.jira.issue.fields.layout.field
 
FieldLayoutStorageException() - Constructor for exception com.atlassian.jira.issue.fields.layout.field.FieldLayoutStorageException
 
FieldLayoutStorageException(String) - Constructor for exception com.atlassian.jira.issue.fields.layout.field.FieldLayoutStorageException
 
FieldLayoutStorageException(Throwable) - Constructor for exception com.atlassian.jira.issue.fields.layout.field.FieldLayoutStorageException
 
FieldLayoutStorageException(String, Throwable) - Constructor for exception com.atlassian.jira.issue.fields.layout.field.FieldLayoutStorageException
 
FieldMap - Class in com.atlassian.jira.ofbiz
Convenience class to use for field maps in OfBizDelegator
FieldMap() - Constructor for class com.atlassian.jira.ofbiz.FieldMap
 
FieldMap(String, Object) - Constructor for class com.atlassian.jira.ofbiz.FieldMap
 
FieldParams - Interface in com.atlassian.jira.issue.transport
A parent interface for transport objects in JIRA.
FieldScreen - Interface in com.atlassian.jira.issue.fields.screen
Copyright (c) 2002-2004 All rights reserved.
FieldScreenLayoutItem - Interface in com.atlassian.jira.issue.fields.screen
Copyright (c) 2002-2004 All rights reserved.
FieldScreenManager - Interface in com.atlassian.jira.issue.fields.screen
Copyright (c) 2002-2004 All rights reserved.
FieldScreenRenderer - Interface in com.atlassian.jira.issue.fields.screen
Copyright (c) 2002-2004 All rights reserved.
FieldScreenRendererFactory - Interface in com.atlassian.jira.issue.fields.screen
A factory for obtaining FieldScreenRenderer's.
FieldScreenRenderLayoutItem - Interface in com.atlassian.jira.issue.fields.screen
Copyright (c) 2002-2004 All rights reserved.
FieldScreenRenderTab - Interface in com.atlassian.jira.issue.fields.screen
Copyright (c) 2002-2004 All rights reserved.
FieldScreenTab - Interface in com.atlassian.jira.issue.fields.screen
Copyright (c) 2002-2004 All rights reserved.
FieldTransportParams - Interface in com.atlassian.jira.issue.transport
This contains String > Collection of Transport Objects
FieldValidationException - Exception in com.atlassian.jira.issue.customfields.impl
 
FieldValidationException(String) - Constructor for exception com.atlassian.jira.issue.customfields.impl.FieldValidationException
 
FieldValuesHolder - Interface in com.atlassian.jira.issue.transport
Key is the field id, the value contain Strings of a undetermined dimension
FieldVisibilityManager - Interface in com.atlassian.jira.web
This is an interface for the old FieldVisibilityBean.
FileNameCharacterCheckerUtil - Class in com.atlassian.jira.web.util
This is a centralized object for checking illegal characters in attachment file names.
FileNameCharacterCheckerUtil() - Constructor for class com.atlassian.jira.web.util.FileNameCharacterCheckerUtil
 
filter(Iterator<T>, Predicate<? super T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Create a filtered Iterator.
filter(Iterable<T>, Predicate<? super T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Create a filtered Iterable.
filter(Collection<T>, Predicate<? super T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Create a filtered Collection.
filterByType(Iterable<T>, Class<R>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Filter a Collection for the specified subtype.
FILTERPICKER - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
FILTERPROJECTPICKER - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
FilterSubscriptionService - Interface in com.atlassian.jira.bc.filter
Provides high level access to CRUD and query FilterSubscriptions.
find(Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Implement this method to find the component with the specified ID.
find(User, ErrorCollection, Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentService
 
find(User, ErrorCollection, Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentService
 
find(ErrorCollection, Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentService
Deprecated. Use ProjectComponentService.find(User, com.atlassian.jira.util.ErrorCollection, Long) instead. This methods completely ignores the user calling and thus serves components for such project a person may have no access rights to see
findAll() - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Implement this method to find all components.
findAll(String) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
findAll(String, List<String>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
findAllForProject(Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Implement this method to find all components associated with the project with the ID specified.
findAllForProject(ErrorCollection, Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentService
 
findAllPossibleValues(String) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Find a map of all names ever used in the change history.
findByAnd(String, Map<String, ?>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Finds GenericValue records by all of the specified fields (ie: combined using AND).
findByAnd(String, Map<String, ?>, List<String>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
findByAnd(String, List<EntityCondition>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
findByComponentName(Long, String) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Finds the ProjectComponent with the given name in the project with the given id.
findByComponentNameCaseInSensitive(String) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Finds all ProjectComponents with the given name with comparisons case insenstive.
findByCondition(String, EntityCondition, Collection<String>, List<String>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Finds GenericValues by the conditions specified in the EntityCondition object.
findByCondition(String, EntityCondition, Collection<String>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Finds GenericValues by the conditions specified in the EntityCondition object with no specified order.
findByField(String, String, Object) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Finds GenericValue records by the specified field value.
findByField(String, String, Object, String) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Finds GenericValue records by the specified field value.
findByLike(String, Map<String, ?>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
findByLike(String, Map<String, ?>, List<String>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
findByOptionId(Long) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
 
findByOptionValue(String) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
Finds all options with the given value.
findByOr(String, List<? extends EntityCondition>, List<String>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
findByParentId(Long) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
 
findByPrimaryKey(String, Long) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Find a Generic Entity by its single numeric Primary Key.
findByPrimaryKey(String, Map<String, ?>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Find a Generic Entity by its Primary Key.
findComponentsByIssue(Issue) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
 
findComponentsByIssueGV(Issue) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Deprecated. use findComponentsByIssue that returns a Collection instead
findComponentsByLead(String) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Retrieve a collection of ProjectComponents - where the lead of each component is the specified user.
findFirstMatch(Iterable<? extends T>, Predicate<T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Return the first found element that the predicate matches.
findGroups(String) - Method in interface com.atlassian.jira.bc.group.search.GroupPickerSearchService
Get groups based on a query string.
findIssueInString(String) - Static method in class com.atlassian.jira.service.util.ServiceUtils
Loops through the string and returns the issue that is found within, or null if there is no issue matching.
findIssuesInString(String) - Static method in class com.atlassian.jira.service.util.ServiceUtils
 
findListIteratorByCondition(String, EntityCondition) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
findListIteratorByCondition(String, EntityCondition, EntityCondition, Collection<String>, List<String>, EntityFindOptions) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
findMovedIssue(String) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Returns an issue that has been moved by searching the change history of the original issue key for an updated issue key.
findProjectIdForComponent(Long) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Implement this method to look up the project ID for the given component ID.
findUserByEmail(String) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Returns the first User found with an email address that equals the given emailAddress case insensitively.
findUserByUsername(String) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Finds the user with the given username or returns null if there is no such User.
findUserHistory(User, Collection<String>, int) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Find a list of issues that the given users have acted on.
findUserHistory(User, Collection<String>, int) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Deprecated. Please use ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User, java.util.Collection, int) instead. Since v4.3
findUserHistory(User, Collection<String>, Collection<Project>, int) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Find a list of issues that the given users have acted on with the option to limit the projects included in the search.
findUserHistory(User, Collection<String>, Collection<Project>, int) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Deprecated. Please use ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User, java.util.Collection, java.util.Collection, int) instead. Since v4.3
findUserInDirectory(String, Long) - Method in interface com.atlassian.jira.user.util.UserManager
Returns a User based on user name and directoryId
findUsers(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.user.search.UserPickerSearchService
Get Users based on a query string.
findUsersAllowEmptyQuery(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.user.search.UserPickerSearchService
Get Users based on a query string.
finishChooseContext(BulkEditBean, User) - Method in interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation
Does operations on the given BulkEditBean to finalise the "Choose Project and Issue Type" step of the Bulk Move.
finishChooseContext(MultiBulkMoveBean, User) - Method in interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation
Does the finishChooseContext() operation for all the BulkEditBeans in the given MultiBulkMoveBean.
first() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
first(Iterable<? extends T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Get the first element of a an Iterable in iteration order, or null if empty.
first() - Method in class com.atlassian.jira.util.lang.Pair
 
FIX_FOR_VERSIONS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
FIX_VERSION - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
 
FIXED_RESOLUTION - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
FIXED_RESOLUTION_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
flagIssueTypeInUse(String, String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
This method is called when we parse the entities.
flagUserAsInUse(String) - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
flagUserAsMandatory(String) - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
flagValueActorAsInUse(ExternalProjectRoleActor) - Method in class com.atlassian.jira.imports.project.mapper.ProjectRoleActorMapper
 
flagValueAsRequired(String) - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
This is an internal method for use by Mappers extending AbstractMapper and should not be called from other classes.
flagValueAsRequired(String, String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
This method is called when we parse the entities.
flagValueAsRequired(String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldOptionMapper
 
flagValueAsRequired(String) - Method in class com.atlassian.jira.imports.project.mapper.IssueLinkTypeMapper
 
flagValueAsRequired(String) - Method in class com.atlassian.jira.imports.project.mapper.IssueTypeMapper
 
flagValueAsRequired(String) - Method in interface com.atlassian.jira.imports.project.mapper.SimpleProjectImportIdMapper
Flags an old value, which should eventually be registered via MapperEntityRegister.registerOldValue(String, String), such that this mapper will indicate that the value MUST be mapped to a new value.
flagValueAsRequired(String) - Method in class com.atlassian.jira.imports.project.mapper.SimpleProjectImportIdMapperImpl
 
flagValueAsRequired(String, String) - Method in class com.atlassian.jira.imports.project.mapper.StatusMapper
 
flushCaches() - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
 
flushCaches() - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
flushCaches() - Method in interface com.opensymphony.user.provider.UserProvider
Deprecated. Flush the providers caches - if it is caching.
flushCaches() - Method in class com.opensymphony.user.UserManager
Deprecated. This method will flush all of the provider caches (if they are caching).
flushSchemeEntities() - Method in interface com.atlassian.jira.permission.PermissionSchemeManager
 
FOGBUGZ_IMPORT_CONFIG_BEAN - Static variable in interface com.atlassian.jira.web.SessionKeys
 
forAffectedVersion() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forAllText() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forAssignee() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forComments() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forComponent() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forCreatedDate() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forCurrentEstimate() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forCustomField(CustomField) - Static method in class com.atlassian.jira.issue.search.ClauseNames
 
forDescription() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forDueDate() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
foreach(Consumer<T>) - Method in class com.atlassian.jira.util.collect.CollectionEnclosedIterable
 
foreach(Iterator<? extends T>, Consumer<T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
For each element in the iterator, consume the contents.
foreach(Iterable<T>, Consumer<T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
For each element in the iterator, consume the contents.
foreach(Consumer<T>) - Method in interface com.atlassian.jira.util.collect.EnclosedIterable
Apply the sink to all elements in the Collection.
forEnvironment() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forFixForVersion() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forIssue(long, String) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 
forIssueId() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forIssueKey() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forIssueParent() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forIssueType() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forLabels() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forLoggedInUser() - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
Returns a new formatter that will use the time zone and locale of the user that is logged in when format and/or parse are called, if any (as specified by JiraAuthenticationContext).
format(Date) - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
Formats a Date as a human-readable string, using the date/time style returned by DateTimeFormatter.getStyle().
format(String, String) - Method in interface com.atlassian.jira.plugin.profile.UserFormat
Renders the formatted user for a given section on the screen.
format(String, String, Map<String, Object>) - Method in interface com.atlassian.jira.plugin.profile.UserFormat
Renders the formatted user for a given section on the screen.
format(Date) - Method in interface com.atlassian.jira.util.DateFieldFormat
Formats a date using the JIRA date format.
format(Object) - Method in class com.atlassian.jira.util.velocity.NumberTool
Converts the specified object to a number and formats it according to the pattern or style returned by NumberTool.getFormat().
format(String, Object) - Method in class com.atlassian.jira.util.velocity.NumberTool
Converts the specified object to a number and returns a formatted string representing that number in the locale returned by NumberTool.getLocale().
format(String, Object, Locale) - Method in class com.atlassian.jira.util.velocity.NumberTool
Converts the specified object to a number and returns a formatted string representing that number in the specified Locale.
format() - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.format(java.util.Date) instead. Since v4.4.
format(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.format(java.util.Date) instead. Since v4.4.
formatDatePicker(Date) - Method in interface com.atlassian.jira.util.DateFieldFormat
Formats the given date for usage in a date picker.
formatDatePicker(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.format(java.util.Date) instead. Since v4.4.
formatDateTimePicker(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.format(java.util.Date) instead. Since v4.4.
formatDay(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.format(java.util.Date) instead. Since v4.4.
formatDMY(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.format(java.util.Date) instead. Since v4.4.
formatDMYHMS(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Returns the given date formatted as a String in the current user's time zone if possible, in the format specified by DateTimeStyle.COMPLETE.
formatIso8601(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Formats the given date into ISO8601 format.
formatIso8601Date(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Formats the given date into ISO8601 format.
formatRss(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Format a date for RSS feeds.
formatRssRfc822(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.format(java.util.Date) instead. Since v4.4.
formatSmart(Date, OutlookDate.SmartFormatterModes) - Method in class com.atlassian.jira.web.util.OutlookDate
Format the date "smartly", by using the day of the week if the date falls within a week in either direction of the current date.
formatter() - Method in interface com.atlassian.jira.datetime.DateTimeFormatterFactory
Creates a new DateTimeFormatter that uses the JIRA default time zone, locale, and relative date style.
formatTime(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Returns the given date formatted as a String in the current user's time zone if possible, in the format specified by DateTimeStyle.TIME.
formatUser(String, String, String) - Method in interface com.atlassian.jira.plugin.profile.UserFormatManager
Deprecated. Convenience method to format a given user.
formatUser(String, String, String, Map) - Method in interface com.atlassian.jira.plugin.profile.UserFormatManager
Deprecated. Convenience method to format a given user.
forOriginalEstimate() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forPriority() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forProject() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forProjectCategory() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forReporter() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forResolution() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forResolutionDate() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forSavedFilter() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forSecurityLevel() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forStatus() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forSummary() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forTimeSpent() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forType(String) - Method in interface com.atlassian.jira.plugin.userformat.UserFormats
Builds a user format for the specified type.
forUpdatedDate() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forUser(User) - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
Returns a new formatter that will use the given user's time zone and locale.
forVoters() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forVotes() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
FORWARD_EMAIL - Static variable in class com.atlassian.jira.service.services.mail.MailFetcherService
 
forWatchers() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forWatches() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
forWorkRatio() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
FRENCH - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 
from(Date) - Static method in class com.atlassian.jira.datetime.LocalDateFactory
Constructs a new LocalDate from the given java.util.Date by interpreting the Date in the system (JVM) timezone.
from(Collection<? extends T>) - Static method in class com.atlassian.jira.util.collect.CollectionEnclosedIterable
Create an EnclosedIterable from the supplied Collection.
fromEnumeration(Enumeration<? extends E>) - Static method in class com.atlassian.jira.util.collect.EnumerationIterator
 
fromIsoBasicFormat(String) - Static method in class com.atlassian.jira.datetime.LocalDateFactory
Turns an "ISO Basic" formatted date (ie YYYYMMDD) into a LocalDate.
fromString(String) - Static method in enum com.atlassian.jira.avatar.AvatarManager.ImageSize
Returns an avatar image size matching the text provided.
fromString(String) - Static method in enum com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager.Context
 
FULL_CONTENT_VIEW_PAGEBREAKS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
Function<D,R> - Interface in com.atlassian.jira.util
A Function that resolves Descriptors (of type D) to a Resource (of type R).
FunctionOperand - Class in com.atlassian.query.operand
Represents a function in the query tree.
FunctionOperand(String) - Constructor for class com.atlassian.query.operand.FunctionOperand
 
FunctionOperand(String, String...) - Constructor for class com.atlassian.query.operand.FunctionOperand
 
FunctionOperand(String, Collection<String>) - Constructor for class com.atlassian.query.operand.FunctionOperand
 
Functions - Class in com.atlassian.jira.util
Useful standard functions.
Functions() - Constructor for class com.atlassian.jira.util.Functions
 

G

generateJqlString(Query) - Method in interface com.atlassian.jira.jql.util.JqlStringSupport
Generates a JQL string representation for the passed query.
generateJqlString(Clause) - Method in interface com.atlassian.jira.jql.util.JqlStringSupport
Generates a JQL string representation for the passed clause.
generatePages(Collection<T>) - Method in class com.atlassian.jira.web.bean.PagerFilter
generates a collection of page objects which keep track of the pages for display
generatePasswordResetToken(User) - Method in interface com.atlassian.jira.user.util.UserUtil
This is used to generate a reset password token that last a certain time and allows a person to access a page anonymously so they can reset their password.
generatePasswordResetToken(User) - Method in interface com.atlassian.jira.user.util.UserUtil
This is used to generate a reset password token that last a certain time and allows a person to access a page anonymously so they can reset their password.
GENERIC_PAGER - Static variable in interface com.atlassian.jira.web.SessionKeys
 
GENERIC_SORTER - Static variable in interface com.atlassian.jira.web.SessionKeys
These appear to not be in use in JIRA but could be used by plugins?
genericConfigManager - Variable in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
GenericConfigManager - Interface in com.atlassian.jira.issue.customfields.manager
Used to store Generic configuration values (mostly default values for certain fields).
genericValue - Variable in class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
 
GERMAN - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 
get(Long) - Static method in class com.atlassian.jira.event.type.EventDispatchOption.Factory
Creates an EventDispatchOption with the specified eventTypeId.
get(Long) - Method in interface com.atlassian.jira.jql.resolver.NameResolver
Get by id.
get(Long) - Method in interface com.atlassian.jira.jql.resolver.UserResolver
Get a user from an ID
get() - Static method in class com.atlassian.jira.sharing.SharedEntity.TypeDescriptor.Factory
 
get(SharedEntityAccessor.RetrievalDescriptor) - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor
Used to get sharable entities from a search result.
get(User, SharedEntityAccessor.RetrievalDescriptor) - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor
Used to get sharable entities from a search result.
get() - Method in class com.atlassian.jira.sharing.type.ShareType.Name
 
get(Object) - Method in class com.atlassian.jira.util.collect.CompositeMap
 
get(EnclosedIterable<T>) - Method in class com.atlassian.jira.util.collect.EnclosedIterable.ListResolver
Get an ArrayList of the contents of the supplied EnclosedIterable
get(D) - Method in interface com.atlassian.jira.util.Function
Resolves an output where an input is given.
get(I) - Method in interface com.atlassian.jira.util.Resolver
Resolve an instance of the output type from an object of the input type.
get() - Method in interface com.atlassian.jira.util.Supplier
Produce an object.
getAcceptedParams() - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
getAcceptedParams() - Method in interface com.atlassian.jira.event.JiraListener
Get a list of the parameters for this listener.
getAccessor() - Method in class com.opensymphony.user.UserManager
Deprecated.  
getAccessProvider() - Method in class com.opensymphony.user.Entity
Deprecated. Retrieve pluggable AccessProvider for this entity.
getAccessProvider(String) - Method in interface com.opensymphony.user.ProviderAccessor
Deprecated. Return appropriate AccessProvider for entity.
getAccessProvider(String) - Method in class com.opensymphony.user.UserManager.Accessor
Deprecated. Return appropriate AccessProvider for entity.
getAccessProviders() - Method in class com.opensymphony.user.UserManager
Deprecated. Get the current AccessProviders
getAction() - Method in interface com.atlassian.jira.workflow.WorkflowProgressAware
 
getActionDescriptor(WorkflowProgressAware) - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
getActionDescriptor() - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
getActionDescriptorId() - Method in class com.atlassian.jira.web.action.issue.bulkedit.WorkflowTransitionKey
 
getActionId() - Method in class com.atlassian.jira.bc.issue.IssueService.TransitionValidationResult
 
getActionParameters() - Method in interface com.atlassian.jira.issue.IssueInputParameters
This provides the "web-style" parameters that JIRA fields expect to perform their functions.
getActions() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getActionsForScreen(FieldScreen) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
getActionsWithResult(StepDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Get all the actions which have a particular step as their unconditional result.
getActionType(ActionDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
getActiveUserCount() - Method in interface com.atlassian.jira.bc.license.JiraLicenseService.ValidationResult
 
getActiveUserCount() - Method in interface com.atlassian.jira.user.util.UserUtil
Returns the number of users that are currently 'active'.
getActiveWorkflowNames() - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
getActiveWorkflows() - Method in interface com.atlassian.jira.workflow.WorkflowManager
Retrieve all currently active workflows.
getAdditionalInputs() - Method in interface com.atlassian.jira.workflow.WorkflowProgressAware
 
getAdditionInputs() - Method in class com.atlassian.jira.bc.issue.IssueService.TransitionValidationResult
 
getAdjustmentAmount() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogAdjustmentAmountInputParameters
 
getAdjustmentAmount() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogAdjustmentAmountResult
 
getAdjustmentAmount() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
getAdministrators() - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Since v4.3. Use UserUtil.getJiraAdministrators().
getAdminPageHistoryWithoutPermissionChecks(User) - Method in interface com.atlassian.jira.user.UserAdminHistoryManager
Retreive the user's admin page history queue.
getAdminPageHistoryWithoutPermissionChecks(User) - Method in interface com.atlassian.jira.user.UserAdminHistoryManager
Retreive the user's admin page history queue.
getAffectedVersionIds() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getAffectedVersions() - Method in interface com.atlassian.jira.issue.Issue
 
getAffectedVersionsByIssue(GenericValue) - Method in interface com.atlassian.jira.project.version.VersionManager
 
getAffectsIssues(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Return 'Affects' Issues
getAffectsIssuesCount(Version) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Return the count of Issues that affect this version.
getAffectsSwapVersion() - Method in interface com.atlassian.jira.bc.project.version.VersionService.ValidationResult
 
getAll() - Method in interface com.atlassian.jira.jql.resolver.NameResolver
Gets all domain objects of this type in the underlying database.
getAll() - Method in interface com.atlassian.jira.jql.resolver.UserResolver
Get all users
getAll() - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor
Get all sharable entities this accessor can see.
getAllActions() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Get all the actions in this workflow, global, common and from steps.
getAllAffectedIssues(Collection<Version>) - Method in interface com.atlassian.jira.project.version.VersionManager
Return all Issues that are associated with the specified versions
getAllAvailableNavigableFields() - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
getAllChangeItems(Issue) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Returns a List of ChangeHistoryItem's for the given issue
getAllContextsForConfigScheme(FieldConfigScheme) - Method in interface com.atlassian.jira.issue.context.persistence.FieldConfigContextPersister
 
getAllContextsForCustomField(String) - Method in interface com.atlassian.jira.issue.context.persistence.FieldConfigContextPersister
 
getAllFieldLayoutIds(Collection<String>) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldConfigurationScheme
Returns the id's of the field layout's represented by FieldConfigurationScheme (i.e.
getAllGroups() - Method in interface com.atlassian.jira.security.groups.GroupManager
Get all groups.
getAllGroups(int, Project) - Method in interface com.atlassian.jira.security.PermissionManager
Retrieve all groups that are used in the permission globally and in the project.
getAllGroups(int, GenericValue) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. Use PermissionManager.getAllGroups(int, com.atlassian.jira.project.Project) instead. Since v4.3
getAllGroups() - Method in interface com.atlassian.jira.user.util.UserManager
Deprecated. Use UserManager.getGroups(). Since v4.3
getAllIndexableSharedEntities() - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor
Get all sharable entities this accessor can see for use in indexing.
getAllIssueTypeIds() - Method in interface com.atlassian.jira.config.ConstantsManager
Returns all issueType Ids.
getAllIssueTypeObjects() - Method in interface com.atlassian.jira.config.ConstantsManager
Returns a list of IssueTypes.
getAllIssueTypes() - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getAllIssueTypeObjects() instead. Deprecated since v4.0
getAllKeys() - Method in interface com.atlassian.jira.issue.transport.FieldParams
 
getAllMappedIds() - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
 
getAllMappedIds() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportIdMapper
Returns a Collection of all the new IDs that are mapped to.
getAllOptions() - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
Retreives all Option in the system.
getAllProjectCategories() - Method in interface com.atlassian.jira.project.ProjectManager
Returns all ProjectCategories, ordered by name.
getAllProjectRoleActors() - Method in class com.atlassian.jira.imports.project.mapper.ProjectRoleActorMapper
 
getAllProjects(User) - Method in interface com.atlassian.jira.bc.project.ProjectService
Used to retrieve a list of Project objects.
getAllProjectsForAction(User, ProjectAction) - Method in interface com.atlassian.jira.bc.project.ProjectService
Used to retrieve a list of Project objects.
getAllRelatedSchemes(String) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Gets all schemes that has the issue type as part of its options
getAllSchemes() - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
 
getAllScreenRenderItems() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderer
Return a list of all the FieldScreenRenderLayoutItems contained on any of the FieldScreenRenderTabs.
getAllSearchableFields() - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
Return all the searchable fields in the system.
getAllSearchers() - Method in interface com.atlassian.jira.issue.search.managers.IssueSearcherManager
Return all the active searchers in JIRA.
getAllSearchers() - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Return all the active searchers in JIRA.
getAllSecurityLevels() - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
Get all the different levels of security across all schemes.
getAllShortcuts() - Method in interface com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager
Returns an ordered list of all KeyboardShortcuts available using the plugin descriptor's 'order' attribute for sorting.
getAllSubscriptions(Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
getAllSubscriptions() - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
getAllSubTaskIssueIds() - Method in interface com.atlassian.jira.config.SubTaskManager
 
getAllSystemAvatars(Avatar.Type) - Method in interface com.atlassian.jira.avatar.AvatarManager
Provides a list of all system avatars.
getAllUsers() - Static method in class com.atlassian.jira.user.UserUtils
Returns all users.
getAllUsers() - Method in interface com.atlassian.jira.user.util.UserManager
Deprecated. Use UserManager.getUsers(). Since v4.3
getAllUsers() - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Since v4.3. Use UserUtil.getUsers().
getAllUsersInGroupNames(Collection<String>) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns a collection of User objects that belong to any of the passed in collection of group names.
getAllUsersInGroups(Collection<Group>) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns a collection of User objects that are found within the passed in collection of Group objects.
getAllUsersSecurityLevels(User) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
Get the different levels of security that the user can see across all projects.
getAllUsersSecurityLevels(User) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
Deprecated. Please use IssueSecurityLevelManager.getAllUsersSecurityLevels(com.atlassian.crowd.embedded.api.User) instead. Since v4.3
getAllValues() - Method in interface com.atlassian.jira.issue.transport.ActionParams
 
getAllValues() - Method in interface com.atlassian.jira.issue.transport.CollectionParams
 
getAllVersions() - Method in interface com.atlassian.jira.project.version.VersionManager
 
getAllVersionsReleased(boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
 
getAllVersionsUnreleased(boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
 
getAllVisibleColumnLayoutItems(User) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayout
Get the ColumnLayoutItems that can be displayed to the user.
getAnonymousAvatarId() - Method in interface com.atlassian.jira.avatar.AvatarManager
Gets the avatar id to use to represent an unknown or anonymous user
getApplicationBuildNumber() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Gets the build number of this JIRA install.
getApplicationProperties() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getApplinksVersion() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Returns the version of AppLinks that JIRA ships with.
getArgs() - Method in class com.atlassian.query.operand.FunctionOperand
 
getAsIssueContexts() - Method in interface com.atlassian.jira.issue.search.SearchContext
Gets the search context as a list of IssueContext objects
getAssignee() - Method in interface com.atlassian.jira.issue.Issue
Deprecated. use Issue.getAssigneeUser() Since 4.3
getAssigneeId() - Method in interface com.atlassian.jira.issue.Issue
 
getAssigneeId() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getAssigneeType() - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
 
getAssigneeType() - Method in interface com.atlassian.jira.bc.project.component.ProjectComponent
Returns the assignee type.
getAssigneeType() - Method in class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
 
getAssigneeType() - Method in interface com.atlassian.jira.project.Project
 
getAssigneeUser() - Method in interface com.atlassian.jira.issue.Issue
Returns the Assignee User.
getAssociatedIssue(Message) - Method in interface com.atlassian.jira.mail.MailThreadManager
 
getAssociatedIssue(Message) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
getAssociatedIssueSecuritySchemes(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will get all issue security scheme's that the specified projectRole is currently used in.
getAssociatedIssueSecuritySchemes(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will get all issue security scheme's that the specified projectRole is currently used in.
getAssociatedIssueTypes() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
getAssociatedIssueTypes() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getAssociatedIssueTypes() - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns a list of issue types associated with this project.
getAssociatedNotificationSchemes(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will get all notification scheme's that the specified projectRole is currently used in.
getAssociatedNotificationSchemes(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will get all notification scheme's that the specified projectRole is currently used in.
getAssociatedNotificationSchemes(EventType) - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
getAssociatedPermissionSchemes(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will get all permission scheme's that the specified projectRole is currently used in.
getAssociatedPermissionSchemes(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will get all permission scheme's that the specified projectRole is currently used in.
getAssociatedProjectCategories() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
getAssociatedProjectCategories() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getAssociatedProjectCategories() - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns a list of associated project categories for this custom field.
getAssociatedProjects() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
The associated projects, or an empty list if none associated.
getAssociatedProjects() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getAssociatedProjects() - Method in interface com.atlassian.jira.issue.fields.ConfigurableField
 
getAssociatedProjects() - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns a list of projects associated with this project.
getAssociatedSchemes(boolean) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getAssociatedWorkflows(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Returns workflows and their actions that are associated with the given ProjectRole.
getAssociatedWorkflows(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Returns workflows and their actions that are associated with the given ProjectRole.
getAssociatedWorkflows(EventType, boolean) - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
getAssociationType() - Method in interface com.atlassian.jira.permission.PermissionSchemeManager
 
getAssociationType() - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
getAttachment(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.issue.attachment.AttachmentService
Retrieves the specified issue.
getAttachment(Long) - Method in interface com.atlassian.jira.issue.AttachmentManager
Get a single attachment by its ID.
getAttachmentId() - Method in exception com.atlassian.jira.exception.AttachmentNotFoundException
 
getAttachmentManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getAttachmentPath() - Method in interface com.atlassian.jira.config.util.AttachmentPathManager
Returns the path used to store attachments
getAttachmentPath() - Method in class com.atlassian.jira.config.util.AttachmentPathManager.PropertiesAdaptor
 
getAttachmentPathManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the attachment path instance
getAttachments(GenericValue) - Method in interface com.atlassian.jira.issue.AttachmentManager
Deprecated. use #getAttachments(Issue) instead. Since v4.0
getAttachments(Issue) - Method in interface com.atlassian.jira.issue.AttachmentManager
Get a list of all attachments for a certain issue.
getAttachments(Issue, Comparator<? super Attachment>) - Method in interface com.atlassian.jira.issue.AttachmentManager
Get a list of all attachments for a certain issue, sorted according to the specified comparator.
getAttachments() - Method in interface com.atlassian.jira.issue.Issue
 
getAttribute(String) - Method in interface com.atlassian.jira.util.velocity.VelocityRequestSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttributeNames() - Method in interface com.atlassian.jira.util.velocity.VelocityRequestSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAuthenticationContext() - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
getAuthor() - Method in class com.atlassian.jira.issue.attachment.Attachment
 
getAuthor() - Method in interface com.atlassian.jira.issue.comments.Comment
Get the user that created the comment
getAuthor() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getAuthorFullName() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getAuthorFullName() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getAuthorObject() - Method in interface com.atlassian.jira.issue.comments.Comment
Deprecated. Use Comment.getAuthorUser() instead. Since v4.4.
getAuthorUser() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getAuthorUser() - Method in interface com.atlassian.jira.issue.comments.Comment
Get the user that created the comment
getAvailableCustomFields(User, Issue) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
Retrieves custom fields in scope for the given issue
getAvailableNavigableFields(User) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
getAvailableNavigableFieldsWithScope(User) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
Gets all the available fields that the user can see, this is providing no context scope.
getAvailableNavigableFieldsWithScope(User, QueryContext) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
Gets all the available fields within the defined scope of the QueryContext.
getAvatar(User, String) - Method in interface com.atlassian.jira.avatar.AvatarService
Returns the Avatar for the given user, if configured.
getAvatar() - Method in interface com.atlassian.jira.project.Project
Gives the currently-configured Avatar for this project.
getAvatarBaseDirectory() - Method in interface com.atlassian.jira.avatar.AvatarManager
Returns the directory for storing avatars.
getAvatarId() - Method in class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
 
getAvatarManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getAvatarType() - Method in interface com.atlassian.jira.avatar.Avatar
The type of Avatar.
getAvatarURL(User, String, Avatar.Size) - Method in interface com.atlassian.jira.avatar.AvatarService
Returns the URL for the avatar of the user having the given username for displaying on a page that should be shown for the passed in remoteUser.
getAvatarUrlNoPermCheck(String, Avatar.Size) - Method in interface com.atlassian.jira.avatar.AvatarService
This is the same as AvatarService.getAvatarURL(com.atlassian.crowd.embedded.api.User, String, com.atlassian.jira.avatar.Avatar.Size) but does no permission checking.
getBaseEditUrl() - Method in class com.atlassian.jira.issue.customfields.config.item.DefaultValueConfigItem
 
getBaseEditUrl() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItem
 
getBaseEditUrl() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItemType
Creates the base of the URL that links to the configuration screen for this type of configuration.
getBaseUrl() - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContext
 
getBody() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getBoolean(String) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
 
getBottomRightX() - Method in class com.atlassian.jira.avatar.Selection
 
getBottomRightY() - Method in class com.atlassian.jira.avatar.Selection
 
getBriefMaintenanceStatusMessage(I18nHelper) - Method in interface com.atlassian.jira.license.LicenseDetails
Return the single word description of the maintenance status of the license.
getBuildInformation() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Gets a build information summary as a String.
getBuildPartnerName() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Gets the partner name of this JIRA build
getBulkEditBeans() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getBulkEditHtml(OperationContext, Action, BulkEditBean, Map) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Returns HTML that should be shown when the issue is being bulk edited.
getBulkMoveHtml(FieldConfig, Map, Issue, Action, Map, FieldLayoutItem, Map<Long, BulkMoveHelper.DistinctValueResult>, BulkMoveHelper) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
getBulkOperationManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and return the bulk operation manager instance
getBulkOperations() - Method in interface com.atlassian.jira.bulkedit.BulkOperationManager
Returns all available BulkOperation objects
getById(Long) - Method in interface com.atlassian.jira.avatar.AvatarManager
Retrieve the avatar with the given id.
getById(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Used to get a worklog by its id.
getById(Long) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
Used to get a worklog by its id.
getById(Long) - Method in class com.atlassian.jira.web.action.issue.TemporaryAttachmentsMonitor
Returns matching temporary attachment by attachment id.
getByIssue(JiraServiceContext, Issue) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Returns all child worklogs of a specified issue.
getByIssue(Issue) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
Returns all child worklogs of a specified issue
getByIssueId(Long) - Method in class com.atlassian.jira.web.action.issue.TemporaryAttachmentsMonitor
Returns all currently matchign temporary attachments for a particular issue.
getByIssueVisibleToUser(JiraServiceContext, Issue) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Returns all child worklogs of a specified issue that the provided user has permission to see.
getByName(String) - Static method in enum com.atlassian.jira.avatar.Avatar.Type
 
getCachesDirectory() - Method in interface com.atlassian.jira.config.util.JiraHome
Get the File object representing the caches directory in JIRA home.
getCaller(Map, Map) - Method in class com.atlassian.jira.workflow.WorkflowFunctionUtils
Get the User executing this condition.
getCaller(Map) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Given a map of transientVars from a Workflow Function, returns the User object of the caller.
getCallerName(Map, Map) - Method in class com.atlassian.jira.workflow.WorkflowFunctionUtils
Get the name of the user executing this condition.
getCallerName(Map) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Given a map of transientVars from a Workflow Function, returns the username of the caller.
getCannotPerformMessageKey() - Method in interface com.atlassian.jira.bulkedit.operation.BulkOperation
 
getCannotPerformMessageKey(MoveIssueBean) - Method in interface com.atlassian.jira.movesubtask.operation.MoveSubTaskOperation
Gets the i18n key for why the operation can't be displayed
getCanonicalBaseUrl() - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContext
 
getCascadeFrom() - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
 
getCause() - Method in exception com.opensymphony.user.UserManagerImplementationException
Deprecated.  
getChangedIssue() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
getChangeGroupMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper that maps the change group id's from the old backup project data to the id's generated when adding the change group data to the new JIRA instance.
getChangeHistories(Issue) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Returns a List of ChangeHistory entities
getChangeHistoriesForUser(Issue, User) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Returns a List of ChangeHistory entities for the given issue.
getChangeHistoriesForUser(Issue, User) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Deprecated. Please use ChangeHistoryManager.getChangeHistoriesForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
getChangeHistoryIndexPath() - Method in interface com.atlassian.jira.config.util.IndexPathManager
Returns the path of JIRA's change history indexes.
getChangeHistoryIndexPath() - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
 
getChangeHistoryManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the ChangeHistoryManager manager instance
getChangeItems() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getChangeItems() - Method in interface com.atlassian.jira.issue.util.IssueChangeHolder
Get all the change items registered with this object.
getChangeItems() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
getChangeItemsForField(Issue, String) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Returns a List of ChangeItemBean's for the given issue which also are for the provided changeItemFieldName (i.e.
getChangeLog() - Method in class com.atlassian.jira.event.issue.IssueEvent
 
getChangelogString(CustomField, Object) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Returns a String of representing values to be stored in the change log, an example is the name of a version field that a version id will resolve to within JIRA.
getChangelogString(CustomField, Object) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
getChangelogValue(CustomField, Object) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Returns a values to be stored in the change log, example is the id of the changed item.
getChangelogValue(CustomField, Object) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
getChangelogValue(CustomField, Object) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
getChangelogValue(CustomField, Object) - Method in class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
getCheckboxName(Issue) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getChildContexts() - Method in interface com.atlassian.jira.issue.context.JiraContextNode
Deprecated.  
getChildGroupNames(Group) - Method in interface com.atlassian.jira.bc.group.GroupService
Return the name of groups that are members of this Group.
getChildOptions(String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldOptionMapper
 
getChildOptions() - Method in interface com.atlassian.jira.issue.customfields.option.Option
 
getChildOptions() - Method in interface com.atlassian.jira.issue.fields.option.Option
Returns a list of dependent child options.
getCity() - Method in interface com.atlassian.jira.timezone.TimeZoneInfo
 
getClassLoader() - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
getClause() - Method in exception com.atlassian.jira.issue.search.ClauseTooComplexSearchException
 
getClauseContext(User, TerminalClause) - Method in interface com.atlassian.jira.jql.context.ClauseContextFactory
Generates a clause context for the associated handler.
getClauseContextFactory() - Method in interface com.atlassian.jira.jql.ClauseHandler
 
getClauseHandler(User, String) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Return a collection of ClauseHandlers registered against the passed JQL clause name.
getClauseHandler(User, String) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Return a collection of ClauseHandlers registered against the passed JQL clause name.
getClauseHandler(String) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Return a collection of ClauseHandlers registered against the passed JQL clause name.
getClauseHandlers() - Method in class com.atlassian.jira.issue.search.SearchHandler.SearcherRegistration
 
getClauseNames() - Method in interface com.atlassian.jira.issue.fields.CustomField
Return the JQL clause names that this custom field should be recognized by.
getClauseQueryFactory() - Method in interface com.atlassian.jira.issue.customfields.searchers.CustomFieldSearcherClauseHandler
Provides a lucene query generator for TerminalClause's created by this searcher.
getClauseRegistrations() - Method in class com.atlassian.jira.issue.search.SearchHandler
The list of JQL clauses provided for searching.
getClauses() - Method in interface com.atlassian.query.clause.Clause
 
getClauses() - Method in class com.atlassian.query.clause.MultiClause
 
getClauses() - Method in class com.atlassian.query.clause.NotClause
 
getClauseValidator() - Method in interface com.atlassian.jira.issue.customfields.searchers.CustomFieldSearcherClauseHandler
Provides a validator for TerminalClause's created by this searcher.
getColor(String, boolean) - Method in interface com.atlassian.jira.image.util.ImageUtils
Turn a hex string into a Color Input string can ontain a leading hash (#) and can be a 3 char or 6 char hex string.
getColor() - Method in class com.atlassian.jira.web.bean.PercentageGraphRow
 
getColumnCssClass() - Method in interface com.atlassian.jira.issue.fields.NavigableField
 
getColumnHeadingKey() - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
Return some text for the Column Header.
getColumnHeadingKey() - Method in interface com.atlassian.jira.issue.fields.NavigableField
 
getColumnLayout(User) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get the columns layout for a user, if the user does not have one the default is returned
getColumnLayout(User) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get the columns layout for a user, if the user does not have one the default is returned
getColumnLayout(User, SearchRequest) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get the columns layout for a searchRequest, if the searchRequest does not have one the user's columns are returned.
getColumnLayout(User, SearchRequest) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get the columns layout for a searchRequest, if the searchRequest does not have one the user's columns are returned.
getColumnLayoutItems() - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayout
 
getColumnLayoutManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the column layout manager instance
getColumns(User, List<String>) - Method in interface com.atlassian.jira.web.component.TableLayoutUtils
Get the columns based off the a list of field names
getColumns(User, List<String>) - Method in interface com.atlassian.jira.web.component.TableLayoutUtils
Get the columns based off the a list of field names
getColumns(User, String, List<String>, boolean) - Method in interface com.atlassian.jira.web.component.TableLayoutUtils
Get the columns based on a list of field names, and the default as defined in application properties with the given property name.
getColumns(User, String, List<String>, boolean) - Method in interface com.atlassian.jira.web.component.TableLayoutUtils
Get the columns based on a list of field names, and the default as defined in application properties with the given property name.
getColumns(User, String) - Method in interface com.atlassian.jira.web.component.TableLayoutUtils
Get the columns based off an application property
getColumns(User, String) - Method in interface com.atlassian.jira.web.component.TableLayoutUtils
Get the columns based off an application property
getColumnViewHtml(FieldLayoutItem, Map, Issue) - Method in interface com.atlassian.jira.issue.fields.NavigableField
 
getColumnViewHtml(CustomField, Object, Issue, Map, FieldLayoutItem) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
getComment() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
 
getComment() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
getComment() - Method in class com.atlassian.jira.event.issue.IssueEvent
 
getComment() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getComment() - Method in interface com.atlassian.jira.issue.util.IssueChangeHolder
Get the comment associated with this group of changes.
getComment() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
getComment() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getCommentById(User, Long, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Will return a comment for the passed in commentId.
getCommentById(User, Long, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Will return a comment for the passed in commentId.
getCommentById(Long) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Will return a comment for the passed in commentId.
getCommentIndexPath() - Method in interface com.atlassian.jira.config.util.IndexPathManager
Returns the path of JIRA's comment indexes.
getCommentIndexPath() - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
 
getCommentIndexPath(JiraServiceContext) - Method in interface com.atlassian.jira.config.util.IndexPathService
Returns the path of JIRA's comment indexes.
getCommentManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getComments(Issue) - Method in interface com.atlassian.jira.issue.comments.CommentManager
This will return all comments for a given issue.
getCommentsAndWorklogsGuardedByGroupCount(String) - Method in interface com.atlassian.jira.bc.group.GroupService
This method will return the count of all Comment's and Worklog's that have the named group set as its visibility restriction.
getCommentsForUser(User, Issue, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Will return a list of Comments for the given user
getCommentsForUser(User, Issue, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Will return a list of Comments for the given user
getCommentsForUser(Issue, User) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Retrieves all Comments on the given Issue that the given User has permission to see.
getCommentsForUser(Issue, User) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Deprecated. Please use CommentManager.getCommentsForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
getCommentValue() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getComparator() - Method in interface com.atlassian.jira.issue.search.LuceneFieldSorter
A comparator that can be used to order objects returned by LuceneFieldSorter.getValueFromLuceneField(String).
getComparator() - Method in class com.atlassian.jira.issue.statistics.TextFieldSorter
 
getComparator() - Method in interface com.atlassian.jira.sharing.type.ShareType
Return a comparator that can order a SharePermission of this type.
getCompleteDateFormat() - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.getFormatHint() instead. Since v4.4.
getCompleteDateTimeFormat() - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.getFormatHint() instead. Since v4.4.
getCompleteList() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
getComponent(Class<T>) - Static method in class com.atlassian.jira.component.ComponentAccessor
Returns the core component which is stored in JIRA's Dependency Injection container under the key that is the given class.
getComponent(Class<T>) - Method in interface com.atlassian.jira.component.ComponentAccessor.Worker
 
getComponent(Long) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectComponentManager instead. Deprecated in v4.0.
getComponent(GenericValue, String) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectComponentManager instead. Deprecated in v4.0.
getComponent(Class<T>) - Method in interface com.atlassian.jira.util.ComponentLocator
Find a component of the passed class in JIRA.
getComponentIds() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getComponentInstanceOfType(Class<T>) - Method in interface com.atlassian.jira.util.ComponentLocator
Find a component of the passed class in JIRA.
getComponentMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper which, when fully populated, indicates all the project components "in-use" (required) by the backup projects data.
getComponentObjects() - Method in interface com.atlassian.jira.issue.Issue
 
getComponentOfType(Class<T>) - Static method in class com.atlassian.jira.component.ComponentAccessor
Returns the core component which is stored in JIRA's Dependency Injection container of the given Type (Class or Interface).
getComponentOfType(Class<T>) - Method in interface com.atlassian.jira.component.ComponentAccessor.Worker
 
getComponents(List<Long>) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentManager
Creates a list of ProjectComponent objects from the given list of IDs.
getComponents() - Method in interface com.atlassian.jira.issue.Issue
 
getComponents() - Method in interface com.atlassian.jira.project.Project
Deprecated. Use Project.getProjectComponents(). Since v4.1.
getComponents(GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectComponentManager instead. Deprecated in v4.0.
getComponents(List<Long>) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectComponentManager.getComponents(java.util.List) instead. Deprecated since v4.0.
getComponentsUserLeads(User) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.getComponentsUserLeads(com.atlassian.crowd.embedded.api.User) instead. Since v4.3
getComponentsUserLeads(User) - Method in interface com.atlassian.jira.user.util.UserUtil
Retrieve a collection of ProjectComponents - where the lead of each component is the specified user.
getConfigForField(ConfigurableField) - Method in interface com.atlassian.jira.issue.fields.config.persistence.FieldConfigPersister
 
getConfigItems() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfig
Returns a list of FieldConfigItems.
getConfigs() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
Returns a Map whose key is a String of issue types and the value is the FieldConfig for that issue type
getConfigs() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getConfigsByConfig() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
Returns a Map whose key is a FieldConfig and values are associated a Collection Issue Type GenericValue
getConfigsByConfig() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getConfigScheme(GenericValue) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Deprecated. Use of GenericValue is discouraged. Deprecated since: v4.0. Use IssueTypeSchemeManager.getConfigScheme(Project) instead.
getConfigScheme(Project) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Returns a config scheme for a given project
getConfigsExclusiveToConfigScheme(Long) - Method in interface com.atlassian.jira.issue.fields.config.persistence.FieldConfigPersister
Gets the FieldConfig objects that are only associated to the specified FieldConfigScheme.
getConfigurableField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
getConfigurationItemTypes() - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Returns a List of FieldConfigItemType objects.
getConfigurationItemTypes() - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
getConfigurationItemTypes() - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
getConfigurationItemTypes() - Method in interface com.atlassian.jira.issue.fields.ConfigurableField
Returns a List of FieldConfigItemType objects.
getConfigurationObject(Issue, FieldConfig) - Method in class com.atlassian.jira.issue.customfields.config.item.DefaultValueConfigItem
 
getConfigurationObject(Issue) - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItem
 
getConfigurationObject(Issue, FieldConfig) - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItemType
Returns an Object that holds the the configuration.
getConfigurationSchemes() - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns a list of configuration schemes.
getConstant(String, String) - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getConstantObject(java.lang.String, java.lang.String) instead. Deprecated since v4.0
getConstantByName(String, String) - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getIssueConstantByName(String, String). Since v4.3
getConstantByNameIgnoreCase(String, String) - Method in interface com.atlassian.jira.config.ConstantsManager
Returns a constant by name ignoring the case of the name passed in.
getConstantObject(String, String) - Method in interface com.atlassian.jira.config.ConstantsManager
Returns an IssueConstant object for the given type & id.
getConstantObjects(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Returns all IssueConstant objects for the given type.
getConstantsManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getContentType() - Method in interface com.atlassian.jira.avatar.Avatar
The MIME type of the avatar image file.
getContentType() - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getContentType() - Method in class com.atlassian.jira.issue.attachment.TemporaryAttachment
 
getContext() - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
 
getContextKey() - Method in interface com.atlassian.jira.project.browse.BrowseContext
Contains a context unique that can be used to identify this context.
getContextParams() - Method in class com.atlassian.jira.plugin.webfragment.model.JiraHelper
 
getContexts() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
Returns a list of JiraContextNode objects this scheme is relevent to
getContexts() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getContexts() - Method in interface com.atlassian.jira.jql.context.ClauseContext
 
getCount(String) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Ensure that there is a view-entity defined in entitymodel.xml (and entitygroup.xml) for the entity you are calling this method with, and that the view-entity is named correctly! The view-entity must be named the name of the normal entity with 'Count' appended.
getCounter() - Method in interface com.atlassian.jira.project.Project
 
getCountForCommentsRestrictedByGroup(String) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Returns the count of all Comment's that have their visibility restricted by the named group.
getCountForWorklogsRestrictedByGroup(String) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
Returns the count of all Worklog's that have a visibility restriction of the provided group.
getCountFromKey(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
 
getCreated() - Method in class com.atlassian.jira.issue.attachment.Attachment
 
getCreated() - Method in class com.atlassian.jira.issue.attachment.TemporaryAttachment
 
getCreated() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getCreated() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getCreated() - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
getCreated() - Method in interface com.atlassian.jira.issue.Issue
 
getCreated() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getCreateHtml(FieldLayoutItem, OperationContext, Action, Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Returns the HTML that should be shown when the issue is being created.
getCreateHtml(FieldLayoutItem, OperationContext, Action, Issue, Map) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Returns the HTML that should be shown when the issue is being created.
getCreateHtml(FieldLayoutItem, OperationContext, Action, Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getCreateHtml(FieldLayoutItem, OperationContext, Action, Issue, Map<String, Object>) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getCreateHtml(Action, OperationContext, Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
getCreateHtml(Action, OperationContext, Issue, Map<String, Object>) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
getCredentialsProvider() - Method in class com.opensymphony.user.Entity
Deprecated. Retrieve pluggable CredentialsProvider for this entity.
getCredentialsProvider(String) - Method in interface com.opensymphony.user.ProviderAccessor
Deprecated. Return appropriate CredentialsProvider for entity.
getCredentialsProvider(String) - Method in class com.opensymphony.user.UserManager.Accessor
Deprecated. Return appropriate CredentialsProvider for entity.
getCredentialsProviders() - Method in class com.opensymphony.user.UserManager
Deprecated. Get the current CredentialsProviders
getCrowdService() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getCrowdService() - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
Get a fresh version of the Crowd Read Write service from pico.
getCssClass() - Method in interface com.atlassian.jira.issue.fields.option.Option
 
getCurrentBuildDate() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Gets the date this version of JIRA was built on.
getCurrentBuildNumber() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Gets the current build number of JIRA.
getCurrentBulkEditBean() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getCurrentBulkEditBeanIndex() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getCurrentIssue() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
 
getCurrentIssueContext() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getCurrentJQL() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
 
getCurrentPage(List<T>) - Method in class com.atlassian.jira.web.bean.PagerFilter
Gets the current page out of a list of objects.
getCurrentProject() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
 
getCurrentProject(int, User) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Gets the last viewed project that the user visted and still has permission to see.
getCurrentProject(int, User) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Gets the last viewed project that the user visted and still has permission to see.
getCurrentStep() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getCurrentStep() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getCurrentUserSelectFlag() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getCurrentWatcherUsernames(Issue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Retrieve the list of usernames of users watching the given issue
getCurrentWatcherUsernames(GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Retrieve the list of usernames of users watching the given issue
getCurrentWatchList(Issue, Locale) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Retrieve collection of users that are currently watching this issue (including the current user)
getCurrentWatchList(Locale, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Deprecated. Use WatcherManager.getCurrentWatchList(com.atlassian.jira.issue.Issue, java.util.Locale) instead. Since v4.3.
getCustomAvatarsForOwner(Avatar.Type, String) - Method in interface com.atlassian.jira.avatar.AvatarManager
Provides a list of all avatars that are of the given type which have the given owner.
getCustomField() - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
 
getCustomField() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfig
Returns the related custom field.
getCustomField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
Get a CustomField by its text key (eg 'customfield_10000').
getCustomField(String) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getCustomFieldId() - Method in class com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
 
getCustomFieldId() - Method in class com.atlassian.jira.imports.project.customfield.ExternalCustomFieldOption
 
getCustomFieldId() - Method in interface com.atlassian.jira.imports.project.customfield.ExternalCustomFieldValue
Returns the ID of the CustomField that this value is stored for.
getCustomFieldId() - Method in class com.atlassian.jira.issue.label.Label
 
getCustomFieldIds() - Method in interface com.atlassian.jira.plugin.issueview.IssueViewFieldParams
Method returns set of custom field ids requested for view.
getCustomFieldInstance(GenericValue) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Converts a customfield GenericValue to a CustomField instance.
getCustomFieldManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getCustomFieldMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a CustomFieldMapper which, when fully populated, indicates all the custom fields "in-use" (required) by the backup projects data.
getCustomFieldObject(Long) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Get a CustomField by ID.
getCustomFieldObject(String) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Get a CustomField by its text key (eg 'customfield_10000').
getCustomFieldObjectByName(String) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Retrieve the first custom field object with the specified name.
getCustomFieldObjects() - Method in interface com.atlassian.jira.issue.CustomFieldManager
Returns all custom fields.
getCustomFieldObjects(Long, String) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Gets a list of custom fields for a particular project and issue type.
getCustomFieldObjects(Long, List<String>) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Returns the same as CustomFieldManager.getCustomFieldObjects(Long,String) but allows to specify a list of issueTypes.
getCustomFieldObjects(SearchContext) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Returns all customfields in a particular SearchContext.
getCustomFieldObjects(GenericValue) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Returns a list of CustomFields that apply to a particular issue.
getCustomFieldObjects(Issue) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Returns a list of CustomFields that apply to a particular issue.
getCustomFieldObjectsByName(String) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Retrieve custom field(s) of a certain name.
getCustomFieldOption(String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldOptionMapper
 
getCustomFieldOptionMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a CustomFieldOptionMapper which, when fully populated, indicates how to map the IDs of the Custom Field Options in the Import file, to the equivalent Option in the current JIRA.
getCustomFieldSearcher(String) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Retrieve a custom field searcher by its type key.
getCustomFieldSearcher() - Method in interface com.atlassian.jira.issue.fields.CustomField
Retrieves the CustomFieldSearcher for this custom field.
getCustomFieldSearcherClass(String) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Retrieve a custom field searcher by its type key.
getCustomFieldSearcherClauseHandler() - Method in interface com.atlassian.jira.issue.customfields.CustomFieldSearcher
Provides an object that can be used to handle the clauses that this searcher generates.
getCustomFieldSearchers(CustomFieldType) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Retrieves all the searchers registered for a particular custom Field.
getCustomFieldType(String) - Method in interface com.atlassian.jira.issue.CustomFieldManager
Retrieve a custom field type by its type key.
getCustomFieldType() - Method in interface com.atlassian.jira.issue.fields.CustomField
Looks up the CustomFieldType.
getCustomFieldTypes() - Method in interface com.atlassian.jira.issue.CustomFieldManager
Retrieve all customfieldtypes registered in the sytem.
getCustomFieldValue(CustomField) - Method in interface com.atlassian.jira.issue.Issue
 
getCustomFieldValue(Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getCustomFieldValue(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getCustomFieldValues(Map) - Method in interface com.atlassian.jira.issue.fields.CustomField
Get the custom field string values that are relevant to this particular custom field
getCustomFieldView(CustomField) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getData() - Method in class com.atlassian.jira.user.UserHistoryItem
 
getDatabaseBuildNumber() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Gets the build number of the database that this JIRA instance points to.
getDatabaseType() - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
Type of database field needed to store this field.
getDatabaseType() - Method in class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
getDatabaseType() - Method in class com.atlassian.jira.issue.customfields.impl.TextCFType
 
getDataDirectory() - Method in interface com.atlassian.jira.config.util.JiraHome
Get the File object representing the data directory in JIRA home.
getDataType() - Method in interface com.atlassian.jira.issue.customfields.searchers.CustomFieldSearcherClauseHandler
Provides the JiraDataType that this clause handles and searches on.
getDataType() - Method in class com.atlassian.jira.issue.search.constants.AllTextSearchConstants
 
getDataType() - Method in class com.atlassian.jira.issue.search.constants.CommentsFieldSearchConstants
 
getDataType() - Method in class com.atlassian.jira.issue.search.constants.DefaultClauseInformation
 
getDataType() - Method in class com.atlassian.jira.issue.search.constants.IssueIdConstants
 
getDataType() - Method in class com.atlassian.jira.issue.search.constants.IssueKeyConstants
 
getDataType() - Method in class com.atlassian.jira.issue.search.constants.IssueParentConstants
 
getDataType() - Method in class com.atlassian.jira.issue.search.constants.SavedFilterSearchConstants
 
getDataType() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
 
getDataType() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
getDataType() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getDataType() - Method in interface com.atlassian.jira.jql.ClauseInformation
Provides the JiraDataType that this clause handles and searches on.
getDataType() - Method in interface com.atlassian.jira.plugin.jql.function.JqlFunction
Provides the JiraDataType that this function handles and creates values for.
getDatePickerFormat() - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.getFormatHint() instead. Since v4.4.
getDatePickerFormatSample(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.format(java.util.Date) instead. Since v4.4.
getDateRangeBuilder() - Method in class com.atlassian.jira.issue.index.IndexedChangeHistoryField
 
getDateString(Date) - Method in interface com.atlassian.jira.jql.util.JqlDateSupport
Return a string representation of the passed date.
getDateTimePickerFormat() - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.getFormatHint() instead. Since v4.4.
getDateTimePickerFormatSample(Date) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.format(java.util.Date) instead. Since v4.4.
getDay() - Method in class com.atlassian.jira.datetime.LocalDate
 
getDaysPerWeek() - Method in interface com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration
Get the currently configured number of days in a week.
getDaysPerWeek() - Method in class com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.PropertiesAdaptor
 
getDbValueFromObject(Object) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
Returns the database representation of the Java object as stored for that CustomField.
getDbValueFromObject(Object) - Method in class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
getDbValueFromObject(Object) - Method in class com.atlassian.jira.issue.customfields.impl.StringCFType
 
getDefault() - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
Retreives the default value of this Property e.g.
getDefaultAssignee(GenericValue, GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Please use ProjectManager.getDefaultAssignee(Project, ProjectComponent). Since v4.3
getDefaultAssignee(Project, ProjectComponent) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getDefaultAssignee(Project, java.util.Collection) which allows for multiple components. Since v4.4.
getDefaultAssignee(Project, Collection<ProjectComponent>) - Method in interface com.atlassian.jira.project.ProjectManager
Gets the default assignee for an issue given its project and list of Components.
getDefaultAttachmentPath() - Method in interface com.atlassian.jira.config.util.AttachmentPathManager
Returns the attachment path that will be used by default if JIRA is so configured.
getDefaultAttachmentPath() - Method in class com.atlassian.jira.config.util.AttachmentPathManager.PropertiesAdaptor
 
getDefaultAvatarId(Avatar.Type) - Method in interface com.atlassian.jira.avatar.AvatarManager
Gets the default avatar for the given type.
getDefaultBackedString(String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getDefaultBackedText(String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getDefaultColumnLayout(User) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get the default Layout, and filter out the columns which a user cannot see
getDefaultColumnLayout(User) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get the default Layout, and filter out the columns which a user cannot see
getDefaultColumnLayout() - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
 
getDefaultColumnNames(String) - Method in interface com.atlassian.jira.web.component.TableLayoutUtils
Users can specify a list of columns to display in their application properties.
getDefaultEntity(GenericValue) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
getDefaultGroupNames() - Method in class com.atlassian.jira.bc.group.GroupRemoveChildMapper
Returns the default groups.
getDefaultIndexRootPath() - Method in interface com.atlassian.jira.config.util.IndexPathManager
This returns the root index directory that JIRA will use by default, if it is configured to do so.
getDefaultIndexRootPath() - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
 
getDefaultIssueTypeScheme() - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Returns the default global issue type, to which all issue types are added to
getDefaultKeys() - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getDefaultLocale() - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getDefaultPriority() - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getDefaultPriorityObject() instead. Since v4.0
getDefaultPriorityObject() - Method in interface com.atlassian.jira.config.ConstantsManager
Returns the default priority configured in JIRA.
getDefaultProperty(String) - Method in interface com.atlassian.configurable.ObjectConfigurable
Returns the default property value for a key
getDefaultProperty(String) - Method in class com.atlassian.jira.service.AbstractService
 
getDefaultResourceBundle() - Method in interface com.atlassian.jira.util.I18nHelper
 
getDefaultRoleActors(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will return a DefaultRoleActors for the given projectRole checking the currentUser has the correct permissions to perform the get operation.
getDefaultRoleActors(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will return a DefaultRoleActors for the given projectRole checking the currentUser has the correct permissions to perform the get operation.
getDefaultRoleActors(ProjectRole) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
This method will return the default role actors for a ProjectRole
getDefaultScheme() - Method in interface com.atlassian.jira.scheme.SchemeManager
Gets the default scheme.
getDefaultSortOrder() - Method in interface com.atlassian.jira.issue.fields.NavigableField
The order in which to sort the field when it is sorted for the first time.
getDefaultString(String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getDefaultTimeZoneInfo(JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
Returns the default time zone which is globally configured.
getDefaultTimeZoneRegionKey() - Method in interface com.atlassian.jira.timezone.TimeZoneService
Return the region key of the current default time zone.
getDefaultUnit() - Method in interface com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration
Get the currently configured default duration to use when parsing duration string for time tracking.
getDefaultUnit() - Method in class com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.PropertiesAdaptor
 
getDefaultValue(FieldConfig) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Retrieves the Object representing the default CustomField value for the Custom Field.
getDefaultValue(FieldConfig) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
getDefaultValue(FieldConfig) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
getDefaultValue(Issue) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
 
getDefaultValue(FieldConfig) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Returns the IssueType object that is the default for thie configuration
getDefaultValue(GenericValue) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Returns the default IssueType object based on the passed in project.
getDefaultValue(Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
The value that should be set on the issue if the field is not shown for some reason.
getDefaultVelocityParams(Map<String, Object>, JiraAuthenticationContext) - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContextFactory
Constructs a map with a number of common parameters used by velocity templates.
getDefaultViewHtml(FieldConfig, FieldLayoutItem) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
getDefaultWorkflow() - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
getDelay() - Method in interface com.atlassian.jira.service.JiraServiceContainer
 
getDescKey() - Method in class com.atlassian.jira.event.type.EventType
 
getDescription(Map) - Method in interface com.atlassian.configurable.ObjectConfiguration
The Description of this instance of an Object Configuration
getDescription() - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
Retrieves the description of this Property e.g.
getDescription(Map, Map) - Method in interface com.atlassian.configurable.ObjectDescriptor
 
getDescription() - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
 
getDescription() - Method in interface com.atlassian.jira.bc.project.component.ProjectComponent
Returns the component description.
getDescription() - Method in class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
 
getDescription() - Method in class com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
 
getDescription() - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
getDescription() - Method in interface com.atlassian.jira.event.JiraListener
A textual description of the listener.
getDescription() - Method in class com.atlassian.jira.event.type.EventType
 
getDescription() - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
 
getDescription() - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
getDescription() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfig
 
getDescription() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
getDescription() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getDescription() - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns the description of this custom field.
getDescription() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldConfigurationScheme
 
getDescription() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getDescription() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
getDescription() - Method in interface com.atlassian.jira.issue.fields.option.Option
 
getDescription() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
getDescription() - Method in interface com.atlassian.jira.issue.Issue
 
getDescription() - Method in interface com.atlassian.jira.issue.IssueConstant
 
getDescription() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getDescription() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
getDescription() - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevel
 
getDescription() - Method in interface com.atlassian.jira.license.LicenseDetails
 
getDescription() - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
getDescription() - Method in interface com.atlassian.jira.project.Project
 
getDescription() - Method in interface com.atlassian.jira.project.ProjectCategory
 
getDescription() - Method in interface com.atlassian.jira.project.version.Version
 
getDescription() - Method in class com.atlassian.jira.scheme.Scheme
 
getDescription(int) - Static method in class com.atlassian.jira.security.Permissions
Get the description of a permission.
getDescription() - Method in interface com.atlassian.jira.security.roles.ProjectRole
Will get the description of this role, null if not set.
getDescription() - Method in class com.atlassian.jira.service.AbstractService
 
getDescription() - Method in interface com.atlassian.jira.service.JiraService
A textual description of the service.
getDescription() - Method in interface com.atlassian.jira.sharing.SharedEntity
A general description of the entity.
getDescription() - Method in class com.atlassian.jira.sharing.SharedEntity.Identifier
 
getDescription() - Method in class com.atlassian.jira.web.bean.PercentageGraphRow
 
getDescription() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
getDescriptionI18nKey() - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
 
getDescriptionKey() - Method in interface com.atlassian.jira.issue.operation.IssueOperation
 
getDescriptionKey() - Method in class com.atlassian.jira.issue.operation.IssueOperationImpl
 
getDescriptionKey() - Method in interface com.atlassian.jira.movesubtask.operation.MoveSubTaskOperation
 
getDescriptor() - Method in interface com.atlassian.jira.issue.customfields.CustomFieldSearcher
 
getDescriptor() - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
 
getDescriptor() - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
getDescriptor() - Method in class com.atlassian.jira.issue.customfields.searchers.AbstractInitializationCustomFieldSearcher
 
getDescriptor() - Method in class com.atlassian.jira.security.roles.actor.AbstractRoleActor
 
getDescriptor() - Method in class com.atlassian.jira.security.roles.actor.GroupRoleActorFactory.GroupRoleActor
 
getDescriptor() - Method in interface com.atlassian.jira.security.roles.RoleActor
Returns a pretty viewable representation of the contents of the RoleActor (e.g.
getDescriptor() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
getDescriptorParams(Map<String, Object>) - Method in interface com.atlassian.jira.plugin.workflow.WorkflowPluginFactory
Given a set of name:value parameters from the plugin configuration page (ie.
getDescTranslation() - Method in interface com.atlassian.jira.issue.IssueConstant
 
getDescTranslation(String) - Method in interface com.atlassian.jira.issue.IssueConstant
 
getDescTranslation(I18nHelper) - Method in interface com.atlassian.jira.issue.IssueConstant
 
getDestination() - Method in class com.atlassian.jira.issue.link.IssueLink
Deprecated. Use IssueLink.getDestinationObject() instead.
getDestinationId() - Method in class com.atlassian.jira.issue.link.IssueLink
Get the issue ID (ie.
getDestinationObject() - Method in class com.atlassian.jira.issue.link.IssueLink
Get the destination Issue of the link.
getDestinationStatus() - Method in class com.atlassian.jira.web.action.issue.bulkedit.WorkflowTransitionKey
 
getDetails(Locale, Issue) - Method in interface com.atlassian.jira.issue.vote.IssueVoterAccessor
Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
getDetails(Locale, Issue, Function<User, T>) - Method in interface com.atlassian.jira.issue.vote.IssueVoterAccessor
Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
getDetails(Locale, Issue) - Method in interface com.atlassian.jira.issue.watchers.IssueWatcherAccessor
Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
getDetails(Locale, Issue, Function<User, T>) - Method in interface com.atlassian.jira.issue.watchers.IssueWatcherAccessor
Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
getDirectory(Long) - Method in interface com.atlassian.jira.user.util.UserManager
 
getDirectoryId() - Method in class com.atlassian.jira.bc.user.UserService.CreateUserValidationResult
 
getDirectoryId() - Method in class com.opensymphony.user.User
Deprecated.  
getDirectUsersInGroup(Group) - Method in interface com.atlassian.jira.security.groups.GroupManager
Returns all the users that are direct members of the group.
getDisabled() - Method in class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistUpdateValidationResult
 
getDisabled() - Method in interface com.atlassian.jira.issue.customfields.option.Option
Get the disabled status.
getDisplayableNameSafely(User) - Method in interface com.atlassian.jira.user.util.UserUtil
Takes the given user and returns a "displayable name" by cautiously checking the different edge cases for users.
getDisplayableNameSafely(User) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.getDisplayableNameSafely(com.atlassian.crowd.embedded.api.User) instead. Since v4.3
getDisplayDoubleFromLucene(String) - Method in interface com.atlassian.jira.issue.customfields.converters.DoubleConverter
 
getDisplayName(String) - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
 
getDisplayName(String) - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportIdMapper
Returns a display name for the given old ID.
getDisplayName() - Method in class com.atlassian.jira.issue.customfields.config.item.DefaultValueConfigItem
 
getDisplayName() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItem
Note: use FieldConfigItem.getDisplayNameKey() where possible.
getDisplayName() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItemType
The user interface name for this dimension of configuration.
getDisplayName() - Method in interface com.atlassian.jira.timezone.RegionInfo
 
getDisplayName() - Method in interface com.atlassian.jira.timezone.TimeZoneInfo
 
getDisplayName() - Method in class com.opensymphony.user.User
Deprecated.  
getDisplayNameKey() - Method in class com.atlassian.jira.issue.customfields.config.item.DefaultValueConfigItem
 
getDisplayNameKey() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItem
 
getDisplayNameKey() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItemType
The i18n key for the user interface name for this dimension of configuration.
getDisplayString() - Method in interface com.atlassian.query.history.HistoryPredicate
 
getDisplayString() - Method in class com.atlassian.query.operand.EmptyOperand
 
getDisplayString() - Method in class com.atlassian.query.operand.FunctionOperand
Renders the function call with its name and arguments for display in the UI.
getDisplayString() - Method in class com.atlassian.query.operand.MultiValueOperand
 
getDisplayString() - Method in interface com.atlassian.query.operand.Operand
Produces the unexpanded representation of the Operand.
getDisplayString() - Method in class com.atlassian.query.operand.SingleValueOperand
 
getDisplayString() - Method in enum com.atlassian.query.operator.Operator
 
getDistinctValuesForMove(BulkEditBean, OrderableField, Function<Issue, Collection<Object>>, Function<Object, String>) - Method in interface com.atlassian.jira.web.bean.BulkMoveHelper
For the given field, calculates all the distinct values present in the currently selected issues of the BulkEditBean.
getDocumentConstant() - Method in interface com.atlassian.jira.issue.search.LuceneFieldSorter
Get the constant that this field is indexed with.
getDocumentConstant() - Method in class com.atlassian.jira.issue.statistics.TextFieldSorter
 
getDocumentFieldId() - Method in interface com.atlassian.jira.issue.index.indexers.FieldIndexer
 
getDocumentFieldId() - Method in class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
 
getDouble(String) - Method in interface com.atlassian.jira.issue.customfields.converters.DoubleConverter
 
getDraftWorkflow(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
Given a parentWorkflowName, this methods will retrieved the relevant draft workflow linked to that parent.
getDraftWorkflow(String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Retrieve a single draft workflow by name.
getDropdown(String, String) - Method in interface com.atlassian.jira.image.dropdown.DropDownCreatorService
Get the bytes for a dropdown image for the given colours.
getDueDate() - Method in interface com.atlassian.jira.issue.Issue
 
getDueDate() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getDuration() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getEditableDefaultColumnLayout() - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get an editable default column layout for the system
getEditableDefaultFieldLayout() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Returns the default EditableDefaultFieldLayout.
getEditableFieldLayout(Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Returns an EditableFieldLayout for the id supplied.
getEditableFieldLayouts() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Retrieves editable (see EditableFieldLayout versions of the field layouts.
getEditableSearchRequestColumnLayout(User, SearchRequest) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get an editable column layout for the searchRequest, returns null if it does not have one
getEditableSearchRequestColumnLayout(User, SearchRequest) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get an editable column layout for the searchRequest, returns null if it does not have one
getEditableSubTaskIssueTypes() - Method in interface com.atlassian.jira.config.ConstantsManager
Retrieves an editable list of sub-task issues.
getEditableUserColumnLayout(User) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get an editable column layout for the user, returns null if they do not have one
getEditableUserColumnLayout(User) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
Get an editable column layout for the user, returns null if they do not have one
getEditDefaultHtml(FieldConfig, Map, Issue, Action, Map, FieldLayoutItem) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
getEditHtml(OperationContext, Action, List) - Method in interface com.atlassian.jira.issue.fields.IssueTypeField
 
getEditHtml(FieldLayoutItem, OperationContext, Action, Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Returns HTML that should be shown when the issue is being edited.
getEditHtml(FieldLayoutItem, OperationContext, Action, Issue, Map) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Returns HTML that should be shown when the issue is being edited.
getEditHtml(FieldLayoutItem, OperationContext, Action, Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getEditHtml(FieldLayoutItem, OperationContext, Action, Issue, Map<String, Object>) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getEditHtml(Action, OperationContext, Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
getEditHtml(Action, OperationContext, Issue, Map<String, Object>) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
getEditHtml(User, SearchContext, FieldValuesHolder, Map<?, ?>, Action) - Method in interface com.atlassian.jira.issue.search.searchers.renderer.SearchRenderer
Used to produce an HTML input that is rendered on the JIRA issue navigator.
getEditHtml(FieldConfig, Map, Issue, Action, Map, FieldLayoutItem) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
getEmail() - Method in class com.atlassian.jira.bc.user.UserService.CreateUserValidationResult
 
getEmail() - Method in class com.atlassian.jira.external.beans.ExternalUser
 
getEmail() - Method in class com.atlassian.jira.notification.NotificationRecipient
 
getEmail() - Method in class com.opensymphony.user.User
Deprecated. Use User.getEmailAddress() instead. Since v4.3.
getEmailAddress() - Method in class com.opensymphony.user.User
Deprecated.  
getEmptyIndexValue() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
getEmptyIndexValue() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstantsWithEmpty
 
getEmptySelectFlag() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
getEmptySelectFlag() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstantsWithEmpty
 
getEnabledFieldKeys() - Method in interface com.atlassian.configurable.ObjectConfiguration
The enabled property keys for this configuration.
getEncoding() - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getEncoding() - Method in interface com.atlassian.jira.config.util.EncodingConfiguration
 
getEncoding() - Method in class com.atlassian.jira.config.util.EncodingConfiguration.PropertiesAdaptor
 
getEncoding() - Method in class com.atlassian.jira.config.util.EncodingConfiguration.Static
 
getEnd() - Method in class com.atlassian.jira.issue.search.SearchResults
 
getEnd() - Method in class com.atlassian.jira.web.bean.PagerFilter
 
getEnd() - Method in interface com.atlassian.jira.web.component.IssuePager
 
getEntities() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
getEntities(GenericValue, Long, String, String) - Method in interface com.atlassian.jira.permission.PermissionSchemeManager
Get all Generic Value permission records for a particular scheme and permission Id
getEntities() - Method in class com.atlassian.jira.scheme.Scheme
 
getEntities(GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getEntities(GenericValue, Long) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getEntities(GenericValue, Long, String) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getEntities(GenericValue, String, Long) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getEntities(GenericValue, String) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getEntities(String, String) - Method in interface com.atlassian.jira.scheme.SchemeManager
Get all entity records with a particular parameter
getEntitiesByIssue(String, GenericValue) - Method in interface com.atlassian.jira.issue.IssueManager
Deprecated. Use IssueManager.getEntitiesByIssueObject(String, Issue) instead.
getEntitiesByIssueObject(String, Issue) - Method in interface com.atlassian.jira.issue.IssueManager
Get a list of entities (versions, components etc) related to this issue.
getEntitiesByType(Object) - Method in class com.atlassian.jira.scheme.Scheme
 
getEntity(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
getEntity(EditableFieldLayout) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
getEntity(Long) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getEntityId() - Method in class com.atlassian.jira.user.UserHistoryItem
 
getEntityName() - Method in interface com.atlassian.jira.permission.PermissionSchemeManager
 
getEntityName() - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
getEntityType() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
getEntityType() - Method in interface com.atlassian.jira.sharing.SharedEntity
The type of entity it is.
getEntityType() - Method in class com.atlassian.jira.sharing.SharedEntity.Identifier
 
getEntityTypeId() - Method in class com.atlassian.jira.scheme.SchemeEntity
 
getEnvironment() - Method in interface com.atlassian.jira.issue.Issue
 
getEnvironment() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getError() - Method in class com.atlassian.jira.service.util.handler.MessageErrorHandler
 
getErrorCollection() - Method in interface com.atlassian.jira.bc.JiraServiceContext
Gets an error collection.
getErrorCollection() - Method in class com.atlassian.jira.bc.JiraServiceContextImpl
Returns error collection, never null
getErrorCollection() - Method in interface com.atlassian.jira.bc.license.JiraLicenseService.ValidationResult
 
getErrorCollection() - Method in interface com.atlassian.jira.bc.project.version.VersionService.ValidationResult
 
getErrorCollection() - Method in interface com.atlassian.jira.bc.ServiceResult
 
getErrorCollection() - Method in class com.atlassian.jira.bc.ServiceResultImpl
 
getErrorFieldPrefix() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
 
getErrorFieldPrefix() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
getErrorHandler() - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
getErrorKey() - Method in enum com.atlassian.jira.bc.project.ProjectAction
 
getErrorMessage(String) - Method in exception com.atlassian.jira.bc.ValidationErrorsException
 
getErrorMessages() - Method in class com.atlassian.jira.util.AbstractMessageSet
 
getErrorMessages() - Method in interface com.atlassian.jira.util.ErrorCollection
Get all non field-specific error messages.
getErrorMessages() - Method in interface com.atlassian.jira.util.MessageSet
 
getErrorMessages() - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
getErrorMessagesInEnglish() - Method in class com.atlassian.jira.util.AbstractMessageSet
 
getErrorMessagesInEnglish() - Method in interface com.atlassian.jira.util.MessageSet
Returns a unique set of all the English error messages.
getErrors() - Method in class com.atlassian.jira.bc.issue.search.SearchService.ParseResult
 
getErrors() - Method in interface com.atlassian.jira.util.ErrorCollection
Get all field-specific errors.
getErrors() - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
getEstimate() - Method in interface com.atlassian.jira.issue.Issue
This is the "remaining estimate" of work left to be performed on this issue, in milliseconds.
getEventType(Long) - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
getEventType() - Method in class com.atlassian.jira.event.user.UserEvent
 
getEventTypeId() - Method in class com.atlassian.jira.event.issue.IssueEvent
 
getEventTypeId() - Method in class com.atlassian.jira.event.type.EventDispatchOption.EventDispatchOptionImpl
 
getEventTypeId() - Method in interface com.atlassian.jira.event.type.EventDispatchOption
Used to specify the event type this option is configured to express.
getEventTypeId() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
getEventTypeManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getEventTypes() - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
getEventTypesMap() - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
getException() - Method in class com.atlassian.jira.service.util.handler.MessageErrorHandler
 
getExecutableAction() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getExpiryHours() - Method in interface com.atlassian.jira.user.util.UserUtil.PasswordResetToken
 
getExpiryTime() - Method in interface com.atlassian.jira.user.util.UserUtil.PasswordResetToken
 
getExportDirectory() - Method in interface com.atlassian.jira.config.util.JiraHome
Get the File object representing the export directory in JIRA home.
getExternalFieldValue(String) - Method in interface com.atlassian.jira.issue.Issue
 
getExternalUser(String) - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
getFactory() - Method in interface com.atlassian.jira.jql.ClauseHandler
 
getFastCountFromKey(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
Same as JiraKeyUtils.getCountFromKey(String) except that is does not check for key validity
getFastProjectKeyFromIssueKey(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
Same as JiraKeyUtils.getProjectKeyFromIssueKey(String) except that it does not check key validity
getFavouriteCount() - Method in interface com.atlassian.jira.favourites.Favourite
The number of users who have marked this entity as one of their favourites.
getFavouriteCount() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
getFavouriteCount() - Method in class com.atlassian.jira.sharing.SharedEntity.Identifier
 
getFavouriteIds(User, SharedEntity.TypeDescriptor<S>) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Get the ids of a user's favourite Entities for a given entity type
getFavouriteIds(User, SharedEntity.TypeDescriptor<S>) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Get the ids of a user's favourite Entities for a given entity type
getField() - Method in interface com.atlassian.jira.bulkedit.operation.BulkEditAction
 
getField() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getField() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
getField() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
Get a field by its id.
getField() - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
getField() - Method in interface com.atlassian.jira.issue.search.searchers.information.SearcherInformation
 
getField(SharedEntity, SharePermission) - Method in interface com.atlassian.jira.sharing.type.ShareQueryFactory
Get the Field we will later search for.
getField() - Method in interface com.atlassian.query.clause.WasClause
 
getField() - Method in class com.atlassian.query.order.SearchSort
 
getFieldAccessor() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getFieldAccessor() - Method in interface com.atlassian.jira.component.ComponentAccessor.Worker
 
getFieldConfig() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItem
 
getFieldConfig(Long) - Method in interface com.atlassian.jira.issue.fields.config.persistence.FieldConfigPersister
 
getFieldConfig(Long, ConfigurableField) - Method in interface com.atlassian.jira.issue.fields.config.persistence.FieldConfigPersister
 
getFieldConfigId() - Method in class com.atlassian.jira.imports.project.customfield.ExternalCustomFieldOption
 
getFieldConfigurationScheme(Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Retrieves a FieldConfigurationScheme by id NOTE: This is an enterprise ONLY feature.
getFieldConfigurationScheme(Project) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Retrieves the Field Configuration Scheme associated with the supplied project.
getFieldConfigurationScheme(GenericValue) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Deprecated. Use FieldLayoutManager.getFieldConfigurationScheme(com.atlassian.jira.project.Project) instead. Since v4.3
getFieldConfigurationSchemes(FieldLayout) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Returns a collection of FieldConfigurationSchemes that include the given FieldLayout.
getFieldDefault(String) - Method in interface com.atlassian.configurable.ObjectConfiguration
Retrieves the default value for property with specified key
getFieldDescription(String) - Method in interface com.atlassian.configurable.ObjectConfiguration
Retrieves the description of a property with the specified key
getFieldDescription() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutItem
 
getFieldId() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfig
 
getFieldId() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getFieldId() - Method in class com.atlassian.jira.issue.search.constants.AllTextSearchConstants
 
getFieldId() - Method in class com.atlassian.jira.issue.search.constants.CommentsFieldSearchConstants
 
getFieldId() - Method in class com.atlassian.jira.issue.search.constants.DefaultClauseInformation
 
getFieldId() - Method in class com.atlassian.jira.issue.search.constants.IssueIdConstants
 
getFieldId() - Method in class com.atlassian.jira.issue.search.constants.IssueKeyConstants
 
getFieldId() - Method in class com.atlassian.jira.issue.search.constants.IssueParentConstants
 
getFieldId() - Method in class com.atlassian.jira.issue.search.constants.SavedFilterSearchConstants
 
getFieldId() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
 
getFieldId() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
getFieldId() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getFieldId() - Method in interface com.atlassian.jira.jql.ClauseInformation
 
getFieldIds(User, String) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Gets the field ids that are associated with the provided jqlClauseName.
getFieldIds(User, String) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Gets the field ids that are associated with the provided jqlClauseName.
getFieldIds(String) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Gets the field ids that are associated with the provided jqlClauseName.
getFieldIds() - Method in interface com.atlassian.jira.plugin.issueview.IssueViewFieldParams
Method returns set of field ids requested for view.
getFieldIdsToLabels() - Static method in class com.atlassian.jira.issue.IssueFieldConstants
 
getFieldKeys() - Method in interface com.atlassian.configurable.ObjectConfiguration
All the property keys for this configuration.
getFieldLayout() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutItem
Returns the FieldLayout that this item is a part of.
getFieldLayout() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Used to retrieve FieldLayout information when rendering a screen.
getFieldLayout(Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Used to retrieve FieldLayout information when rendering a screen given the id of the field layout.
getFieldLayout(GenericValue) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Returns the fieldLayout for an issue.
getFieldLayout(Issue) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
 
getFieldLayout(Project, String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
 
getFieldLayout(GenericValue, String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Deprecated. Use FieldLayoutManager.getFieldLayout(com.atlassian.jira.project.Project, String) instead. Since v4.3
getFieldLayout() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderer
Get the underlying FieldLayout which backs this FieldScreenRenderer.
getFieldLayoutId(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldConfigurationScheme
Returns the id of the field layout to use for this given issue type id.
getFieldLayoutId(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
Returns the id of the field layout to use for this given issue type id.
getFieldLayoutId() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
 
getFieldLayoutItem(OrderableField) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getFieldLayoutItem(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getFieldLayoutItem() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
getFieldLayoutItems(JiraServiceContext, Issue, Issue) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
Retrieves the collection of FieldLayoutItem required to be entered from converting issue from given issue to given target issue.
getFieldLayoutItems() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getFieldLayoutManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the field layout manager
getFieldLayouts() - Method in class com.atlassian.jira.web.bean.BulkEditBean
Returns all the unique field layouts of the selected issues
getFieldLayoutScheme() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
 
getFieldLayoutSchemeEntities(FieldLayoutScheme) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Returns a collection of FieldLayoutSchemeEntitys.
getFieldLayoutSchemes() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Retries Field Configuration Schemes.
getFieldName(String) - Method in interface com.atlassian.configurable.ObjectConfiguration
Retrieves the name of a property with the specified key
getFieldName() - Method in interface com.atlassian.jira.bulkedit.operation.BulkEditAction
 
getFieldName() - Method in class com.atlassian.jira.issue.index.IndexedChangeHistoryField
 
getFieldNames() - Method in exception com.atlassian.jira.bc.ValidationErrorsException
 
getFieldScreen(Long) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
getFieldScreen() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
getFieldScreenLayoutItem() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
getFieldScreenLayoutItem(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
getFieldScreenLayoutItem(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
getFieldScreenLayoutItems(FieldScreenTab) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
getFieldScreenLayoutItems() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
getFieldScreenManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the field screen manager instance
getFieldScreenRenderer(User, Issue, IssueOperation, Predicate<? super Field>) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
getFieldScreenRenderer(User, Issue, IssueOperation, Predicate<? super Field>) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
getFieldScreenRenderer(User, Issue, IssueOperation, boolean) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
getFieldScreenRenderer(User, Issue, IssueOperation, boolean) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
getFieldScreenRenderer(User, Issue, ActionDescriptor) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
Obtain a field screen renderer that can be used to render JIRA's fields when transitioning through the passed workflow.
getFieldScreenRenderer(User, Issue, ActionDescriptor) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
Obtain a field screen renderer that can be used to render JIRA's fields when transitioning through the passed workflow.
getFieldScreenRenderer(Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
Used when need to populate a field without showing a screen - e.g.
getFieldScreenRenderer(Collection<Issue>, ActionDescriptor) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
Get a renderer that can be used to render the fields when transitioning a collection of issues through workflow.
getFieldScreenRenderer(List<String>, User, Issue, IssueOperation) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
Returns a FieldScreenRenderer that represents a 'field screen' with the fields the ids of which are in fieldIds.
getFieldScreenRenderer(List<String>, User, Issue, IssueOperation) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
Returns a FieldScreenRenderer that represents a 'field screen' with the fields the ids of which are in fieldIds.
getFieldScreenRenderer() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getFieldScreenRenderer() - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
getFieldScreenRendererFactory() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the field screen renderer factory instance
getFieldScreenRenderLayoutItem(OrderableField) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderer
A convenience method to locate the FieldScreenRenderLayoutItem which has a field which has an id matching parameter orderableField
getFieldScreenRenderLayoutItems() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderTab
 
getFieldScreenRenderLayoutItemsForProcessing() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderTab
Should be used while actually processing the field input rather than displaying it.
getFieldScreenRenderTabPosition(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderer
A convenience method to locate the tab, which contains the FieldScreenRenderLayoutItem which has a field which has an id matching parameter fieldId
getFieldScreenRenderTabs() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderer
 
getFieldScreens() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
getFieldScreenTab() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getFieldScreenTab(Long) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
getFieldScreenTabs(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
getFieldScreenTabs(FieldScreen) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
getFieldsForCreate(User, Issue) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
Gets the fields that will be shown in the create issue screen for that issues project and issue type
getFieldSubstitutionMap() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getFieldType(String) - Method in interface com.atlassian.configurable.ObjectConfiguration
Retrieves the type of the property with the specified key
getFieldType() - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
getFieldType(String) - Static method in class com.atlassian.jira.JiraDataTypes
 
getFieldUrlParameter() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getFieldValues(String) - Method in interface com.atlassian.configurable.ObjectConfiguration
Retrieves a map of available values for property with the specified key.
getFieldValues() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getFieldValues() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getFieldValuesHolder() - Method in class com.atlassian.jira.bc.issue.IssueService.CreateValidationResult
 
getFieldValuesHolder() - Method in class com.atlassian.jira.bc.issue.IssueService.TransitionValidationResult
 
getFieldValuesHolder() - Method in class com.atlassian.jira.bc.issue.IssueService.UpdateValidationResult
 
getFieldValuesHolder() - Method in interface com.atlassian.jira.issue.customfields.OperationContext
 
getFieldValuesHolder() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getFieldValuesHolder() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getFieldValuesHolder() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getFile() - Method in class com.atlassian.jira.issue.attachment.TemporaryAttachment
 
getFileFromPart(Part, String) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
getFileName() - Method in interface com.atlassian.jira.avatar.Avatar
The base filename to the avatar image file.
getFilename() - Method in class com.atlassian.jira.issue.attachment.Attachment
 
getFilename() - Method in class com.atlassian.jira.issue.attachment.TemporaryAttachment
 
getFilenameFlag() - Method in enum com.atlassian.jira.avatar.AvatarManager.ImageSize
 
getFilenameFlag() - Method in class com.atlassian.jira.avatar.AvatarSize
 
getFilenameForAttachment(Part) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Handy method which takes a number of strategies when attempting to give a filename for a particular part.
getFilesize() - Method in class com.atlassian.jira.issue.attachment.Attachment
 
getFinalLocation() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getFingerPrint() - Method in interface com.atlassian.jira.JiraApplicationContext
Generates a fingerprint which should make reasonable attempts at uniqueness across real instances of JIRA.
getFirstTargetIssueObject() - Method in class com.atlassian.jira.web.bean.BulkEditBean
This method is used to get a target issue that will provide the correct context (i.e.
getFirstValueForKey(String) - Method in interface com.atlassian.jira.issue.transport.ActionParams
 
getFirstValueForKey(String) - Method in interface com.atlassian.jira.issue.transport.FieldTransportParams
 
getFirstValueForNullKey() - Method in interface com.atlassian.jira.issue.transport.ActionParams
 
getFirstValueForNullKey() - Method in interface com.atlassian.jira.issue.transport.FieldTransportParams
 
getFixIssues(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Return Fix Issues
getFixIssuesCount(Version) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Return the count of Issues Fixed in this version.
getFixSwapVersion() - Method in interface com.atlassian.jira.bc.project.version.VersionService.ValidationResult
 
getFixVersionIds() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getFixVersions() - Method in interface com.atlassian.jira.issue.Issue
 
getFixVersionsByIssue(GenericValue) - Method in interface com.atlassian.jira.project.version.VersionManager
 
getFlushedErrorMessages() - Method in interface com.atlassian.jira.util.ErrorCollection
Get error messages, then get rid of them.
getFlushedErrorMessages() - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
getFolderName() - Method in class com.atlassian.jira.service.services.mail.MailFetcherService
 
getFormat() - Method in class com.atlassian.jira.notification.NotificationRecipient
 
getFormat() - Method in class com.atlassian.jira.util.velocity.NumberTool
Return the pattern or style to be used for formatting numbers when none is specified.
getFormatHint() - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
Returns a hint for this formatter.
getFormatHint() - Method in interface com.atlassian.jira.util.DateFieldFormat
Returns a string containing the format that this class is capable of parsing.
getFrom() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getFrom() - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
getFromSession() - Static method in class com.atlassian.jira.web.bean.BulkEditBean
 
getFromString() - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
getFromValue() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getFullIssueHistoryWithoutPermissionChecks(User) - Method in interface com.atlassian.jira.user.UserIssueHistoryManager
Retreive the user's issue history queue.
getFullIssueHistoryWithoutPermissionChecks(User) - Method in interface com.atlassian.jira.user.UserIssueHistoryManager
Retreive the user's issue history queue.
getFullIssueHistoryWithPermissionChecks(User) - Method in interface com.atlassian.jira.user.UserIssueHistoryManager
Retreive the user's issue history queue.
getFullIssueHistoryWithPermissionChecks(User) - Method in interface com.atlassian.jira.user.UserIssueHistoryManager
Retreive the user's issue history queue.
getFullname() - Method in class com.atlassian.jira.bc.user.UserService.CreateUserValidationResult
 
getFullname() - Method in class com.atlassian.jira.external.beans.ExternalUser
 
getFullName() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getFullName() - Method in class com.opensymphony.user.User
Deprecated. Use User.getDisplayName() instead. Since v4.3.
getFunctionName() - Method in interface com.atlassian.jira.plugin.jql.function.JqlFunction
The name of the function.
getFunctionName() - Method in class com.atlassian.jira.plugin.jql.function.JqlFunctionModuleDescriptor
 
getGeneratedJqlString(Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Generates a JQL string representation for the passed query.
getGenericValue() - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
 
getGenericValue() - Method in interface com.atlassian.jira.bc.project.component.ProjectComponent
Deprecated. use this object instead of the stinky GenericValue!
getGenericValue() - Method in interface com.atlassian.jira.issue.customfields.option.Option
 
getGenericValue() - Method in interface com.atlassian.jira.issue.fields.CustomField
Deprecated.  
getGenericValue() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getGenericValue() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
getGenericValue() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
 
getGenericValue() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
getGenericValue() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getGenericValue() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
getGenericValue() - Method in interface com.atlassian.jira.issue.IssueConstant
 
getGenericValue() - Method in class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
 
getGenericValue() - Method in interface com.atlassian.jira.ofbiz.OfBizValueWrapper
Get the backing GenericValue object.
getGenericValue() - Method in interface com.atlassian.jira.project.Project
Deprecated. only use this if you need to utilize an older API method
getGlobalCustomFieldObjects() - Method in interface com.atlassian.jira.issue.CustomFieldManager
Returns a list of custom fields where the CustomField.isGlobal() is true.
getGlobalMetaAttributeForIssue(GenericValue, String) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Return a meta attribute applying to a whole workflow (ie.
getGMTOffset() - Method in interface com.atlassian.jira.timezone.TimeZoneInfo
 
getGroup(String) - Method in interface com.atlassian.jira.issue.customfields.converters.GroupConverter
Deprecated. Use GroupConverter.getGroupObject(String stringValue). Since 4.3
getGroup(String) - Method in interface com.atlassian.jira.security.groups.GroupManager
Deprecated. Use GroupManager.getGroupObject(String groupName) Since v4.3.
getGroup() - Method in class com.atlassian.jira.security.roles.actor.GroupRoleActorFactory.GroupRoleActor
Returns a Group object that represents a valid (existing) group or throws an IllegalArgumentException if the group does not exist
getGroup(String) - Method in interface com.atlassian.jira.user.util.UserManager
Deprecated. Since v4.3. Use UserManager.getGroupObject(String).
getGroup(String) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Since v4.3. Use UserUtil.getGroupObject(String).
getGroup(String) - Method in class com.opensymphony.user.UserManager
Deprecated. Return Group with given name.
getGroupLevel() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
 
getGroupLevel() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
getGroupLevel() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getGroupLevel() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getGroupManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getGroupMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper which, when fully populated, indicates all the groups "in-use" (required) by the backup projects data.
getGroupNamesForUser(String) - Method in interface com.atlassian.jira.security.groups.GroupManager
Returns the names of all the groups that the given user belongs to.
getGroupNamesForUser(String) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns a collection of the names of the groups that the user belongs to.
getGroupObject(String) - Method in interface com.atlassian.jira.issue.customfields.converters.GroupConverter
Get the Group Object from the group name
getGroupObject(String) - Method in interface com.atlassian.jira.security.groups.GroupManager
Returns the Group for this groupName, else null if no such Group exists.
getGroupObject(String) - Method in interface com.atlassian.jira.user.util.UserManager
Returns a Group based on user name.
getGroupObject(String) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns a Group based on user name.
getGroups(String) - Method in class com.atlassian.jira.bc.group.GroupRemoveChildMapper
Provides an unmodifiable collection of all registered groups for a child.
getGroups(Long, GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getGroups() - Method in interface com.atlassian.jira.user.util.UserManager
Returns all groups defined in JIRA.
getGroups() - Method in class com.opensymphony.user.User
Deprecated. Use GroupManager.getGroupNamesForUser(String) instead. Since v4.4.
getGroups() - Method in class com.opensymphony.user.UserManager
Deprecated. Return all known Groups from all AccessProviders that allow listing.
getGroupsForUser(String) - Method in interface com.atlassian.jira.security.groups.GroupManager
Returns all the groups that the given user belongs to.
getGroupsForUser(String) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns a collection of Group objects that the user belongs to.
getGroupsIterator(String) - Method in class com.atlassian.jira.bc.group.GroupRemoveChildMapper
Provides an Iterator to loop over all registered groups for a child.
getHandler() - Method in class com.atlassian.jira.issue.search.SearchHandler.ClauseRegistration
 
getHandler() - Method in class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
 
getHandler(String) - Static method in class com.atlassian.jira.service.util.handler.HandlerFactory
 
getHeight() - Method in class com.atlassian.jira.avatar.Selection
 
getHiddenFieldId() - Method in interface com.atlassian.jira.issue.fields.NavigableField
Returns the id of the field to check for visibility.
getHiddenFields(Project, List<String>) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getHiddenFields(User, GenericValue, List<String>) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
Deprecated. Use FieldLayout.getHiddenFields(com.atlassian.jira.project.Project, java.util.List). Since v4.3
getHiddenFields(User, Project, List<String>) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
Deprecated. Use FieldLayout.getHiddenFields(com.atlassian.jira.project.Project, java.util.List). Since v4.3
getHideableField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
getHistory(UserHistoryItem.Type, User) - Method in interface com.atlassian.jira.user.UserHistoryManager
Retreive the user's history queue for the given UserHistoryItem.Type.
getHistory(UserHistoryItem.Type, User) - Method in interface com.atlassian.jira.user.UserHistoryManager
Deprecated. use UserHistoryManager.getHistory(com.atlassian.jira.user.UserHistoryItem.Type, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
getHome() - Method in interface com.atlassian.jira.config.util.JiraHome
Get the File object representing the JIRA home directory.
getHomePath() - Method in interface com.atlassian.jira.config.util.JiraHome
Get the canonical path to the JIRA home directory.
getHoursPerDay() - Method in interface com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration
Get the currently configured number of hours in a day.
getHoursPerDay() - Method in class com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.PropertiesAdaptor
 
getHtml(Map, Issue) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
 
getHtml(String) - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
getHtml(String, Map<String, ?>) - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
getI18nBean() - Method in interface com.atlassian.jira.bc.JiraServiceContext
Get an I18nHelper for localising text.
getI18nBean() - Method in class com.atlassian.jira.bc.JiraServiceContextImpl
 
getI18NBean() - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
getI18nBean() - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
getI18nBean() - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
getI18nBean() - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
Deprecated. Use JiraAuthenticationContext.getI18nHelper() instead. Deprecated since v4.0
getI18nBean() - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
getI18nHelper() - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
Useful for localisation of messages.
getI18nHelperFactory() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getI18nKey() - Method in enum com.atlassian.jira.issue.search.searchers.SearcherGroupType
 
getIconUrl() - Method in interface com.atlassian.jira.issue.IssueConstant
 
getIconUrlHtml() - Method in interface com.atlassian.jira.issue.IssueConstant
Returns the HTML-escaped URL for this issue constant.
getId() - Method in interface com.atlassian.jira.avatar.Avatar
The database identifier for the Avatar, may be null if it hasn't yet been stored.
getId() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerResults
 
getId() - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
 
getId() - Method in interface com.atlassian.jira.bc.project.component.ProjectComponent
Returns the component ID.
getId() - Method in class com.atlassian.jira.event.type.EventType
 
getId() - Method in class com.atlassian.jira.external.beans.ExternalProjectRoleActor
 
getId() - Method in class com.atlassian.jira.external.beans.ExternalUser
 
getId() - Method in class com.atlassian.jira.imports.project.customfield.ExternalCustomFieldOption
 
getId() - Method in interface com.atlassian.jira.imports.project.customfield.ExternalCustomFieldValue
Returns the ID of the CustomFieldValue.
getId() - Method in class com.atlassian.jira.imports.project.mapper.IdKeyPair
Holds the string representation of the database id of the value, must not be null.
getId() - Method in class com.atlassian.jira.issue.attachment.Attachment
 
getId() - Method in class com.atlassian.jira.issue.attachment.TemporaryAttachment
 
getId() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getId() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getId() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getId() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfig
 
getId() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
getId() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getId() - Method in interface com.atlassian.jira.issue.fields.Field
The unique id of the field
getId() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldConfigurationScheme
 
getId() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getId() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
getId() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
 
getId() - Method in interface com.atlassian.jira.issue.fields.option.Option
 
getId() - Method in interface com.atlassian.jira.issue.fields.renderer.RenderableField
Returns the identifier for this RenderableField.
getId() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
getId() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getId() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
getId() - Method in interface com.atlassian.jira.issue.index.indexers.FieldIndexer
 
getId() - Method in class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
 
getId() - Method in interface com.atlassian.jira.issue.Issue
 
getId() - Method in interface com.atlassian.jira.issue.IssueConstant
 
getId() - Method in class com.atlassian.jira.issue.label.Label
 
getId() - Method in class com.atlassian.jira.issue.link.IssueLink
 
getId() - Method in class com.atlassian.jira.issue.link.IssueLinkType
 
getId() - Method in interface com.atlassian.jira.issue.operation.ScreenableIssueOperation
 
getId() - Method in class com.atlassian.jira.issue.operation.ScreenableSingleIssueOperationImpl
 
getId() - Method in interface com.atlassian.jira.issue.search.searchers.information.SearcherInformation
The unique id of the searcher.
getId() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
getId() - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevel
 
getId() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getId() - Method in class com.atlassian.jira.jql.util.JqlCustomFieldId
 
getId() - Method in interface com.atlassian.jira.project.Project
 
getId() - Method in interface com.atlassian.jira.project.ProjectCategory
 
getId() - Method in interface com.atlassian.jira.project.version.Version
 
getId() - Method in class com.atlassian.jira.scheme.Scheme
 
getId() - Method in class com.atlassian.jira.scheme.SchemeEntity
 
getId() - Method in class com.atlassian.jira.security.roles.actor.AbstractRoleActor
 
getId() - Method in interface com.atlassian.jira.security.roles.ProjectRole
Will return the unique identifier for this project role.
getId() - Method in interface com.atlassian.jira.security.roles.RoleActor
Returns the id for the Role Actor
getId() - Method in interface com.atlassian.jira.service.JiraServiceContainer
 
getId() - Method in interface com.atlassian.jira.sharing.SharedEntity
The id of the entity.
getId() - Method in class com.atlassian.jira.sharing.SharedEntity.Identifier
 
getId() - Method in interface com.atlassian.jira.sharing.SharePermission
The identifier of the share.
getId() - Method in class com.atlassian.jira.sharing.SharePermissionImpl
 
getId() - Method in interface com.atlassian.jira.util.velocity.VelocityRequestSession
Returns a string containing the unique identifier assigned to this session.
getIdAsLong() - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns ID of this custom field.
getIds() - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor.RetrievalDescriptor
The list of ids to retrieve.
getIdsForField(String, QueryLiteral) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryFieldConstants
 
getIdsFromName(String) - Method in interface com.atlassian.jira.jql.resolver.NameResolver
Returns the list of ids of T objects that have the given name.
getIdsFromName(String, String) - Method in interface com.atlassian.jira.jql.resolver.ResolverManager
Given a name and a field-name return the list of all possible values for it
getIdsFromName(String) - Method in interface com.atlassian.jira.jql.resolver.UserResolver
 
getImagePath() - Method in interface com.atlassian.jira.issue.fields.option.Option
 
getImagePathHtml() - Method in interface com.atlassian.jira.issue.fields.option.Option
Returns the HTML-encoded image path for this Option.
getImportAttachmentsDirectory() - Method in interface com.atlassian.jira.config.util.JiraHome
Get the File object representing the import/attachments directory in JIRA home.
getImportDirectory() - Method in interface com.atlassian.jira.config.util.JiraHome
Get the File object representing the import directory in JIRA home.
getIndexedChangeHistoryFieldNames() - Method in interface com.atlassian.jira.issue.index.IndexedChangeHistoryFieldManager
 
getIndexedChangeHistoryFields() - Method in interface com.atlassian.jira.issue.index.IndexedChangeHistoryFieldManager
 
getIndexedValue(Date) - Method in interface com.atlassian.jira.jql.util.JqlDateSupport
Converts a date into the index-friendly format.
getIndexedValue(LocalDate) - Method in interface com.atlassian.jira.jql.util.JqlLocalDateSupport
Converts a date into the index-friendly format.
getIndexers() - Method in class com.atlassian.jira.issue.search.SearchHandler
The list of indexers that will JIRA will use to index the field.
getIndexField() - Method in class com.atlassian.jira.issue.search.constants.AllTextSearchConstants
 
getIndexField() - Method in class com.atlassian.jira.issue.search.constants.CommentsFieldSearchConstants
 
getIndexField() - Method in class com.atlassian.jira.issue.search.constants.DefaultClauseInformation
 
getIndexField() - Method in class com.atlassian.jira.issue.search.constants.IssueIdConstants
 
getIndexField() - Method in class com.atlassian.jira.issue.search.constants.IssueKeyConstants
 
getIndexField() - Method in class com.atlassian.jira.issue.search.constants.IssueParentConstants
 
getIndexField() - Method in class com.atlassian.jira.issue.search.constants.SavedFilterSearchConstants
 
getIndexField() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
 
getIndexField() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
getIndexField() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getIndexField() - Method in interface com.atlassian.jira.jql.ClauseInformation
 
getIndexPathManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the index path manager instance
getIndexRootPath() - Method in interface com.atlassian.jira.config.util.IndexPathManager
Returns the root path of JIRA's indexes.
getIndexRootPath() - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
 
getIndexRootPath(JiraServiceContext) - Method in interface com.atlassian.jira.config.util.IndexPathService
Returns the root path of JIRA's indexes.
getInformation() - Method in interface com.atlassian.jira.jql.ClauseHandler
 
getInitiatingUser() - Method in class com.atlassian.jira.event.user.UserEvent
Returns the user who triggered the event.
getInstalledLocales() - Method in interface com.atlassian.jira.config.LocaleManager
Returns a set of locales supported by this JIRA instance.
getInstalledLocales() - Method in interface com.atlassian.jira.web.action.admin.translation.TranslationManager
 
getInstalledLocalesWithDefault(Locale, I18nHelper) - Method in interface com.atlassian.jira.config.LocaleManager
Returns a mapping of localeString to its displayname.
getInstance() - Static method in class com.atlassian.jira.issue.search.constants.AllTextSearchConstants
 
getInstance() - Static method in class com.atlassian.jira.issue.search.constants.IssueIdConstants
 
getInstance() - Static method in class com.atlassian.jira.issue.search.constants.IssueKeyConstants
 
getInstance() - Static method in class com.atlassian.jira.issue.search.constants.IssueParentConstants
 
getInstance() - Static method in class com.atlassian.jira.issue.search.constants.SavedFilterSearchConstants
 
getInstance(Locale) - Method in interface com.atlassian.jira.util.I18nHelper.BeanFactory
Returns an I18nHelper instance associated with the provided Locale
getInstance(User) - Method in interface com.atlassian.jira.util.I18nHelper.BeanFactory
Returns an I18nHelper instance associated with the provided User's locale preference
getInstance(User) - Method in interface com.atlassian.jira.util.I18nHelper.BeanFactory
Deprecated. since v4.3
getInstance() - Static method in class com.atlassian.jira.util.Predicates.FalsePredicate
 
getInstance() - Static method in class com.atlassian.jira.util.Predicates.TruePredicate
 
getInstance() - Static method in class com.opensymphony.user.UserManager
Deprecated. Entry-point to Singleton instance
getIntProperty(ApplicationProperties, String, int) - Static method in class com.atlassian.jira.config.properties.PropertiesUtil
Utility method for getting parameters.
getInvalidCharacters() - Static method in class com.atlassian.jira.web.util.FileNameCharacterCheckerUtil
 
getInvalidChildren() - Method in class com.atlassian.jira.bc.group.GroupService.BulkEditGroupValidationResult
Returns the users who caused the result to be a failure.
getInvalidIssues() - Method in class com.atlassian.jira.web.bean.BulkEditBean
Gets issues whose status is null
getInvalidStatuses() - Method in class com.atlassian.jira.web.bean.BulkEditBean
Gets a set of invalid statuses that are not valid in the destination workflow
getInvalidSubTaskCount() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getInvalidSubTaskStatusesByType(String) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getInvalidSubTaskTypes() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getInward() - Method in class com.atlassian.jira.issue.link.IssueLinkType
 
getIssue(User, Long) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will retrieve the issue with the provided issue id if the current user has permission to view the issue.
getIssue(User, Long) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will retrieve the issue with the provided issue id if the current user has permission to view the issue.
getIssue(User, String) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will retrieve the issue with the provided issue id if the current user has permission to view the issue.
getIssue(User, String) - Method in interface com.atlassian.jira.bc.issue.IssueService
This method will retrieve the issue with the provided issue id if the current user has permission to view the issue.
getIssue() - Method in class com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
 
getIssue() - Method in class com.atlassian.jira.bc.issue.IssueService.TransitionValidationResult
 
getIssue() - Method in class com.atlassian.jira.bc.issue.vote.VoteService.VoteValidationResult
 
getIssue() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
 
getIssue() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
getIssue() - Method in class com.atlassian.jira.event.issue.IssueEvent
 
getIssue() - Method in class com.atlassian.jira.issue.attachment.Attachment
Deprecated. Use Attachment.getIssueObject() instead. Since v4.4.
getIssue() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getIssue() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getIssue() - Method in class com.atlassian.jira.issue.fields.renderer.IssueRenderContext
 
getIssue() - Method in interface com.atlassian.jira.issue.IssueFactory
Creates a new blank issue.
getIssue(GenericValue) - Method in interface com.atlassian.jira.issue.IssueFactory
Creates an issue object for an issue represented by the passed issueGV
getIssue(Document) - Method in interface com.atlassian.jira.issue.IssueFactory
Creates an issue object for an issue represented by the Lucene Document
getIssue(Long) - Method in interface com.atlassian.jira.issue.IssueManager
Deprecated. Use IssueManager.getIssueObject(Long) instead.
getIssue(String) - Method in interface com.atlassian.jira.issue.IssueManager
Deprecated. Use IssueManager.getIssueObject(String) instead.
getIssue() - Method in class com.atlassian.jira.issue.label.Label
 
getIssue() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getIssue() - Method in interface com.atlassian.jira.permission.PermissionContext
 
getIssue(String) - Static method in class com.atlassian.jira.service.util.ServiceUtils
Given an actual key - return the issue that matches that key, or null if no issues match that key.
getIssue(Map) - Method in class com.atlassian.jira.workflow.condition.AbstractJiraCondition
This method retrieves the original (unmodified) issue object that will be examined for the condition check.
getIssue(Map) - Method in class com.atlassian.jira.workflow.function.issue.AbstractJiraFunctionProvider
This method retrieves the (potentially modified) issue object that is being transitioned through workflow.
getIssue() - Method in interface com.atlassian.jira.workflow.WorkflowProgressAware
 
getIssueByWorkflow(Long) - Method in interface com.atlassian.jira.issue.IssueManager
Retrieves an issue GenericValue given a workflow ID.
getIssueConstant(GenericValue) - Method in interface com.atlassian.jira.config.ConstantsManager
Converts a constant GenericValue to an IssueConstant object.
getIssueConstantByName(String, String) - Method in interface com.atlassian.jira.config.ConstantsManager
Returns a constant by name.
getIssueConstants() - Method in interface com.atlassian.jira.issue.fields.IssueConstantsField
 
getIssueConstantTranslation(IssueConstant, boolean, String) - Method in interface com.atlassian.jira.web.action.admin.translation.TranslationManager
 
getIssueConstantTranslation(IssueConstant, boolean, String, I18nHelper) - Method in interface com.atlassian.jira.web.action.admin.translation.TranslationManager
 
getIssueConstantTranslation(IssueConstant, boolean, Locale) - Method in interface com.atlassian.jira.web.action.admin.translation.TranslationManager
 
getIssueCountForProject(Long) - Method in interface com.atlassian.jira.issue.IssueManager
Returns the number of issues that exist for the provided project id.
getIssueFactory() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getIssueId() - Method in class com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
 
getIssueId() - Method in interface com.atlassian.jira.imports.project.customfield.ExternalCustomFieldValue
Returns the Issue ID that this value was stored against.
getIssueId() - Method in class com.atlassian.jira.issue.attachment.TemporaryAttachment
 
getIssueId() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getIssueId() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getIssueId() - Method in interface com.atlassian.jira.issue.vote.VoteHistoryEntry
Get the issue Id.
getIssueId() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getIssueIdsForProject(Long) - Method in interface com.atlassian.jira.issue.IssueManager
Returns all issue ids for a particular project.
getIssueIdsWithValue(CustomField, PersistenceFieldType, Object) - Method in interface com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister
Return a set of issue ids that have a certain value.
getIssueIndexPath() - Method in interface com.atlassian.jira.config.util.IndexPathManager
Returns the path of JIRA's issue indexes.
getIssueIndexPath() - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
 
getIssueIndexPath(JiraServiceContext) - Method in interface com.atlassian.jira.config.util.IndexPathService
Returns the path of JIRA's issue indexes.
getIssueKey() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getIssueKeyRegex() - Static method in class com.atlassian.jira.util.JiraKeyUtils
 
getIssueKeyRegex() - Method in interface com.atlassian.jira.util.JiraKeyUtils.KeyMatcher
 
getIssueKeysFromString(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
 
getIssueLinkType() - Method in class com.atlassian.jira.issue.link.IssueLink
 
getIssueLinkType(Long) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeManager
 
getIssueLinkTypeMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper that maps the IssueLinkType id's from the old backup project data to the id's in the current system.
getIssueLinkTypes() - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeManager
 
getIssueLinkTypesByInwardDescription(String) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeManager
Returns a collection of IssueLinkTypes with the given description as the inward description.
getIssueLinkTypesByName(String) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeManager
Returns a collection of IssueLinkTypes with the given name.
getIssueLinkTypesByOutwardDescription(String) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeManager
Returns a collection of IssueLinkTypes with the given description as the outward description.
getIssueLinkTypesByStyle(String) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeManager
 
getIssueManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getIssueMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper that maps the issue id's from the old backup project data to the id's generated when adding the issue data to the new JIRA instance.
getIssueObject() - Method in class com.atlassian.jira.issue.attachment.Attachment
Returns the Issue that this file is attached to.
getIssueObject(Long) - Method in interface com.atlassian.jira.issue.IssueManager
Retrieves an issue by id.
getIssueObject(String) - Method in interface com.atlassian.jira.issue.IssueManager
Retrieves the Issue that has the given key, or null if no such Issue exists.
getIssueObjectByWorkflow(Long) - Method in interface com.atlassian.jira.issue.IssueManager
Retrieves an issue given a workflow ID.
getIssueOperation() - Method in interface com.atlassian.jira.issue.customfields.OperationContext
 
getIssueOperation(Long) - Static method in class com.atlassian.jira.issue.operation.IssueOperations
 
getIssueOperation() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getIssueOperation() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getIssueOperations() - Static method in class com.atlassian.jira.issue.operation.IssueOperations
 
getIssueRenderContext() - Method in interface com.atlassian.jira.issue.Issue
 
getIssues() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerResults
 
getIssues(Collection<GenericValue>) - Method in interface com.atlassian.jira.issue.IssueFactory
Convert a list of GenericValue objects into a list of MutableIssue objects.
getIssues(Collection<Long>) - Method in interface com.atlassian.jira.issue.IssueManager
Get issues with the following ids.
getIssues() - Method in class com.atlassian.jira.issue.search.SearchResults
Get the issues available in this page.
getIssuesByEntity(String, GenericValue) - Method in interface com.atlassian.jira.issue.IssueManager
Get a list of issues related to an entity (version, component etc).
getIssueSearcher() - Method in class com.atlassian.jira.issue.search.SearchHandler.SearcherRegistration
 
getIssueSecurity(Long) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
 
getIssueSecurityDescription(Long) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
 
getIssueSecurityLevel(Long) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
 
getIssueSecurityLevelManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getIssueSecurityLevelMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper which, when fully populated, indicates all the issue security levels "in-use" (required) by the backup projects data.
getIssueSecurityName(Long) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
 
getIssueSecuritySchemeId() - Method in class com.atlassian.jira.bc.project.ProjectService.UpdateProjectSchemesValidationResult
 
getIssueService() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the issue service instance
getIssuesFromSearchRequest() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getIssuesInContext() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getIssuesInUse() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getIssueType(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getIssueTypeObject(String) instead
getIssueType() - Method in interface com.atlassian.jira.issue.context.IssueContext
Deprecated. Please use IssueContext.getIssueTypeObject(). Deprecated since v4.0
getIssueType() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
 
getIssueType() - Method in interface com.atlassian.jira.issue.Issue
Deprecated. Please use Issue.getIssueTypeObject(). Deprecated since v4.0
getIssueType() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getIssueTypeById(User, String) - Method in interface com.atlassian.jira.bc.config.ConstantsService
Returns a ServiceOutcome containing the IssueType that has the given id.
getIssueTypeById(User, String) - Method in interface com.atlassian.jira.bc.config.ConstantsService
Returns a ServiceOutcome containing the IssueType that has the given id.
getIssueTypeContext() - Method in interface com.atlassian.jira.jql.context.ProjectIssueTypeContext
 
getIssueTypeContexts() - Method in class com.atlassian.jira.jql.context.QueryContext.ProjectIssueTypeContexts
 
getIssueTypeField() - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
Retrieve the IssueType system Field.
getIssueTypeForIssue(String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
Get the issue type in use for the provided issue id.
getIssueTypeId() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
 
getIssueTypeId() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getIssueTypeId() - Method in interface com.atlassian.jira.jql.context.IssueTypeContext
 
getIssueTypeIds() - Method in interface com.atlassian.jira.issue.search.SearchContext
Issue ids as Strings
getIssueTypeIds() - Method in class com.atlassian.jira.jql.context.QueryContext.ProjectIssueTypeContexts
 
getIssueTypeIdsForRequiredCustomField(String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
Will return a collection of issue type ids that are in use on issues that have values for the specified custom field id.
getIssueTypeIdsForRequiredStatus(String) - Method in class com.atlassian.jira.imports.project.mapper.StatusMapper
 
getIssueTypeMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper which, when fully populated, indicates all the issue issue types "in-use" (required) by the backup projects data.
getIssueTypeObject(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Given an IssueType ID this method retrieves that IssueType.
getIssueTypeObject() - Method in interface com.atlassian.jira.issue.context.IssueContext
Gets the IssueType for this IssueContext.
getIssueTypeObject() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
 
getIssueTypeObject() - Method in interface com.atlassian.jira.issue.Issue
Gets the IssueType for this Issue.
getIssueTypeObjects() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getIssueTypes() - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getRegularIssueTypeObjects() instead.
getIssueTypes() - Method in interface com.atlassian.jira.project.Project
 
getIssueTypes() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getIssueTypeSchemeManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the issue type scheme manager instance
getIssueTypesForDefaultScheme() - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Return the collection of issue types associated with the default scheme.
getIssueTypesForProject(GenericValue) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Deprecated. Use of GenericValue is discouraged. Deprecated since: 3.9. Use IssueTypeSchemeManager.getIssueTypesForProject(Project) instead.
getIssueTypesForProject(Project) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Return the collection of issue types associated with this project
getIssueViewFieldParams() - Method in interface com.atlassian.jira.plugin.issueview.IssueViewRequestParams
 
getIssueWatchers(GenericValue) - Method in interface com.atlassian.jira.issue.IssueManager
Deprecated. Use IssueManager.getIssueWatchers(Issue) instead
getIssueWatchers(Issue) - Method in interface com.atlassian.jira.issue.IssueManager
Deprecated. Use IssueManager.getWatchers(com.atlassian.jira.issue.Issue) instead
getJiraAdministrators() - Method in interface com.atlassian.jira.user.util.UserUtil
Returns a list of JIRA admin Users.
getJiraAuthenticationContext() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getJiraSystemAdministrators() - Method in interface com.atlassian.jira.user.util.UserUtil
Returns a list of JIRA system admin Users.
getJiraVelocityRequestContext() - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContextFactory
Get the request context.
getJqlClauseNames() - Method in class com.atlassian.jira.issue.search.constants.AllTextSearchConstants
 
getJqlClauseNames() - Method in class com.atlassian.jira.issue.search.constants.CommentsFieldSearchConstants
 
getJqlClauseNames() - Method in class com.atlassian.jira.issue.search.constants.DefaultClauseInformation
 
getJqlClauseNames() - Method in class com.atlassian.jira.issue.search.constants.IssueIdConstants
 
getJqlClauseNames() - Method in class com.atlassian.jira.issue.search.constants.IssueKeyConstants
 
getJqlClauseNames() - Method in class com.atlassian.jira.issue.search.constants.IssueParentConstants
 
getJqlClauseNames() - Method in class com.atlassian.jira.issue.search.constants.SavedFilterSearchConstants
 
getJqlClauseNames() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
 
getJqlClauseNames() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
getJqlClauseNames() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getJqlClauseNames(String) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Get the ClauseNames associated with the provided field name.
getJqlClauseNames() - Method in interface com.atlassian.jira.jql.ClauseInformation
 
getJqlFieldNames() - Method in class com.atlassian.jira.issue.search.ClauseNames
 
getJqlName() - Method in class com.atlassian.jira.jql.util.JqlCustomFieldId
 
getJqlReservedWords() - Method in interface com.atlassian.jira.jql.util.JqlStringSupport
 
getJqlString(Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Gets the JQL string representation for the passed query.
getJVMTimeZoneInfo(JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
Returns the time zone of the JVM
getKey() - Method in interface com.atlassian.configurable.ObjectConfigurable
Return the key of this object
getKey() - Method in class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
 
getKey(String) - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
 
getKey() - Method in class com.atlassian.jira.imports.project.mapper.IdKeyPair
Holds the string representation of the descriptive portion of the value (e.g.
getKey(String) - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportIdMapper
Returns the registered "key" for the given old ID, or null if none is registered.
getKey() - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Returns the full key of the CustomFieldType.
getKey() - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
getKey() - Method in interface com.atlassian.jira.issue.Issue
 
getKey() - Method in interface com.atlassian.jira.project.Project
 
getKey() - Method in class com.atlassian.jira.service.AbstractService
 
getKey() - Method in interface com.atlassian.jira.timezone.RegionInfo
 
getKey() - Method in class com.atlassian.jira.web.bean.BulkEditBean
Returns a string that represents a "unique" identifier for this bulke edit bean
getKeyIndexOrderField() - Method in class com.atlassian.jira.issue.search.constants.IssueKeyConstants
 
getKeys() - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getKeysAndValues() - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
 
getKeysAndValues() - Method in interface com.atlassian.jira.issue.transport.FieldParams
 
getKeysForPrefix(String) - Method in interface com.atlassian.jira.util.I18nHelper
Given a prefix for an i18n key, this method will return all keys that start with the prefix specified.
getKeyTerms() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerResults
 
getLabel() - Method in class com.atlassian.jira.bc.issue.label.LabelService.AddLabelValidationResult
 
getLabel() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerResults
 
getLabel() - Method in class com.atlassian.jira.issue.label.Label
 
getLabelJql(User, String) - Method in interface com.atlassian.jira.issue.label.LabelUtil
Given a label this utility returns a JQL string to search for this label in the system labels field
getLabelJql(User, String) - Method in interface com.atlassian.jira.issue.label.LabelUtil
Given a label this utility returns a JQL string to search for this label in the system labels field
getLabelJql(User, Long, String) - Method in interface com.atlassian.jira.issue.label.LabelUtil
Given a label and custom field Id, this utility returns a JQL string to search for this label in the custom field provided
getLabelJql(User, Long, String) - Method in interface com.atlassian.jira.issue.label.LabelUtil
Given a label and custom field Id, this utility returns a JQL string to search for this label in the custom field provided
getLabelJqlForProject(User, Long, String) - Method in interface com.atlassian.jira.issue.label.LabelUtil
Given a label and project id, this utility returns a JQL string to search for this label in the label system field, limited by the project provided
getLabelJqlForProject(User, Long, String) - Method in interface com.atlassian.jira.issue.label.LabelUtil
Given a label and project id, this utility returns a JQL string to search for this label in the label system field, limited by the project provided
getLabelJqlForProject(User, Long, Long, String) - Method in interface com.atlassian.jira.issue.label.LabelUtil
Given a label, project id and custom field id, this utility returns a JQL string to search for this label in the label custom field, limited by the project provided
getLabelJqlForProject(User, Long, Long, String) - Method in interface com.atlassian.jira.issue.label.LabelUtil
Given a label, project id and custom field id, this utility returns a JQL string to search for this label in the label custom field, limited by the project provided
getLabels(User, Long) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
Returns all the labels for the given issue.
getLabels(User, Long) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
Returns all the labels for the given issue.
getLabels(User, Long, Long) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
Returns all the labels for the given issue and custom field.
getLabels(User, Long, Long) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
Returns all the labels for the given issue and custom field.
getLabels() - Method in class com.atlassian.jira.bc.issue.label.LabelService.LabelsResult
 
getLabels() - Method in class com.atlassian.jira.bc.issue.label.LabelService.SetLabelValidationResult
 
getLabels() - Method in interface com.atlassian.jira.issue.Issue
Returns a set of all the labels for this issue or an empty set if none exist yet.
getLabels(Long) - Method in interface com.atlassian.jira.issue.label.LabelManager
Returns all the labels for the given issue.
getLabels(Long, Long) - Method in interface com.atlassian.jira.issue.label.LabelManager
Returns all the labels for the given issue and custom field.
getLastRun() - Method in interface com.atlassian.jira.service.JiraServiceContainer
 
getLastViewed() - Method in class com.atlassian.jira.user.UserHistoryItem
 
getLead() - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
 
getLead() - Method in interface com.atlassian.jira.bc.project.component.ProjectComponent
Returns the name of the lead for this project component.
getLead() - Method in class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
 
getLead() - Method in interface com.atlassian.jira.project.Project
Deprecated. Use Project.getLeadUser() instead.
getLeadUser() - Method in interface com.atlassian.jira.project.Project
Returns the Project Lead
getLeadUserName() - Method in interface com.atlassian.jira.project.Project
 
getLevel() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getLicense() - Method in interface com.atlassian.jira.bc.license.JiraLicenseService
Returns a non null LicenseDetails object that represents the current license or an instance of com.atlassian.jira.license.NullLicenseDetails if the license is not currently setup
getLicenseExpiryStatusMessage(I18nHelper, OutlookDate) - Method in interface com.atlassian.jira.license.LicenseDetails
Return the HTML message that briefly describes the expiry status of the license.
getLicenseStatusMessage(I18nHelper, OutlookDate, String) - Method in interface com.atlassian.jira.license.LicenseDetails
Return the HTML message that describes the current status of the license.
getLicenseString() - Method in interface com.atlassian.jira.bc.license.JiraLicenseService.ValidationResult
 
getLicenseString() - Method in interface com.atlassian.jira.license.LicenseDetails
 
getLicenseVersion() - Method in interface com.atlassian.jira.bc.license.JiraLicenseService.ValidationResult
 
getLicenseVersion() - Method in interface com.atlassian.jira.license.LicenseDetails
Gets the version of the current license, 0 if not set.
getLimit() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
 
getLink(String) - Method in interface com.atlassian.jira.util.JiraKeyUtils.KeyMatcher
 
getLinkedStatus(StepDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
getLinkedStatuses() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Returns all statuses for this workflow
getLinkedStatusObject(StepDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
getLinkedStatusObjects() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Returns all statuses for this workflow
getLinkedStep(GenericValue) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Get the StepDescriptor linked to the given status for this workflow.
getLinkForError(String) - Method in class com.atlassian.jira.util.AbstractMessageSet
 
getLinkForError(String) - Method in interface com.atlassian.jira.util.MessageSet
 
getLinkForWarning(String) - Method in class com.atlassian.jira.util.AbstractMessageSet
 
getLinkForWarning(String) - Method in interface com.atlassian.jira.util.MessageSet
 
getLinkText() - Method in class com.atlassian.jira.util.MessageSet.MessageLink
 
getLinkTypeId() - Method in class com.atlassian.jira.issue.link.IssueLink
 
getLinkUrl() - Method in class com.atlassian.jira.util.MessageSet.MessageLink
 
getLocalDate(Date, TimeZone) - Static method in class com.atlassian.jira.datetime.LocalDateFactory
Returns the LocalDate for a point in time in a given TimeZone.
getLocalDateString(LocalDate) - Method in interface com.atlassian.jira.jql.util.JqlLocalDateSupport
Return a string representation of the passed date.
getLocale(String) - Method in interface com.atlassian.jira.config.LocaleManager
Given a string, return the corresponding Locale.
getLocale() - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
 
getLocale() - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
Get the users locale.
getLocale() - Method in interface com.atlassian.jira.util.I18nHelper
 
getLocale() - Method in class com.atlassian.jira.util.velocity.NumberTool
This implementation returns the default locale.
getLocale() - Method in class com.atlassian.jira.web.util.OutlookDate
 
getLocaleManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getLogDirectory() - Method in interface com.atlassian.jira.config.util.JiraHome
Get the File object representing the log directory in JIRA home.
getLoggedInUser() - Method in interface com.atlassian.jira.bc.JiraServiceContext
Returns the User who has invoked the JIRA service method.
getLoggedInUser() - Method in class com.atlassian.jira.bc.JiraServiceContextImpl
 
getLoggedInUser() - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
Returns the currently logged in User.
getLoggedInUserTimeZone() - Method in interface com.atlassian.jira.timezone.TimeZoneManager
Return the time zone of the user who is currently logged in.
getLong(String) - Method in class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
 
getLong(String) - Method in interface com.atlassian.jira.ofbiz.OfBizValueWrapper
Retrieve a numeric field.
getLong(String) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
 
getLongProperty(String) - Method in interface com.atlassian.configurable.ObjectConfigurable
Returns a property of this object with the specified key as a long
getLongProperty(String) - Method in class com.atlassian.jira.service.AbstractService
 
getLongValue() - Method in class com.atlassian.jira.jql.operand.QueryLiteral
 
getLongValue() - Method in class com.atlassian.query.operand.SingleValueOperand
 
getLowerDate() - Method in class com.atlassian.jira.jql.util.DateRange
 
getLuceneQuery() - Method in class com.atlassian.jira.jql.query.QueryFactoryResult
 
getMailEncoding() - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getMailQueue() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getMailServerManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the mail server manager instance
getMailThreadManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getMaintenanceEndString(OutlookDate) - Method in interface com.atlassian.jira.license.LicenseDetails
Return the date string representing the end of maintenance of the license, whether the license is Evaluation, New Build Old License or otherwise.
getMappedId(String) - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
 
getMappedId(String) - Method in class com.atlassian.jira.imports.project.mapper.GroupMapper
 
getMappedId(String) - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportIdMapper
Retrieves a String that corresponds to the id in the target JIRA system, null if none has been mapped.
getMappedId(String) - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
getMappedImportValue(ProjectImportMapper, ExternalCustomFieldValue, FieldConfig) - Method in class com.atlassian.jira.imports.project.customfield.NoTransformationCustomFieldImporter
 
getMappedImportValue(ProjectImportMapper, ExternalCustomFieldValue, FieldConfig) - Method in interface com.atlassian.jira.imports.project.customfield.ProjectCustomFieldImporter
The custom field needs to determine what the "mapped" value will be for the provided custom field value and return this new string representation of the value.
getMax() - Method in class com.atlassian.jira.web.bean.PagerFilter
 
getMaxHeight() - Method in interface com.atlassian.jira.config.util.ThumbnailConfiguration
Maximum height for a thumbnail
getMaxHeight() - Method in class com.atlassian.jira.config.util.ThumbnailConfiguration.PropertiesAdaptor
 
getMaximumNumberOfUsers() - Method in interface com.atlassian.jira.license.LicenseDetails
Gets the maximum number of users allowed by the current license
getMaxIssues() - Method in class com.atlassian.jira.web.bean.BulkEditBean
If there is a limit on the number of issues that can be bulk edited, this will return that number, otherwise -1.
getMaxResults() - Method in interface com.atlassian.jira.web.action.issue.IssueSearchLimits
Returns the maximum number of search results that this JIRA instance is configured to allow, by reading it from the
getMaxWidth() - Method in interface com.atlassian.jira.config.util.ThumbnailConfiguration
Maximum width for a thumbnail
getMaxWidth() - Method in class com.atlassian.jira.config.util.ThumbnailConfiguration.PropertiesAdaptor
 
getMergedVersionId() - Method in class com.atlassian.jira.event.project.VersionMergeEvent
Get the ID of the version that was merged into this version.
getMessage() - Method in class com.atlassian.jira.issue.fields.util.MessagedResult
 
getMessagedFieldLayoutItems() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getMetaAttributeForIssue(GenericValue, String) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Return a workflow meta attribute for the current state of an issue.
getMetaAttributesForIssue(GenericValue, String) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Return all meta attribute values whose key starts with a certain prefix.
getMetaAttributesForIssue(GenericValue) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Get all meta attributes for an issue's current state.
getMimetype() - Method in class com.atlassian.jira.issue.attachment.Attachment
 
getMinimumNumberOfExpectedArguments() - Method in interface com.atlassian.jira.plugin.jql.function.JqlFunction
This method must return the number of arguments that the function expects to perform its operation correctly.
getMinimumUpgradableBuildNumber() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Gets the minimal build number that JIRA can upgrade from
getMinimumUpgradableVersion() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Get the minimum version of JIRA that can be upgraded to this instance version.
getMode() - Method in interface com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration
 
getMode() - Method in class com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.PropertiesAdaptor
 
getMode() - Method in interface com.atlassian.jira.config.util.AttachmentPathManager
 
getMode() - Method in class com.atlassian.jira.config.util.AttachmentPathManager.PropertiesAdaptor
 
getMode() - Method in interface com.atlassian.jira.config.util.IndexPathManager
 
getMode() - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
 
getMode() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Returns either JiraWorkflow.DRAFT or JiraWorkflow.LIVE depending on the workflow implementation.
getModelReader() - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Returns a model reader that can be used to retrieve all the different entitynames configured in the entitymodel.
getModifiedFields() - Method in interface com.atlassian.jira.issue.MutableIssue
Retrieve a map of issue fields whose values have been set (since object creation or last MutableIssue.resetModifiedFields() call.
getModule() - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
getMonth() - Method in class com.atlassian.jira.datetime.LocalDate
 
getMoveFieldLayoutItems() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getMoveFieldLayoutItems() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getMoveSubTaskOperationManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the move subtask operation manager instance
getMoveSubTaskOperations() - Method in interface com.atlassian.jira.movesubtask.MoveSubTaskOperationManager
 
getMutableComment(User, Long, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Will return a MutableComment for the passed in commentId.
getMutableComment(User, Long, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Will return a MutableComment for the passed in commentId.
getMutableComment(Long) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Retrieves comment by given id and returns it as mutable object.
getMutableFieldLayoutScheme(Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Retrieves a mutable FieldLayoutScheme by id.
getName() - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
Retrieves the name of this Property e.g.
getName() - Method in enum com.atlassian.jira.avatar.Avatar.Type
The canonical String representation of the type.
getName() - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
 
getName() - Method in interface com.atlassian.jira.bc.project.component.ProjectComponent
Returns the name of this project component.
getName() - Method in class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
 
getName() - Method in class com.atlassian.jira.event.type.EventType
 
getName() - Method in class com.atlassian.jira.external.beans.ExternalUser
 
getName() - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
 
getName() - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
getName() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfig
 
getName() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
getName() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getName() - Method in interface com.atlassian.jira.issue.fields.Field
Returns i18n'ed name of the field for system fields or the name of a custom field.
getName() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldConfigurationScheme
 
getName() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getName() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
getName() - Method in interface com.atlassian.jira.issue.fields.option.Option
 
getName() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
getName() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderTab
 
getName() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
getName() - Method in interface com.atlassian.jira.issue.IssueConstant
 
getName() - Method in class com.atlassian.jira.issue.link.IssueLinkType
 
getName() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
getName() - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevel
 
getName() - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
getName() - Method in interface com.atlassian.jira.project.Project
 
getName() - Method in interface com.atlassian.jira.project.ProjectCategory
 
getName() - Method in interface com.atlassian.jira.project.version.Version
 
getName() - Method in class com.atlassian.jira.scheme.Scheme
 
getName() - Method in interface com.atlassian.jira.security.roles.ProjectRole
Will get the description of this role, null if not set.
getName() - Method in class com.atlassian.jira.service.AbstractService
 
getName() - Method in interface com.atlassian.jira.service.JiraService
A textual name of the service as entered by the user from the web interface.
getName() - Method in interface com.atlassian.jira.sharing.SharedEntity
The name of the entity.
getName() - Method in class com.atlassian.jira.sharing.SharedEntity.Identifier
 
getName() - Method in class com.atlassian.jira.sharing.SharedEntity.TypeDescriptor
 
getName() - Method in class com.atlassian.jira.user.UserHistoryItem.Type
 
getName() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
getName() - Method in class com.atlassian.query.clause.AndClause
 
getName() - Method in interface com.atlassian.query.clause.Clause
The name of the individual clause, this should be unique amongst the implementations otherwise the clauses will be treated as the "same" type of clause.
getName() - Method in class com.atlassian.query.clause.NotClause
 
getName() - Method in class com.atlassian.query.clause.OrClause
 
getName() - Method in class com.atlassian.query.operand.EmptyOperand
 
getName() - Method in class com.atlassian.query.operand.FunctionOperand
 
getName() - Method in class com.atlassian.query.operand.MultiValueOperand
 
getName() - Method in interface com.atlassian.query.operand.Operand
The name that represents this Operand.
getName() - Method in class com.atlassian.query.operand.SingleValueOperand
 
getName() - Method in class com.opensymphony.user.Entity
Deprecated. Name (unique identifier) of entity.
getNameKey() - Method in class com.atlassian.jira.event.type.EventType
 
getNameKey() - Method in interface com.atlassian.jira.issue.fields.Field
The i18n key that is used to lookup the field's name when it is displayed
getNameKey() - Method in interface com.atlassian.jira.issue.operation.IssueOperation
 
getNameKey() - Method in class com.atlassian.jira.issue.operation.IssueOperationImpl
 
getNameKey() - Method in interface com.atlassian.jira.issue.search.searchers.information.SearcherInformation
The i18n key that is used to lookup the searcher's name when it is displayed.
getNameKey() - Method in interface com.atlassian.jira.movesubtask.operation.MoveSubTaskOperation
 
getNameTranslation() - Method in interface com.atlassian.jira.issue.IssueConstant
 
getNameTranslation(String) - Method in interface com.atlassian.jira.issue.IssueConstant
 
getNameTranslation(I18nHelper) - Method in interface com.atlassian.jira.issue.IssueConstant
 
getNavigableField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
getNavigableField() - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
 
getNewEstimate() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
getNewEstimate() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogNewEstimateInputParameters
 
getNewEstimate() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogNewEstimateResult
 
getNewValue() - Method in class com.atlassian.jira.issue.ModifiedValue
 
getNextActionId() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Get the next available action id
getNextChangeCreated() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getNextId(GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getNextId(Project) instead. Deprecated since v4.0.
getNextId(Project) - Method in interface com.atlassian.jira.project.ProjectManager
Get the next issue ID from this project (transactional).
getNextId(List) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Get the next usable ID value for a given list of descriptors.
getNextId(List, int) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Get the next usable ID value for a given list of descriptors and a start point.
getNextSequence(Long, String) - Method in interface com.atlassian.jira.bean.SubTaskBean
 
getNextStart() - Method in class com.atlassian.jira.issue.search.SearchResults
 
getNextStart() - Method in class com.atlassian.jira.web.bean.PagerFilter
 
getNextStart() - Method in interface com.atlassian.jira.web.component.IssuePager
 
getNiceStart() - Method in class com.atlassian.jira.issue.search.SearchResults
Return the 'readable' start (ie 1 instead of 0)
getNiceStart() - Method in class com.atlassian.jira.web.bean.Page
 
getNonDefaultEntities(GenericValue) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
getNonSubTaskIssueTypesForProject(Project) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Return the collection of issue types other than sub-tasks associated with this project.
getNotificationSchemeForProject(GenericValue) - Method in interface com.atlassian.jira.notification.NotificationSchemeManager
 
getNotificationSchemeId() - Method in class com.atlassian.jira.bc.project.ProjectService.UpdateProjectSchemesValidationResult
 
getNotificationSchemeManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getNow() - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use Date.Date() instead. Since v4.4.
getNumber() - Method in class com.atlassian.jira.web.bean.PercentageGraphRow
 
getNumberFormat(String, Locale) - Method in class com.atlassian.jira.util.velocity.NumberTool
Returns a NumberFormat instance for the specified format and Locale.
getNumberFormat(int, Locale) - Method in class com.atlassian.jira.util.velocity.NumberTool
Returns a NumberFormat instance for the specified number style and Locale.
getNumberOfAssignedIssuesIgnoreSecurity(User, User) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns number of issues assigned to user
getNumberOfAssignedIssuesIgnoreSecurity(User, User) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.getNumberOfAssignedIssuesIgnoreSecurity(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
getNumberOfReportedIssuesIgnoreSecurity(User, User) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns number of issues reported by user
getNumberOfReportedIssuesIgnoreSecurity(User, User) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.getNumberOfReportedIssuesIgnoreSecurity(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
getNumberOfStatusChangeRequired(BulkMoveOperation) - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getObject(String) - Method in interface com.atlassian.jira.issue.customfields.converters.SelectConverter
 
getObject(String) - Method in interface com.atlassian.jira.issue.customfields.converters.StringConverter
This method is a no-op, but I guess it was included for consistency with other Converters.
getObject(String) - Method in class com.atlassian.jira.issue.customfields.converters.StringConverterImpl
 
getObjectConfiguration() - Method in interface com.atlassian.configurable.ObjectConfigurable
Retrieves an object configuration object with properties that can be set
getObjectConfiguration(String, Map) - Method in interface com.atlassian.configurable.ObjectConfigurationFactory
This function retrieves an ObjectConfiguration based on a specified identifier, N.B.
getObjectConfiguration(String, String, Map<String, String[]>) - Method in class com.atlassian.jira.service.AbstractService
 
getObjectFromDbValue(Object) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
Returns the Domain Object or GenericValue object representing the given Custom Field value as stored in the database
getObjectFromDbValue(Object) - Method in class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
getObjectFromDbValue(Object) - Method in class com.atlassian.jira.issue.customfields.impl.StringCFType
 
getObjectKey() - Method in class com.atlassian.jira.issue.customfields.config.item.DefaultValueConfigItem
 
getObjectKey() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItem
 
getObjectKey() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItemType
Returns a key unique among FieldConfigItemType implementations for the configuration value so it can be retrieved from a key-value pair store.
getOldValue() - Method in class com.atlassian.jira.issue.ModifiedValue
 
getOneAndOnlyConfig() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
Returns the one and only config for this scheme iff there's only one config associated
getOneAndOnlyConfig() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
getOnlyProject() - Method in interface com.atlassian.jira.issue.search.SearchContext
 
getOperand() - Method in interface com.atlassian.query.clause.TerminalClause
 
getOperation(String) - Method in interface com.atlassian.jira.bulkedit.BulkOperationManager
Returns a BulkOperation object registered with corresponding name
getOperation(String) - Method in interface com.atlassian.jira.movesubtask.MoveSubTaskOperationManager
 
getOperation() - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
 
getOperationName() - Method in interface com.atlassian.jira.bulkedit.operation.BulkOperation
 
getOperationName() - Method in interface com.atlassian.jira.movesubtask.operation.MoveSubTaskOperation
 
getOperationName() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getOperator() - Method in interface com.atlassian.query.clause.TerminalClause
 
getOption(String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getOptionalOldIds() - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
getOptionById(Long) - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
getOptionForValue(String, Long) - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
getOptionId() - Method in interface com.atlassian.jira.issue.customfields.option.Option
 
getOptionIds() - Method in interface com.atlassian.jira.issue.fields.option.OptionSet
Get the list of options ids
getOptions(FieldConfig) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
Get options for this particular custom field type.
getOptions(String, JiraContextNode) - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns options for this custom field if it is of MultipleCustomFieldType type.
getOptions(String, FieldConfig, JiraContextNode) - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns options for this custom field if it is of MultipleCustomFieldType type.
getOptions() - Method in interface com.atlassian.jira.issue.fields.option.OptionSet
List of options for this set
getOptionsForIssue(Issue, boolean) - Method in interface com.atlassian.jira.issue.fields.IssueTypeField
 
getOptionsManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getOrder() - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
 
getOrder() - Method in class com.atlassian.query.order.SearchSort
 
getOrderableField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
getOrderableField() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutItem
Gets the field in question.
getOrderableField() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getOrderableField() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
getOrderableFieldIds() - Method in interface com.atlassian.jira.plugin.issueview.IssueViewFieldParams
Method returns set of orderable field ids requested for view.
getOrderableFields() - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
getOrderByClause() - Method in interface com.atlassian.query.Query
 
getOrderByClause() - Method in class com.atlassian.query.QueryImpl
 
getOrganisation() - Method in interface com.atlassian.jira.license.LicenseDetails
Gets the organisation this license belongs to
getOriginalEstimate() - Method in interface com.atlassian.jira.issue.Issue
This is the "original estimate" of work to be performed on this issue, in milliseconds.
getOriginalEstimate() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getOriginalIssue() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
getOriginalProject() - Method in class com.atlassian.jira.bc.project.ProjectService.UpdateProjectValidationResult
 
getOriginSelection() - Method in enum com.atlassian.jira.avatar.AvatarManager.ImageSize
 
getOtherIssueTypes() - Method in class com.atlassian.jira.web.action.util.PopularIssueTypesUtil.PopularIssueTypesHolder
 
getOtherIssueTypesForProject(Project, User) - Method in interface com.atlassian.jira.web.action.util.PopularIssueTypesUtil
Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context.
getOtherIssueTypesForProject(Project, User) - Method in interface com.atlassian.jira.web.action.util.PopularIssueTypesUtil
Returns the set difference between all available issue types for a project, and the popular issue types for a project/user context.
getOtherUnarchivedVersions(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Return all unarchived versions except this one
getOtherVersions(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Return all other versions in the project except this one
getOutlookDate() - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
Method used to get a nice representation of a date using a user's locale.
getOutlookDate(Locale) - Method in interface com.atlassian.jira.web.util.OutlookDateManager
Deprecated. Use DateTimeFormatterFactory.formatter() instead. Since v4.4.
getOutward() - Method in class com.atlassian.jira.issue.link.IssueLinkType
 
getOwner() - Method in interface com.atlassian.jira.avatar.Avatar
A String representation of the identity of the domain object that this avatar is an avatar for! For example, if it is a user avatar, it would be the username (since that is the primary key), for a Project it is the project ID as a String.
getOwnerUserName() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
getOwnerUserName() - Method in interface com.atlassian.jira.sharing.SharedEntity
The user name of the owner of the entity.
getOwnerUserName() - Method in class com.atlassian.jira.sharing.SharedEntity.Identifier
 
getPageNumber() - Method in class com.atlassian.jira.web.bean.Page
 
getPageNumber() - Method in interface com.atlassian.jira.web.component.IssuePage
 
getPagerFilter() - Method in interface com.atlassian.jira.plugin.searchrequestview.SearchRequestParams
Used to get a handle on a pager filter that will have its start and max values setup based on either system defaults or possibly overridden by request parameters ('tempMax' and 'pager/start').
getPagerFilter() - Method in class com.atlassian.jira.web.bean.Page
 
getPages() - Method in class com.atlassian.jira.issue.search.SearchResults
 
getPages(Collection<T>) - Method in class com.atlassian.jira.web.bean.PagerFilter
 
getPages() - Method in class com.atlassian.jira.web.bean.PagerFilter
 
getPages() - Method in interface com.atlassian.jira.web.component.IssuePager
 
getPageSize() - Method in class com.atlassian.jira.web.bean.PagerFilter
 
getParam(Object) - Method in class com.atlassian.jira.issue.fields.renderer.IssueRenderContext
 
getParam1() - Method in interface com.atlassian.jira.sharing.SharePermission
The first parameter of the permission.
getParam1() - Method in class com.atlassian.jira.sharing.SharePermissionImpl
 
getParam2() - Method in interface com.atlassian.jira.sharing.SharePermission
The second parameter of the permission.
getParam2() - Method in class com.atlassian.jira.sharing.SharePermissionImpl
 
getParameter() - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
 
getParameter() - Method in class com.atlassian.jira.scheme.SchemeEntity
 
getParameter() - Method in class com.atlassian.jira.security.roles.actor.AbstractRoleActor
 
getParameter() - Method in interface com.atlassian.jira.security.roles.RoleActor
Returns the string that identifies the target of this role actor (ex.
getParameterMap(String) - Static method in class com.atlassian.jira.service.util.ServiceUtils
This method creates a map of parameters from a string.
getParameterMap() - Method in interface com.atlassian.jira.util.velocity.RequestContextParameterHolder
Returns the same as ServletRequest.getParameterMap()
getParams() - Method in class com.atlassian.jira.event.AbstractEvent
 
getParams() - Method in interface com.atlassian.jira.event.JiraEvent
A map of parameters which can be used to pass data to a Listener
getParams() - Method in class com.atlassian.jira.issue.fields.renderer.IssueRenderContext
 
getParams() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
getParams() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getParent() - Method in interface com.atlassian.jira.issue.Issue
Deprecated. Use Issue.getParentObject() instead.
getParentBulkEditBean() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getParentField() - Method in interface com.atlassian.jira.issue.fields.DependentField
 
getParentGroupNames(Group) - Method in interface com.atlassian.jira.bc.group.GroupService
Return the name of groups that are parents of this Group.
getParentId() - Method in class com.atlassian.jira.imports.project.customfield.ExternalCustomFieldOption
 
getParentId() - Method in interface com.atlassian.jira.issue.Issue
 
getParentIssue(GenericValue) - Method in interface com.atlassian.jira.config.SubTaskManager
 
getParentIssueId(GenericValue) - Method in interface com.atlassian.jira.config.SubTaskManager
 
getParentKey() - Method in interface com.atlassian.jira.imports.project.customfield.ExternalCustomFieldValue
Returns the Parent Key for this Custom Field Value.
getParentKey() - Method in class com.atlassian.jira.imports.project.customfield.ProjectCustomFieldImporter.MappedCustomFieldValue
 
getParentObject() - Method in interface com.atlassian.jira.issue.Issue
If this issue is a subtask, return its parent.
getParentOption() - Method in interface com.atlassian.jira.issue.customfields.option.Option
 
getParentOptions(String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldOptionMapper
 
getPartialList(int, int) - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
getPartnerName() - Method in interface com.atlassian.jira.license.LicenseDetails
 
getPassword() - Method in class com.atlassian.jira.bc.user.UserService.CreateUserValidationResult
 
getPassword() - Method in class com.atlassian.jira.external.beans.ExternalUser
 
getPasswordHash() - Method in class com.atlassian.jira.external.beans.ExternalUser
 
getPercentage(PercentageGraphRow) - Method in class com.atlassian.jira.web.bean.PercentageGraphModel
Use to get the percentage of a particular row.
getPermissionContext(GenericValue) - Method in interface com.atlassian.jira.permission.PermissionContextFactory
 
getPermissionContext(Issue) - Method in interface com.atlassian.jira.permission.PermissionContextFactory
 
getPermissionContext(OperationContext, Issue) - Method in interface com.atlassian.jira.permission.PermissionContextFactory
 
getPermissionContextFactory() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getPermissionHandler() - Method in interface com.atlassian.jira.jql.ClauseHandler
 
getPermissionManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getPermissions() - Method in enum com.atlassian.jira.bc.project.ProjectAction
 
getPermissions() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
getPermissions() - Method in interface com.atlassian.jira.sharing.SharedEntity
The permissions for this entity.
getPermissions() - Method in class com.atlassian.jira.sharing.SharedEntity.Identifier
 
getPermissionsChecker() - Method in interface com.atlassian.jira.sharing.type.ShareType
Responsible for checking that a user has permission to use SharedEntity
getPermissionSchemeId() - Method in class com.atlassian.jira.bc.project.ProjectService.UpdateProjectSchemesValidationResult
 
getPermissionSchemeManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getPermissionSet() - Method in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
 
getPixels() - Method in enum com.atlassian.jira.avatar.AvatarManager.ImageSize
 
getPixels() - Method in class com.atlassian.jira.avatar.AvatarSize
 
getPluginAccessor() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getPluginController() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getPluginEventManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getPluginIndexRootPath() - Method in interface com.atlassian.jira.config.util.IndexPathManager
Returns the root path of JIRA's plugin indexes.
getPluginIndexRootPath() - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
 
getPluginIndexRootPath(JiraServiceContext) - Method in interface com.atlassian.jira.config.util.IndexPathService
Returns the root path of JIRA's plugin indexes.
getPluginsDirectory() - Method in interface com.atlassian.jira.config.util.JiraHome
Get the File object representing the plugins directory in JIRA home.
getPopularAndOtherIssueTypesForProject(Project, User) - Method in interface com.atlassian.jira.web.action.util.PopularIssueTypesUtil
Returns a holder that contains both - popular and other issue Types.
getPopularAndOtherIssueTypesForProject(Project, User) - Method in interface com.atlassian.jira.web.action.util.PopularIssueTypesUtil
Returns a holder that contains both - popular and other issue Types.
getPopularIssueTypes() - Method in class com.atlassian.jira.web.action.util.PopularIssueTypesUtil.PopularIssueTypesHolder
 
getPopularIssueTypesForProject(Project, User) - Method in interface com.atlassian.jira.web.action.util.PopularIssueTypesUtil
Returns the most popular non-subtask issue types used for issue creation in the specified project and by the specified user, within a designated time frame.
getPopularIssueTypesForProject(Project, User) - Method in interface com.atlassian.jira.web.action.util.PopularIssueTypesUtil
Returns the most popular non-subtask issue types used for issue creation in the specified project and by the specified user, within a designated time frame.
getPosition() - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
 
getPosition() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
The position of the layout item on the FieldScreenTab
getPosition() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderTab
 
getPosition() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
getPossibleSearchContextFromValue(Object, CustomField) - Method in interface com.atlassian.jira.issue.customfields.converters.SelectConverter
 
getPostFunctionsForTransition(ActionDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Returns all post-functions of the transition, including the ones on all conditional results, unconditional results and 'global' (non-result) postfunctions.
getPostFunctionsForWorkflow(JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Retrieve a map: actions -> post functions for a workflow.
getPrecedence(Clause) - Static method in enum com.atlassian.query.clause.ClausePrecedence
 
getPrecedenceHeader(Message) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Extract the 'Precedence' header value from the message
getPredicate() - Method in interface com.atlassian.query.clause.WasClause
 
getPredicateForValue(Comparator<? super T>, T) - Method in enum com.atlassian.query.operator.Operator
 
getPreferences(User) - Method in interface com.atlassian.jira.user.preferences.UserPreferencesManager
 
getPreferences(User) - Method in interface com.atlassian.jira.user.preferences.UserPreferencesManager
 
getPrettySchedule(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.filter.FilterSubscriptionService
Renders a human readable description of the given cron expression or returns the cron expression if it can't be parsed by the CronExpressionParser.
getPrettyShortcut(I18nHelper) - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
Given a set of shortcuts (such as ["gh", "gd"]), this method will produce a pretty internationalized HTML string such as
getPreviousIssueKeys(String) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Given an issue key, this method returns a list of previous issue keys this issue was moved from.
getPreviousIssueKeys(Long) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Returns the same as ChangeHistoryManager.getPreviousIssueKeys(String) but is slightly more efficient since no lookup of the issue id needs to be performed.
getPreviouslySelectedValue() - Method in class com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult
 
getPreviousSequence(Long, String) - Method in interface com.atlassian.jira.bean.SubTaskBean
 
getPreviousStart() - Method in class com.atlassian.jira.issue.search.SearchResults
 
getPreviousStart() - Method in class com.atlassian.jira.web.bean.PagerFilter
 
getPreviousStart() - Method in interface com.atlassian.jira.web.component.IssuePager
 
getPrimaryName() - Method in class com.atlassian.jira.issue.search.ClauseNames
 
getPrintableInvalidCharacters() - Method in class com.atlassian.jira.web.util.FileNameCharacterCheckerUtil
 
getPriorities() - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getPriorityObjects() instead
getPriority(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getPriorityObject(String) instead.
getPriority() - Method in interface com.atlassian.jira.issue.Issue
 
getPriority() - Method in interface com.atlassian.jira.sharing.type.ShareType
Return the priority of the ShareType.
getPriorityId() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getPriorityMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper which, when fully populated, indicates all the issue priorities "in-use" (required) by the backup projects data.
getPriorityName(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Returns the priority Name for a given priority ID.
getPriorityObject(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Given a priority ID, this method retrieves that priority.
getPriorityObject() - Method in interface com.atlassian.jira.issue.Issue
 
getPriorityObjects() - Method in interface com.atlassian.jira.config.ConstantsManager
Retrieve all Priorities in JIRA.
getProfileProvider() - Method in class com.opensymphony.user.Entity
Deprecated. Retrieve pluggable ProfileProvider for this entity.
getProfileProvider(String) - Method in interface com.opensymphony.user.ProviderAccessor
Deprecated. Return appropriate ProfileProvider for entity.
getProfileProvider(String) - Method in class com.opensymphony.user.UserManager.Accessor
Deprecated. Return appropriate ProfileProvider for entity.
getProfileProviders() - Method in class com.opensymphony.user.UserManager
Deprecated. Get the current ProfileProviders
getProject() - Method in class com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
 
getProject() - Method in class com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
 
getProject() - Method in interface com.atlassian.jira.issue.context.IssueContext
Deprecated. Please use IssueContext.getProjectObject(). Deprecated since v4.0
getProject(String) - Method in interface com.atlassian.jira.issue.customfields.converters.ProjectConverter
Deprecated. - Use ProjectConverter.getProjectObject(String). Deprecated since v4.0
getProject(Long) - Method in interface com.atlassian.jira.issue.customfields.converters.ProjectConverter
Deprecated. - Use ProjectConverter.getProjectObject(String). Deprecated since v4.0
getProject() - Method in interface com.atlassian.jira.issue.Issue
Deprecated. please use getProjectObject (this still implicitly relies on the GV), but it is a start!
getProject() - Method in interface com.atlassian.jira.permission.PermissionContext
 
getProject() - Method in class com.atlassian.jira.plugin.webfragment.model.JiraHelper
Deprecated. please use JiraHelper.getProjectObject() instead
getProject() - Method in interface com.atlassian.jira.project.browse.BrowseContext
The current projecet being browsed.
getProject(GenericValue) - Method in interface com.atlassian.jira.project.ProjectFactory
Returns a project object that is backed by the given generic value.
getProject(GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use Issue.getProjectObject() instead. Deprecated since v4.0.
getProject(Long) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. please use ProjectManager.getProjectObj(java.lang.Long)
getProject() - Method in interface com.atlassian.jira.project.version.Version
Deprecated. Please use Version.getProjectObject(). Since v4.0
getProject(String) - Static method in class com.atlassian.jira.service.util.ServiceUtils
Deprecated. no longer used
getProject() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getProject() - Method in interface com.atlassian.jira.workflow.WorkflowProgressAware
 
getProjectById(User, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
Used to retrieve a Project object by id.
getProjectById(User, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
Used to retrieve a Project object by id.
getProjectByIdForAction(User, Long, ProjectAction) - Method in interface com.atlassian.jira.bc.project.ProjectService
Used to retrieve a Project object by id providing the user can perform the passed action on the project.
getProjectByKey(User, String) - Method in interface com.atlassian.jira.bc.project.ProjectService
Used to retrieve a Project object by key.
getProjectByKey(User, String) - Method in interface com.atlassian.jira.bc.project.ProjectService
Used to retrieve a Project object by key.
getProjectByKey(String) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. please use the ProjectManager.getProjectObjByKey(java.lang.String) method to return a Project object
getProjectByKeyForAction(User, String, ProjectAction) - Method in interface com.atlassian.jira.bc.project.ProjectService
Used to retrieve a Project object by key providing the user can perform the passed action on the project.
getProjectByName(String) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Please use ProjectManager.getProjectObjByName(java.lang.String) instead. Deprecated since v4.0.
getProjectCategories() - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. since v4.4. Use ProjectManager.getAllProjectCategories() instead.
getProjectCategory() - Method in interface com.atlassian.jira.issue.context.JiraContextNode
 
getProjectCategory() - Method in interface com.atlassian.jira.project.Project
 
getProjectCategory(Long) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getProjectCategoryObject(Long) instead. Since v4.4.
getProjectCategoryByName(String) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getProjectCategoryObjectByName(String) instead. Since v4.4.
getProjectCategoryByNameIgnoreCase(String) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getProjectCategoryObjectByNameIgnoreCase(String) instead. Since v4.4.
getProjectCategoryForProject(Project) - Method in interface com.atlassian.jira.project.ProjectManager
Returns a project's category.
getProjectCategoryFromProject(GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getProjectCategoryForProject(com.atlassian.jira.project.Project) instead. Since 4.4
getProjectCategoryIds() - Method in interface com.atlassian.jira.issue.search.SearchContext
Returns selected categories
getProjectCategoryObject(Long) - Method in interface com.atlassian.jira.project.ProjectManager
Returns a single project category by id.
getProjectCategoryObjectByName(String) - Method in interface com.atlassian.jira.project.ProjectManager
Find a project category by name.
getProjectCategoryObjectByNameIgnoreCase(String) - Method in interface com.atlassian.jira.project.ProjectManager
Find a project category by name ignoring the case of the category name.
getProjectComponentManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the project component manager instance
getProjectComponents() - Method in interface com.atlassian.jira.project.Project
Returns the components for this Project.
getProjectContext() - Method in interface com.atlassian.jira.jql.context.ProjectIssueTypeContext
 
getProjectContext() - Method in class com.atlassian.jira.jql.context.QueryContext.ProjectIssueTypeContexts
 
getProjectFactory() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the project factory instance
getProjectField() - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
Retrieve the Project system Field.
getProjectHistoryWithoutPermissionChecks(User) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Retreive the user's project history queue.
getProjectHistoryWithoutPermissionChecks(User) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Retreive the user's project history queue.
getProjectHistoryWithPermissionChecks(int, User) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Deprecated. since 4.4, use {#getProjectHistoryWithPermissionChecks(ProjectAction, User)}
getProjectHistoryWithPermissionChecks(int, User) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Deprecated. since 4.4, use {#getProjectHistoryWithPermissionChecks(ProjectAction, User)}
getProjectHistoryWithPermissionChecks(ProjectAction, User) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Retreive the user's project history queue.
getProjectId() - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
 
getProjectId() - Method in interface com.atlassian.jira.bc.project.component.ProjectComponent
Returns the id of the project of this component.
getProjectId() - Method in class com.atlassian.jira.external.beans.ExternalProjectRoleActor
 
getProjectId() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getProjectId() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getProjectId() - Method in interface com.atlassian.jira.jql.context.ProjectContext
 
getProjectId() - Method in class com.atlassian.jira.security.roles.actor.AbstractRoleActor
 
getProjectId() - Method in interface com.atlassian.jira.security.roles.ProjectRoleActor
Gets the project this is associated with.
getProjectId() - Method in interface com.atlassian.jira.security.roles.ProjectRoleActors
 
getProjectId() - Method in class com.atlassian.jira.security.roles.ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry
Returns the project ID
getProjectIdInList() - Method in class com.atlassian.jira.jql.context.QueryContext.ProjectIssueTypeContexts
 
getProjectIds() - Method in interface com.atlassian.jira.issue.search.SearchContext
Project ids as Longs.
getProjectIds() - Method in class com.atlassian.jira.web.bean.BulkEditBean
returns a list of project ids for projects which the currently selected issues belong to.
getProjectIdsContainingRoleActorByNameAndType(String, String) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Returns the project id's which contain a role actor of the specified name and type within any role.
getProjectIdsForUserInGroupsBecauseOfRole(User, List<Long>, ProjectRole, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Returns a Map of Lists.
getProjectIdsForUserInGroupsBecauseOfRole(User, List<Long>, ProjectRole, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Returns a Map of Lists.
getProjectIdsForUserInGroupsBecauseOfRole(List<Long>, ProjectRole, String, String) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Returns a Map of Lists.
getProjectImporter() - Method in interface com.atlassian.jira.imports.project.customfield.ProjectImportableCustomField
Returns the object that will perform the actual project import functions for the custom field type.
getProjectImporter() - Method in class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
getProjectImporter() - Method in class com.atlassian.jira.issue.customfields.impl.TextCFType
This method will return a 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.
getProjectIssues(GenericValue) - Method in interface com.atlassian.jira.issue.IssueManager
Deprecated. only used in test cases, should use a search provider instead.
getProjectIssueTypeContexts() - Method in interface com.atlassian.jira.jql.context.QueryContext
 
getProjectKeyDescription() - Method in interface com.atlassian.jira.bc.project.ProjectService
Get the project key description from the properties file.
getProjectKeyFromIssueKey(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
Returns a project key of the project given issue belongs to.
getProjectKeyRegex() - Method in interface com.atlassian.jira.util.JiraKeyUtils.KeyMatcher
 
getProjectManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getProjectMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper which, when fully populated, indicates all the projects from the backup file and the mapped projects in the current JIRA instance.
getProjectName() - Method in class com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult
 
getProjectObj(Long) - Method in interface com.atlassian.jira.project.ProjectManager
Retrieves a single Project by its id.
getProjectObjByKey(String) - Method in interface com.atlassian.jira.project.ProjectManager
Returns a Project object based on the passed in project key.
getProjectObjByKeyIgnoreCase(String) - Method in interface com.atlassian.jira.project.ProjectManager
Returns a Project object based ont he passed in project key, not taking into account the case of the project key.
getProjectObjByName(String) - Method in interface com.atlassian.jira.project.ProjectManager
Returns a Project object based on the passed in project name.
getProjectObject() - Method in interface com.atlassian.jira.issue.context.IssueContext
Gets the Project for this IssueContext.
getProjectObject(String) - Method in interface com.atlassian.jira.issue.customfields.converters.ProjectConverter
Get the Project that this String value represents.
getProjectObject(Long) - Method in interface com.atlassian.jira.issue.customfields.converters.ProjectConverter
Get the Project for the given ID.
getProjectObject() - Method in interface com.atlassian.jira.issue.Issue
Gets the Project for this Issue.
getProjectObject() - Method in class com.atlassian.jira.plugin.webfragment.model.JiraHelper
 
getProjectObject() - Method in interface com.atlassian.jira.project.version.Version
Returns project this verion relates to.
getProjectObjects() - Method in interface com.atlassian.jira.project.ProjectManager
Return all Projects ordered by name.
getProjectObjects(int, User) - Method in interface com.atlassian.jira.security.PermissionManager
Retrieve a list of project objects this user has the permission for
getProjectObjects(int, User) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. Please use PermissionManager.getProjectObjects(int, com.atlassian.crowd.embedded.api.User). Since v4.3
getProjectObjectsFromProjectCategory(Long) - Method in interface com.atlassian.jira.project.ProjectManager
Returns a list of projects in a particular category.
getProjectObjectsWithNoCategory() - Method in interface com.atlassian.jira.project.ProjectManager
Returns a list of projects without project category, sorted by project name
getProjectRole(User, Long, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will return the project role with the given id, and checking the currentUser has the correct permissions to perform the operation.
getProjectRole(User, Long, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will return the project role with the given id, and checking the currentUser has the correct permissions to perform the operation.
getProjectRole(Long) - Method in interface com.atlassian.jira.issue.comments.CommentManager
This is a convenience method to allow us to easily get a ProjectRole.
getProjectRole(Long) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
This is a convenience method to allow us to easily get a ProjectRole.
getProjectRole(Long) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Retrieves a project role object
getProjectRole(String) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Retrieves a project role object by name
getProjectRoleActorMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectRoleActorMapper which, when fully populated, indicates all the ProjectRoleActors "in-use" (optional) by the backup projects data's issues.
getProjectRoleActors(User, ProjectRole, Project, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will return a {@link ProjectRoleActors) for the given projectRole and project checking the currentUser has the correct permissions to perform the get operation.
getProjectRoleActors(User, ProjectRole, Project, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will return a {@link ProjectRoleActors) for the given projectRole and project checking the currentUser has the correct permissions to perform the get operation.
getProjectRoleActors(ProjectRole, Project) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
This method will retrieve the object that represents the actors associate with the given projectRole and project context
getProjectRoleByName(User, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will return the project role with the given name, and checking the currentUser has the correct permissions to perform the operation.
getProjectRoleByName(User, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will return the project role with the given name, and checking the currentUser has the correct permissions to perform the operation.
getProjectRoleId() - Method in class com.atlassian.jira.security.roles.actor.AbstractRoleActor
 
getProjectRoleId() - Method in interface com.atlassian.jira.security.roles.DefaultRoleActors
 
getProjectRoleId() - Method in interface com.atlassian.jira.security.roles.RoleActor
This will get the ProjectRole that this RoleActor belongs to.
getProjectRoleIds() - Method in class com.atlassian.jira.security.roles.ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry
Returns the project role ID
getProjectRoleMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper which, when fully populated, indicates all the project roles "in-use" (required) by the backup projects data.
getProjectRoles(User, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Get all the ProjectRoles available in JIRA.
getProjectRoles(User, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Get all the ProjectRoles available in JIRA.
getProjectRoles() - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Get all the ProjectRoles available in JIRA.
getProjectRoles(User, Project) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
This will return all the ProjectRoles that the user is currently a member of for the given project.
getProjectRoles(User, Project) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Deprecated. Please use ProjectRoleManager.getProjectRoles(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.project.Project). Since v4.3
getProjects(FieldConfigurationScheme) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Returns all projects that use the given FieldConfigurationScheme.
getProjects(FieldLayoutScheme) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Returns all associated projects for the FieldLayoutScheme supplied.
getProjects() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
getProjects(Collection<GenericValue>) - Method in interface com.atlassian.jira.project.ProjectFactory
Returns the collection of Project objects that are backed by the GenericValue objects in the given collection.
getProjects() - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getProjectObjects() instead. Deprecated in v4.0.
getProjects(GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
Deprecated. use SchemeManager.getProjects(Scheme) instead
getProjects(Scheme) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getProjects(int, User) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. Please use PermissionManager.getProjectObjects(int, com.atlassian.crowd.embedded.api.User). Since v4.3
getProjects(int, User) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. Please use PermissionManager.getProjectObjects(int, com.atlassian.crowd.embedded.api.User). Since v4.3
getProjects(int, User, GenericValue) - Method in interface com.atlassian.jira.security.PermissionManager
Retrieve a list of projects associated with the specified category, that this user has the permissions for
getProjects(int, User, GenericValue) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. Please use PermissionManager.getProjects(int, com.atlassian.crowd.embedded.api.User, org.ofbiz.core.entity.GenericValue). Since v4.3
getProjects() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getProjectsByLead(User) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User) instead
getProjectsContainingRoleActorByNameAndType(User, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Returns the Project's which contain a role actor of the specified name and type within any role.
getProjectsContainingRoleActorByNameAndType(User, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Returns the Project's which contain a role actor of the specified name and type within any role.
getProjectsFromProjectCategory(GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getProjectsFromProjectCategory(ProjectCategory) instead. Since v4.4.
getProjectsFromProjectCategory(ProjectCategory) - Method in interface com.atlassian.jira.project.ProjectManager
Returns a list of projects in a particular category.
getProjectsLeadBy(User) - Method in interface com.atlassian.jira.project.ProjectManager
Returns all the projects that leadUser is the project lead for ordered by the name of the Project.
getProjectsLeadBy(User) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns all the projects that leadUser is the project lead for.
getProjectsUserLeads(User) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.getProjectsLeadBy(com.atlassian.crowd.embedded.api.User) instead. Since v4.3
getProjectsWithNoCategory() - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getProjectObjectsWithNoCategory() instead. Since v4.4.
getProperties() - Method in interface com.atlassian.configurable.ObjectConfigurable
Retrieve all the specified Properties for this object
getProperties() - Method in class com.atlassian.jira.issue.attachment.Attachment
Get attachment properties
getProperties() - Method in class com.atlassian.jira.service.AbstractService
 
getProperty(String) - Method in interface com.atlassian.configurable.ObjectConfigurable
Returns a property of this object with the specified key
getProperty(String) - Method in class com.atlassian.jira.service.AbstractService
 
getPropertySet() - Method in interface com.atlassian.jira.issue.IssueConstant
 
getPropertySet(User) - Method in interface com.atlassian.jira.user.UserPropertyManager
Get the property set associated with a user.
getPropertySet() - Method in class com.opensymphony.user.Entity
Deprecated. Extra properties associated with entity.
getPropertySet(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdProfileProvider
 
getPropertySet(String) - Method in interface com.opensymphony.user.provider.ProfileProvider
Deprecated. Retrieve profile for User with given name.
getProtocol(boolean) - Method in class com.atlassian.jira.service.services.mail.MailFetcherService
 
getProvidedFieldNames(User, Issue) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
 
getProvidedFieldNames(User, Issue) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
 
getProvidedFields() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getPurchaseDate(OutlookDate) - Method in interface com.atlassian.jira.license.LicenseDetails
Gets a nicely formatted purchase date for the current license
getQuery() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
 
getQuery() - Method in class com.atlassian.jira.bc.issue.search.SearchService.ParseResult
 
getQuery() - Method in class com.atlassian.jira.issue.search.SearchRequest
Gets the SearchQuery that defines the search that will be performed for this SearchRequest.
getQuery(QueryCreationContext, TerminalClause) - Method in interface com.atlassian.jira.jql.query.ClauseQueryFactory
Generates a lucene query for the passed TerminalClause.
getQuery(ShareTypeSearchParameter, User) - Method in interface com.atlassian.jira.sharing.type.ShareQueryFactory
Get the search query for the shares that can be seen by the passed user for the passed parameter.
getQuery(ShareTypeSearchParameter) - Method in interface com.atlassian.jira.sharing.type.ShareQueryFactory
Get the search query for all shares shares that match the passed parameter.
getQueryContext(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Deprecated. Use SearchService.getQueryContext(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query). Since v4.3
getQueryContext(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Generates a full QueryContext for the specified Query for the searching user.
getQueryFactory() - Method in interface com.atlassian.jira.sharing.type.ShareType
Return the object that can be used to build query conditions to find instances of this ShareType.
getQueryString(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Deprecated. Use SearchService.getQueryString(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query). Since v4.3
getQueryString(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Returns the query string to represent the specified SearchQuery.
getQueryString() - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
 
getQueryString() - Method in class com.atlassian.jira.plugin.webfragment.model.JiraHelper
Returns the query string to represent this helper.
getQueryString() - Method in interface com.atlassian.jira.project.browse.BrowseContext
Gets the URL query string for this context.
getQueryString() - Method in interface com.atlassian.jira.util.velocity.RequestContextParameterHolder
Returns the same as HttpServletRequest.getQueryString() )}
getQueryString() - Method in interface com.atlassian.query.Query
 
getQueryString() - Method in class com.atlassian.query.QueryImpl
 
getQueryUser() - Method in interface com.atlassian.jira.jql.query.QueryCreationContext
Get the User.
getReason() - Method in class com.atlassian.jira.plugin.searchrequestview.auth.Authorizer.Failure
 
getReason() - Method in interface com.atlassian.jira.plugin.searchrequestview.auth.Authorizer.Result
 
getReasons() - Method in class com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
 
getReasons() - Method in class com.atlassian.jira.bc.project.version.VersionService.MoveVersionValidationResult
 
getReasons() - Method in interface com.atlassian.jira.bc.project.version.VersionService.ValidationResult
 
getReasons() - Method in interface com.atlassian.jira.util.ErrorCollection
A set of well known reasons why the function has not been performed.
getReasons() - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
getRecentComments(SearchRequest, User) - Method in interface com.atlassian.jira.issue.comments.RecentCommentManager
Return an iterator over all the comments from any issues in the search request that the user can see
getRecentComments(SearchRequest, User) - Method in interface com.atlassian.jira.issue.comments.RecentCommentManager
Return an iterator over all the comments from any issues in the search request that the user can see
getRecipients(IssueEvent, SchemeEntity) - Method in interface com.atlassian.jira.notification.NotificationSchemeManager
 
getRegionKey() - Method in interface com.atlassian.jira.timezone.TimeZoneInfo
 
getRegisteredOldIds() - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
 
getRegisteredOldIds() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportIdMapper
Returns a collection of ID's as String objects identifying all objects of the appropriate type found in the import file.
getRegularIssueTypeObjects() - Method in interface com.atlassian.jira.config.ConstantsManager
Retrieve regular (non-subtask) issue types.
getRegularOptions() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getRelated(String, GenericValue) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
getRelatedCustomField() - Method in interface com.atlassian.jira.issue.customfields.option.Option
 
getRelatedFieldConfig() - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
getRelatedIndexers(CustomField) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Returns a list of indexers that will be used for the field.
getRelatedIndexers(CustomField) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
getRelatedIndexers() - Method in interface com.atlassian.jira.issue.search.searchers.information.SearcherInformation
Returns a list of FieldIndexer objects.
getRelatedMultiBulkMoveBean() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getRelatedProjects(FieldLayout) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Finds all projects that use the given FieldLayout (via the configured FieldConfigurationScheme).
getReleaseDate() - Method in class com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
 
getReleaseDate() - Method in class com.atlassian.jira.bc.project.version.VersionService.ReleaseVersionValidationResult
 
getReleaseDate() - Method in interface com.atlassian.jira.project.version.Version
 
getRelevantConfig(IssueContext) - Method in interface com.atlassian.jira.issue.fields.ConfigurableField
 
getRelevantConfig(Issue) - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns a relevant FieldConfig for the given issue.
getRelevantConfig(IssueContext) - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns the relevant field config of this custom field for the give issue context
getRelevantStepDescriptor() - Method in interface com.atlassian.jira.permission.PermissionContext
Given a Permission Context, get the relevant workflow step.
getReleventConfig(SearchContext) - Method in interface com.atlassian.jira.issue.fields.CustomField
The FieldConfig that is relevent to all issue contexts in the search context Checks that all configs within search context are the same - i.e.
getRemoteUser() - Method in class com.atlassian.jira.event.issue.IssueEvent
Deprecated. Please use IssueEvent.getUser(). Deprecated since v4.3
getRemoteUser(Map) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Deprecated. Please use WorkflowUtil.getCaller(java.util.Map) or WorkflowUtil.getCallerName(java.util.Map). Deprecated since 4.3
getRemoteUser() - Method in interface com.atlassian.jira.workflow.WorkflowProgressAware
 
getRemovedFields(JiraServiceContext, Issue, Issue) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
Retrieves the fields that have values on the issue but are no longer needed.
getRemovedFields() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getRemovedFields() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getRenderer() - Method in interface com.atlassian.jira.sharing.type.ShareType
Retrieves the ShareTypeRenderer that contains all logic for rendering this ShareType
getRendererType() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutItem
Returns the renderer type, e.g.
getRendererType() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
getRendererTypeForField(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getReporter() - Method in interface com.atlassian.jira.issue.Issue
Deprecated. use Issue.getReporterUser() Since 4.3
getReporter(Message) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Get the reporter from the email address who sent the message, or else create a new user if creating users is set to true, or use the default reporter if one is specified.
getReporterId() - Method in interface com.atlassian.jira.issue.Issue
 
getReporterId() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getReporterUser() - Method in interface com.atlassian.jira.issue.Issue
Returns the Reporter User.
getRequest() - Method in class com.atlassian.jira.plugin.webfragment.model.JiraHelper
 
getRequestParameter(String) - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContext
Convenience method to return the value from the requestParameter map stored with the name parameter.
getRequestParameters() - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContext
Returns a RequestContextParameterHolder with various HttpServletRequest parameters.
getRequestURL() - Method in interface com.atlassian.jira.util.velocity.RequestContextParameterHolder
Returns the same as HttpServletRequest.getRequestURL() )}
getRequiredField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
getRequiredFieldLayoutItems(Project, List<String>) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getRequiredFieldLayoutItems(User, GenericValue, List<String>) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
Deprecated. Use FieldLayout.getRequiredFieldLayoutItems(com.atlassian.jira.project.Project, java.util.List). Since v4.3
getRequiredFieldScreenRenderItems() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderer
A convenience method which loops through all the FieldScreenRenderLayoutItem on all tabs, and returns the ones that are required.
getRequiredOldIds() - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
 
getRequiredOldIds() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportIdMapper
Returns a collection of ID's as String objects identifying objects from the import file that are required for the import.
getResolution(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getResolutionObject(String) instead.
getResolution() - Method in interface com.atlassian.jira.issue.Issue
 
getResolutionDate() - Method in interface com.atlassian.jira.issue.Issue
Returns the datetime that an issue was resolved on.
getResolutionDate() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getResolutionId() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getResolutionMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper which, when fully populated, indicates all the issue resolutions "in-use" (required) by the backup projects data.
getResolutionObject(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Given a resolution ID, this method retrieves that resolution.
getResolutionObject() - Method in interface com.atlassian.jira.issue.Issue
 
getResolutionObjects() - Method in interface com.atlassian.jira.config.ConstantsManager
Retrieve all Resolutions in JIRA.
getResolutions() - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getResolutionObjects() instead.
getResult() - Method in class com.atlassian.jira.issue.fields.util.MessagedResult
 
getResults(JiraServiceContext, IssuePickerSearchService.IssuePickerParameters) - Method in interface com.atlassian.jira.bc.issue.search.IssuePickerSearchService
Gets a list of Issue based on query string.
getResults(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.user.search.UserPickerSearchService
Deprecated. Please use UserPickerSearchService.findUsers(com.atlassian.jira.bc.JiraServiceContext, String) instead. Since 4.3
getResultsSearchForEmptyQuery(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.user.search.UserPickerSearchService
Deprecated. Please use UserPickerSearchService.findUsersAllowEmptyQuery(com.atlassian.jira.bc.JiraServiceContext, String) instead. Since 4.3
getRetainValues() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getReturnedValue() - Method in interface com.atlassian.jira.bc.ServiceOutcome
Returns the value that was returned by the service, or null.
getRoleActor() - Method in class com.atlassian.jira.external.beans.ExternalProjectRoleActor
 
getRoleActors() - Method in interface com.atlassian.jira.security.roles.DefaultRoleActors
 
getRoleActorsByType(String) - Method in interface com.atlassian.jira.security.roles.DefaultRoleActors
 
getRoleId() - Method in class com.atlassian.jira.external.beans.ExternalProjectRoleActor
 
getRoleLevel() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getRoleLevel() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getRoleLevelId() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
 
getRoleLevelId() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
getRoleLevelId() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getRoleLevelId() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getRoleType() - Method in class com.atlassian.jira.external.beans.ExternalProjectRoleActor
 
getRootOptions() - Method in interface com.atlassian.jira.issue.customfields.option.Options
This is the same as getOptions(null)
getRows() - Method in class com.atlassian.jira.web.bean.PercentageGraphModel
 
getRules() - Method in interface com.atlassian.jira.bc.whitelist.WhitelistManager
Returns a list of rules that are currently allowed in the whitelist.
getRules(JiraServiceContext) - Method in interface com.atlassian.jira.bc.whitelist.WhitelistService
Returns a list of rules that are currently allowed in the whitelist.
getRules() - Method in class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistResult
 
getSalVersion() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Returns the version of Atlassian SAL that JIRA exports into OSGI-land.
getScheduleAfterVersion() - Method in class com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
 
getScheduleAfterVersion() - Method in class com.atlassian.jira.bc.project.version.VersionService.MoveVersionValidationResult
 
getScheduler() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getScheduleSkipper() - Method in interface com.atlassian.jira.service.ServiceManager
Returns the service schedule skipper.
getScheme(Long) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getScheme(String) - Method in interface com.atlassian.jira.scheme.SchemeManager
Deprecated. use @{link #getSchemeObject(String)}
getSchemeDefaultSecurityLevel(GenericValue) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
 
getSchemeDesc() - Method in interface com.atlassian.jira.permission.PermissionSchemeManager
 
getSchemeDesc() - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
getSchemeEntityName() - Method in interface com.atlassian.jira.permission.PermissionSchemeManager
 
getSchemeEntityName() - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
getSchemeId() - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevel
 
getSchemeId() - Method in class com.atlassian.jira.scheme.SchemeEntity
 
getSchemeIssueSecurityLevels(Long) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
Returns the list of Security Levels for the given Issue Security Level Scheme.
getSchemeObject(Long) - Method in interface com.atlassian.jira.scheme.SchemeManager
Gets a scheme by id from the database.
getSchemeObject(String) - Method in interface com.atlassian.jira.scheme.SchemeManager
Gets a scheme by name from the database.
getSchemeObjects() - Method in interface com.atlassian.jira.scheme.SchemeManager
Gets all scheme objects in the database.
getSchemes() - Method in interface com.atlassian.jira.scheme.SchemeManager
Deprecated. use SchemeManager.getSchemeObjects()
getSchemes(GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getSchemesContainingEntity(String, String) - Method in interface com.atlassian.jira.notification.NotificationSchemeManager
This is a method that is meant to quickly get you all the schemes that contain an entity of the specified type and parameter.
getSchemesContainingEntity(String, String) - Method in interface com.atlassian.jira.permission.PermissionSchemeManager
This is a method that is meant to quickly get you all the schemes that contain an entity of the specified type and parameter.
getSchemesForWorkflow(JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
getSchemesMapByConditions(Map<String, ?>) - Method in interface com.atlassian.jira.notification.NotificationSchemeManager
 
getSearchClause(User, FieldValuesHolder) - Method in interface com.atlassian.jira.issue.search.searchers.transformer.SearchInputTransformer
Gets the portion of the Search Query that this searcher is responsible for.
getSearchContext(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Deprecated. Use SearchService.getSearchContext(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query). Since v4.3
getSearchContext(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
This produces an old-style SearchContext based on the passed in search query and the user that is performing the search.
getSearcher(String) - Method in interface com.atlassian.jira.issue.search.managers.IssueSearcherManager
Get a searcher by the searchers name.
getSearcher(String) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Get a searcher by the searchers name.
getSearcher(String) - Method in interface com.atlassian.jira.issue.search.SearchProviderFactory
Get a Lucene Searcher that can be used to search a Lucene index.
getSearcherGroups(SearchContext) - Method in interface com.atlassian.jira.issue.search.managers.IssueSearcherManager
Get all searcher groups with the IssueSearcher that are applicable for the context.
getSearcherGroups(SearchContext) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Get all searcher groups with the IssueSearcher that are applicable for the context.
getSearcherGroupType() - Method in interface com.atlassian.jira.issue.search.searchers.information.SearcherInformation
The searcher group the searcher should be placed in.
getSearcherId() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
 
getSearcherId() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
getSearcherId() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getSearcherRegistration() - Method in class com.atlassian.jira.issue.search.SearchHandler
The SearchHandler.SearcherRegistration provided for searching.
getSearchers(User, SearchContext) - Method in interface com.atlassian.jira.issue.search.managers.IssueSearcherManager
Get searchers that are applicable for a given context.
getSearchers(User, SearchContext) - Method in interface com.atlassian.jira.issue.search.managers.IssueSearcherManager
Get searchers that are applicable for a given context.
getSearchers(User, SearchContext) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Get searchers that are applicable for a given context.
getSearchers(User, SearchContext) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Get searchers that are applicable for a given context.
getSearchers() - Method in class com.atlassian.jira.issue.search.searchers.SearcherGroup
 
getSearchersByClauseName(User, String, SearchContext) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Return a collection of IssueSearchers registered against the passed JQL clause name.
getSearchersByClauseName(User, String, SearchContext) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Return a collection of IssueSearchers registered against the passed JQL clause name.
getSearchHtml(CustomField, CustomFieldValueProvider, SearchContext, FieldValuesHolder, Map, Action, Map) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldSearcherModuleDescriptor
 
getSearchInformation() - Method in interface com.atlassian.jira.issue.search.searchers.IssueSearcher
Provides an object that contains information about the Searcher.
getSearchInputTransformer() - Method in interface com.atlassian.jira.issue.search.searchers.IssueSearcher
Provides an object that will allow you to transform raw request parameters to field holder values and field holder values to Clause search representations.
getSearchRenderer() - Method in interface com.atlassian.jira.issue.search.searchers.IssueSearcher
Provides an object that will allow you to render the edit and view html for a searcher.
getSearchRequest() - Method in interface com.atlassian.jira.issue.fields.layout.column.EditableSearchRequestColumnLayout
 
getSearchSorts() - Method in interface com.atlassian.query.order.OrderBy
 
getSearchSorts() - Method in class com.atlassian.query.order.OrderByImpl
 
getSearchUrlSuffix(T, SearchRequest) - Method in interface com.atlassian.jira.issue.statistics.StatisticsMapper
Get a suffix for the issue navigator, which allows for filtering on this value.
getSecurityLevel() - Method in interface com.atlassian.jira.issue.Issue
 
getSecurityLevelId() - Method in interface com.atlassian.jira.issue.Issue
 
getSecurityLevelId() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getSecurityLevelsByName(String) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
Get the different levels of security that have the specified name.
getSelectedIssues() - Method in class com.atlassian.jira.web.bean.BulkEditBean
Returns a list of "selected" issues.
getSelectedIssuesIncludingSubTasks() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getSelectedOptions() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getSelectedTransitionName() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getSelectedWFTransitionKey() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getSelectUrlParameter() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getSeparator(String, String) - Method in interface com.atlassian.jira.image.separator.HeaderSeparatorService
Get the bytes for a separator image for the given colours.
getSequence() - Method in interface com.atlassian.jira.issue.customfields.option.Option
 
getSequence() - Method in interface com.atlassian.jira.issue.IssueConstant
 
getSequence() - Method in class com.atlassian.jira.issue.link.IssueLink
 
getSequence() - Method in interface com.atlassian.jira.project.version.Version
 
getServerId() - Method in interface com.atlassian.jira.bc.license.JiraLicenseService
Gets the server ID of the JIRA instance, creates it if it doesn't already exists.
getServiceClass() - Method in interface com.atlassian.jira.service.JiraServiceContainer
 
getServiceManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getServices() - Method in interface com.atlassian.jira.service.ServiceManager
This gets all currently registered services with JIRA.
getServicesForExecution(long) - Method in interface com.atlassian.jira.service.ServiceManager
Gets the services that are ready for execution at a particular time.
getServicesManageableBy(User) - Method in interface com.atlassian.jira.service.ServiceManager
Gets the services that can be managed by an specific user.
getServiceWithId(Long) - Method in interface com.atlassian.jira.service.ServiceManager
This will return a JiraServiceContainer for the provided id if one is registered otherwise it will return null.
getServiceWithName(String) - Method in interface com.atlassian.jira.service.ServiceManager
This will return a JiraServiceContainer for the provided name if one is registered, otherwise this will return null.
getServletPath() - Method in interface com.atlassian.jira.util.velocity.RequestContextParameterHolder
Returns the same as HttpServletRequest.getServletPath()
getSession() - Method in interface com.atlassian.jira.plugin.searchrequestview.SearchRequestParams
Used to access information that may have been stored in the HttpSession.
getSession() - Method in interface com.atlassian.jira.util.velocity.VelocityRequestContext
Retrieve the VelocityRequestSession for the current user.
getSharedEntity(Long) - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor
This will call back to ask for a SharedEntity based on id.
getSharedEntity(User, Long) - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor
This is called to get SharedEntity by id If the user is allows to see it
getSharedEntityAccessor(SharedEntity.TypeDescriptor<S>) - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor.Factory
Retrieves a SharedEntityAccessor that can operate on the passed type.
getSharedEntityAccessor(String) - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor.Factory
Retrieves a SharedEntityAccessor that can operate on the passed type.
getSharedEntityIndexPath() - Method in interface com.atlassian.jira.config.util.IndexPathManager
Returns the path of JIRA's shared entity indexes.
getSharedEntityIndexPath() - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
 
getSharedEntityIndexPath(JiraServiceContext) - Method in interface com.atlassian.jira.config.util.IndexPathService
Returns the path of JIRA's shared entity indexes.
getSharePermissions(SharedEntity) - Method in interface com.atlassian.jira.sharing.ShareManager
Retrieve all SharePermission instances associated with a passed in SharedEntity
getShareTypeEditor(JiraAuthenticationContext) - Method in interface com.atlassian.jira.sharing.type.ShareTypeRenderer
Return the HTML of the component that is used to configure the ShareType when necessary.
getShareTypeLabel(JiraAuthenticationContext) - Method in interface com.atlassian.jira.sharing.type.ShareTypeRenderer
Return a string that can be used to differentiate the associated ShareType.
getShortcuts() - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
 
getShortIssueHistory(User) - Method in interface com.atlassian.jira.user.UserIssueHistoryManager
Retreive the first X (jira.max.issue.history.dropdown.items) Issues from the user's issue history queue.
getShortIssueHistory(User) - Method in interface com.atlassian.jira.user.UserIssueHistoryManager
Retreive the first X (jira.max.issue.history.dropdown.items) Issues from the user's issue history queue.
getShortName(int) - Static method in class com.atlassian.jira.security.Permissions
 
getSimpleDescription(SharePermission, JiraAuthenticationContext) - Method in interface com.atlassian.jira.sharing.type.ShareTypeRenderer
Return a simple text only description of the share.
getSimpleQueryContext(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Deprecated. Use SearchService.getSimpleQueryContext(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query). Since v4.3
getSimpleQueryContext(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Generates a simple QueryContext for the specified Query for the searching user.
getSingleIdFromName(String, String) - Method in interface com.atlassian.jira.jql.resolver.ResolverManager
As above, but ensures that there is only a single value being returned.
getSingleValue(User, Operand, TerminalClause) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
Returns the single value contained within the passed operand.
getSingleValue(User, Operand, TerminalClause) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
Returns the single value contained within the passed operand.
getSingularObjectFromString(String) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Returns a Singular Object, given the string value as passed by the presentation tier.
getSingularObjectFromString(String) - Method in class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
getSingularObjectFromString(String) - Method in class com.atlassian.jira.issue.customfields.impl.TextCFType
 
getSortComparatorSource() - Method in interface com.atlassian.jira.issue.fields.NavigableField
A sortComparatorSource object to be used for sorting columns in a table.
getSorter(CustomField) - Method in interface com.atlassian.jira.issue.customfields.SortableCustomFieldSearcher
 
getSorter() - Method in interface com.atlassian.jira.issue.fields.NavigableField
A sorter to be used when sorting columns in a table.
getSortOrder() - Method in class com.atlassian.query.order.SearchSort
 
getSource() - Method in class com.atlassian.jira.issue.link.IssueLink
Deprecated. Use IssueLink.getSourceObject() instead.
getSourceId() - Method in class com.atlassian.jira.issue.link.IssueLink
Get the Issue ID (ie.
getSourceObject() - Method in class com.atlassian.jira.issue.link.IssueLink
Get the source Issue of the link.
getSourceOperand() - Method in class com.atlassian.jira.jql.operand.QueryLiteral
 
getSpecificGroupSelectFlag() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getSpecificUserSelectFlag() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getStart() - Method in class com.atlassian.jira.issue.search.SearchResults
 
getStart() - Method in class com.atlassian.jira.web.bean.Page
 
getStart() - Method in class com.atlassian.jira.web.bean.PagerFilter
 
getStart() - Method in interface com.atlassian.jira.web.component.IssuePage
 
getStart() - Method in interface com.atlassian.jira.web.component.IssuePager
 
getStartDate() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
 
getStartDate() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
getStartDate() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getStatHtml(CustomField, Object, String) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldSearcherModuleDescriptor
 
getStatisticsMapper(CustomField) - Method in interface com.atlassian.jira.issue.customfields.statistics.CustomFieldStattable
 
getStatus(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getStatusObject(java.lang.String) instead. Deprecated since v4.0
getStatus() - Method in interface com.atlassian.jira.issue.Issue
Deprecated. Use Issue.getStatusObject() instead.
getStatus() - Method in interface com.atlassian.jira.permission.PermissionContext
 
getStatus() - Method in interface com.atlassian.jira.user.util.UserUtil.PasswordResetTokenValidation
 
getStatusById(User, String) - Method in interface com.atlassian.jira.bc.config.ConstantsService
Returns a ServiceOutcome containing the Status that has the given id.
getStatusById(User, String) - Method in interface com.atlassian.jira.bc.config.ConstantsService
Returns a ServiceOutcome containing the Status that has the given id.
getStatusByName(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Searches for a given status by name.
getStatusColor() - Method in interface com.atlassian.jira.issue.priority.Priority
 
getStatuses() - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getStatusObjects() instead. Deprecated since v4.0
getStatuses() - Method in class com.atlassian.jira.web.bean.PercentageGraphRow
 
getStatusFromId(int) - Static method in class com.atlassian.jira.issue.IssueFieldConstants
 
getStatusId() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getStatusMapHolder() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getStatusMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a StatusMapper which, when fully populated, indicates all the issue statuses "in-use" (required) by the backup projects data.
getStatusObject(String) - Method in interface com.atlassian.jira.config.ConstantsManager
Returns a Status given an id.
getStatusObject() - Method in interface com.atlassian.jira.issue.Issue
 
getStatusObjects() - Method in interface com.atlassian.jira.config.ConstantsManager
Returns all statuses
getStepId(long, String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Gets the first stepId for the given action and workflow name.
getStepsForTransition(ActionDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Returns a collection of all step descriptors that reference the given common action.
getStore() - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
getString(String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getString(Date) - Method in interface com.atlassian.jira.issue.customfields.converters.DateConverter
 
getString(Date) - Method in interface com.atlassian.jira.issue.customfields.converters.DatePickerConverter
 
getString(Date) - Method in interface com.atlassian.jira.issue.customfields.converters.DateTimeConverter
 
getString(Double) - Method in interface com.atlassian.jira.issue.customfields.converters.DoubleConverter
 
getString(Group) - Method in interface com.atlassian.jira.issue.customfields.converters.GroupConverter
 
getString(Group) - Method in interface com.atlassian.jira.issue.customfields.converters.GroupConverter
 
getString(Project) - Method in interface com.atlassian.jira.issue.customfields.converters.ProjectConverter
Get the String value that represents the given Project.
getString(GenericValue) - Method in interface com.atlassian.jira.issue.customfields.converters.ProjectConverter
Deprecated. - Use ProjectConverter.getString(com.atlassian.jira.project.Project). Deprecated since v4.0
getString(Object) - Method in interface com.atlassian.jira.issue.customfields.converters.SelectConverter
 
getString(String) - Method in interface com.atlassian.jira.issue.customfields.converters.StringConverter
Just turns null into an empty string.
getString(String) - Method in class com.atlassian.jira.issue.customfields.converters.StringConverterImpl
 
getString(User) - Method in interface com.atlassian.jira.issue.customfields.converters.UserConverter
 
getString(User) - Method in interface com.atlassian.jira.issue.customfields.converters.UserConverter
 
getString(String) - Method in class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
 
getString(String) - Method in interface com.atlassian.jira.ofbiz.OfBizValueWrapper
Retrieve a String field.
getString(String) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
 
getStringForChangelog(Double) - Method in interface com.atlassian.jira.issue.customfields.converters.DoubleConverter
 
getStringForLucene(Double) - Method in interface com.atlassian.jira.issue.customfields.converters.DoubleConverter
 
getStringForLucene(String) - Method in interface com.atlassian.jira.issue.customfields.converters.DoubleConverter
 
getStringFromSingularObject(Object) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Returns the String representation of a single value within the CustomFieldType.
getStringFromSingularObject(Object) - Method in class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
getStringFromSingularObject(Object) - Method in class com.atlassian.jira.issue.customfields.impl.TextCFType
 
getStringsWithPrefix(String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getStringValue(CustomField, FieldValuesHolder) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldValueProvider
Provides a string value representation of the value specified for this searcher.
getStringValue() - Method in class com.atlassian.jira.jql.operand.QueryLiteral
 
getStringValue() - Method in class com.atlassian.query.operand.SingleValueOperand
 
getStringValueFromCustomFieldParams(CustomFieldParams) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Return the String value object from the CustomFieldParams.
getStringValueFromCustomFieldParams(CustomFieldParams) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
getStringValueFromCustomFieldParams(CustomFieldParams) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
getStyle() - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
Returns this formatter's style.
getStyle(String) - Method in class com.atlassian.jira.imports.project.mapper.IssueLinkTypeMapper
 
getStyle() - Method in class com.atlassian.jira.issue.link.IssueLinkType
 
getStyleAsInt(String) - Method in class com.atlassian.jira.util.velocity.NumberTool
Checks a string to see if it matches one of the standard NumberFormat style patterns: NUMBER, CURRENCY, PERCENT, INTEGER, or DEFAULT.
getSubClause() - Method in class com.atlassian.query.clause.NotClause
 
getSubscription(User, Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
getSubscription(User, Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
getSubscriptionFromTriggerName(String) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
getSubscriptionManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getSubscriptions(User, Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
getSubscriptions(User, Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
getSubTaskBean(GenericValue, User) - Method in interface com.atlassian.jira.config.SubTaskManager
 
getSubTaskBean(GenericValue, User) - Method in interface com.atlassian.jira.config.SubTaskManager
 
getSubTaskBulkEditBean() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getSubTaskIssueLinks(Long) - Method in interface com.atlassian.jira.config.SubTaskManager
Returns a list of issue links associated with the issue
getSubTaskIssueTypeById(String) - Method in interface com.atlassian.jira.config.SubTaskManager
 
getSubTaskIssueTypeObjects() - Method in interface com.atlassian.jira.config.ConstantsManager
Retrieves all the sub-task issue types
getSubTaskIssueTypeObjects() - Method in interface com.atlassian.jira.config.SubTaskManager
Retrieves all the sub-task issue types
getSubTaskIssueTypes() - Method in interface com.atlassian.jira.config.ConstantsManager
Deprecated. Use ConstantsManager.getSubTaskIssueTypeObjects() instead. Deprecated since v4.0
getSubTaskIssueTypesForProject(Project) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
Return the collection of sub-task issue types associated with this project Join of the result of this method and IssueTypeSchemeManager.getNonSubTaskIssueTypesForProject(com.atlassian.jira.project.Project) produces the same result as a call to IssueTypeSchemeManager.getIssueTypesForProject(com.atlassian.jira.project.Project).
getSubTaskManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the subtask manager instance
getSubTaskObjects(Issue) - Method in interface com.atlassian.jira.config.SubTaskManager
 
getSubTaskObjects() - Method in interface com.atlassian.jira.issue.Issue
Gets all the issue's subtasks.
getSubTaskOfSelectedIssues() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getSubTaskOptions() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getSubTaskProgress() - Method in interface com.atlassian.jira.bean.SubTaskBean
 
getSubTasks(String) - Method in interface com.atlassian.jira.bean.SubTaskBean
 
getSubTasks(GenericValue) - Method in interface com.atlassian.jira.config.SubTaskManager
Deprecated. Use SubTaskManager.getSubTaskObjects(com.atlassian.jira.issue.Issue) instead.
getSubTasks() - Method in interface com.atlassian.jira.issue.Issue
Deprecated. Use Issue.getSubTaskObjects()
getSubTasksDiscarded() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
getSubTasksIssueTypes() - Method in interface com.atlassian.jira.config.SubTaskManager
Deprecated. Use SubTaskManager.getSubTaskIssueTypeObjects() instead. Deprecated since v4.1
getSubTaskStatusHolder() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getSuggestedLabels(User, Long, String) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
Given a token to search for, this method returns a number of suggestions for the label.
getSuggestedLabels(User, Long, String) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
Given a token to search for, this method returns a number of suggestions for the label.
getSuggestedLabels(User, Long, Long, String) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
Given a token to search for, this method returns a number of suggestions for the label.
getSuggestedLabels(User, Long, Long, String) - Method in interface com.atlassian.jira.bc.issue.label.LabelService
Given a token to search for, this method returns a number of suggestions for the label.
getSuggestedLabels(User, Long, String) - Method in interface com.atlassian.jira.issue.label.LabelManager
Returns a set of label suggestions sorted alphabetically for the labels system field.
getSuggestedLabels(User, Long, String) - Method in interface com.atlassian.jira.issue.label.LabelManager
Returns a set of label suggestions sorted alphabetically for the labels system field.
getSuggestedLabels(User, Long, Long, String) - Method in interface com.atlassian.jira.issue.label.LabelManager
Returns a set of label suggestions sorted alphabetically for the label custom field provided.
getSuggestedLabels(User, Long, Long, String) - Method in interface com.atlassian.jira.issue.label.LabelManager
Returns a set of label suggestions sorted alphabetically for the label custom field provided.
getSuggestions() - Method in class com.atlassian.jira.bc.issue.label.LabelService.LabelSuggestionResult
 
getSummary() - Method in interface com.atlassian.jira.issue.Issue
 
getSummary() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getSummaryTerms() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerResults
 
getSupportedOperators() - Method in interface com.atlassian.jira.issue.customfields.searchers.CustomFieldSearcherClauseHandler
Provides a set of the supported Operator's that this custom field searcher can handle for its searching.
getSupportedOperators(Set<Operator>) - Method in class com.atlassian.jira.issue.index.IndexedChangeHistoryField
 
getSupportedOperators(String, Set<Operator>) - Method in interface com.atlassian.jira.issue.index.IndexedChangeHistoryFieldManager
 
getSupportedOperators() - Method in class com.atlassian.jira.issue.search.constants.AllTextSearchConstants
 
getSupportedOperators() - Method in class com.atlassian.jira.issue.search.constants.CommentsFieldSearchConstants
 
getSupportedOperators() - Method in class com.atlassian.jira.issue.search.constants.DefaultClauseInformation
 
getSupportedOperators() - Method in class com.atlassian.jira.issue.search.constants.IssueIdConstants
 
getSupportedOperators() - Method in class com.atlassian.jira.issue.search.constants.IssueKeyConstants
 
getSupportedOperators() - Method in class com.atlassian.jira.issue.search.constants.IssueParentConstants
 
getSupportedOperators() - Method in class com.atlassian.jira.issue.search.constants.SavedFilterSearchConstants
 
getSupportedOperators() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
 
getSupportedOperators() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
getSupportedOperators() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstants
 
getSupportedOperators() - Method in interface com.atlassian.jira.jql.ClauseInformation
Provides a set of the supported Operator's that this custom field searcher can handle for its searching.
getSupportEntitlementNumber() - Method in interface com.atlassian.jira.license.LicenseDetails
Gets the SEN from the license
getSupportRequestMessage(I18nHelper, OutlookDate) - Method in interface com.atlassian.jira.license.LicenseDetails
Return the HTML message for support request denial or send e-mail success page.
getSvnRevision() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Get the SVN revision of the build as a String.
getSwapVersionId() - Method in class com.atlassian.jira.bc.project.version.RemoveVersionAction
 
getSwapVersionId() - Method in interface com.atlassian.jira.bc.project.version.VersionService.VersionAction
 
getSystemAdministrators() - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Since v4.3. Use UserUtil.getJiraSystemAdministrators() .
getSystemNames() - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
getSystemSearchableFields() - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
Return all the searchable systems fields.
getTab(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
getTabs() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
getTargetFieldLayout() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetFieldLayoutForType(String) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetIssueGVs() - Method in class com.atlassian.jira.web.bean.BulkEditBean
This is a convinience method for converting the list of objects to a list of GenericValues
getTargetIssueObjects() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetIssueType() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getTargetIssueTypeGV() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetIssueTypeId() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetIssueTypeObject() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetPid() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetPid() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getTargetProject() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetProjectGV() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetProjectName() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getTargetStatus(Issue) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetStatusId() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getTargetStatusName() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getTargetTypeName() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getTargetWorkflow() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTargetWorkflowByType(String) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTaskTargetStatusHolder() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getTemplateId() - Method in class com.atlassian.jira.event.type.EventType
Retrieve the default template id associated with this event type.
getTemplateId() - Method in class com.atlassian.jira.scheme.SchemeEntity
 
getTerms(User) - Method in interface com.atlassian.jira.sharing.type.ShareQueryFactory
Get the search terms for the shares that can be seen by the passed user.
getText(String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
getText(String) - Static method in class com.atlassian.jira.issue.operation.IssueOperations
 
getText(String) - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
Deprecated. Please use i18nBean.getText() instead
getText(String, Object) - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
getText(String) - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
Deprecated. Use getText() method on JiraAuthenticationContext.getI18nHelper().
getText(String) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, String) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, String, String) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, String, String, String) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, String, String, String, String) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, Object, Object, Object) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, Object, Object, Object, Object) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, Object, Object, Object, Object, Object) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, Object, Object, Object, Object, Object, Object) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, String, String, String, String, String, String, String) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key
getText(String, Object, Object, Object, Object, Object, Object, Object, Object) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, String, String, String, String, String, String, String, String, String) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found
getText(String, Object) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the formatted text of the specified i18n key or the key itself if no message can be found.
getTextProperty(String) - Method in interface com.atlassian.configurable.ObjectConfigurable
Returns a property of this object with the specified key, the property is of type text
getTextProperty(String) - Method in class com.atlassian.jira.service.AbstractService
 
getThreadType(Long) - Method in interface com.atlassian.jira.mail.MailThreadManager
 
getTime() - Method in class com.atlassian.jira.event.AbstractEvent
 
getTime() - Method in interface com.atlassian.jira.event.JiraEvent
The time the event was created
getTimePerformed() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getTimeSpent() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
 
getTimeSpent() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
getTimeSpent() - Method in interface com.atlassian.jira.issue.Issue
This is the "total time spent" working on this issue, in milliseconds.
getTimeSpent() - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
getTimeSpent() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getTimestamp(String) - Method in interface com.atlassian.jira.issue.customfields.converters.DateConverter
 
getTimestamp(String) - Method in interface com.atlassian.jira.issue.customfields.converters.DatePickerConverter
 
getTimestamp(String) - Method in interface com.atlassian.jira.issue.customfields.converters.DateTimeConverter
 
getTimestamp() - Method in interface com.atlassian.jira.issue.vote.VoteHistoryEntry
Get the Timestamp of this historical entry.
getTimestamp(String) - Method in class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
 
getTimestamp(String) - Method in interface com.atlassian.jira.ofbiz.OfBizValueWrapper
Retrieve a timestamp field.
getTimeZoneId() - Method in interface com.atlassian.jira.timezone.TimeZoneInfo
 
getTimeZoneInfos(JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
Retrieves all time zones.
getTimeZoneRegions(JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
Returns all time zone regions.
getTitleKey() - Method in class com.atlassian.jira.issue.search.searchers.SearcherGroup
 
getTo() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getTo() - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
getToken() - Method in interface com.atlassian.jira.user.util.UserUtil.PasswordResetToken
 
getTopLeftX() - Method in class com.atlassian.jira.avatar.Selection
 
getTopLeftY() - Method in class com.atlassian.jira.avatar.Selection
 
getToString() - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
getTotal() - Method in class com.atlassian.jira.issue.search.SearchResults
 
getTotal() - Method in class com.atlassian.jira.web.bean.PercentageGraphModel
 
getTotal() - Method in interface com.atlassian.jira.web.component.IssuePager
 
getTotalIssues() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerResults
 
getTotalUserCount() - Method in interface com.atlassian.jira.bc.license.JiraLicenseService.ValidationResult
 
getTotalUserCount() - Method in interface com.atlassian.jira.user.util.UserManager
Returns the total number of users defined in JIRA, regardless of whether they are active or not.
getTotalUserCount() - Method in interface com.atlassian.jira.user.util.UserUtil
Returns the total number of users defined in JIRA, regardless of whether they are active or not.
getToValue() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getTrackback(Long) - Method in interface com.atlassian.jira.trackback.TrackbackManager
 
getTrackbackManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the trackback manager instance.
getTrackbacksForIssue(GenericValue) - Method in interface com.atlassian.jira.trackback.TrackbackManager
 
getTransitionIdsForWorkflow(String) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTransitionIssueKeys(WorkflowTransitionKey) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTransitionName(String, String) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getTranslatedDesc(User) - Method in class com.atlassian.jira.event.type.EventType
Allows i18n keys to be specified in the properties file to allow translation of the event type description.
getTranslatedDesc(User) - Method in class com.atlassian.jira.event.type.EventType
Deprecated. Use EventType.getTranslatedDesc(User). Since v4.3
getTranslatedDescriptionFromString(String) - Method in interface com.atlassian.jira.web.action.admin.translation.TranslationManager
 
getTranslatedName(User) - Method in class com.atlassian.jira.event.type.EventType
Allows i18n keys to be specified in the properties file to allow translation of the event type name.
getTranslatedName(User) - Method in class com.atlassian.jira.event.type.EventType
Deprecated. Use EventType.getTranslatedName(User). Since v4.3
getTranslatedNameFromString(String) - Method in interface com.atlassian.jira.web.action.admin.translation.TranslationManager
 
getTranslatedTemplates(JiraAuthenticationContext, SharedEntity.TypeDescriptor<? extends SharedEntity>, ShareTypeRenderer.RenderMode) - Method in interface com.atlassian.jira.sharing.type.ShareTypeRenderer
Return map of key -> template that can be used to show a configured shares in Javascript.
getTranslationManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the translation manager instance
getTriggerFromSubscription(GenericValue) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
getType() - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
Retrieves the type of the Property e.g.
getType(String) - Static method in class com.atlassian.configurable.ObjectConfigurationTypes
Takes a string representation of a type and retrieves it statis identifier.
getType() - Method in class com.atlassian.jira.event.type.EventType
 
getType() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItem
 
getType() - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
 
getType() - Method in class com.atlassian.jira.issue.search.searchers.SearcherGroup
 
getType(Field) - Static method in class com.atlassian.jira.JiraDataTypes
 
getType(String) - Static method in class com.atlassian.jira.JiraDataTypes
 
getType() - Method in class com.atlassian.jira.plugin.userformat.UserFormatModuleDescriptor
Gets the user format "type" that this descriptor applies to.
getType() - Method in class com.atlassian.jira.scheme.Scheme
 
getType() - Method in class com.atlassian.jira.scheme.SchemeEntity
 
getType(String) - Static method in class com.atlassian.jira.security.Permissions
Given a string approximation, try to guess the type If permName is null then -1 is returned If the permName is not recognised then -1 is returned
getType() - Method in class com.atlassian.jira.security.roles.actor.GroupRoleActorFactory.GroupRoleActor
 
getType() - Method in interface com.atlassian.jira.security.roles.RoleActor
Returns a string that identifies the implementation type.
getType() - Method in interface com.atlassian.jira.sharing.search.ShareTypeSearchParameter
Return the type of ShareType this parameter is associated with.
getType() - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor
Returns the type that this object can work with.
getType() - Method in interface com.atlassian.jira.sharing.SharePermission
The type of the share (e.g.
getType() - Method in class com.atlassian.jira.sharing.SharePermissionImpl
 
getType() - Method in interface com.atlassian.jira.sharing.type.ShareType
Unique identifier for the ShareType.
getType() - Method in class com.atlassian.jira.user.UserHistoryItem
 
getTypeI18nKey() - Method in class com.atlassian.jira.plugin.userformat.UserFormatModuleDescriptor
Gets an i18n key to display a user friendly description for the type that this descriptor applies to.
getTypes() - Method in class com.atlassian.jira.JiraDataTypeImpl
The actual java type's, represented via their Class, that this type is.
getUnassociatedSchemes() - Method in interface com.atlassian.jira.scheme.SchemeManager
Will return all @link Scheme objects that are not currently associated with any projects.
getUnavailableFields() - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
getUnavailableLocales() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
 
getUnavailableMessage() - Method in interface com.atlassian.jira.bulkedit.operation.BulkEditAction
 
getUnescapedText(String) - Method in interface com.atlassian.jira.util.I18nHelper
Called to return the un-formatted text of the specified i18n key or the key itself if no message can be found
getUniqueClauseName(User, String, String) - Method in interface com.atlassian.jira.issue.customfields.searchers.transformer.CustomFieldInputHelper
Given the primary clause name and the field name, returns the "unique" clause name that should be used when constructing terminal clauses for this clause name.
getUniqueClauseName(User, String, String) - Method in interface com.atlassian.jira.issue.customfields.searchers.transformer.CustomFieldInputHelper
Given the primary clause name and the field name, returns the "unique" clause name that should be used when constructing terminal clauses for this clause name.
getUniqueFieldLayouts(Project) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Retrieves all the FieldLayout's for a project.
getUnlimitedFilter() - Static method in class com.atlassian.jira.web.bean.PagerFilter
A pager that will return unlimited number of objects.
getUnmappedMandatoryUsers() - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
getUnmappedMandatoryUsersWithNoRegisteredOldValue() - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
getUnmappedUsersInUse() - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
getUnmappedUsersInUseWithNoRegisteredOldValue() - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
getUnresolvedIssuesCount(User, Version) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Return the count of Issues that are unresolved in this version.
getUpdateAuthor() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getUpdateAuthor() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getUpdateAuthorFullName() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getUpdateAuthorFullName() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getUpdateAuthorName() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Returns the most recent authors username.
getUpdateAuthorObject() - Method in interface com.atlassian.jira.issue.comments.Comment
Deprecated. Use Comment.getUpdateAuthorUser() instead. Since v4.4.
getUpdateAuthorUser() - Method in interface com.atlassian.jira.issue.comments.Comment
Get the user that performed the update
getUpdated() - Method in interface com.atlassian.jira.issue.comments.Comment
 
getUpdated() - Method in interface com.atlassian.jira.issue.Issue
 
getUpdated() - Method in interface com.atlassian.jira.issue.worklog.Worklog
 
getUpdatedDate() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Returns the date of the most recent update to this workflow.
getUpdatedIssue() - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
getUpperDate() - Method in class com.atlassian.jira.jql.util.DateRange
 
getUrl() - Method in class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
 
getUrl() - Method in interface com.atlassian.jira.project.Project
 
getUrlParameter() - Method in class com.atlassian.jira.issue.search.constants.CommentsFieldSearchConstants
 
getUrlParameter() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
 
getUrlParameter() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
getUseDefaultDirectory() - Method in interface com.atlassian.jira.config.util.AttachmentPathManager
Returns true if attachments are stored within JIRA Home
getUseDefaultDirectory() - Method in class com.atlassian.jira.config.util.AttachmentPathManager.PropertiesAdaptor
 
getUseDefaultDirectory() - Method in interface com.atlassian.jira.config.util.IndexPathManager
Whether we are using the default index directory (within JIRA Home).
getUseDefaultDirectory() - Method in class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
 
getUsePermissions() - Static method in class com.atlassian.jira.security.Permissions
Returns a Set of all the permissions that grant a user the permission to log into JIRA (i.e.
getUser() - Method in interface com.atlassian.jira.bc.JiraServiceContext
Deprecated. Use JiraServiceContext.getLoggedInUser(). Since 4.4
getUser() - Method in class com.atlassian.jira.bc.JiraServiceContextImpl
Returns user, can be null
getUser() - Method in class com.atlassian.jira.bc.user.UserService.DeleteUserValidationResult
 
getUser() - Method in class com.atlassian.jira.event.issue.IssueEvent
Returns the user who initiated this event.
getUser() - Method in class com.atlassian.jira.event.user.UserEvent
Returns the user that the event is occurring on.
getUser() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getUser() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem
 
getUser(String) - Method in interface com.atlassian.jira.issue.customfields.converters.UserConverter
Deprecated. Use UserConverter.getUserObject(String stringValue). Since 4.3
getUser() - Method in interface com.atlassian.jira.issue.fields.layout.column.UserColumnLayout
 
getUser() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
getUser() - Method in interface com.atlassian.jira.jql.query.QueryCreationContext
Get the User.
getUser() - Method in class com.atlassian.jira.notification.NotificationRecipient
Deprecated. use NotificationRecipient.getUserRecipient() instead
getUser() - Method in interface com.atlassian.jira.project.browse.BrowseContext
The user browsing the project.
getUser() - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
Deprecated. use JiraAuthenticationContext.getLoggedInUser(). Since v4.3
getUser(String) - Static method in class com.atlassian.jira.user.UserUtils
Retrieves and returns the user by given username.
getUser(String) - Method in interface com.atlassian.jira.user.util.UserManager
Deprecated. Since v4.3. Use UserManager.getUserObject(String).
getUser(String) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Since v4.3. Use UserUtil.getUserObject(String) .
getUser() - Method in interface com.atlassian.jira.user.util.UserUtil.PasswordResetToken
 
getUser(String) - Method in class com.opensymphony.user.UserManager
Deprecated. Return user with given name.
getUserAgent() - Method in interface com.atlassian.jira.plugin.searchrequestview.SearchRequestParams
 
getUserByEmail(String) - Static method in class com.atlassian.jira.user.UserUtils
Return the first user found that matches the given email address (or null if not found).
getUserEvenWhenUnknown(String) - Static method in class com.atlassian.jira.user.UserUtils
Returns a User based on user name.
getUserEvenWhenUnknown(String) - Method in interface com.atlassian.jira.user.util.UserManager
Returns a User based on user name.
getUserFormat(String) - Method in interface com.atlassian.jira.plugin.profile.UserFormatManager
Deprecated. Returns the UserFormat for a specific type, or null if none exists
getUserManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getUserManager() - Static method in class com.atlassian.jira.user.UserUtils
 
getUserManager() - Method in class com.opensymphony.user.Entity
Deprecated. Retrieve underlying UserManager that this User is handled by.
getUserManager() - Method in interface com.opensymphony.user.ProviderAccessor
Deprecated.  
getUserManager() - Method in class com.opensymphony.user.UserManager.Accessor
Deprecated. Return underlying UserManager for Accessor.
getUserMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a UserMapper which, when fully populated, indicates all the users "in-use" (required) by the backup projects data's issues.
getUsername() - Method in class com.atlassian.jira.bc.user.UserService.CreateUserValidationResult
 
getUsername() - Method in class com.atlassian.jira.issue.changehistory.ChangeHistory
 
getUsername() - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
getUserObject(String) - Method in interface com.atlassian.jira.issue.customfields.converters.UserConverter
Get the User Object from the user name
getUserObject(String) - Method in interface com.atlassian.jira.user.util.UserManager
Returns a User based on user name.
getUserObject(String) - Method in interface com.atlassian.jira.user.util.UserUtil
Returns a user based on user name.
getUserPreferencesManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the user preferences manager instance
getUserPropertyManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the user preferences manager instance
getUserPropertyMap() - Method in class com.atlassian.jira.external.beans.ExternalUser
 
getUserQueryHistory(User) - Method in interface com.atlassian.jira.user.UserQueryHistoryManager
Retrieve the user's query history queue.
getUserQueryHistory(User) - Method in interface com.atlassian.jira.user.UserQueryHistoryManager
Retrieve the user's query history queue.
getUserRecipient() - Method in class com.atlassian.jira.notification.NotificationRecipient
Returns a user if this NotificationRecipient was constructed with a user.
getUsers(Long, GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
Deprecated. Use SchemeManager.getUsers(Long, com.atlassian.jira.permission.PermissionContext) instead.
getUsers(Long, PermissionContext) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
getUsers() - Method in class com.atlassian.jira.security.roles.actor.GroupRoleActorFactory.GroupRoleActor
 
getUsers() - Method in interface com.atlassian.jira.security.roles.DefaultRoleActors
 
getUsers() - Method in interface com.atlassian.jira.security.roles.RoleActor
Will provide a Set of users encapsulated by this RoleActor.
getUsers() - Method in interface com.atlassian.jira.user.util.UserManager
Returns all users defined in JIRA, regardless of whether they are active or not.
getUsers() - Method in interface com.atlassian.jira.user.util.UserUtil
Returns the all users defined in JIRA, regardless of whether they are active or not.
getUsers() - Method in class com.opensymphony.user.Group
Deprecated. List all Users that Group contains as members.
getUsers() - Method in class com.opensymphony.user.UserManager
Deprecated. Return all known Users from all CredentialProviders that allow listing.
getUsersInGroup(String) - Method in interface com.atlassian.jira.security.groups.GroupManager
Returns all the users in a group.
getUsersInGroup(Group) - Method in interface com.atlassian.jira.security.groups.GroupManager
Returns all the users in a group.
getUsersInGroupNames(Collection<String>) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.getAllUsersInGroupNames(java.util.Collection) instead. Since v4.3
getUsersInGroups(Collection<Group>) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.getAllUsersInGroups(java.util.Collection) instead. Since v4.3
getUsersSecurityLevels(GenericValue, User) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
Get the different levels of security that can be set for this issue
getUsersSecurityLevels(GenericValue, User) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
Deprecated. Please use IssueSecurityLevelManager.getUsersSecurityLevels(org.ofbiz.core.entity.GenericValue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
getUsersSecurityLevelsByName(User, String) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
Get the different levels of security that a user can see that have the specified name.
getUsersSecurityLevelsByName(User, String) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
Deprecated. Please use IssueSecurityLevelManager.getUsersSecurityLevelsByName(com.atlassian.crowd.embedded.api.User, String) instead. Since v4.3
getUsersToAutoCreate() - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
Returns a List of users that can be automatically created by the import.
getUserTimeZoneInfo(JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
Return the time zone for this user.
getUserUtil() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getValidator() - Method in interface com.atlassian.jira.jql.ClauseHandler
 
getValidator() - Method in interface com.atlassian.jira.sharing.type.ShareType
Retrieves the ShareTypeValidator that contains all logic for validating this ShareType
getValidCustomFieldKeys() - Method in class com.atlassian.jira.plugin.customfield.CustomFieldSearcherModuleDescriptor
 
getValue() - Method in class com.atlassian.jira.imports.project.customfield.ExternalCustomFieldOption
 
getValue() - Method in interface com.atlassian.jira.imports.project.customfield.ExternalCustomFieldValue
Returns the String representation of the value that is stored.
getValue() - Method in class com.atlassian.jira.imports.project.customfield.ProjectCustomFieldImporter.MappedCustomFieldValue
 
getValue(CustomField, FieldValuesHolder) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldValueProvider
Provides an object value representation of the value specified for this searcher.
getValue() - Method in interface com.atlassian.jira.issue.customfields.option.Option
 
getValue(Issue) - Method in interface com.atlassian.jira.issue.fields.CustomField
Retrieves and returns the Object representing the this CustomField value for the given issue.
getValue() - Method in enum com.atlassian.query.clause.ClausePrecedence
 
getValueFromCustomFieldParams(CustomFieldParams) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Retrieves the Object representing the CustomField value instance from the CustomFieldParams of Strings.
getValueFromCustomFieldParams(CustomFieldParams) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
getValueFromCustomFieldParams(CustomFieldParams) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
getValueFromIssue(CustomField, Issue) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Retrieves the Object representing the current CustomField value for the given issue.
getValueFromIssue(CustomField, Issue) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
getValueFromIssue(Issue) - Method in interface com.atlassian.jira.issue.fields.renderer.RenderableField
Gets the value stored for this field on the provided issue.
getValueFromIssue(CustomField, Issue) - Method in interface com.atlassian.jira.notification.type.UserCFNotificationTypeAware
Retrieves the User or a collection of Users representing the current CustomField value for the given issue.
getValueFromLuceneField(String) - Method in interface com.atlassian.jira.issue.search.LuceneFieldSorter
Convert the lucene document field back to the object that you wish to use to display it.
getValueFromLuceneField(String) - Method in class com.atlassian.jira.issue.statistics.TextFieldSorter
 
getValueFromParams(Map) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Get a field value from the map of parameters passed.
getValueName() - Method in class com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult
 
getValues(CustomField, Long, PersistenceFieldType) - Method in interface com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister
 
getValues(CustomField, Long, PersistenceFieldType, String) - Method in interface com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister
 
getValues(User, Operand, TerminalClause) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
Return the values contained within the passed operand.
getValues(User, Operand, TerminalClause) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
Return the values contained within the passed operand.
getValues(QueryCreationContext, Operand, TerminalClause) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
Return the values contained within the passed operand.
getValues(QueryCreationContext, FunctionOperand, TerminalClause) - Method in interface com.atlassian.jira.plugin.jql.function.JqlFunction
Gets the unexpanded values provided by the user on input.
getValues() - Method in class com.atlassian.query.operand.MultiValueOperand
 
getValuesForKey(String) - Method in interface com.atlassian.jira.issue.transport.ActionParams
 
getValuesForKey(String) - Method in interface com.atlassian.jira.issue.transport.CollectionParams
 
getValuesForNullKey() - Method in interface com.atlassian.jira.issue.transport.ActionParams
 
getValuesForNullKey() - Method in interface com.atlassian.jira.issue.transport.CollectionParams
 
getValuesFromImport() - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
Deprecated. Use getRegisteredOldIds()
getValuesFromImport() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportIdMapper
Deprecated. Use getRegisteredOldIds()
getVelocityManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getVelocityParameters(Issue, CustomField, FieldLayoutItem) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
The custom field may wish to pass parameters to the velocity context beyond the getValueFromIssue methods (eg managers).
getVelocityParameters(Issue, CustomField, FieldLayoutItem) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
getVelocityParameters(Issue) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
Implementers should override the 3-param version of this.
getVelocityParameters(Issue, CustomField, FieldLayoutItem) - Method in class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
getVelocityParams(String, AbstractDescriptor) - Method in class com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
Creates a Map of parameters for a view-specific velocity context given the name of the resource (i.e.
getVelocityParams(String, AbstractDescriptor) - Method in interface com.atlassian.jira.plugin.workflow.WorkflowPluginFactory
Given a plugin resource name, return the parameters it needs.
getVelocityParamsForEdit(Map<String, Object>, AbstractDescriptor) - Method in class com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
Populates the given map with velocity parameters for 'edit-parameters' velocity template.
getVelocityParamsForInput(Map<String, Object>) - Method in class com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
Get velocity parameters for 'input-parameters' velocity template.
getVelocityParamsForView(Map<String, Object>, AbstractDescriptor) - Method in class com.atlassian.jira.plugin.workflow.AbstractWorkflowPluginFactory
Populates the given map with velocity parameters for 'view' velocity template.
getVersion() - Method in class com.atlassian.jira.bc.project.version.VersionService.AbstractVersionResult
 
getVersion(Long) - Method in interface com.atlassian.jira.project.version.VersionManager
Returns a single version.
getVersion(Long, String) - Method in interface com.atlassian.jira.project.version.VersionManager
Search for a version by projectID and name.
getVersion(GenericValue, String) - Method in interface com.atlassian.jira.project.version.VersionManager
Deprecated. Use VersionManager.getVersion(Long,String) instead
getVersion() - Method in interface com.atlassian.jira.util.BuildUtilsInfo
Gets the current version of JIRA
getVersionById(User, Project, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Used to retrieve a Version object by version id within project specified by Project object.
getVersionById(User, Project, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Used to retrieve a Version object by version id within project specified by Project object.
getVersionById(User, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Used to retrieve a Version object by version id.
getVersionById(User, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Used to retrieve a Version object by version id.
getVersionByProjectAndName(User, Project, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Used to retrieve a Version object by version name within project specified by Project object.
getVersionByProjectAndName(User, Project, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Used to retrieve a Version object by version name within project specified by Project object.
getVersionId() - Method in class com.atlassian.jira.event.project.AbstractVersionEvent
Get the ID of the version this event occured on
getVersionManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getVersionMapper() - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportMapper
Gets a ProjectImportIdMapper which, when fully populated, indicates all the project versions "in-use" (required) by the backup projects data.
getVersionName() - Method in class com.atlassian.jira.bc.project.version.VersionService.CreateVersionValidationResult
 
getVersions() - Method in class com.atlassian.jira.bc.project.version.VersionService.VersionsResult
 
getVersions() - Method in interface com.atlassian.jira.project.Project
 
getVersions(GenericValue) - Method in interface com.atlassian.jira.project.version.VersionManager
Deprecated. use #getVersions(Long)
getVersions(Long) - Method in interface com.atlassian.jira.project.version.VersionManager
Return a list of Versions for a project.
getVersions(List<Long>) - Method in interface com.atlassian.jira.project.version.VersionManager
Return a collection of Versions matching the ids passed in.
getVersionsArchived(GenericValue) - Method in interface com.atlassian.jira.project.version.VersionManager
Return all archived versions for a particular project.
getVersionsByName(String) - Method in interface com.atlassian.jira.project.version.VersionManager
Return a collection of Versions that have the specified name.
getVersionsByProject(User, Project) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Used to retrieve a Version collection within project specified by Project object.
getVersionsByProject(User, Project) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Used to retrieve a Version collection within project specified by Project object.
getVersionsReleased(GenericValue, boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
Deprecated. use VersionManager.getVersionsReleased(Long,boolean) instead
getVersionsReleased(Long, boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
Gets a list of released versions for a project.
getVersionsReleasedDesc(GenericValue, boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
Deprecated. use VersionManager.getVersionsReleasedDesc(Long, boolean) instead
getVersionsReleasedDesc(Long, boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
Gets a list of released versions for a project in reverse order.
getVersionsUnarchived(GenericValue) - Method in interface com.atlassian.jira.project.version.VersionManager
Deprecated. Use VersionManager.getVersionsUnarchived(Long) instead. Since v3.10
getVersionsUnarchived(Long) - Method in interface com.atlassian.jira.project.version.VersionManager
Return all un-archived versions for a particular project
getVersionsUnreleased(GenericValue, boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
Deprecated. Use VersionManager.getVersionsUnreleased(Long,boolean) instead, since v3.10.
getVersionsUnreleased(Long, boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
Gets a list of un-released versions for a particular project.
getVersionToDelete() - Method in interface com.atlassian.jira.bc.project.version.VersionService.ValidationResult
 
getViewHtml(FieldConfig, FieldLayoutItem) - Method in class com.atlassian.jira.issue.customfields.config.item.DefaultValueConfigItem
 
getViewHtml(FieldLayoutItem) - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItem
 
getViewHtml(FieldConfig, FieldLayoutItem) - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigItemType
Renders a view of the current configuration as html.
getViewHtml(FieldLayoutItem, Action, Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
 
getViewHtml(FieldLayoutItem, Action, Issue, Map) - Method in interface com.atlassian.jira.issue.fields.OrderableField
 
getViewHtml(FieldLayoutItem, Action, Issue, Object, Map) - Method in interface com.atlassian.jira.issue.fields.OrderableField
 
getViewHtml(FieldLayoutItem, OperationContext, Action, Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getViewHtml(FieldLayoutItem, OperationContext, Action, Issue, Map<String, Object>) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
getViewHtml(Action, OperationContext, Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
getViewHtml(Action, OperationContext, Issue, Map<String, Object>) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
getViewHtml(User, SearchContext, FieldValuesHolder, Map<?, ?>, Action) - Method in interface com.atlassian.jira.issue.search.searchers.renderer.SearchRenderer
Used to produce the HTML that displays a searchers summary information (e.g.
getViewHtml(CustomField, CustomFieldValueProvider, SearchContext, FieldValuesHolder, Map, Action, Map) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldSearcherModuleDescriptor
 
getViewHtml(CustomField, Object) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldSearcherModuleDescriptor
 
getViewHtml(CustomField, Object, Issue, FieldLayoutItem) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
getViewHtml(CustomField, Object, Issue, FieldLayoutItem, Map) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
getViewXML(CustomField, Issue, FieldLayoutItem, boolean) - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
getVisibleClauseHandlers(User) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Get all the available clause handlers that the searcher can see.
getVisibleClauseHandlers(User) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Get all the available clause handlers that the searcher can see.
getVisibleColumnLayoutItems(User, QueryContext) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayout
Get the ColumnLayoutItems that can be displayed to the user.
getVisibleCustomFieldLayoutItems(Project, List<String>) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
Returns the list of Custom Fields in this Field Layout that are both visible and applicable to the given context (of project and Issue types).
getVisibleCustomFieldLayoutItems(User, GenericValue, List<String>) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
Deprecated. use FieldLayout.getVisibleCustomFieldLayoutItems(Project, List). Since v4.3
getVisibleJqlClauseNames(User) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Get all the available clause names that the searcher can see.
getVisibleJqlClauseNames(User) - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Get all the available clause names that the searcher can see.
getVisibleLayoutItems(User, Project, List<String>) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
getVisibleSubscriptions(User, SearchRequest) - Method in interface com.atlassian.jira.bc.filter.FilterSubscriptionService
Retrieves a list of subscriptions that a given user can see for a given filter.
getVisibleSubscriptions(User, SearchRequest) - Method in interface com.atlassian.jira.bc.filter.FilterSubscriptionService
Retrieves a list of subscriptions that a given user can see for a given filter.
getVotedIssueIds(User, User, VotedIssuesAccessor.Security) - Method in interface com.atlassian.jira.issue.vote.VotedIssuesAccessor
Get the issues a particular user has voted for.
getVotedIssueIds(User, User, VotedIssuesAccessor.Security) - Method in interface com.atlassian.jira.issue.vote.VotedIssuesAccessor
Deprecated. Use VotedIssuesAccessor.getVotedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.vote.VotedIssuesAccessor.Security). Since v4.3
getVotedIssues(User) - Method in interface com.atlassian.jira.issue.IssueManager
Get a list of issues that the user has voted on and can see.
getVotedIssues(User) - Method in interface com.atlassian.jira.issue.IssueManager
Get a list of issues that the user has voted on and can see.
getVotedIssuesOverrideSecurity(User) - Method in interface com.atlassian.jira.issue.IssueManager
Get a list of issues that the user has voted on.
getVotedIssuesOverrideSecurity(User) - Method in interface com.atlassian.jira.issue.IssueManager
Get a list of issues that the user has voted on.
getVoteHistory(Issue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Get the list of vote history for an issue.
getVoteManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the vote manager instance
getVoter() - Method in class com.atlassian.jira.bc.issue.vote.VoteService.VoteValidationResult
 
getVoterHistory(Issue, User) - Method in interface com.atlassian.jira.bc.issue.vote.VoteService
Get the list of vote history for an issue.
getVoterNames(Issue) - Method in interface com.atlassian.jira.issue.vote.IssueVoterAccessor
Convenience function that simply returns the User names.
getVoters(Locale, Issue) - Method in interface com.atlassian.jira.issue.vote.IssueVoterAccessor
Convenience function that simply returns the User objects.
getVoters(Issue, Locale) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Returns an ordered list of voters for a particular issue.
getVoters(Locale, GenericValue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Deprecated. Use VoteManager.getVoters(com.atlassian.jira.issue.Issue, java.util.Locale). Since v4.3
getVoterUsernames(Issue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Return a collection of usernames of users that voted for the given issue.
getVoterUsernames(GenericValue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Return a collection of usernames of users that voted for given issue
getVotes() - Method in interface com.atlassian.jira.issue.Issue
 
getVotes() - Method in interface com.atlassian.jira.issue.vote.VoteHistoryEntry
Get the number of Votes recoreded for the issue at this moment in time.
getWarningMessages() - Method in class com.atlassian.jira.util.AbstractMessageSet
 
getWarningMessages() - Method in interface com.atlassian.jira.util.MessageSet
 
getWarningMessagesInEnglish() - Method in class com.atlassian.jira.util.AbstractMessageSet
 
getWarningMessagesInEnglish() - Method in interface com.atlassian.jira.util.MessageSet
Returns a unique set of all the English warning messages.
getWatchedIssueIds(User, User, WatchedIssuesAccessor.Security) - Method in interface com.atlassian.jira.issue.watchers.WatchedIssuesAccessor
Get the issues a particular user is watching.
getWatchedIssueIds(User, User, WatchedIssuesAccessor.Security) - Method in interface com.atlassian.jira.issue.watchers.WatchedIssuesAccessor
Deprecated. use WatchedIssuesAccessor.getWatchedIssueIds(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.watchers.WatchedIssuesAccessor.Security). Since v4.3
getWatchedIssues(User) - Method in interface com.atlassian.jira.issue.IssueManager
Get a list of issues that the user is watching and can see.
getWatchedIssues(User) - Method in interface com.atlassian.jira.issue.IssueManager
Get a list of issues that the user is watching and can see.
getWatchedIssuesOverrideSecurity(User) - Method in interface com.atlassian.jira.issue.IssueManager
Get a list of issues that the user is watching
getWatchedIssuesOverrideSecurity(User) - Method in interface com.atlassian.jira.issue.IssueManager
Get a list of issues that the user is watching
getWatcherManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the watcher manager instance
getWatcherNames(Issue) - Method in interface com.atlassian.jira.issue.watchers.IssueWatcherAccessor
Convenience function that simply returns the User names.
getWatchers(Issue, User) - Method in interface com.atlassian.jira.bc.issue.watcher.WatcherService
Deprecated. since v4.3. Use WatcherService.getWatchers(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead.
getWatchers(Issue, User) - Method in interface com.atlassian.jira.bc.issue.watcher.WatcherService
Returns a the total number of watchers for a given issue in the first element of the returned Pair, and the list of visible watchers in the second element of the Pair.
getWatchers(Issue) - Method in interface com.atlassian.jira.issue.IssueManager
Return a list of watchers for a particular issue.
getWatchers(Issue, Locale) - Method in interface com.atlassian.jira.issue.watchers.IssueWatcherAccessor
Convenience function that simply returns the User objects.
getWatches() - Method in interface com.atlassian.jira.issue.Issue
 
getWhereClause() - Method in interface com.atlassian.query.Query
 
getWhereClause() - Method in class com.atlassian.query.QueryImpl
 
getWidth() - Method in class com.atlassian.jira.avatar.Selection
 
getWorkflow(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
Returns the workflow with the given name.
getWorkflow(String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Retrieve a single workflow by name.
getWorkflow(GenericValue) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Retrieve the workflow for a given issue.
getWorkflow(Issue) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Retrieve the workflow for a given issue.
getWorkflow(Long, String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Retrieve the workflow for a given project - issue type pair.
getWorkflowClone(String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
This method returns a JiraWorkflow, that contains a WorkflowDescriptor that is mutable.
getWorkflowDisplayName(JiraWorkflow) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Appends "(Draft)" to the end of the workflow name for an draft workflow.
getWorkflowFromScheme(GenericValue, String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Return the workflow in a particular scheme for a given issue type.
getWorkflowId() - Method in interface com.atlassian.jira.issue.Issue
 
getWorkflowManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
 
getWorkflowManager() - Static method in class com.atlassian.jira.workflow.WorkflowUtil
 
getWorkflowMap(Project) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
Returns a map representation of a workflow scheme for a passed project.
getWorkflowName() - Method in class com.atlassian.jira.web.action.issue.bulkedit.WorkflowTransitionKey
 
getWorkflowName(Project, String) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
Get the name of the workflow associated with the passed project and issue type.
getWorkflowName(GenericValue, String) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
Get the name of the workflow from the passed scheme associated with the passed issue type.
getWorkflows() - Method in interface com.atlassian.jira.workflow.WorkflowManager
Retrieve all of the workflows in the system
getWorkflowScheme(GenericValue) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
 
getWorkflowSchemeManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the workflow scheme manager instance
getWorkflowsFromScheme(GenericValue) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Returns all workflows for a given scheme
getWorkflowsIncludingDrafts() - Method in interface com.atlassian.jira.workflow.WorkflowManager
Retrieve all of the workflows in the system including drafts.
getWorkflowsInUse() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getWorkflowStatusFromIssueStatus(int) - Static method in class com.atlassian.jira.issue.IssueFieldConstants
 
getWorkflowTransitionDescription(ActionDescriptor) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Get the translated description of the workflow transition.
getWorkflowTransitionDisplayName(ActionDescriptor) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Get the translated display name of a workflow transition.
getWorkflowTransitionMap() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
getWorklog() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogResult
 
getWorklog() - Method in class com.atlassian.jira.event.issue.IssueEvent
 
getWorklog() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
getWorklogId() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
 
getWorklogId() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
getWorklogManager() - Static method in class com.atlassian.jira.component.ComponentAccessor
Retrieves and returns the worklog manager instance
getWritableDirectories() - Method in interface com.atlassian.jira.user.util.UserManager
Returns an ordered list of directories that have "read-write" permission.
getYear() - Method in class com.atlassian.jira.datetime.LocalDate
 
getZone() - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
Returns this formatter's time zone.
GLOBAL - Static variable in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
 
GLOBAL - Static variable in class com.atlassian.jira.sharing.type.ShareType.Name
 
GLOBAL_PLUGIN_STATE_PREFIX - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
GREEK - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 
GROUP - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
GROUP - Static variable in class com.atlassian.jira.JiraDataTypes
 
Group - Class in com.opensymphony.user
Deprecated. 
Group(Group) - Constructor for class com.opensymphony.user.Group
Deprecated.  
Group(String, ProviderAccessor) - Constructor for class com.opensymphony.user.Group
Deprecated. Constructor is only called by UserManager.
GROUP_FILTER - Static variable in interface com.atlassian.jira.web.SessionKeys
 
GROUP_PICKER_FILTER - Static variable in interface com.atlassian.jira.web.SessionKeys
 
GroupConverter - Interface in com.atlassian.jira.issue.customfields.converters
 
groupExists(String) - Method in interface com.atlassian.jira.security.groups.GroupManager
Returns true if the given group name exists.
groupLevel(String) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
 
GroupManager - Interface in com.atlassian.jira.security.groups
This object can be used to manage groups in JIRA.
GroupMapper - Class in com.atlassian.jira.imports.project.mapper
Maps groups from old to new system.
GroupMapper(GroupManager) - Constructor for class com.atlassian.jira.imports.project.mapper.GroupMapper
 
GroupPickerSearchService - Interface in com.atlassian.jira.bc.group.search
Service that retrieves a collection of Group objects based on a partial query string
GroupRemoveChildMapper - Class in com.atlassian.jira.bc.group
Holds the parameters that specify which children should be removed from which groups.
GroupRemoveChildMapper() - Constructor for class com.atlassian.jira.bc.group.GroupRemoveChildMapper
Creates the mapper with no default groups.
GroupRemoveChildMapper(List) - Constructor for class com.atlassian.jira.bc.group.GroupRemoveChildMapper
Creates the mapper with the given groups marked as default groups.
GroupRemoveUserMapper - Class in com.atlassian.jira.bc.group
Deprecated. since v4.3. Use GroupRemoveChildMapper.
GroupRemoveUserMapper() - Constructor for class com.atlassian.jira.bc.group.GroupRemoveUserMapper
Deprecated.  
GroupRemoveUserMapper(List) - Constructor for class com.atlassian.jira.bc.group.GroupRemoveUserMapper
Deprecated.  
GroupRoleActorFactory - Class in com.atlassian.jira.security.roles.actor
 
GroupRoleActorFactory(CrowdService, GroupManager) - Constructor for class com.atlassian.jira.security.roles.actor.GroupRoleActorFactory
 
GroupRoleActorFactory.GroupRoleActor - Class in com.atlassian.jira.security.roles.actor
 
GroupService - Interface in com.atlassian.jira.bc.group
GroupService contains methods for managing Group's in JIRA.
GroupService.BulkEditGroupValidationResult - Class in com.atlassian.jira.bc.group
This class is used for a return type for edit group validation.
GroupService.BulkEditGroupValidationResult(Collection, boolean) - Constructor for class com.atlassian.jira.bc.group.GroupService.BulkEditGroupValidationResult
 
GroupService.BulkEditGroupValidationResult(boolean) - Constructor for class com.atlassian.jira.bc.group.GroupService.BulkEditGroupValidationResult
 

H

handleMessage(Message) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Perform the specific work of this handler for the given message.
handleMessage(Message) - Method in interface com.atlassian.jira.service.util.handler.MessageHandler
Perform the specific work of this handler for the given message.
handler - Variable in class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
This field is volatile to ensure that the handler is "safely published".
HandlerFactory - Class in com.atlassian.jira.service.util.handler
 
HandlerFactory() - Constructor for class com.atlassian.jira.service.util.handler.HandlerFactory
 
handles(String) - Method in interface com.atlassian.jira.jql.resolver.ResolverManager
 
handles(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
handles(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdCredentialsProvider
 
handles(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdProfileProvider
 
handles(String) - Method in interface com.opensymphony.user.provider.UserProvider
Deprecated. Determine whether this UserProvider implementation is responsible for handling this Entity.
hasAnyErrors() - Method in class com.atlassian.jira.util.AbstractMessageSet
 
hasAnyErrors() - Method in interface com.atlassian.jira.util.ErrorCollection
Whether any errors (of any type - field-specific or otherwise) have been collected.
hasAnyErrors() - Method in interface com.atlassian.jira.util.MessageSet
Returns true if there are error messages, false otherwise.
hasAnyErrors() - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
hasAnyMessages() - Method in class com.atlassian.jira.util.AbstractMessageSet
 
hasAnyMessages() - Method in interface com.atlassian.jira.util.MessageSet
Returns true if there are messages of any type, false otherwise.
hasAnyWarnings() - Method in class com.atlassian.jira.util.AbstractMessageSet
 
hasAnyWarnings() - Method in interface com.atlassian.jira.util.MessageSet
Returns true if there are warning messages, false otherwise.
hasBrowsePermission(Comment, User) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Deprecated. Use CommentPermissionManager.hasBrowsePermission(com.atlassian.crowd.embedded.api.User, Comment). Since v4.3
hasBrowsePermission(User, Comment) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Return true if the user can see the comment.
hasColumnLayout(User) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
 
hasColumnLayout(User) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
 
hasColumnLayout(SearchRequest) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
 
hasDefaultColumnLayout() - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
 
hasDefaultFieldLayout() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Checks to see if a FieldLayout entity with type FieldLayoutManager.TYPE_DEFAULT exists
hasDeleteAllPermission(User, Issue) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Returns true if the given User can delete all comments for the given Issue.
hasDeleteAllPermission(User, Issue) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Returns true if the given User can delete all comments for the given Issue.
hasDeleteOwnPermission(User, Issue) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Returns true if the given User can delete her own comments in the given Issue.
hasDeleteOwnPermission(User, Issue) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Returns true if the given User can delete her own comments in the given Issue.
hasDraftWorkflow() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Determines if this workflow has a draft edit copy.
hasEditAllPermission(User, Issue) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Returns true if user has permission to edit all comments in the given Issue.
hasEditAllPermission(User, Issue) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Returns true if user has permission to edit all comments in the given Issue.
hasEditOwnPermission(User, Issue) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Returns true if user has permission to edit her own comments in the given Issue.
hasEditOwnPermission(User, Issue) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Returns true if user has permission to edit her own comments in the given Issue.
hasEditPermission(Comment, User) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Deprecated. Use CommentPermissionManager.hasEditPermission(com.atlassian.crowd.embedded.api.User, Comment). Since v4.3
hasEditPermission(User, Comment) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Determines whether the given user has permission to edit the given comment.
hasEntities(GenericValue, Long, String, String, Long) - Method in interface com.atlassian.jira.notification.NotificationSchemeManager
 
hasErrors() - Method in exception com.atlassian.jira.bc.ValidationErrorsException
 
hasErrors() - Method in class com.atlassian.jira.service.util.handler.MessageErrorHandler
 
hasExceededUserLimit() - Method in interface com.atlassian.jira.user.util.UserUtil
Returns true if this JIRA instance has more active users, than allowed by the license.
hashCode() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
hashCode() - Method in class com.atlassian.jira.bc.JiraServiceContextImpl
 
hashCode() - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
Returns the hash code of the ID
hashCode() - Method in class com.atlassian.jira.datetime.LocalDate
 
hashCode() - Method in class com.atlassian.jira.event.AbstractEvent
 
hashCode() - Method in class com.atlassian.jira.event.issue.IssueEvent
 
hashCode() - Method in class com.atlassian.jira.event.project.AbstractVersionEvent
 
hashCode() - Method in class com.atlassian.jira.event.project.VersionMergeEvent
 
hashCode() - Method in class com.atlassian.jira.external.beans.ExternalProjectRoleActor
 
hashCode() - Method in class com.atlassian.jira.external.beans.ExternalUser
 
hashCode() - Method in class com.atlassian.jira.imports.project.customfield.ExternalCustomFieldOption
 
hashCode() - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
 
hashCode() - Method in class com.atlassian.jira.imports.project.mapper.IdKeyPair
 
hashCode() - Method in class com.atlassian.jira.imports.project.mapper.IssueTypeMapper
 
hashCode() - Method in class com.atlassian.jira.imports.project.mapper.StatusMapper
 
hashCode() - Method in class com.atlassian.jira.issue.attachment.TemporaryAttachment
 
hashCode() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
hashCode() - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
hashCode() - Method in class com.atlassian.jira.issue.index.IndexedChangeHistoryField
 
hashCode() - Method in class com.atlassian.jira.issue.label.Label
 
hashCode() - Method in class com.atlassian.jira.issue.operation.ScreenableSingleIssueOperationImpl
 
hashCode() - Method in class com.atlassian.jira.issue.search.ClauseNames
 
hashCode() - Method in class com.atlassian.jira.issue.search.constants.AllTextSearchConstants
 
hashCode() - Method in class com.atlassian.jira.issue.search.constants.CommentsFieldSearchConstants
 
hashCode() - Method in class com.atlassian.jira.issue.search.constants.DefaultClauseInformation
 
hashCode() - Method in class com.atlassian.jira.issue.search.constants.IssueIdConstants
 
hashCode() - Method in class com.atlassian.jira.issue.search.constants.IssueKeyConstants
 
hashCode() - Method in class com.atlassian.jira.issue.search.constants.IssueParentConstants
 
hashCode() - Method in class com.atlassian.jira.issue.search.constants.SavedFilterSearchConstants
 
hashCode() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstants
 
hashCode() - Method in class com.atlassian.jira.issue.search.constants.SimpleFieldSearchConstantsWithEmpty
 
hashCode() - Method in class com.atlassian.jira.issue.search.constants.UserFieldSearchConstantsWithEmpty
 
hashCode() - Method in interface com.atlassian.jira.issue.search.LuceneFieldSorter
As this object is used as a key in a cache, this method must be provided and respect all internal state.
hashCode() - Method in class com.atlassian.jira.issue.search.SearchHandler.ClauseRegistration
 
hashCode() - Method in class com.atlassian.jira.issue.search.SearchHandler
 
hashCode() - Method in class com.atlassian.jira.issue.search.SearchHandler.SearcherRegistration
 
hashCode() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
hashCode() - Method in class com.atlassian.jira.issue.statistics.TextFieldSorter
 
hashCode() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
hashCode() - Method in class com.atlassian.jira.JiraDataTypeImpl
 
hashCode() - Method in class com.atlassian.jira.jql.context.QueryContext.ProjectIssueTypeContexts
 
hashCode() - Method in class com.atlassian.jira.jql.operand.QueryLiteral
 
hashCode() - Method in class com.atlassian.jira.jql.query.QueryFactoryResult
 
hashCode() - Method in class com.atlassian.jira.jql.util.DateRange
 
hashCode() - Method in class com.atlassian.jira.jql.util.JqlCustomFieldId
 
hashCode() - Method in class com.atlassian.jira.notification.NotificationRecipient
 
hashCode() - Method in class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
 
hashCode() - Method in class com.atlassian.jira.plugin.webfragment.model.JiraHelper
 
hashCode() - Method in class com.atlassian.jira.scheme.SchemeEntity
 
hashCode() - Method in class com.atlassian.jira.security.roles.actor.AbstractRoleActor
 
hashCode() - Method in class com.atlassian.jira.sharing.SharedEntity.Identifier
 
hashCode() - Method in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
 
hashCode() - Method in class com.atlassian.jira.sharing.SharedEntity.TypeDescriptor
 
hashCode() - Method in class com.atlassian.jira.sharing.SharePermissionImpl
 
hashCode() - Method in class com.atlassian.jira.sharing.type.ShareType.Name
 
hashCode() - Method in class com.atlassian.jira.sharing.type.ShareTypeRenderer.RenderMode
 
hashCode() - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
 
hashCode() - Method in class com.atlassian.jira.user.UserHistoryItem
 
hashCode() - Method in class com.atlassian.jira.user.UserHistoryItem.Type
 
hashCode() - Method in class com.atlassian.jira.util.AbstractMessageSet
 
hashCode() - Method in class com.atlassian.jira.util.collect.CollectionEnclosedIterable
 
hashCode() - Method in class com.atlassian.jira.util.lang.Pair
 
hashCode() - Method in class com.atlassian.jira.util.MessageSet.MessageLink
 
hashCode() - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
hashCode() - Method in class com.atlassian.jira.web.action.issue.bulkedit.WorkflowTransitionKey
 
hashCode() - Method in class com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult
 
hashCode() - Method in class com.atlassian.jira.web.bean.PercentageGraphRow
 
hashCode() - Method in class com.atlassian.query.clause.MultiClause
 
hashCode() - Method in class com.atlassian.query.clause.NotClause
 
hashCode() - Method in class com.atlassian.query.operand.EmptyOperand
 
hashCode() - Method in class com.atlassian.query.operand.FunctionOperand
 
hashCode() - Method in class com.atlassian.query.operand.MultiValueOperand
 
hashCode() - Method in class com.atlassian.query.operand.SingleValueOperand
 
hashCode() - Method in class com.atlassian.query.order.OrderByImpl
 
hashCode() - Method in class com.atlassian.query.order.SearchSort
 
hashCode() - Method in class com.atlassian.query.QueryImpl
 
hashCode() - Method in class com.opensymphony.user.Entity
Deprecated. Hashcode of name.
hashCode() - Method in class com.opensymphony.user.Group
Deprecated.  
hashCode() - Method in class com.opensymphony.user.User
Deprecated.  
hasHistory(UserHistoryItem.Type, User) - Method in interface com.atlassian.jira.user.UserHistoryManager
Determines whether a user has any items in their history for a given UserHistoryItem.Type This method performs no permission checks.
hasHistory(UserHistoryItem.Type, User) - Method in interface com.atlassian.jira.user.UserHistoryManager
Deprecated. use UserHistoryManager.hasHistory(com.atlassian.jira.user.UserHistoryItem.Type, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
hasIssueHistory(User) - Method in interface com.atlassian.jira.user.UserIssueHistoryManager
Determines whether the user has a current issue history.
hasIssueHistory(User) - Method in interface com.atlassian.jira.user.UserIssueHistoryManager
Determines whether the user has a current issue history.
hasIssuePermissions() - Method in interface com.atlassian.jira.permission.PermissionContext
Whether we have enough information to look up issue-specific (workflow) permissions.
hasLicenseTooOldForBuildConfirmationBeenDone() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether the admin has acknowledged that the JIRA instance is running on a too old license for its build number.
hasLocaleTranslation(IssueConstant, String) - Method in interface com.atlassian.jira.web.action.admin.translation.TranslationManager
 
hasNext() - Method in class com.atlassian.jira.util.collect.EnumerationIterator
 
hasObjectConfiguration(String) - Method in interface com.atlassian.configurable.ObjectConfigurationFactory
Does this factory know about an ObjectConfiguration with the specified id
hasPasswordWritableDirectory() - Method in interface com.atlassian.jira.user.util.UserManager
Returns true if any of the directories have permission to update user passwords, false if otherwise.
hasPermission(PermissionManager, User, Project) - Method in enum com.atlassian.jira.bc.project.ProjectAction
 
hasPermission(JiraServiceContext, Issue) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
Checks the user's permission to convert given issue.
hasPermission(int, User) - Method in interface com.atlassian.jira.security.PermissionManager
Checks to see if this user has the specified permission.
hasPermission(int, User) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.crowd.embedded.api.User). Since v4.3
hasPermission(int, GenericValue, User) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. use PermissionManager.hasPermission(int, Issue, User) for Issues or PermissionManager.hasPermission(int, Project, User) for Projects since JIRA 3.11
hasPermission(int, GenericValue, User) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. use PermissionManager.hasPermission(int, Issue, User) for Issues or PermissionManager.hasPermission(int, Project, User) for Projects since JIRA 3.11
hasPermission(int, Issue, User) - Method in interface com.atlassian.jira.security.PermissionManager
Does the same as PermissionManager.hasPermission(int,org.ofbiz.core.entity.GenericValue,User) except the entity is an issue.
hasPermission(int, Issue, User) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User). Since v4.3
hasPermission(int, Project, User) - Method in interface com.atlassian.jira.security.PermissionManager
Checks whether the specified user has a specified permission within the context of a specified project.
hasPermission(int, Project, User) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.project.Project, com.atlassian.crowd.embedded.api.User). Since v4.3
hasPermission(int, Project, User, boolean) - Method in interface com.atlassian.jira.security.PermissionManager
Checks whether the specified user has a specified permission within the context of a specified project.
hasPermission(int, Project, User, boolean) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.project.Project, com.atlassian.crowd.embedded.api.User, boolean). Since v4.3
hasPermission(int, GenericValue, User, boolean) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. use PermissionManager.hasPermission(int, Issue, User) for Issues or PermissionManager.hasPermission(int, Project, User, boolean) for Projects since 3.11
hasPermission(int, GenericValue, User, boolean) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. use PermissionManager.hasPermission(int, Issue, User) for Issues or PermissionManager.hasPermission(int, Project, User, boolean) for Projects since 3.11
hasPermission(User, SharedEntity) - Method in interface com.atlassian.jira.sharing.ShareManager
Checks to see if the user has permission to see this SharedEntity
hasPermission(User, SharedEntity) - Method in interface com.atlassian.jira.sharing.ShareManager
Checks to see if the user has permission to see this SharedEntity
hasPermission(User, SharePermission) - Method in interface com.atlassian.jira.sharing.type.ShareTypePermissionChecker
Checks if the passed user is given rights by the ShareType to user/view a SharedEntity with the passed permission.
hasPermissionToCreate(User, Issue, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Has the correct permission to create a comment for the given issue.
hasPermissionToCreate(User, Issue, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Has the correct permission to create a comment for the given issue.
hasPermissionToCreate(JiraServiceContext, Issue, boolean) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Determines if the user has the Permissions.WORK_ISSUE permission, that timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.
hasPermissionToDelete(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Determines whether the user can delete a comment.
hasPermissionToDelete(JiraServiceContext, Worklog) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Determine whether the current user has the permission to delete the supplied worklog, timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.
hasPermissionToEdit(User, Avatar.Type, String) - Method in interface com.atlassian.jira.avatar.AvatarManager
Determines if the remoteUser provided has permission to edit avatars of a certain type for the owner provided.
hasPermissionToEdit(User, Avatar.Type, String) - Method in interface com.atlassian.jira.avatar.AvatarManager
Determines if the remoteUser provided has permission to edit avatars of a certain type for the owner provided.
hasPermissionToEdit(User, Comment, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Determine whether the current user has the permission to edit the comment.
hasPermissionToEdit(User, Comment, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Determine whether the current user has the permission to edit the comment.
hasPermissionToEdit(JiraServiceContext, Long) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Determines whether the user can edit a comment.
hasPermissionToUpdate(JiraServiceContext, Worklog) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Determine whether the current user has the permission to update the supplied worklog, timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.
hasPermissionToUse(User, S) - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor
Returns true if the user has permission to use the SharedEntity
hasPermissionToUseClause(User) - Method in interface com.atlassian.jira.jql.permission.ClausePermissionChecker
Checks to see that the provided user is able to use the clause.
hasPermissionToView(User, Avatar.Type, String) - Method in interface com.atlassian.jira.avatar.AvatarManager
Determines if the remoteUser provided has permission to view avatars of a certain type for the owner provided.
hasPermissionToView(User, Avatar.Type, String) - Method in interface com.atlassian.jira.avatar.AvatarManager
Determines if the remoteUser provided has permission to view avatars of a certain type for the owner provided.
hasProjectHistory(int, User) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Determines whether the user has a current project history.
hasProjectHistory(int, User) - Method in interface com.atlassian.jira.user.UserProjectHistoryManager
Determines whether the user has a current project history.
hasProjectRolePermission(User, Project) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will have permission to modify roles if they are a JIRA admin or, if in enterprise, the user is a project administrator.
hasProjectRolePermission(User, Project) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will have permission to modify roles if they are a JIRA admin or, if in enterprise, the user is a project administrator.
hasProjects(int, User) - Method in interface com.atlassian.jira.security.PermissionManager
Can this user see at least one project with this permission
hasProjects(int, User) - Method in interface com.atlassian.jira.security.PermissionManager
Deprecated. Please use PermissionManager.hasProjects(int, com.atlassian.crowd.embedded.api.User). Since v4.3
hasProperty(String) - Method in interface com.atlassian.configurable.ObjectConfigurable
Checks if this object has a particular property
hasProperty(String) - Method in class com.atlassian.jira.service.AbstractService
 
hasSchemeAuthority(Long, GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
Checks anonymous permission of the given permission type for the given entity.
hasSchemeAuthority(Long, GenericValue, User, boolean) - Method in interface com.atlassian.jira.scheme.SchemeManager
Checks the given user's permission of the given permission type for the given entity.
hasScreen() - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
Checks if there's a screen associated with the workflow action for this transition.
hasSubscription(User, Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
hasSubscription(User, Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
hasValue(Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Determines if the field has a value for the given issue.
hasViewWatcherListPermission(Issue, User) - Method in interface com.atlassian.jira.bc.issue.watcher.WatcherService
Returns a boolean indicating whether the given user is authorised to view an issue's watcher list.
hasViewWatcherListPermission(Issue, User) - Method in interface com.atlassian.jira.bc.issue.watcher.WatcherService
Returns a boolean indicating whether the given user is authorised to view an issue's watcher list.
hasVoted(Issue, User) - Method in interface com.atlassian.jira.bc.issue.vote.VoteService
Find if the specified user has voted on an issue
hasVoted(Issue, User) - Method in interface com.atlassian.jira.bc.issue.vote.VoteService
Find if the specified user has voted on an issue
hasVoted(User, Issue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Checks if the given User has voted on the given Issue.
hasVoted(User, Issue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Checks if the given User has voted on the given Issue.
hasVoted(User, GenericValue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Checks if the collection of VoteManager.getVoters(java.util.Locale, org.ofbiz.core.entity.GenericValue) contains the user supplied.
hasVoted(User, GenericValue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Checks if the collection of VoteManager.getVoters(java.util.Locale, org.ofbiz.core.entity.GenericValue) contains the user supplied.
HEADER_IN_REPLY_TO - Static variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
HEADER_JIRA_FINGER_PRINT - Static variable in class com.atlassian.jira.mail.Email
JIRA's custom mail header used to contain a magic fingerprint string "unique" to a JIRA instance, used for identification purposes.
HEADER_MESSAGE_ID - Static variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
HeaderSeparatorService - Interface in com.atlassian.jira.image.separator
A service for creating a colourful header separators.
HIDDEN - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
hide(FieldLayoutItem) - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
 
HideableField - Interface in com.atlassian.jira.issue.fields
A marker interface for fields in JIRA which can be "hidden" as part of a FieldLayout.
HistoryPredicate - Interface in com.atlassian.query.history
Represents a possibly composite expression that may evaluate to true or false for a given change history item.
HOUR - Static variable in class com.atlassian.jira.web.util.OutlookDate
 

I

I18nHelper - Interface in com.atlassian.jira.util
I18nHelper is the main interface for finding internationalised text in JIRA.
I18nHelper.BeanFactory - Interface in com.atlassian.jira.util
Ths BeanFactory is used to instantiate I18nHelper instances
I18nTranslationMode - Interface in com.atlassian.jira.util.i18n
This allows a plugin or JIRA to set a special translations mode flag on for the current thread.
I18nTranslationModeImpl - Class in com.atlassian.jira.util.i18n
This implementation class can turn on the translations mode so that i18n produced messages get sent in a specially marked up way
I18nTranslationModeImpl() - Constructor for class com.atlassian.jira.util.i18n.I18nTranslationModeImpl
This uses a ThreadLocal under the covers so we don't care how many instances of us there are.
I18nTranslationModeSwitch - Class in com.atlassian.jira.util.i18n
This will try to switch i18n translations mode on or off depending on whether the URL has a magic parameter OR the session contains the magic attribute.
I18nTranslationModeSwitch() - Constructor for class com.atlassian.jira.util.i18n.I18nTranslationModeSwitch
 
ICommentSystemField - Interface in com.atlassian.jira.issue.fields
Marker interface for Comment System Field
identity() - Static method in class com.atlassian.jira.util.Functions
Get a function that always returns the input.
idExists(Long) - Method in interface com.atlassian.jira.jql.resolver.NameResolver
Returns true if the id would resolve to a domain object.
idExists(Long) - Method in interface com.atlassian.jira.jql.resolver.UserResolver
 
IdKeyPair - Class in com.atlassian.jira.imports.project.mapper
Used to hold a Id and key of a value that exists in either a backup JIRA or a live version of JIRA.
IdKeyPair(String, String) - Constructor for class com.atlassian.jira.imports.project.mapper.IdKeyPair
 
ignoreCustomField(String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
 
ImageUtils - Interface in com.atlassian.jira.image.util
Util class for calculating common things for image manipulation/creation.
ImmutableException - Exception in com.opensymphony.user
Deprecated. 
ImmutableException() - Constructor for exception com.opensymphony.user.ImmutableException
Deprecated.  
ImmutableException(String) - Constructor for exception com.opensymphony.user.ImmutableException
Deprecated.  
IMPORT - Static variable in interface com.atlassian.jira.config.util.JiraHome
Name of the "Import" directory in JIRA home.
IMPORT_ATTACHMENTS - Static variable in interface com.atlassian.jira.config.util.JiraHome
Name of the "Import/Attachments" directory in JIRA home.
IMPORT_ID_PREFIX - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
IMPORT_ID_PREFIX_UNCONFIGURED - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
ImportUtils - Class in com.atlassian.jira.util
Utility code originally written to support various importers.
IMPROVEMENT_TYPE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
IMPROVEMENT_TYPE_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
INCLUDE_USER_IN_MAIL_FROMADDRESS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
includeShortcuts() - Method in interface com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager
Returns a URL to be used to include the currently registered keyboard shortcuts in a page.
INCOMPLETE_RESOLUTION - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
INCOMPLETE_RESOLUTION_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
increaseFavouriteSequence(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Increases the position of the SharedEntity relative to the user's set of all other entities of the same type.
increaseFavouriteSequence(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Increases the position of the SharedEntity relative to the user's set of all other entities of the same type.
increaseVersionSequence(VersionService.MoveVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Move a version to have a lower sequence number - ie make it earlier.
increaseVersionSequence(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Move a version to have a lower sequence number - ie make it earlier
incrementSequence(Option) - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
IndexedChangeHistoryField - Class in com.atlassian.jira.issue.index
Simple class to represent a supported field in a change history search.
IndexedChangeHistoryField(String, DateRangeBuilder) - Constructor for class com.atlassian.jira.issue.index.IndexedChangeHistoryField
 
IndexedChangeHistoryFieldManager - Interface in com.atlassian.jira.issue.index
allows you to add and remove fields that will be indexed in the change history index
INDEXES_DIR - Static variable in interface com.atlassian.jira.config.util.IndexPathManager
 
IndexException - Exception in com.atlassian.jira.issue.index
 
IndexException() - Constructor for exception com.atlassian.jira.issue.index.IndexException
 
IndexException(String) - Constructor for exception com.atlassian.jira.issue.index.IndexException
 
IndexException(Exception) - Constructor for exception com.atlassian.jira.issue.index.IndexException
 
IndexException(String, Exception) - Constructor for exception com.atlassian.jira.issue.index.IndexException
 
indexOf(Iterable<? extends T>, Predicate<? super T>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Returns the index of the first element that matches the predicate.
IndexPathManager - Interface in com.atlassian.jira.config.util
Responsible for determining the current location of JIRA indexes.
IndexPathManager.Directory - Class in com.atlassian.jira.config.util
 
IndexPathManager.Directory() - Constructor for class com.atlassian.jira.config.util.IndexPathManager.Directory
 
IndexPathManager.Mode - Enum in com.atlassian.jira.config.util
 
IndexPathManager.PropertiesAdaptor - Class in com.atlassian.jira.config.util
Implementation of IndexPathManager that uses the ApplicationProperties to get the current paths.
IndexPathManager.PropertiesAdaptor(ApplicationProperties, JiraHome) - Constructor for class com.atlassian.jira.config.util.IndexPathManager.PropertiesAdaptor
 
IndexPathService - Interface in com.atlassian.jira.config.util
Service that provides access to JIRA's Lucene indexing paths.
inGroup(String, String) - Method in interface com.opensymphony.user.provider.AccessProvider
Deprecated. Find out whether given user is member of given group.
inGroup(String, String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
inGroup(Group) - Method in class com.opensymphony.user.User
Deprecated. Use GroupManager.isUserInGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group) instead. Since v4.4.
inGroup(String) - Method in class com.opensymphony.user.User
Deprecated. Use GroupManager.isUserInGroup(String, String) instead. Since v4.4.
init(Map) - Method in interface com.atlassian.configurable.ObjectConfiguration
Initialises the object with some parameters
init(Map) - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
Initialises the object so it can retrieve values dependant on the parameters in the Map
init(Map) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
init(Map) - Method in interface com.atlassian.jira.event.JiraListener
Initialise the listener.
init(CustomFieldSearcherModuleDescriptor) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldSearcher
Initializes the searcher.
init(CustomFieldTypeModuleDescriptor) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Initialises the CustomFieldType with the given descriptor.
init(CustomFieldTypeModuleDescriptor) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
init(CustomFieldSearcherModuleDescriptor) - Method in class com.atlassian.jira.issue.customfields.searchers.AbstractInitializationCustomFieldSearcher
 
init(T) - Method in interface com.atlassian.jira.issue.search.searchers.IssueSearcher
Initialises the searcher with a given field.
init(Plugin, Element) - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
init(JqlFunctionModuleDescriptor) - Method in interface com.atlassian.jira.plugin.jql.function.JqlFunction
Initialises this pluggable function with it's module descriptor.
init(PropertySet) - Method in class com.atlassian.jira.service.AbstractService
 
init(PropertySet) - Method in interface com.atlassian.jira.service.JiraService
Initialise the service.
init(PropertySet) - Method in class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
 
init(PropertySet) - Method in class com.atlassian.jira.service.services.mail.MailFetcherService
MUST pass 'mail-hostname', 'username' and 'password' as parameters
init(Map) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
init(Map) - Method in interface com.atlassian.jira.service.util.handler.MessageHandler
Will be called before any messages are to be handled.
init(Properties) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
 
init(Properties) - Method in interface com.opensymphony.user.provider.UserProvider
Deprecated. Called by UserManager before any other method.
initFromIssues(List, BulkEditBean) - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
Initialises this MultiBulkMoveBean given a list of issues.
initialiseWorker(ComponentAccessor.Worker) - Static method in class com.atlassian.jira.component.ComponentAccessor
 
initMultiBulkBean() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
initMultiBulkBeanWithSubTasks() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
initOptionIds(Collection) - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
initSelectedIssues(Collection<Issue>) - Method in class com.atlassian.jira.web.bean.BulkEditBean
Initialises the BulkEditBean with the selected issues
InjectableComponent - Annotation Type in com.atlassian.jira.util
The annotated type (a component), field (a component dependency for another class), or constructor was designed to be compatible with injection, meaning that: for Types, other classes can confidently access an instance of this type as a dependency via auto-wired injection; for Fields, they can be instantiated via auto-wired dependency injection; for Constructors, there are no parameters declared which are NonInjectableComponents, and thus should be satisfiable under default dependency injection circumstances
INPROGRESS_STATUS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
INPROGRESS_STATUS_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
inProject(long) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 
interpolateProjectKey(GenericValue, String) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
Variable interpolation.
invalidate() - Method in interface com.atlassian.jira.util.velocity.VelocityRequestSession
Invalidates this session and unbinds any objects bound to it.
invertMap(Map) - Static method in class com.atlassian.jira.util.MapUtils
 
INWARD_FIELD_NAME - Static variable in class com.atlassian.jira.issue.link.IssueLinkType
 
IS_DISABLED - Static variable in class com.atlassian.jira.config.properties.APKeys.WebSudo
 
isAbsolutePath() - Method in class com.atlassian.jira.util.MessageSet.MessageLink
 
isAcceptableName(String) - Static method in class com.atlassian.jira.workflow.WorkflowUtil
 
isActive(EventType) - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
isActive() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Determine whether this workflow object is currently active.
isActive(JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Determine whether or not a given workflow is active in the system.
isActive() - Method in class com.opensymphony.user.User
Deprecated.  
isAddButtonNeeded(JiraAuthenticationContext) - Method in interface com.atlassian.jira.sharing.type.ShareTypeRenderer
Return whether or not the component needs a button.
isAdminDeletingSysAdminGroup(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.group.GroupService
This is a validation utility method that will determine if the current user is only a JIRA Administrator and they are trying to delete a group that is associated with JIRA System Administrators.
isAjaxSearchEnabled() - Method in interface com.atlassian.jira.bc.user.search.UserPickerSearchService
Returns true only if UserPicker Ajax search is enabled.
isAliasForField(User, String) - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
 
isAll() - Method in interface com.atlassian.jira.jql.context.IssueTypeContext
Indicates the special case of all issue types that are not enumerated.
isAll() - Method in interface com.atlassian.jira.jql.context.ProjectContext
Indicates the special case of all projects that are not enumerated.
isAllCustomFields() - Method in interface com.atlassian.jira.plugin.issueview.IssueViewFieldParams
Method returns true if allcustom parameter in url was specified, otherwise false
isAllIssueTypes() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
isAllIssueTypes() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
isAllIssueTypes() - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns true if it applies for all issue types, false otherwise.
isAllowed(URI) - Method in interface com.atlassian.jira.bc.whitelist.WhitelistManager
Checks if requests to the provided URI are allowed according to the current whitelist configuration
isAllowed(URI) - Method in interface com.atlassian.jira.bc.whitelist.WhitelistService
Checks if requests to the provided URI are allowed according to the current whitelist configuration
isAllowUnassigned() - Static method in class com.atlassian.jira.project.AssigneeTypes
Provides the application property for permitting issues to be unassigned.
isAllProjects() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
isAllProjects() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
isAllProjects() - Method in interface com.atlassian.jira.issue.fields.CustomField
Checks whether this custom field applies for all projects.
isAnyFieldDefined() - Method in interface com.atlassian.jira.plugin.issueview.IssueViewFieldParams
Method returns true if any valid field was specified in url parameters
isArchived() - Method in interface com.atlassian.jira.project.version.Version
 
isAutoSubmitted(Message) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
isAvailable(BulkEditBean) - Method in interface com.atlassian.jira.bulkedit.operation.BulkEditAction
 
isAvailablePreviousStep(int) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
isAvailablePreviousStep(int) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
isAvatarOwner(Avatar, String) - Method in interface com.atlassian.jira.avatar.AvatarManager
Tells whether the given avatar is owned by the given owner.
isBasicMode() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
isBasicMode() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
isCaseSensitive(String) - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
Returns true if the specified field name in the database is case sensitive.
isChecked(Issue) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
isColumnViewTemplateExists() - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
isCommercial() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether this is a commercial license or not
isCommonAction(ActionDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
isCommunity() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether this is a community license or not
isContainsField(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
isCreated() - Method in interface com.atlassian.jira.issue.Issue
 
isCurrentPage() - Method in class com.atlassian.jira.web.bean.Page
 
isCurrentPage() - Method in interface com.atlassian.jira.web.component.IssuePage
 
isCustomField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isCustomField(Field) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isCustomFieldHidden(Long, Long, String) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
Checks if the custom field is hidden in the project with id of projectId.
isCustomViewRequested() - Method in interface com.atlassian.jira.plugin.issueview.IssueViewFieldParams
Method returns true if custom issue view was requested by specyfing "field" parameter in request url
isDatePickerDate(String) - Method in class com.atlassian.jira.web.util.OutlookDate
 
isDefault() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
Returns true if this is the default FieldLayout.
isDefault() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Determines if the workflow is the default JIRA workflow
isDefaultAssignee(GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getDefaultAssignee(Project, java.util.Collection) and check for DefaultAssigneeException. Since v4.4.
isDefaultAssignee(GenericValue, GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.getDefaultAssignee(Project, java.util.Collection) and check for DefaultAssigneeException. Since v4.4.
isDefaultIssueTypeScheme(FieldConfigScheme) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
 
isDeliveryStatus(Message) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
isDemonstration() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether this is a demonstration license or not
isDeveloper() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether this is a developer license or not
isDisabled() - Method in interface com.atlassian.jira.bc.whitelist.WhitelistManager
Returns true if the whitelist is currently disabled (meaning all requests are allowed).
isDisabled() - Method in interface com.atlassian.jira.bc.whitelist.WhitelistService
Returns true if the whitelist is currently disabled (meaning all requests are allowed).
isDispatchEvent() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
isDraftWorkflow() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Determines if the workflow is an draft edit of an active workflow.
isDueAt(long) - Method in interface com.atlassian.jira.service.JiraServiceContainer
Is this service due to run at the specified time.
isDuplicateName(Version, String, GenericValue) - Method in interface com.atlassian.jira.project.version.VersionManager
Check that the version name we are changing to is not a duplicate.
isEditable(Issue, User) - Method in interface com.atlassian.jira.bc.issue.IssueService
Returns true if the issue can be edited by the current user.
isEditable(Issue, User) - Method in interface com.atlassian.jira.bc.issue.IssueService
Returns true if the issue can be edited by the current user.
isEditable() - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns true if this custom field can be edited, false otherwise.
isEditable() - Method in interface com.atlassian.jira.issue.Issue
 
isEditable(Issue) - Method in interface com.atlassian.jira.issue.IssueManager
Returns true if the issue can be edited.
isEditable(Issue, User) - Method in interface com.atlassian.jira.issue.IssueManager
Returns true if the issue can be edited by the current user.
isEditable(Issue, User) - Method in interface com.atlassian.jira.issue.IssueManager
Returns true if the issue can be edited by the current user.
isEditable() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Determines if the workflow can be modifed within JIRA.
isEditable(Issue) - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
isEditableCheckRequired() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogInputParameters
 
isEditableCheckRequired() - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
isEditableCheckRequired() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogResult
 
isEditTemplateExists() - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
isEmpty() - Method in interface com.atlassian.jira.issue.transport.FieldParams
 
isEmpty() - Method in class com.atlassian.jira.jql.operand.QueryLiteral
 
isEmpty() - Method in class com.atlassian.jira.security.roles.ProjectRoleManager.ProjectIdToProjectRoleIdsMap
Returns true if the map is empty, false otherwise
isEmpty() - Method in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
 
isEmpty() - Method in class com.atlassian.jira.util.collect.CollectionEnclosedIterable
 
isEmpty() - Method in class com.atlassian.jira.util.collect.CompositeMap
 
isEmpty() - Method in interface com.atlassian.jira.util.collect.EnclosedIterable
 
isEmpty() - Method in interface com.atlassian.jira.util.collect.Sized
 
isEmptyOperand(Operand) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
Returns true if the operand represents an EMPTY operand.
isEnabled(String) - Method in interface com.atlassian.configurable.ObjectConfiguration
Is a particular property enabled at the moment - may be a runtime check.
isEnabled() - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
Whether the property is enabled in the current context.
isEnabled() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
isEnabled() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
isEnabled() - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns true if all configuration schemes returned by CustomField.getConfigurationSchemes() are enabled.
isEnableNotifications() - Static method in class com.atlassian.jira.util.ImportUtils
 
isEntitledToSupport() - Method in interface com.atlassian.jira.license.LicenseDetails
 
isEvaluation() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether this is an evaluation license or not
isEventBeingSent() - Method in class com.atlassian.jira.event.type.EventDispatchOption.EventDispatchOptionImpl
 
isEventBeingSent() - Method in interface com.atlassian.jira.event.type.EventDispatchOption
This should be false if you do not want to dispatch an event, otherwise the event specified by EventDispatchOption.getEventTypeId() will be used.
isEventTypeExists(String) - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
isEventTypeExists(Long) - Method in interface com.atlassian.jira.event.type.EventTypeManager
 
isExpired() - Method in interface com.atlassian.jira.license.LicenseDetails
Checks whether the license is either expired or the grace period for an extended license (after upgrade) is over.
isFatal() - Method in class com.atlassian.jira.issue.fields.util.MessagedResult
 
isFavourite(User, SharedEntity) - Method in interface com.atlassian.jira.bc.favourites.FavouritesService
Check that the given entity is a favourite of the user passed in the context
isFavourite(User, SharedEntity) - Method in interface com.atlassian.jira.bc.favourites.FavouritesService
Check that the given entity is a favourite of the user passed in the context
isFavourite(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Check to see if the given entity is a favourite of the user passed in.
isFavourite(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Check to see if the given entity is a favourite of the user passed in.
isFieldAlwaysPartOfAnIssue() - Method in interface com.atlassian.jira.issue.statistics.StatisticsMapper
Check if the field is always part of an issues data.
isFieldHidden(User, Field) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isFieldHidden(User, String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
Determines whether the field with id of fieldId is NOT hidden in AT LEAST one FieldLayout that the user can see (assigned to projects for which the user has the Permissions.BROWSE permission).
isFieldHidden(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayout
 
isFieldHidden(User, String) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
Checks if the field is hidden or visible across all the projects that the user can see (has the Permissions.BROWSE permission).
isFieldHidden(User, String) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
Deprecated. Use FieldVisibilityManager.isFieldHidden(com.atlassian.crowd.embedded.api.User, String) instead. Since v4.3
isFieldHidden(String, GenericValue) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
Deprecated. use FieldVisibilityManager.isFieldHidden(String, com.atlassian.jira.issue.Issue)
isFieldHidden(String, Issue) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
Checks if the field is hidden for the issue's current field layout scheme.
isFieldHidden(Long, String, Long) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
Checks if the field is hidden in the project with id of projectId.
isFieldHidden(Long, String, String) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
Checks if specified field is hidden in at least one scheme associated with the specified project and issue type.
isFieldHiddenInAllSchemes(Long, String, List<String>) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
Returns TRUE if specified field is hidden under the following scenarios:

1: Project specified - is field hidden in all schemes associated with the specified project.

isFieldHiddenInAllSchemes(Long, String) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
 
isFieldHiddenInAllSchemes(String, SearchContext, User) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
 
isFieldHiddenInAllSchemes(String, SearchContext, User) - Method in interface com.atlassian.jira.web.FieldVisibilityManager
Deprecated. Use FieldVisibilityManager.isFieldHiddenInAllSchemes(String, com.atlassian.jira.issue.search.SearchContext, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
isFieldLayoutSchemesVisiblyEquivalent(Long, Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Will determine whether or not two FieldLayoutSchemes are "visibly equivalent".
isFieldLayoutsVisiblyEquivalent(Long, Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Will determine whether or not two FieldLayouts are "visibly equivalent".
isFieldPresent(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
isFieldSet(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
isFieldVisibleAndInScope(Issue) - Method in interface com.atlassian.jira.issue.index.indexers.FieldIndexer
This method is used to determine if the indexer is relevant for the provided issue.
isFieldVisibleAndInScope(Issue) - Method in class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
 
isForAnyIssueTypes() - Method in interface com.atlassian.jira.issue.search.SearchContext
Returns true if no specific issue types have been selected
isForAnyProjects() - Method in interface com.atlassian.jira.issue.search.SearchContext
Returns whether the context is global or not.
isFunctionOperand(Operand) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
Returns true if the passed operand is a function call.
isGlobal() - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
isGlobal() - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
isGlobal() - Method in interface com.atlassian.jira.issue.fields.CustomField
Returns true if this custom field applies for all projects and all issue types.
isGlobal() - Method in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
 
isGlobalAction(ActionDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
isGlobalPermission(int) - Static method in class com.atlassian.jira.security.Permissions
 
isGroupActor() - Method in class com.atlassian.jira.external.beans.ExternalProjectRoleActor
 
isGroupVisiblityEnabled() - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Returns the flag that indicates whether group visiblity is enabled
isGroupVisiblityEnabled() - Method in interface com.atlassian.jira.bc.issue.util.VisibilityValidator
Determines if group visibility restrictions are currently enabled in JIRA.
isHasCreatedIssue() - Method in interface com.atlassian.jira.permission.PermissionContext
Whether the PermissionContext has an existing (not 'being created') issue.
isHasMailServer() - Method in interface com.atlassian.jira.notification.NotificationSchemeManager
 
isHasMailServer() - Method in class com.atlassian.jira.web.bean.BulkEditBean
Check if a mail server has been specified.
isHidden() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutItem
Whether the field should be invisible in the UI.
isHidden() - Method in class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
 
isHideableField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isHideableField(Field) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isHtml() - Method in class com.atlassian.jira.notification.NotificationRecipient
 
isI18NValues(String) - Method in interface com.atlassian.configurable.ObjectConfiguration
 
isI18nValues() - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
 
isIgnoredCustomField(String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
 
isIgnoreUrlWithKey() - Method in interface com.atlassian.jira.util.JiraKeyUtils.KeyMatcher
 
isInContext(IssueContext) - Method in interface com.atlassian.jira.issue.context.JiraContextNode
 
isInContext(IssueContext) - Method in interface com.atlassian.jira.issue.fields.config.FieldConfigScheme
 
isInContext(IssueContext) - Method in class com.atlassian.jira.issue.fields.config.FieldConfigSchemeImpl
 
isIndexIssues() - Static method in class com.atlassian.jira.util.ImportUtils
 
isInGroup(String) - Method in class com.atlassian.jira.notification.NotificationRecipient
Checks if the recipient is in the specified group.
isInitialAction(ActionDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
isInScope(Project, List<String>) - Method in interface com.atlassian.jira.issue.fields.CustomField
Determines if this custom field is within the scope of the given project, and list of Issue Types.
isInScope(GenericValue, List<String>) - Method in interface com.atlassian.jira.issue.fields.CustomField
Deprecated. Please use CustomField.isInScope(com.atlassian.jira.project.Project, java.util.List). This method was created in v4.3 as a temporary compatibility measure and has been always deprecated.
isInScope(SearchContext) - Method in interface com.atlassian.jira.issue.fields.CustomField
Determines whether this custom field is in scope.
isInScope(User, SearchContext) - Method in interface com.atlassian.jira.issue.fields.CustomField
Deprecated. Use CustomField.isInScope(com.atlassian.jira.issue.search.SearchContext) instead. Since v4.3
isInstanceOf(Class<? extends T>) - Static method in class com.atlassian.jira.util.Predicates
 
isInternal() - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
isInternal() - Method in interface com.atlassian.jira.event.JiraListener
Indicates whether administrators can delete this listener from within the web interface.
isInternal() - Method in class com.atlassian.jira.service.AbstractService
By default, returns false.
isInternal() - Method in interface com.atlassian.jira.service.JiraService
Indicates whether administrators can delete this service from within the web interface.
isIssueInEditableWorkflowState(Issue) - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Will return true if the issue is in an editable workflow state.
isJqlCustomFieldId(String) - Static method in class com.atlassian.jira.jql.util.JqlCustomFieldId
 
isKeyboardShortcutsEnabled() - Method in interface com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager
Returns if the user has keyboard shortcuts enabled.
isKeyDetectionBackwardsCompatible() - Method in interface com.atlassian.jira.util.JiraKeyUtils.KeyMatcher
 
isKeyInString(String, String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
Determines whether the provided key is part of the provided string
isKeyInString(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
Determines whether any JIRA issue key is in the given string
isKeyInString(String) - Method in interface com.atlassian.jira.util.JiraKeyUtils.KeyMatcher
 
isLastBulkEditBean() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
isLicenseAlmostExpired() - Method in interface com.atlassian.jira.license.LicenseDetails
If the license is Evaluation or Extended (New Build, Old License), returns true if we are within 7 days of the expiry date.
isLicenseSet() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether a license has been set or not for this JIRA instance.
isList() - Method in interface com.atlassian.jira.plugin.jql.function.JqlFunction
This method should return true if the function is meant to be used with the IN or NOT IN operators, that is, if the function should be viewed as returning a list.
isList() - Method in class com.atlassian.jira.plugin.jql.function.JqlFunctionModuleDescriptor
 
isListOperand(Operand) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
Returns true if the passed operand returns a list of values.
isLoaded() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
isMaintenanceValidForBuildDate(Date) - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether the current build date is within the maintenance of the license
isMandatoryField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isMandatoryField(Field) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isMember(Principal) - Method in class com.opensymphony.user.Group
Deprecated. Returns true if the passed principal is a member of the group.
isModified() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
Indicates whether any fields of the screen have been modified
isModified() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
isModified() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
isMultipleProjects() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
isMutable() - Method in class com.opensymphony.user.Entity
Deprecated. Determine if entity is mutable.
isMutipleIssueTypes() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
isNavigableField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isNavigableField(Field) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isNonProfit() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether this is a non profit license or not
isNonSysAdminAttemptingToDeleteSysAdmin(User, User) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.isNonSysAdminAttemptingToDeleteSysAdmin(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
isNonSysAdminAttemptingToDeleteSysAdmin(User, User) - Method in interface com.atlassian.jira.user.util.UserUtil
Checking if user without SYSTEM_ADMIN rights tries to remove user with SYSTEM_ADMIN rights.
isNull() - Static method in class com.atlassian.jira.util.Predicates
A predicate that check that the input is null.
isOK() - Method in class com.atlassian.jira.plugin.searchrequestview.auth.Authorizer.Failure
 
isOK() - Method in interface com.atlassian.jira.plugin.searchrequestview.auth.Authorizer.Result
 
isOnlyContainsSubTasks() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
isOpenSource() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether this is an open source license or not
isOrderableField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isOrderableField(Field) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isOrdinaryAction(ActionDescriptor) - Method in interface com.atlassian.jira.workflow.JiraWorkflow
 
isOverdue(Version) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Is the passed version overdue? This method does no permission checks on the passed version.
isParseable(String) - Method in interface com.atlassian.jira.util.DateFieldFormat
Returns a boolean indicating whether the given text contains a valid date.
isPartOfUrl(String, int) - Static method in class com.atlassian.jira.util.JiraKeyUtils
 
isPersonalLicense() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether this is a personal license or not
isPreviousValueSpecified() - Method in class com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult
 
isPrintHeader() - Method in class com.atlassian.jira.issue.search.searchers.SearcherGroup
 
isPrivate() - Method in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
 
isProjectRoleNameUnique(User, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will tell you if a role name exists or not.
isProjectRoleNameUnique(User, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will tell you if a role name exists or not.
isProjectRoleVisiblityEnabled() - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Returns the flag that indicates whether project role visibility is enabled
isProjectRoleVisiblityEnabled() - Method in interface com.atlassian.jira.bc.issue.util.VisibilityValidator
Determines if project role visibility restrictions are currently enabled in JIRA.
isReleased() - Method in interface com.atlassian.jira.project.version.Version
 
isRelevantForIssue(Issue) - Method in class com.atlassian.jira.issue.index.indexers.impl.AbstractCustomFieldIndexer
 
isRelevantForQuery(User, Query) - Method in interface com.atlassian.jira.issue.search.searchers.renderer.SearchRenderer
Checks if the searchRequest object has a search representation that was created by the searcher and is used to determine if the SearchRenderer.getViewHtml(User, com.atlassian.jira.issue.search.SearchContext, com.atlassian.jira.issue.transport.FieldValuesHolder, java.util.Map, webwork.action.Action) method should be called when rendering the search summary.
isRemoveFromAllSelected(String) - Method in class com.atlassian.jira.bc.group.GroupRemoveChildMapper
Indicates that the given child is to be removed from all default groups.
isRenderable() - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
This is a mirror of the method from the RenderableField interface and is needed to bridge the gap between CustomFields and CustomFieldTypes.
isRenderable() - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
isRenderable() - Method in interface com.atlassian.jira.issue.fields.renderer.RenderableField
Defines if a field determines itself as renderable.
isRenderableField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isRenderableField(Field) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isRequirableField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isRequirableField(Field) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isRequired() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutItem
Whether a field value is mandatory.
isRequired() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
isRequiredField(String) - Static method in class com.atlassian.jira.issue.IssueFieldConstants
 
isReservedKeyword(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
Check if the Project Key matches a list of reserved keywords - JRA-8051.
isResourceExist(String) - Method in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
isRetainChecked(String) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
isReverse() - Method in class com.atlassian.query.order.SearchSort
 
isRoleNameUnique(String) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Will tell you if a role name exists or not.
isRunning() - Method in interface com.atlassian.jira.service.JiraServiceContainer
 
isScreenshotAppletEnabled() - Method in interface com.atlassian.jira.issue.AttachmentManager
Determine if screenshot applet has been enabled in JIRA.
isScreenshotAppletSupportedByOS() - Method in interface com.atlassian.jira.issue.AttachmentManager
Determine if the screenshot applet is supported by the user's operating system.
isSearchRequestAuthorized(User, SearchRequest, SearchRequestParams) - Method in interface com.atlassian.jira.plugin.searchrequestview.auth.Authorizer
Can the specified user perform this SearchRequest?
isSearchRequestAuthorized(User, SearchRequest, SearchRequestParams) - Method in interface com.atlassian.jira.plugin.searchrequestview.auth.Authorizer
Can the specified user perform this SearchRequest?
isSecurityOverriden() - Method in interface com.atlassian.jira.jql.query.QueryCreationContext
 
isSendBulkNotification() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
isSendMail() - Method in class com.atlassian.jira.event.issue.IssueEvent
 
isSendMail() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
isSharedWith(User, SharedEntity) - Method in interface com.atlassian.jira.sharing.ShareManager
Whether this entity has been shared with the specified user.
isShow(Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
isShown(Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Tests field specific way to determine if it should be shown or not.
isShown(Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
isShown(User, SearchContext) - Method in interface com.atlassian.jira.issue.search.searchers.renderer.SearchRenderer
Checks if the searcher should be shown in this context on the Issue Navigator.
isShown(User, SearchContext) - Method in class com.atlassian.jira.issue.search.searchers.SearcherGroup
 
isSingleProjectContext() - Method in interface com.atlassian.jira.issue.search.SearchContext
 
isSingleton() - Method in interface com.atlassian.jira.sharing.type.ShareType
Represents whether this ShareType is a singleton.
isStarter() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells wheter this is a starter license or not
isStatusChangeRequired(JiraServiceContext, Issue, IssueType) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
Determines if the workflow status exists in the target workflow (based on current project and target issue type).
isStatusValid(BulkEditBean) - Method in interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation
 
isStepOnDraftWithNoTransitionsOnParentWorkflow(JiraServiceContext, JiraWorkflow, int) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
Given a draft workflow and a step Id, this method returns true, if the step does not have any transitions on the original workflow.
isSubTask(GenericValue) - Method in interface com.atlassian.jira.config.SubTaskManager
 
isSubTask(String) - Method in class com.atlassian.jira.imports.project.mapper.IssueTypeMapper
 
isSubTask() - Method in interface com.atlassian.jira.issue.Issue
 
isSubTask() - Method in interface com.atlassian.jira.issue.issuetype.IssueType
 
isSubTaskCollection() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
isSubTaskIssueType(GenericValue) - Method in interface com.atlassian.jira.config.SubTaskManager
 
isSubTaskLinkType() - Method in class com.atlassian.jira.issue.link.IssueLinkType
 
isSubTaskOnly() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
isSubTasksEnabled() - Method in interface com.atlassian.jira.config.SubTaskManager
 
isSubtasksUpdated() - Method in class com.atlassian.jira.event.issue.IssueEvent
 
isSubtasksUpdated() - Method in interface com.atlassian.jira.issue.util.IssueChangeHolder
Returns true if any subtasks of this issue where updated and therefore need to be re-indexed.
isSubtasksUpdated() - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
isSubvertSecurityScheme() - Static method in class com.atlassian.jira.util.ImportUtils
 
isSuccess() - Method in class com.atlassian.jira.bc.group.GroupService.BulkEditGroupValidationResult
 
issue(Issue) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
 
issue(Issue) - Static method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl
 
Issue - Interface in com.atlassian.jira.issue
Main issue interface.
ISSUE - Static variable in class com.atlassian.jira.JiraDataTypes
Defines the core JIRA data types
ISSUE - Static variable in class com.atlassian.jira.user.UserHistoryItem
 
ISSUE_ASSIGNED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_ASSIGNEE - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_ASSIGNEE_GROUP - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_AUTHOR - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_AUTHOR_GROUP - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_CLOSED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_COMMENT_EDITED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_COMMENTED_FROM_EMAIL - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
ISSUE_COMMENTED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_COMPONENT - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_CREATED - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_CREATED_FROM_EMAIL - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
ISSUE_CREATED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_CURRENT_USER - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_CUSTOMFIELD_PREFIX - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_DELETED - Static variable in interface com.atlassian.jira.event.type.EventDispatchOption
Use this when you want to dispatch an EventType.ISSUE_DELETED_ID event.
ISSUE_DELETED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_DESC - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_DUEDATE - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_ENV - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_FIXVERSION - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_GENERICEVENT_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_ID - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_INDEX - Static variable in interface com.atlassian.jira.issue.search.SearchProviderFactory
 
ISSUE_INDEX_FETCH_SIZE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
ISSUE_KEY - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_KEY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
ISSUE_KEY_FOLDED - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_KEY_NUM_PART - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_KEY_NUM_PART_RANGE - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_LABELS - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_LABELS_FOLDED - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_LINK - Static variable in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
ISSUE_LINK_TYPE - Static variable in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
ISSUE_LINKS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
ISSUE_MOVED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_NAVIGATOR_MODE - Static variable in interface com.atlassian.jira.web.SessionKeys
 
ISSUE_NAVIGATOR_TYPE - Static variable in interface com.atlassian.jira.web.SessionKeys
 
ISSUE_NAVIGATOR_USER_CREATED - Static variable in interface com.atlassian.jira.web.SessionKeys
 
ISSUE_NO_AUTHOR - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_NON_EMPTY_FIELD_IDS - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_PARENTTASK - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_PRIORITY - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_PROGRESS - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_REOPENED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_RESOLUTION - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_RESOLUTION_DATE - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_RESOLVED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_SECURITY_LEVEL - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_SECURITY_LEVEL - Static variable in class com.atlassian.jira.JiraDataTypes
 
ISSUE_SORT_DESC - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_SORT_SUMMARY - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_STATUS - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_SUBTASKS - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_SUMMARY - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_SUMMARY_SORT - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_TABLE_COLS_DASHBOARD - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
ISSUE_TABLE_COLS_LINKED_ISSUE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
ISSUE_TABLE_COLS_SUBTASK - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
ISSUE_TIME_ESTIMATE_CURR - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_TIME_ESTIMATE_ORIG - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_TIME_SPENT - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_TYPE - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_TYPE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
ISSUE_TYPE - Static variable in class com.atlassian.jira.JiraDataTypes
 
ISSUE_TYPE_CONSTANT_TYPE - Static variable in interface com.atlassian.jira.config.ConstantsManager
Used in the generic ConstantsManager.getConstant(String, String) method
ISSUE_UNASSIGNED - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_UPDATED - Static variable in interface com.atlassian.jira.event.type.EventDispatchOption
Use this when you want to dispatch an EventType.ISSUE_UPDATED_ID event.
ISSUE_UPDATED - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_UPDATED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_VERSION - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_VISIBLE_FIELD_IDS - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_VOTERS - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_VOTES - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_WATCHERS - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_WATCHES - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_WORKLOG_DELETED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_WORKLOG_UPDATED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_WORKLOGGED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_WORKRATIO - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
ISSUE_WORKSTARTED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
ISSUE_WORKSTOPPED_ID - Static variable in class com.atlassian.jira.event.type.EventType
 
issueAssigned(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueAssigned(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
IssueChangeHolder - Interface in com.atlassian.jira.issue.util
This defines a simple object that can contain the changes that have occurred to an issue.
issueClosed(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueClosed(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
issueCommented(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueCommented(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
issueCommentEdited(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
IssueConstant - Interface in com.atlassian.jira.issue
Abstraction to represent any of the various constants like Resolution, Status etc.
IssueConstantsField - Interface in com.atlassian.jira.issue.fields
At the moment this is a fairly useless marker interface.
IssueContext - Interface in com.atlassian.jira.issue.context
A context (scope) for an issue or custom field.
IssueConversionService - Interface in com.atlassian.jira.bc.subtask.conversion
 
issueCreated(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueCreated(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
IssueCreationHelperBean - Interface in com.atlassian.jira.web.action.issue
 
issueDeleted(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueDeleted(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
IssueEvent - Class in com.atlassian.jira.event.issue
Basic representation of something that happens to an Issue, such as a modification or comment.
IssueEvent(Issue, Map, User, Long) - Constructor for class com.atlassian.jira.event.issue.IssueEvent
Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue, Map, User, Long, boolean) - Constructor for class com.atlassian.jira.event.issue.IssueEvent
Allows configuration of whether the mail notification should be sent
IssueEvent(Issue, User, Comment, Worklog, GenericValue, Map, Long) - Constructor for class com.atlassian.jira.event.issue.IssueEvent
Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue, User, Comment, Worklog, GenericValue, Map, Long, boolean) - Constructor for class com.atlassian.jira.event.issue.IssueEvent
Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue, User, Comment, Worklog, GenericValue, Map, Long, boolean, boolean) - Constructor for class com.atlassian.jira.event.issue.IssueEvent
 
IssueEventListener - Interface in com.atlassian.jira.event.issue
The IssueEventListener is the main Listener within JIRA.
IssueFactory - Interface in com.atlassian.jira.issue
The IssueFactory is used for creating Issues in JIRA, as well as converting GenericValue issue objects to proper Issue objects.
issueFactory - Variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
IssueFieldConstants - Class in com.atlassian.jira.issue
 
IssueFieldConstants() - Constructor for class com.atlassian.jira.issue.IssueFieldConstants
 
issueGenericEvent(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueGenericEvent(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
IssueIdConstants - Class in com.atlassian.jira.issue.search.constants
Searching constants for the "IssueKey" JQL clause.
IssueInputParameters - Interface in com.atlassian.jira.issue
This represents an issue builder and can be used to provide parameters that can be used to create and update an issue through the IssueService.
IssueKeyConstants - Class in com.atlassian.jira.issue.search.constants
Constants for issue key.
IssueLink - Class in com.atlassian.jira.issue.link
 
IssueLink(GenericValue, IssueLinkTypeManager, IssueManager) - Constructor for class com.atlassian.jira.issue.link.IssueLink
 
IssueLinkType - Class in com.atlassian.jira.issue.link
 
IssueLinkType(GenericValue, IssueLinkTypeManager) - Constructor for class com.atlassian.jira.issue.link.IssueLinkType
Deprecated. use IssueLinkType(GenericValue) we don't need the ILTM.
IssueLinkType(GenericValue) - Constructor for class com.atlassian.jira.issue.link.IssueLinkType
Creates an IssueLinkType from the given GenericValue.
ISSUELINKTYPE - Static variable in class com.atlassian.jira.user.UserHistoryItem
 
IssueLinkTypeDestroyer - Interface in com.atlassian.jira.issue.link
 
IssueLinkTypeManager - Interface in com.atlassian.jira.issue.link
Manages IssueLinkTypes.
IssueLinkTypeMapper - Class in com.atlassian.jira.imports.project.mapper
Holds the mappings for an IssueLinkType.
IssueLinkTypeMapper() - Constructor for class com.atlassian.jira.imports.project.mapper.IssueLinkTypeMapper
 
IssueManager - Interface in com.atlassian.jira.issue
A class to manage interactions with issues
issueMoved(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueMoved(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
IssueOperation - Interface in com.atlassian.jira.issue.operation
Copyright (c) 2002-2004 All rights reserved.
IssueOperationImpl - Class in com.atlassian.jira.issue.operation
 
IssueOperationImpl(String, String) - Constructor for class com.atlassian.jira.issue.operation.IssueOperationImpl
 
IssueOperations - Class in com.atlassian.jira.issue.operation
 
IssueOperations() - Constructor for class com.atlassian.jira.issue.operation.IssueOperations
 
IssuePage - Interface in com.atlassian.jira.web.component
 
IssuePager - Interface in com.atlassian.jira.web.component
This class is used in conjunction with issuetable.vm, and IssueTableLayoutBean and IssueTableWebComponent to display a table of issues.
IssueParentConstants - Class in com.atlassian.jira.issue.search.constants
Searching constants for the "Issue Parent" JQL clause.
IssuePickerResults - Class in com.atlassian.jira.bc.issue.search
Simple Bean for returning back the results of an Issue Picker provider
IssuePickerResults(Collection<Issue>, int, Collection<String>, Collection<String>, String, String) - Constructor for class com.atlassian.jira.bc.issue.search.IssuePickerResults
Full constructor for results
IssuePickerSearchService - Interface in com.atlassian.jira.bc.issue.search
Service that is used to get a list of Issue for the Issue Picker.
IssuePickerSearchService.IssuePickerParameters - Class in com.atlassian.jira.bc.issue.search
Class for passing around IssuePicker parameters.
IssuePickerSearchService.IssuePickerParameters(String, String, Issue, Project, boolean, boolean, int) - Constructor for class com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
Constructor that takes all parameters
IssueRelationConstants - Interface in com.atlassian.jira.issue
Named relations of issues, from the entitymodel.xml file.
IssueRenderContext - Class in com.atlassian.jira.issue.fields.renderer
This is a context object used with the renderers.
IssueRenderContext(Issue) - Constructor for class com.atlassian.jira.issue.fields.renderer.IssueRenderContext
 
issueReopened(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueReopened(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
issueResolved(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueResolved(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
IssueSearcher<T extends SearchableField> - Interface in com.atlassian.jira.issue.search.searchers
The interface defines an object responsible for all search related activities in the Issue Navigator.
IssueSearcherManager - Interface in com.atlassian.jira.issue.search.managers
Manager to obtain a list of IssueSearcher objects as well as SearcherGroup collections
IssueSearchLimits - Interface in com.atlassian.jira.web.action.issue
Utility methods that allow you to get the limits that are imposed by JIRA configuration properties.
IssueSecurityLevel - Interface in com.atlassian.jira.issue.security
Defines an issue security level in JIRA.
IssueSecurityLevelManager - Interface in com.atlassian.jira.issue.security
TODO: convert to use IssueSecurityLevel's
IssueService - Interface in com.atlassian.jira.bc.issue
This is used to perform create, update, delete, and transition operations in JIRA with Issue's.
IssueService.CreateValidationResult - Class in com.atlassian.jira.bc.issue
A simple object that holds the information about validating a create issue operation.
IssueService.CreateValidationResult(MutableIssue, ErrorCollection, Map<String, Object>) - Constructor for class com.atlassian.jira.bc.issue.IssueService.CreateValidationResult
 
IssueService.DeleteValidationResult - Class in com.atlassian.jira.bc.issue
A simple object that holds the information about validating a delete issue operation.
IssueService.DeleteValidationResult(MutableIssue, ErrorCollection) - Constructor for class com.atlassian.jira.bc.issue.IssueService.DeleteValidationResult
 
IssueService.IssueResult - Class in com.atlassian.jira.bc.issue
A simple object that holds the information about an issue operation.
IssueService.IssueResult(MutableIssue) - Constructor for class com.atlassian.jira.bc.issue.IssueService.IssueResult
 
IssueService.IssueResult(MutableIssue, ErrorCollection) - Constructor for class com.atlassian.jira.bc.issue.IssueService.IssueResult
 
IssueService.IssueValidationResult - Class in com.atlassian.jira.bc.issue
A simple base object that holds the information about performing an issue operation.
IssueService.IssueValidationResult(MutableIssue, ErrorCollection) - Constructor for class com.atlassian.jira.bc.issue.IssueService.IssueValidationResult
 
IssueService.TransitionValidationResult - Class in com.atlassian.jira.bc.issue
A simple result object that holds the information required to make a successful issue transition.
IssueService.TransitionValidationResult(MutableIssue, ErrorCollection, Map<String, Object>, Map, int) - Constructor for class com.atlassian.jira.bc.issue.IssueService.TransitionValidationResult
 
IssueService.UpdateValidationResult - Class in com.atlassian.jira.bc.issue
A simple object that holds the information about validating an update issue operation.
IssueService.UpdateValidationResult(MutableIssue, ErrorCollection, Map<String, Object>) - Constructor for class com.atlassian.jira.bc.issue.IssueService.UpdateValidationResult
 
issueStarted(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueStarted(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
issueStopped(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueStopped(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
IssueToSubTaskConversionService - Interface in com.atlassian.jira.bc.subtask.conversion
Service class to reveal all business logic in converting an issue to a sub-task, including validation.
IssueType - Interface in com.atlassian.jira.issue.issuetype
 
IssueTypeContext - Interface in com.atlassian.jira.jql.context
Represents an IssueType that is part of a search context.
issueTypeExistsById(String) - Method in interface com.atlassian.jira.config.SubTaskManager
 
issueTypeExistsByName(String) - Method in interface com.atlassian.jira.config.SubTaskManager
 
IssueTypeField - Interface in com.atlassian.jira.issue.fields
Represents the IssueType System Field.
IssueTypeMapper - Class in com.atlassian.jira.imports.project.mapper
The issue type mapper.
IssueTypeMapper() - Constructor for class com.atlassian.jira.imports.project.mapper.IssueTypeMapper
 
IssueTypeSchemeManager - Interface in com.atlassian.jira.issue.fields.config.manager
A manager to manage IssueType's unique set of circumstances.
IssueUpdateBean - Class in com.atlassian.jira.issue.util
 
IssueUpdateBean(GenericValue, GenericValue, Long, User) - Constructor for class com.atlassian.jira.issue.util.IssueUpdateBean
 
IssueUpdateBean(GenericValue, GenericValue, Long, User, boolean, boolean) - Constructor for class com.atlassian.jira.issue.util.IssueUpdateBean
 
IssueUpdateBean(Issue, Issue, Long, User, boolean, boolean) - Constructor for class com.atlassian.jira.issue.util.IssueUpdateBean
 
issueUpdated(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueUpdated(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
IssueViewFieldParams - Interface in com.atlassian.jira.plugin.issueview
The purpose of this interface is to provide information about requested fields to @{link IssueView#getContent} and @{link IssueView#wriiteHeaders} methods.
IssueViewRequestParams - Interface in com.atlassian.jira.plugin.issueview
This is used by IssueView plugins to retrieve information about their context.
IssueVoterAccessor - Interface in com.atlassian.jira.issue.vote
Get all voters for an issue.
IssueWatcherAccessor - Interface in com.atlassian.jira.issue.watchers
Get all watchers for an issue.
issueWorklogDeleted(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueWorkLogged(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
issueWorkLogged(IssueEvent) - Method in interface com.atlassian.jira.event.issue.IssueEventListener
Deprecated. Please call IssueEventListener.workflowEvent(IssueEvent)
issueWorklogUpdated(IssueEvent) - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
isSwap() - Method in class com.atlassian.jira.bc.project.version.RemoveVersionAction
 
isSwap() - Method in interface com.atlassian.jira.bc.project.version.VersionService.VersionAction
 
isSystemAvatar() - Method in interface com.atlassian.jira.avatar.Avatar
Indicates whether the Avatar is a system-provided one or if users have defined it.
isSystemEventType() - Method in class com.atlassian.jira.event.type.EventType
 
isSystemLink() - Method in class com.atlassian.jira.issue.link.IssueLink
Checks if this link's type is a System Link type.
isSystemLinkType() - Method in class com.atlassian.jira.issue.link.IssueLinkType
Checks if this link type is a System Link type.
isSystemName(String) - Static method in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
 
isSystemWorkflow() - Method in interface com.atlassian.jira.workflow.JiraWorkflow
Determines if the workflow is loaded from XML or the database
isSystemWorkflow(JiraWorkflow) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Determine whether or not a given workflow is a system workflow.
isTimeTrackingEnabled() - Method in interface com.atlassian.jira.bc.issue.worklog.WorklogService
Will return true if APKeys.JIRA_OPTION_TIMETRACKING is true, false otherwise.
isTimeTrackingOn() - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isTotalZero() - Method in class com.atlassian.jira.web.bean.PercentageGraphModel
 
isTransitionChecked(WorkflowTransitionKey) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
isTranslationMode() - Method in interface com.atlassian.jira.util.i18n.I18nTranslationMode
 
isTranslationMode() - Method in class com.atlassian.jira.util.i18n.I18nTranslationModeImpl
 
isUnique() - Method in class com.atlassian.jira.event.issue.AbstractIssueEventListener
 
isUnique() - Method in interface com.atlassian.jira.event.JiraListener
Whether this listener class should be unique.
isUnique() - Method in class com.atlassian.jira.service.AbstractService
By default, services are not unique.
isUnique() - Method in interface com.atlassian.jira.service.JiraService
Whether this service class should be unique.
isUnlimitedNumberOfUsers() - Method in interface com.atlassian.jira.license.LicenseDetails
Tells whether the current license authorise an unlimited number of users.
isUnscreenableField(String) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isUnscreenableField(Field) - Method in interface com.atlassian.jira.issue.fields.FieldAccessor
 
isUsable() - Method in interface com.atlassian.jira.service.JiraServiceContainer
 
isUserActor() - Method in class com.atlassian.jira.external.beans.ExternalProjectRoleActor
 
isUserAvatarsEnabled() - Method in interface com.atlassian.jira.avatar.AvatarManager
Deprecated. since v4.4. The 'jira.user.avatar.enabled' property is redundant and no longer honoured within JIRA. Implementers of this interface should always return true for this method. If this method returns other than true, then the behaviour of JIRA may be unpredictable.
isUserAvatarsEnabled() - Method in interface com.atlassian.jira.avatar.AvatarService
Returns a boolean indicating whether user Avatars are enabled.
isUserCommentAuthor(User, Comment) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Returns true if the given user is the author of the given comment.
isUserCommentAuthor(User, Comment) - Method in interface com.atlassian.jira.issue.comments.CommentManager
Deprecated. Please use CommentManager.isUserCommentAuthor(com.atlassian.crowd.embedded.api.User, Comment) instead. Since v4.3
isUserCommentAuthor(User, Comment) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Returns true if the given user is the author of the given comment.
isUserCommentAuthor(User, Comment) - Method in interface com.atlassian.jira.issue.comments.CommentPermissionManager
Returns true if the given user is the author of the given comment.
isUserInGroup(String, String) - Method in interface com.atlassian.jira.security.groups.GroupManager
Returns true if the user is a member of the group.
isUserInGroup(User, Group) - Method in interface com.atlassian.jira.security.groups.GroupManager
Returns true if the user is a member of the group.
isUserInGroup(User, Group) - Method in interface com.atlassian.jira.security.groups.GroupManager
Deprecated. Use GroupManager.isUserInGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group) instead. Since v4.4.
isUserInProjectRole(User, ProjectRole, Project) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Returns true only if the given user is in the given project role for the given project.
isUserInProjectRole(User, ProjectRole, Project) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Deprecated. Please use ProjectRoleManager.isUserInProjectRole(com.atlassian.crowd.embedded.api.User, ProjectRole, com.atlassian.jira.project.Project). Since v4.3
isValid() - Method in class com.atlassian.jira.bc.issue.search.SearchService.ParseResult
 
isValid() - Method in interface com.atlassian.jira.bc.project.version.VersionService.ValidationResult
 
isValid() - Method in interface com.atlassian.jira.bc.ServiceResult
 
isValid() - Method in class com.atlassian.jira.bc.ServiceResultImpl
 
isValidAllCommentData(User, Issue, String, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Will call all other validate methods setting the appropriate errors in the errorCollection if any errors occur.
isValidAllCommentData(User, Issue, String, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Will call all other validate methods setting the appropriate errors in the errorCollection if any errors occur.
isValidAllProjectData(JiraServiceContext, String, String, String, String, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
Will validate all project fields setting the appropriate errors in the JiraServiceContext if any errors occur.
isValidAllProjectData(JiraServiceContext, String, String, String, String, Long, Long) - Method in interface com.atlassian.jira.bc.project.ProjectService
Will validate all project fields setting the appropriate errors in the JiraServiceContext if any errors occur.
isValidCommentBody(String, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
Validates that the body is a valid string, if not the appropriate error is added to the errorCollection.
isValidCommentData(User, Issue, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
This method validates if the comment has the correct role and group levels set.
isValidCommentData(User, Issue, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.issue.comment.CommentService
This method validates if the comment has the correct role and group levels set.
isValidIssueKey(String) - Method in interface com.atlassian.jira.util.JiraKeyUtils.KeyMatcher
 
isValidOperand(Operand) - Method in interface com.atlassian.jira.jql.operand.JqlOperandResolver
Returns true if the operand is one which is known about.
isValidOperation(String) - Method in interface com.atlassian.jira.bulkedit.BulkOperationManager
Returns true if the operation name is of an existing registered BulkOperation
isValidOperation(String) - Method in interface com.atlassian.jira.movesubtask.MoveSubTaskOperationManager
 
isValidPort(String) - Static method in class com.atlassian.jira.util.PortUtil
Tells the caller of the passed string represents a valid TCP/UDP port.
isValidPort(int) - Static method in class com.atlassian.jira.util.PortUtil
Tells the caller of the passed int represents a valid TCP/UDP port.
isValidProjectKey(String) - Method in interface com.atlassian.jira.util.JiraKeyUtils.KeyMatcher
 
isValidRequiredProjectData(JiraServiceContext, String, String, String) - Method in interface com.atlassian.jira.bc.project.ProjectService
Will validate the fields required for creating a project and setting the appropriate validation errors in the JiraServiceContext if any errors occur.
isValidSearchParameter(JiraServiceContext, ShareTypeSearchParameter) - Method in interface com.atlassian.jira.sharing.ShareTypeValidatorUtils
Check to see if the passed SearchParameter is valid..
isValidSharePermission(JiraServiceContext, SharedEntity) - Method in interface com.atlassian.jira.sharing.ShareTypeValidatorUtils
Validates to see if a given Set of SharePermission is valid.
isValidValue(T) - Method in interface com.atlassian.jira.issue.statistics.StatisticsMapper
Check whether this value is valid for this particular search.
isValidVisibilityData(JiraServiceContext, String, Issue, String, String) - Method in interface com.atlassian.jira.bc.issue.util.VisibilityValidator
This will validate that the passed in group level and project role level id will constitute a valid visibility restriction.
isVersionOverDue(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Checks to see if a version is overdue.
isViewTemplateExists() - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
isVotingEnabled() - Method in interface com.atlassian.jira.bc.issue.vote.VoteService
Retrieves the 'jira.option.voting' property
isVotingEnabled() - Method in interface com.atlassian.jira.issue.vote.IssueVoterAccessor
 
isVotingEnabled() - Method in interface com.atlassian.jira.issue.vote.VotedIssuesAccessor
 
isVotingEnabled() - Method in interface com.atlassian.jira.issue.vote.VoteManager
Retrieves the 'jira.option.voting' property
isWarning() - Method in class com.atlassian.jira.issue.fields.util.MessagedResult
 
isWatching(User, Issue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Determine whether the current user is already watching the issue or not
isWatching(User, Issue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Determine whether the current user is already watching the issue or not
isWatching(User, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Determine whether the current user is already watching the issue or not
isWatching(User, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Determine whether the current user is already watching the issue or not
isWatchingEnabled() - Method in interface com.atlassian.jira.bc.issue.watcher.WatcherService
Returns a boolean indicating whether watching is enabled in JIRA.
isWatchingEnabled() - Method in interface com.atlassian.jira.issue.watchers.IssueWatcherAccessor
 
isWatchingEnabled() - Method in interface com.atlassian.jira.issue.watchers.WatchedIssuesAccessor
 
isWatchingEnabled() - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
 
isXMLTemplateExists() - Method in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
iterable(Iterable<I>, Function<I, E>) - Static method in class com.atlassian.jira.util.collect.Transformed
 
iterator() - Method in class com.atlassian.jira.security.roles.ProjectRoleManager.ProjectIdToProjectRoleIdsMap
Returns an iterator for this map
iterator() - Method in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
 
iterator(Iterator<? extends I>, Function<I, E>) - Static method in class com.atlassian.jira.util.collect.Transformed
Iterator that transforms its values from one type to another using the supplied Function.

J

JIRA - Static variable in interface com.atlassian.jira.timezone.TimeZoneService
 
JIRA_AJAX_AUTOCOMPLETE_LIMIT - Static variable in interface com.atlassian.jira.config.properties.APKeys
Number of results to display in the AJAX autocomplete pickers
JIRA_AJAX_ISSUE_PICKER_ENABLED - Static variable in interface com.atlassian.jira.config.properties.APKeys
Whether or not the issue picker is ajaxified or not
JIRA_AJAX_LABEL_SUGGESTION_LIMIT - Static variable in interface com.atlassian.jira.config.properties.APKeys
Number of results to display in the label suggestions.
JIRA_AJAX_USER_PICKER_LIMIT - Static variable in interface com.atlassian.jira.config.properties.APKeys
The limit to the number of users that can be used with the user picker
JIRA_ALERT_HEADER - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ALERT_HEADER_VISIBILITY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ANONYMOUS_USER_AVATAR_ID - Static variable in interface com.atlassian.jira.config.properties.APKeys
Database id of the avatar for anonymous users
JIRA_ASSIGNEE_CHANGE_IS_SENT_TO_BOTH_PARTIES - Static variable in interface com.atlassian.jira.config.properties.APKeys
introduced as part of http://jira.atlassian.com/browse/JRA-6344
JIRA_ATTACHMENT_DO_NOT_EXPAND_AS_ZIP_EXTENSIONS_LIST - Static variable in interface com.atlassian.jira.config.properties.APKeys
Defines a comma-separated list of the file extensions that JIRA won't expand as a ZIP in the view issue screen.
JIRA_ATTACHMENT_NUMBER_OF_ZIP_ENTRIES_TO_SHOW - Static variable in interface com.atlassian.jira.config.properties.APKeys
Defines the number of zip entries to show on the view issue screen
JIRA_ATTACHMENT_PATH_ALLOWED - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ATTACHMENT_SIZE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_AUTO_EXPORT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_BASEURL - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_BROWSER_UNSUPPORTED_WARNINGS_DISABLED - Static variable in interface com.atlassian.jira.config.properties.APKeys
Unsupported browser warnings
JIRA_BULK_EDIT_LIMIT_ISSUE_COUNT - Static variable in interface com.atlassian.jira.config.properties.APKeys
limits the number of issues a user may select and edit in one go.
JIRA_BULK_INDEX_UPDATE_OPTIMIZATION - Static variable in interface com.atlassian.jira.config.properties.APKeys
Number of issue indexes performed in bulk that will trigger index optimization
JIRA_CHART_DAYS_PREVIOUS_LIMIT_PREFIX - Static variable in interface com.atlassian.jira.config.properties.APKeys
Prefix for days previous limits for charts
JIRA_CLONE_LINKTYPE_NAME - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_CLONE_PREFIX - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_CONFIRMED_INSTALL_WITH_OLD_LICENSE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_CONFIRMED_INSTALL_WITH_OLD_LICENSE_TIMESTAMP - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_CONFIRMED_INSTALL_WITH_OLD_LICENSE_USER - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_CONSTANT_DEFAULT_ISSUE_TYPE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_CONSTANT_DEFAULT_PRIORITY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_CONSTANT_DEFAULT_RESOLUTION - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_CONSTANT_DEFAULT_STATUS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_CONTACT_ADMINISTRATORS_MESSSAGE - Static variable in interface com.atlassian.jira.config.properties.APKeys
Returns message to show on the contact administrators form.
JIRA_DASHBOARD_MAX_GADGETS - Static variable in interface com.atlassian.jira.config.properties.APKeys
Used to limit the number of gadgets per dashboard.
JIRA_DATE_PICKER_JAVA_FORMAT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_DATE_PICKER_JAVASCRIPT_FORMAT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_DATE_TIME_PICKER_JAVA_FORMAT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_DATE_TIME_PICKER_JAVASCRIPT_FORMAT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_DATE_TIME_PICKER_USE_ISO8061 - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_DB_TXN_DISABLED - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_DEFAULT_AVATAR_ID - Static variable in interface com.atlassian.jira.config.properties.APKeys
Database id of the default avatar.
JIRA_DEFAULT_TIMEZONE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_DEFAULT_USER_AVATAR_ID - Static variable in interface com.atlassian.jira.config.properties.APKeys
Database id of the default user avatar.
JIRA_DISABLE_LOGIN_GADGET - Static variable in interface com.atlassian.jira.config.properties.APKeys
If this is set to true, the login gadget wont get added to the system dashboard for logged out users
JIRA_DISABLE_MULTIPART_GET_HTTP_REQUEST - Static variable in interface com.atlassian.jira.config.properties.APKeys
Defines if a multipart get request should be handle *
JIRA_EDITION - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_GADGET_APPLINK_UPGRADE_FINISHED - Static variable in interface com.atlassian.jira.config.properties.APKeys
Determines if the gadget upgrade message for applinks should still be displayed for administrators
JIRA_I18N_DEFAULT_LOCALE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_I18N_INCLUDE_META_DATA - Static variable in interface com.atlassian.jira.config.properties.APKeys
Specifies whether JIRA should embed i18n key meta-data when rendering pages.
JIRA_I18N_LANGUAGE_INPUT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_I18N_SQL_COLLATOR_STRENGTH - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_I18N_SQL_LOCALE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_IMPORT_CLEAN_XML - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_INDEX_LOCK_WAITTIME - Static variable in interface com.atlassian.jira.config.properties.APKeys
Wait time for a Lucene index file lock
JIRA_INTRODUCTION - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_ACTIONS_ORDER - Static variable in interface com.atlassian.jira.config.properties.APKeys
Either asc or desc to define the default comments order.
JIRA_ISSUE_CACHE_CAPACITY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_ASSIGNEE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_COMPONENTS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_DESCRIPTION - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_ENVIRONMENT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_FIXFOR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_ISSUETYPE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_ORIGINAL_TIMETRACK - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_PRIORITY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_SUMMARY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_TIMETRACK - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_DESC_VERSIONS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_EXPIRE_TIME - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_FIELDS_CONFIG - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_ISSUE_OPERATIONS_AJAX_ENABLED - Static variable in interface com.atlassian.jira.config.properties.APKeys
Whether AJAX enhancements for the edit issue screens should be enabled
JIRA_JQL_AUTOCOMPLETE_DISABLED - Static variable in interface com.atlassian.jira.config.properties.APKeys
Flag for whether to enable or disable autocomplete for JQL.
JIRA_LF_APPLICATION_ID - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_DATE_COMPLETE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_DATE_DAY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_DATE_DMY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_DATE_RELATIVE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_DATE_TIME - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_FAVICON_HIRES_URL - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_FAVICON_URL - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_FIELD_LABEL_WIDTH - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_GADGET_COLOR_PREFIX - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_LOGO_HEIGHT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_LOGO_URL - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_LOGO_WIDTH - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_MENU_BGCOLOUR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_MENU_SEPARATOR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_MENU_TEXTCOLOUR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_TEXT_ACTIVE_LINKCOLOUR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_TEXT_HEADINGCOLOUR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_TEXT_LINKCOLOUR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_TOP_BGCOLOUR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_TOP_HIGHLIGHTCOLOR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_TOP_SEPARATOR_BGCOLOR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_TOP_TEXTCOLOUR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LF_TOP_TEXTHIGHLIGHTCOLOR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LICENSE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LICENSE_V1_HASH - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_LICENSE_V1_MESSAGE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_MAIL_ENCODING - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_MAIL_MAX_ISSUES - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_MAX_ADMIN_HISTORY_DROPDOWN_ITEMS - Static variable in interface com.atlassian.jira.config.properties.APKeys
The max number of entries to show for the history drop down
JIRA_MAX_FILTER_DROPDOWN_ITEMS - Static variable in interface com.atlassian.jira.config.properties.APKeys
The max number of entries to show for the filters drop down
JIRA_MAX_HISTORY_ITEMS - Static variable in interface com.atlassian.jira.config.properties.APKeys
The maxium number of history records to keep for a user
JIRA_MAX_ISSUE_HISTORY_DROPDOWN_ITEMS - Static variable in interface com.atlassian.jira.config.properties.APKeys
The max number of entries to show for the history drop down
JIRA_MAX_REINDEXES - Static variable in interface com.atlassian.jira.config.properties.APKeys
Number of issue indexes updates before automatic index optimization is triggered
JIRA_MAX_SCHEMES_FOR_COMPARISON - Static variable in interface com.atlassian.jira.config.properties.APKeys
Max number of schemes that can be compared in the scheme comparison tool
JIRA_MAXIMUM_AUTHENTICATION_ATTEMPTS_ALLOWED - Static variable in interface com.atlassian.jira.config.properties.APKeys
This is the maximum failed authentication attempts allowed before things get serious
JIRA_META_ATTRIBUTE_ALLOWED_LIST - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
Allowed 'jira.*' prefixes for workflow properties.
JIRA_META_ATTRIBUTE_EDIT_ALLOWED - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
JIRA_META_ATTRIBUTE_EXCLUDE_RESOLUTION - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
JIRA_META_ATTRIBUTE_I18N - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
JIRA_META_ATTRIBUTE_I18N_SUBMIT - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
JIRA_META_ATTRIBUTE_INCLUDE_RESOLUTION - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
JIRA_META_ATTRIBUTE_KEY_PREFIX - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
JIRA_META_ATTRIBUTE_PERMISSION - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
JIRA_META_UPDATE_AUTHOR_NAME - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
Key used to store the last modifications author in the workflow xml
JIRA_META_UPDATED_DATE - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
Key used to store the last modification date in the workflow xml
JIRA_MODE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OLD_LICENSE_V1_HASH - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OLD_LICENSE_V1_MESSAGE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_ALLOW_COOKIES - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_ALLOW_ZIP_SUPPORT - Static variable in interface com.atlassian.jira.config.properties.APKeys
Option to allow downloading attachments as a ZIP file
JIRA_OPTION_ALLOWATTACHMENTS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_ALLOWSUBTASKS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_ALLOWTHUMBNAILS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_ALLOWUNASSIGNED - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_CAPTCHA_ON_SIGNUP - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_EMAIL_VISIBLE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_EXCLUDE_PRECEDENCE_EMAIL_HEADER - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_IE_MIME_SNIFFING - Static variable in interface com.atlassian.jira.config.properties.APKeys
Defines policy for attachment downloads and ie mime sniffing.
JIRA_OPTION_IGNORE_EMAIL_MESSAGE_ATTACHMENTS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_IGNORE_URL_WITH_KEY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_INDEXING - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_ISSUELINKING - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_KEY_DETECTION_BACKWARDS_COMPATIBLE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_LOGOUT_CONFIRM - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_OPERATIONS_DISABLE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_RPC_ALLOW - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_TIMETRACKING - Static variable in interface com.atlassian.jira.config.properties.APKeys
Time Tracking related property keys
JIRA_OPTION_TIMETRACKING_ESTIMATES_LEGACY_BEHAVIOUR - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_TRACKBACK_RECEIVE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_TRACKBACK_SEND - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_TRACKBACK_SEND_PUBLIC - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_USER_ASSIGNNEW - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_USER_AVATAR_ENABLED - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_USER_EXTERNALMGT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_VOTING - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_WATCHING - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_OPTION_WEB_USEGZIP - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PATCHED_VERSION - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PATH_ATTACHMENTS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PATH_ATTACHMENTS_USE_DEFAULT_DIRECTORY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PATH_BACKUP - Static variable in interface com.atlassian.jira.config.properties.APKeys
Backup path.
JIRA_PATH_INDEX - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PATH_INDEX_USE_DEFAULT_DIRECTORY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PATH_INSTALLED_PLUGINS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PATH_PENDING_PLUGINS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PATH_PLUGINS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PATH_UNINSTALLED_PLUGINS - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PREVIOUS_NEXT_CACHE_SIZE - Static variable in interface com.atlassian.jira.config.properties.APKeys
The limit to the number of issue keys to store in the prev/next cache
JIRA_PROJECT_SUMMARY_MAX_ISSUES - Static variable in interface com.atlassian.jira.config.properties.APKeys
maximum number of issues to display in a fragment in the Browse Project Summary tab panel
JIRA_PROJECTKEY_DESCRIPTION - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PROJECTKEY_PATTERN - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_PROJECTKEY_RESERVEDWORDS_LIST - Static variable in interface com.atlassian.jira.config.properties.APKeys
List of reserved words that cannot be used for Project Keys
JIRA_PROJECTKEY_WARNING - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_SCREENSHOTAPPLET_ENABLED - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_SCREENSHOTAPPLET_LINUX_ENABLED - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_SEARCH_MAXCLAUSES - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_SEARCH_VIEWS_DEFAULT_MAX - Static variable in interface com.atlassian.jira.config.properties.APKeys
The maximum number of results the issue navigator search views will request
JIRA_SEARCH_VIEWS_MAX_LIMIT - Static variable in interface com.atlassian.jira.config.properties.APKeys
The maximum number of results the issue navigator search views will return
JIRA_SEARCH_VIEWS_MAX_UNLIMITED_GROUP - Static variable in interface com.atlassian.jira.config.properties.APKeys
regardless of the above, users in this group will be able to request very large search requests
JIRA_SENDMAIL_RECIPENT_BATCH_SIZE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_SETUP - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_SHOW_CONTACT_ADMINISTRATORS_FORM - Static variable in interface com.atlassian.jira.config.properties.APKeys
Returns true if we show the email form on the contact administrators form.
JIRA_SHOW_MARKETING_LINKS - Static variable in interface com.atlassian.jira.config.properties.APKeys
Show marketing links.
JIRA_SID - Static variable in interface com.atlassian.jira.config.properties.APKeys
Key for JIRA's SID
JIRA_SUBTASK_QUICKCREATE_FIELDS - Static variable in interface com.atlassian.jira.config.properties.APKeys
Fields that will appear on the sub task quick creation form (the form appears on the View Issue page)
JIRA_SUBTASK_QUICKCREATE_TEMPLATE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_SYSTEM_EVENT_TYPE - Static variable in class com.atlassian.jira.event.type.EventType
 
JIRA_THUMBNAIL_MAX_HEIGHT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_THUMBNAIL_MAX_WIDTH - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_TIMETRACKING_COPY_COMMENT_TO_WORK_DESC_ON_TRANSITION - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_TIMETRACKING_DAYS_PER_WEEK - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_TIMETRACKING_DEFAULT_UNIT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_TIMETRACKING_FORMAT - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_TIMETRACKING_HOURS_PER_DAY - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_TITLE - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_TRACKBACK_EXCLUDE_PATTERN - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_VIEW_ISSUE_LINKS_SORT_ORDER - Static variable in interface com.atlassian.jira.config.properties.APKeys
Sorting order of the linked issues listed in view issue screen
JIRA_WEBWORK_ENCODING - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JIRA_WHITELIST_DISABLED - Static variable in interface com.atlassian.jira.config.properties.APKeys
Returns true if the http whitelist should be disabled.
JIRA_WHITELIST_RULES - Static variable in interface com.atlassian.jira.config.properties.APKeys
Returns a list of newline separated strings representing the http whitelist for JIRA
JIRA_XSRF_ENABLED - Static variable in interface com.atlassian.jira.config.properties.APKeys
 
JiraApplicationContext - Interface in com.atlassian.jira
High level component that represents the single instance of JIRA.
JiraAuthenticationContext - Interface in com.atlassian.jira.security
The JiraAuthenticationContext is used for tracking a user's session in JIRA and all it's custom parameters, such as Locale and I18n.
JiraContextNode - Interface in com.atlassian.jira.issue.context
A constrcurted IssueContext with the ability to climb nodes
JiraDataType - Interface in com.atlassian.jira
Defines a domain specific data type.
JiraDataTypeImpl - Class in com.atlassian.jira
Each data type can specify a collection of actual java types, represented via their Class, that this type is.
JiraDataTypeImpl(Class<?>) - Constructor for class com.atlassian.jira.JiraDataTypeImpl
 
JiraDataTypeImpl(Collection<? extends Class<?>>) - Constructor for class com.atlassian.jira.JiraDataTypeImpl
 
JiraDataTypes - Class in com.atlassian.jira
Defines the known data types.
JiraDataTypes() - Constructor for class com.atlassian.jira.JiraDataTypes
 
JiraEvent - Interface in com.atlassian.jira.event
The base event class for all events fired within JIRA.
JiraException - Exception in com.atlassian.jira
 
JiraException() - Constructor for exception com.atlassian.jira.JiraException
 
JiraException(String) - Constructor for exception com.atlassian.jira.JiraException
 
JiraException(Throwable) - Constructor for exception com.atlassian.jira.JiraException
 
JiraException(String, Throwable) - Constructor for exception com.atlassian.jira.JiraException
 
JiraHelper - Class in com.atlassian.jira.plugin.webfragment.model
 
JiraHelper() - Constructor for class com.atlassian.jira.plugin.webfragment.model.JiraHelper
 
JiraHelper(HttpServletRequest) - Constructor for class com.atlassian.jira.plugin.webfragment.model.JiraHelper
 
JiraHelper(HttpServletRequest, Project) - Constructor for class com.atlassian.jira.plugin.webfragment.model.JiraHelper
 
JiraHelper(HttpServletRequest, Project, Map<String, Object>) - Constructor for class com.atlassian.jira.plugin.webfragment.model.JiraHelper
 
JiraHelper(HttpServletRequest, GenericValue) - Constructor for class com.atlassian.jira.plugin.webfragment.model.JiraHelper
Deprecated. please use JiraHelper.JiraHelper(javax.servlet.http.HttpServletRequest,com.atlassian.jira.project.Project) instead
JiraHome - Interface in com.atlassian.jira.config.util
Get the location of JIRA's home directory.
JiraKeyUtils - Class in com.atlassian.jira.util
 
JiraKeyUtils() - Constructor for class com.atlassian.jira.util.JiraKeyUtils
 
JiraKeyUtils.KeyMatcher - Interface in com.atlassian.jira.util
 
JiraLicenseService - Interface in com.atlassian.jira.bc.license
A service for get license information.
JiraLicenseService.ValidationResult - Interface in com.atlassian.jira.bc.license
Holds the validated license and potential errors
JiraListener - Interface in com.atlassian.jira.event
The basic interface that all Listeners must implement.
JiraManager - Interface in com.atlassian.jira
 
JiraResourcedModuleDescriptor<T> - Class in com.atlassian.jira.plugin
Base class for JIRA Plugin ModuleDescriptors.
JiraResourcedModuleDescriptor(JiraAuthenticationContext, ModuleFactory) - Constructor for class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
JiraService - Interface in com.atlassian.jira.service
Classes that are to be run as services within JIRA must implement this interface.
JiraServiceContainer - Interface in com.atlassian.jira.service
Proxies calls to JiraService & manages delay between calls.
JiraServiceContext - Interface in com.atlassian.jira.bc
This is a context that provides information to calls to the JIRA service layer.
JiraServiceContextImpl - Class in com.atlassian.jira.bc
Default implementation of the JiraServiceContext.
JiraServiceContextImpl(User) - Constructor for class com.atlassian.jira.bc.JiraServiceContextImpl
Instantiates this class with given user and new empty error collection.
JiraServiceContextImpl(User) - Constructor for class com.atlassian.jira.bc.JiraServiceContextImpl
Deprecated. since v4.3. Use JiraServiceContextImpl.JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User) instead.
JiraServiceContextImpl(User, ErrorCollection) - Constructor for class com.atlassian.jira.bc.JiraServiceContextImpl
Instantiates this class with user and error collection.
JiraServiceContextImpl(User, ErrorCollection) - Constructor for class com.atlassian.jira.bc.JiraServiceContextImpl
Deprecated. since v4.3. Use JiraServiceContextImpl.JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection) instead.
JiraServiceContextImpl(User, ErrorCollection, I18nHelper) - Constructor for class com.atlassian.jira.bc.JiraServiceContextImpl
Instantiates this class with user and error collection and I18nHelper.
JiraServiceContextImpl(User, ErrorCollection, I18nHelper) - Constructor for class com.atlassian.jira.bc.JiraServiceContextImpl
Deprecated. since v4.3. Use JiraServiceContextImpl.JiraServiceContextImpl(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.util.ErrorCollection, com.atlassian.jira.util.I18nHelper) instead.
JiraStringUtils - Class in com.atlassian.jira.util.lang
JIRA String utilitites.
JiraUserPreferences - Class in com.atlassian.jira.user.preferences
This is the JIRA version of atlassian-core UserPreferences.
JiraUserPreferences() - Constructor for class com.atlassian.jira.user.preferences.JiraUserPreferences
 
JiraUserPreferences(User) - Constructor for class com.atlassian.jira.user.preferences.JiraUserPreferences
Deprecated. 
JiraUserPreferences(User) - Constructor for class com.atlassian.jira.user.preferences.JiraUserPreferences
 
JiraUserPreferences(PropertySet) - Constructor for class com.atlassian.jira.user.preferences.JiraUserPreferences
 
JiraWorkflow - Interface in com.atlassian.jira.workflow
Domain object representing the permitted states and transitions of issues.
JiraWorkflowPluginConstants - Interface in com.atlassian.jira.plugin.workflow
 
joinPaths(String...) - Static method in class com.atlassian.jira.util.PathUtils
 
JQL_QUERY - Static variable in class com.atlassian.jira.user.UserHistoryItem
 
JQL_QUERY_HISTORY - Static variable in interface com.atlassian.jira.web.SessionKeys
 
JqlCustomFieldId - Class in com.atlassian.jira.jql.util
A class that parsers the Jql syntax (e.g.
JqlCustomFieldId(long) - Constructor for class com.atlassian.jira.jql.util.JqlCustomFieldId
 
JqlDateSupport - Interface in com.atlassian.jira.jql.util
Interface that helps with date parsing and validation in JQL.
JqlFunction - Interface in com.atlassian.jira.plugin.jql.function
Functions in JQL can be used to provide values for search criteria.
JqlFunctionModuleDescriptor - Class in com.atlassian.jira.plugin.jql.function
A module descriptor for a JQL function handler that produces a JqlFunction.
JqlFunctionModuleDescriptor(JiraAuthenticationContext, ModuleFactory) - Constructor for class com.atlassian.jira.plugin.jql.function.JqlFunctionModuleDescriptor
 
JqlLocalDateSupport - Interface in com.atlassian.jira.jql.util
Interface that helps with LocalDate parsing and validation in JQL.
JqlOperandResolver - Interface in com.atlassian.jira.jql.operand
Responsible for validating Operands and extracting the QueryLiteral values from them.
JqlStringSupport - Interface in com.atlassian.jira.jql.util
A utility code to help dealing with JQL strings.

K

KEY_BULK - Static variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
KEY_CATCHEMAIL - Static variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
KEY_CREATEUSERS - Static variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
KEY_FINGER_PRINT - Static variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
KEY_HANDLER - Static variable in class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
 
KEY_HANDLER_PARAMS - Static variable in class com.atlassian.jira.service.services.file.AbstractMessageHandlingService
 
KEY_METADATA - Static variable in class com.atlassian.jira.event.config.ApplicationPropertyChangeEvent
 
KEY_NEW_VALUE - Static variable in class com.atlassian.jira.event.config.ApplicationPropertyChangeEvent
 
KEY_NOTIFYUSERS - Static variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
KEY_OLD_VALUE - Static variable in class com.atlassian.jira.event.config.ApplicationPropertyChangeEvent
 
KEY_REPORTER - Static variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
KeyboardShortcut - Class in com.atlassian.jira.plugin.keyboardshortcut
Defines a keyboard shortcut.
KeyboardShortcut(KeyboardShortcutManager.Context, KeyboardShortcutManager.Operation, String, int, Set<List<String>>, String, boolean) - Constructor for class com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcut
 
KeyboardShortcutManager - Interface in com.atlassian.jira.plugin.keyboardshortcut
Provides a registry of keyboard shortcuts currently available in JIRA.
KeyboardShortcutManager.Context - Enum in com.atlassian.jira.plugin.keyboardshortcut
Defines the context under which a keyboard shortcut is valid.
KeyboardShortcutManager.Operation - Enum in com.atlassian.jira.plugin.keyboardshortcut
Defines the different operations that can be taken using a KeyboardShortcut.
KeyComparator - Class in com.atlassian.jira.issue.comparator
 
keySet() - Method in class com.atlassian.jira.util.collect.CompositeMap
 

L

Label - Class in com.atlassian.jira.issue.label
Represents a Label for an issue
Label(Long, Long, String) - Constructor for class com.atlassian.jira.issue.label.Label
 
Label(Long, Long, Long, String) - Constructor for class com.atlassian.jira.issue.label.Label
 
LABEL - Static variable in class com.atlassian.jira.JiraDataTypes
 
LabelManager - Interface in com.atlassian.jira.issue.label
Manager responsible for adding/removing and getting labels for a particular issue and custom field combination.
LABELS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
LABELS_NO_VALUE_INDEX_VALUE - Static variable in interface com.atlassian.jira.issue.index.indexers.FieldIndexer
Empty token specific to LabelsIndexer
LabelService - Interface in com.atlassian.jira.bc.issue.label
The label service is responsible for setting and getting labels for issue and custom field combinations.
LabelService.AddLabelValidationResult - Class in com.atlassian.jira.bc.issue.label
 
LabelService.AddLabelValidationResult(Long, Long, ErrorCollection, String) - Constructor for class com.atlassian.jira.bc.issue.label.LabelService.AddLabelValidationResult
 
LabelService.LabelsResult - Class in com.atlassian.jira.bc.issue.label
 
LabelService.LabelsResult(Set<Label>, ErrorCollection) - Constructor for class com.atlassian.jira.bc.issue.label.LabelService.LabelsResult
 
LabelService.LabelSuggestionResult - Class in com.atlassian.jira.bc.issue.label
 
LabelService.LabelSuggestionResult(Set<String>, ErrorCollection) - Constructor for class com.atlassian.jira.bc.issue.label.LabelService.LabelSuggestionResult
 
LabelService.LabelValidationResult - Class in com.atlassian.jira.bc.issue.label
 
LabelService.LabelValidationResult(Long, Long, ErrorCollection) - Constructor for class com.atlassian.jira.bc.issue.label.LabelService.LabelValidationResult
 
LabelService.SetLabelValidationResult - Class in com.atlassian.jira.bc.issue.label
 
LabelService.SetLabelValidationResult(Long, Long, ErrorCollection, Set<String>) - Constructor for class com.atlassian.jira.bc.issue.label.LabelService.SetLabelValidationResult
 
LabelUtil - Interface in com.atlassian.jira.issue.label
Utility to generate Label JQL strings.
LARGE - Static variable in interface com.atlassian.jira.avatar.AvatarManager
Deprecated. since v4.4. use AvatarManager.ImageSize.LARGE instead
largest() - Static method in enum com.atlassian.jira.avatar.AvatarManager.ImageSize
In order to cater for future addition of larger sizes this method finds the largest image size.
last() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
LicenseDetails - Interface in com.atlassian.jira.license
A set of methods which describe the state of the currently installed license.
LINK_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
Permission to link issues together and create linked issues.
linkBugKeys(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
 
LINKS_INWARD - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
 
LINKS_OUTWARD - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
 
list(T...) - Static method in class com.atlassian.jira.util.collect.CollectionBuilder
 
list(List<I>, Function<I, E>) - Static method in class com.atlassian.jira.util.collect.Transformed
 
list() - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
 
list() - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
list() - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdCredentialsProvider
 
list() - Method in interface com.opensymphony.user.provider.UserProvider
Deprecated. Returns List of names (Strings) of all Entities that can be accessed by this UserProvider If this UserProvider cannot retrieve a list of names, null is to be returned.
LIST_ONLY_OPERATORS - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
Set of operators that work with lists.
listGroupsContainingUser(String) - Method in interface com.opensymphony.user.provider.AccessProvider
Deprecated. List all groups that contain a user.
listGroupsContainingUser(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
listUsersInGroup(String) - Method in interface com.opensymphony.user.provider.AccessProvider
Deprecated. List all users that are contained within a group.
listUsersInGroup(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
LIVE - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
loadObjectConfiguration(String, String, ClassLoader) - Method in interface com.atlassian.configurable.ObjectConfigurationFactory
 
loadObjectConfigurationFromElement(Element, ObjectDescriptor, String, ClassLoader) - Method in interface com.atlassian.configurable.ObjectConfigurationFactory
 
LocalDate - Class in com.atlassian.jira.datetime
Represents a "Local Date" or "Calendar Date" - that is a date (no time) without any associated timezone.
LocalDate(int, int, int) - Constructor for class com.atlassian.jira.datetime.LocalDate
 
LocalDateFactory - Class in com.atlassian.jira.datetime
Used for creating LocalDate objects.
LocalDateFactory() - Constructor for class com.atlassian.jira.datetime.LocalDateFactory
 
LocaleManager - Interface in com.atlassian.jira.config
Provides Locale information for this JIRA instance.
LOG - Static variable in interface com.atlassian.jira.config.util.JiraHome
Name of the "Log" directory in JIRA home.
log - Static variable in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
log - Static variable in interface com.atlassian.jira.issue.search.searchers.IssueSearcher
 
log - Variable in class com.atlassian.jira.service.AbstractService
 
logger - Variable in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
 
LONG - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
LuceneFieldSorter<T> - Interface in com.atlassian.jira.issue.search
Implementations of this interface are used to sort Lucene search results of Issue Documents.

M

MailFetcherService - Class in com.atlassian.jira.service.services.mail
An abstract mail fetcher for POP and IMAP protocols
MailFetcherService() - Constructor for class com.atlassian.jira.service.services.mail.MailFetcherService
 
mailserverId - Variable in class com.atlassian.jira.service.services.mail.MailFetcherService
 
MailThreadManager - Interface in com.atlassian.jira.mail
 
MAJOR_PRIORITY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
MAJOR_PRIORITY_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
makeOptional(FieldLayoutItem) - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
 
makeRequired(FieldLayoutItem) - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
 
makeValue(String) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Creates an Entity in the form of a GenericValue without persisting it.
makeValue(String, Map<String, Object>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Creates an Entity in the form of a GenericValue without persisting it.
makeWorkflow(String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
MANAGE_FILTERS_TAB - Static variable in interface com.atlassian.jira.web.SessionKeys
 
MANAGE_GROUP_FILTER_SUBSCRIPTIONS - Static variable in class com.atlassian.jira.security.Permissions
Permission to manage group filter subscriptions
MANAGE_WATCHER_LIST - Static variable in class com.atlassian.jira.security.Permissions
 
MandatoryField - Interface in com.atlassian.jira.issue.fields
 
map(Map<K, R>, Function<R, S>) - Static method in class com.atlassian.jira.util.collect.CollectionUtil
Take a map and eagerly transform all values into a new, immutable Map.
map(Map<K, I>, Function<I, V>) - Static method in class com.atlassian.jira.util.collect.Transformed
 
MapBuilder<K,V> - Class in com.atlassian.jira.util.collect
Utility for easily creating Maps of all standard types.
MapperEntityRegister - Interface in com.atlassian.jira.imports.project.mapper
Interface that defines the simple way to register values in the Project Import file.
MapUtils - Class in com.atlassian.jira.util
Utility methods that work on Maps.
MapUtils() - Constructor for class com.atlassian.jira.util.MapUtils
 
mapValue(String, String) - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
 
mapValue(String, String) - Method in interface com.atlassian.jira.imports.project.mapper.ProjectImportIdMapper
This method maps a value from the backup system to a valid value in the target system.
matches(JiraDataType) - Method in interface com.atlassian.jira.JiraDataType
Determines if this type matches the passed in other JiraDataType.
matches(JiraDataType) - Method in class com.atlassian.jira.JiraDataTypeImpl
 
MAX_BUFFERED_DOCS - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.Batch
 
MAX_BUFFERED_DOCS - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.Interactive
 
MAX_FIELD_LENGTH - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration
 
MAX_MERGE_DOCS - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.Batch
 
MAX_MERGE_DOCS - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.Interactive
 
MAX_PERMISSION - Static variable in class com.atlassian.jira.security.Permissions
 
MAX_PORT - Static variable in class com.atlassian.jira.util.PortUtil
 
members() - Method in class com.opensymphony.user.Group
Deprecated. Returns an enumeration of the members in the group.
memoize(Function<T, R>, ConcurrentMap<T, R>) - Static method in class com.atlassian.jira.util.Functions
Memoizer maps an input to an output and always returns the mapped result rather than calling the wrapped function every time.
MENU_STATE - Static variable in interface com.atlassian.jira.web.SessionKeys
 
merge(JiraServiceContext, VersionService.ValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Merges a version into another, then removes the original version.
MERGE_ACTION - Static variable in class com.atlassian.jira.project.version.VersionKeys
 
MERGE_FACTOR - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.Batch
 
MERGE_FACTOR - Static variable in class com.atlassian.jira.config.properties.APKeys.JiraIndexConfiguration.Interactive
 
mergeResultsWithShould(List<QueryFactoryResult>) - Static method in class com.atlassian.jira.jql.query.QueryFactoryResult
 
MessagedResult - Class in com.atlassian.jira.issue.fields.util
This class wraps a boolean result and allows the result creator to specify a string message about the result and allows a false result to be classified as Normal, a Warning, or a Fatal error.
MessagedResult(boolean) - Constructor for class com.atlassian.jira.issue.fields.util.MessagedResult
Constructs a message result with a null message whose state is normal.
MessagedResult(boolean, String) - Constructor for class com.atlassian.jira.issue.fields.util.MessagedResult
Constructs a message result whose state is normal
MessagedResult(boolean, String, int) - Constructor for class com.atlassian.jira.issue.fields.util.MessagedResult
Used to construct a messaged result.
MessagedResult(String, int) - Constructor for class com.atlassian.jira.issue.fields.util.MessagedResult
Use this to specify the state of the html message.
MessageErrorHandler - Class in com.atlassian.jira.service.util.handler
 
MessageErrorHandler() - Constructor for class com.atlassian.jira.service.util.handler.MessageErrorHandler
 
MessageHandler - Interface in com.atlassian.jira.service.util.handler
An interface representing a message handler.
MessageSet - Interface in com.atlassian.jira.util
Used to communicate error and warning messages.
MessageSet.MessageLink - Class in com.atlassian.jira.util
A simple class for holding link text and a link url.
MessageSet.MessageLink(String, String) - Constructor for class com.atlassian.jira.util.MessageSet.MessageLink
 
MessageSet.MessageLink(String, String, boolean) - Constructor for class com.atlassian.jira.util.MessageSet.MessageLink
 
MessageSetImpl - Class in com.atlassian.jira.util
Message set implementation that uses the messages natural ordering to sort the messages that are added.
MessageSetImpl() - Constructor for class com.atlassian.jira.util.MessageSetImpl
 
META_PROPERTY_PREFIX - Static variable in interface com.atlassian.jira.user.util.UserUtil
 
migrateIssueToWorkflow(MutableIssue, JiraWorkflow, Status) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Migrates given issue to new workflow and sets new status on it.
migrateIssueToWorkflow(GenericValue, JiraWorkflow, GenericValue) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Deprecated. Please use WorkflowManager.migrateIssueToWorkflow(com.atlassian.jira.issue.MutableIssue,JiraWorkflow,com.atlassian.jira.issue.status.Status). Since: 3.9.
MIME_SNIFFING_OWNED - Static variable in interface com.atlassian.jira.config.properties.APKeys
mime sniffing policy allowing inlining of all attachments.
MIME_SNIFFING_PARANOID - Static variable in interface com.atlassian.jira.config.properties.APKeys
mime sniffing policy allowing no inlining of attachments forcing download with Content-Disposition header.
MIME_SNIFFING_WORKAROUND - Static variable in interface com.atlassian.jira.config.properties.APKeys
mime sniffing policy allowing inlining of attachments except in ie when it would detect html and run scripts.
MIMETYPE_HTML - Static variable in class com.atlassian.jira.notification.NotificationRecipient
 
MIMETYPE_HTML_DISPLAY - Static variable in class com.atlassian.jira.notification.NotificationRecipient
 
MIMETYPE_TEXT - Static variable in class com.atlassian.jira.notification.NotificationRecipient
 
MIMETYPE_TEXT_DISPLAY - Static variable in class com.atlassian.jira.notification.NotificationRecipient
 
MIN_PORT - Static variable in class com.atlassian.jira.util.PortUtil
 
MINOR_PRIORITY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
MINOR_PRIORITY_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
MINUTE - Static variable in class com.atlassian.jira.web.util.OutlookDate
 
ModifiedValue - Class in com.atlassian.jira.issue
Struct-like class for storing an old field value/new field value pair.
ModifiedValue(Object, Object) - Constructor for class com.atlassian.jira.issue.ModifiedValue
Construct a field modification pair.
MODIFY_REPORTER - Static variable in class com.atlassian.jira.security.Permissions
 
MODULE_NAME_WORKFLOW_CONDITION - Static variable in interface com.atlassian.jira.plugin.workflow.JiraWorkflowPluginConstants
 
MODULE_NAME_WORKFLOW_FUNCTION - Static variable in interface com.atlassian.jira.plugin.workflow.JiraWorkflowPluginConstants
 
MODULE_NAME_WORKFLOW_VALIDATOR - Static variable in interface com.atlassian.jira.plugin.workflow.JiraWorkflowPluginConstants
 
MODULE_NAME_WORKFLOW_VALIDTAOR - Static variable in interface com.atlassian.jira.plugin.workflow.JiraWorkflowPluginConstants
Deprecated. 
MOVE_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
Permission to move issues between projects
MOVE_ISSUE_OPERATION - Static variable in class com.atlassian.jira.issue.operation.IssueOperations
 
MOVE_ISSUE_PARAM_KEY - Static variable in interface com.atlassian.jira.issue.fields.OrderableField
 
moveColumnLeft(ColumnLayoutItem) - Method in interface com.atlassian.jira.issue.fields.layout.column.EditableColumnLayout
 
moveColumnRight(ColumnLayoutItem) - Method in interface com.atlassian.jira.issue.fields.layout.column.EditableColumnLayout
 
moveFieldScreenLayoutItemDown(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
moveFieldScreenLayoutItemFirst(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
moveFieldScreenLayoutItemLast(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
moveFieldScreenLayoutItemToPosition(Map<Integer, FieldScreenLayoutItem>) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
moveFieldScreenLayoutItemUp(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
moveFieldScreenTabLeft(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
moveFieldScreenTabRight(int) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
MoveIssueBean - Class in com.atlassian.jira.web.bean
Bean recording new data for issue
MoveIssueBean(ConstantsManager, ProjectManager) - Constructor for class com.atlassian.jira.web.bean.MoveIssueBean
 
MOVEISSUEBEAN - Static variable in interface com.atlassian.jira.web.SessionKeys
 
moveIssuesAndIndex(BulkEditBean, User) - Method in interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation
 
moveIssuesToNewVersion(List, Version, Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Swaps the list of issues supplied from one version to another.
moveOptionToPosition(Map) - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
moveSubTask(GenericValue, Long, Long) - Method in interface com.atlassian.jira.config.SubTaskManager
 
moveSubTaskIssueTypeDown(String) - Method in interface com.atlassian.jira.config.SubTaskManager
 
moveSubTaskIssueTypeUp(String) - Method in interface com.atlassian.jira.config.SubTaskManager
 
MoveSubTaskOperation - Interface in com.atlassian.jira.movesubtask.operation
 
MoveSubTaskOperationManager - Interface in com.atlassian.jira.movesubtask
 
moveToEndFavouriteSequence(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Moves the position of the SharedEntity to the end relative to the user's set of all other entities of the same type.
moveToEndFavouriteSequence(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Moves the position of the SharedEntity to the end relative to the user's set of all other entities of the same type.
moveToEndVersionSequence(VersionService.MoveVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Move a version to the end of the version sequence.
moveToEndVersionSequence(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Move a version to the end of the version sequence
moveToLastSequence(Option) - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
moveToStartFavouriteSequence(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Moves the position of the SharedEntity to the start relative to the user's set of all other entities of the same type.
moveToStartFavouriteSequence(User, S) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Moves the position of the SharedEntity to the start relative to the user's set of all other entities of the same type.
moveToStartSequence(Option) - Method in interface com.atlassian.jira.issue.customfields.option.Options
 
moveToStartVersionSequence(VersionService.MoveVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Move a version to the start of the version list.
moveToStartVersionSequence(Version) - Method in interface com.atlassian.jira.project.version.VersionManager
Move a version to the start of the version list
moveUnreleasedToNewVersion(User, Version, Version) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Using the validation result from VersionService.validateReleaseVersion(User, com.atlassian.jira.project.version.Version, Date) a version will be released.
moveVersionAfter(VersionService.MoveVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Move a version after another version.
moveVersionAfter(Version, Long) - Method in interface com.atlassian.jira.project.version.VersionManager
Move a version after another version
MultiBulkMoveBean - Class in com.atlassian.jira.web.bean
A bean that stores multiple BulkEditBean
MultiBulkMoveBean() - Constructor for class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
MultiClause - Class in com.atlassian.query.clause
An abstract class that will contain multiple clauses.
MultiClause(Collection<? extends Clause>) - Constructor for class com.atlassian.query.clause.MultiClause
 
MultiGroupConverter - Interface in com.atlassian.jira.issue.customfields.converters
 
MultiMap<K,V,C extends Collection<V>> - Interface in com.atlassian.jira.util.collect
 
MultiMaps - Class in com.atlassian.jira.util.collect
Static factory methods for creating and manipulating multi-maps.
MultiMaps() - Constructor for class com.atlassian.jira.util.collect.MultiMaps
 
MULTISELECT - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
MultiUserConverter - Interface in com.atlassian.jira.issue.customfields.converters
 
MultiValueOperand - Class in com.atlassian.query.operand
Used to represent a multiple constant values as an Operand.
MultiValueOperand(String...) - Constructor for class com.atlassian.query.operand.MultiValueOperand
 
MultiValueOperand(Long...) - Constructor for class com.atlassian.query.operand.MultiValueOperand
 
MultiValueOperand(Operand...) - Constructor for class com.atlassian.query.operand.MultiValueOperand
 
MultiValueOperand(QueryLiteral...) - Constructor for class com.atlassian.query.operand.MultiValueOperand
 
MultiValueOperand(Collection<? extends Operand>) - Constructor for class com.atlassian.query.operand.MultiValueOperand
 
mustNotOccur() - Method in class com.atlassian.jira.jql.query.QueryFactoryResult
 
mutable - Variable in class com.opensymphony.user.Entity
Deprecated. Whether this entity is mutable (i.e.
MutableComment - Interface in com.atlassian.jira.issue.comments
Represents a comment's in JIRA.
MutableIssue - Interface in com.atlassian.jira.issue
Facade for an issue's GenericValue.
MutableProjectComponent - Class in com.atlassian.jira.bc.project.component
 
MutableProjectComponent(Long, String, String, String, long, Long) - Constructor for class com.atlassian.jira.bc.project.component.MutableProjectComponent
 

N

NAME - Static variable in interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation
 
NAME - Static variable in interface com.atlassian.jira.issue.fields.layout.field.EditableDefaultFieldLayout
 
name - Variable in class com.atlassian.jira.service.AbstractService
 
name - Variable in class com.opensymphony.user.Entity
Deprecated. Name of entity (unique).
NAME_COMPARATOR - Static variable in interface com.atlassian.jira.service.JiraService
Compares two given JiraService objects by their names and returns the result of the comparison.
NAME_FIELD_NAME - Static variable in class com.atlassian.jira.issue.link.IssueLinkType
 
NAME_KEY - Static variable in interface com.atlassian.jira.bulkedit.operation.BulkMoveOperation
 
nameExists(String) - Method in interface com.atlassian.jira.jql.resolver.NameResolver
Returns true if the name would resolve to a domain object.
nameExists(String) - Method in interface com.atlassian.jira.jql.resolver.UserResolver
 
NameResolver<T> - Interface in com.atlassian.jira.jql.resolver
Looks up domain objects from the database.
NavigableField - Interface in com.atlassian.jira.issue.fields
Fields in JIRA which are able to be placed in the Issue Navigator implement this interface.
needsMove(Collection, Issue, FieldLayoutItem) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Used to determine if the field needs input from user to be moved to the new project and/or issue type.
needsSelection(BulkMoveHelper.DistinctValueResult, Long, String) - Method in interface com.atlassian.jira.web.bean.BulkMoveHelper
Method called by Velocity templates to check if the current DistinctValueResult matches the value specified and thus should be selected.
NEGATIVE_EQUALITY_OPERATORS - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
Contains NOT_EQUALS, NOT_IN, and IS_NOT.
NEW_VALUE - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
newBuilder() - Static method in class com.atlassian.jira.util.collect.CollectionBuilder
 
newBuilder(T...) - Static method in class com.atlassian.jira.util.collect.CollectionBuilder
 
newBuilder() - Static method in class com.atlassian.jira.util.collect.MapBuilder
Static factory method for creating a fresh MapBuilder.
newBuilder(K, V) - Static method in class com.atlassian.jira.util.collect.MapBuilder
Static factory method for creating a fresh MapBuilder and adding the given key/value pair.
newBuilder(K, V, K, V) - Static method in class com.atlassian.jira.util.collect.MapBuilder
Static factory method for creating a fresh MapBuilder and adding the given key/value pairs.
newBuilder(K, V, K, V, K, V) - Static method in class com.atlassian.jira.util.collect.MapBuilder
Static factory method for creating a fresh MapBuilder and adding the given key/value pairs.
newBuilder(K, V, K, V, K, V, K, V) - Static method in class com.atlassian.jira.util.collect.MapBuilder
Static factory method for creating a fresh MapBuilder and adding the given key/value pairs.
newBuilder(Map<? extends K, ? extends V>) - Static method in class com.atlassian.jira.util.collect.MapBuilder
Static factory method for creating a fresh MapBuilder based on the contents of a source Map.
newEstimate(String) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
Set the new estimate value when building a WorklogNewEstimateInputParameters object.
NEWFEATURE_TYPE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
NEWFEATURE_TYPE_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
newPageAlignedFilter(int, int) - Static method in class com.atlassian.jira.web.bean.PagerFilter
A pager that has its start aligned to the page containing the index.
next() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
next() - Method in class com.atlassian.jira.util.collect.EnumerationIterator
 
NEXT_CHANGE_DATE - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
NEXT_PREV_PAGER - Static variable in interface com.atlassian.jira.web.SessionKeys
 
nextChangeOn(Timestamp) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 
nextComment() - Method in interface com.atlassian.jira.issue.comments.util.CommentIterator
 
nextIndex() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
nicePairOf(U, V) - Static method in class com.atlassian.jira.util.lang.Pair
A pair that does allows null values.
NO_HEADER_PARAM_KEY - Static variable in interface com.atlassian.jira.issue.fields.OrderableField
 
NO_ORDER - Static variable in class com.atlassian.query.order.OrderByImpl
 
NO_VALUE_INDEX_VALUE - Static variable in interface com.atlassian.jira.issue.index.indexers.FieldIndexer
General empty token
NO_VERSIONS - Static variable in interface com.atlassian.jira.project.version.VersionManager
Used to represent empty version fields
NON_RELATIONAL_OPERATORS - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
A set of all non-relational operators.
NORMAL - Static variable in class com.atlassian.jira.issue.fields.util.MessagedResult
 
not(String, boolean) - Static method in class com.atlassian.jira.util.dbc.Assertions
Throw an IllegalArgumentException if the condition is true
not(Predicate<? super T>) - Static method in class com.atlassian.jira.util.Predicates
Create a predicate that inverts the behaviour of the passed predicate.
NOT - Static variable in class com.atlassian.query.clause.NotClause
 
notBlank(String, String) - Static method in class com.atlassian.jira.util.dbc.Assertions
Throw an IllegalArgumentException if the string is null or blank (only contains whitespace)
NotClause - Class in com.atlassian.query.clause
Used to represent a logical NOT in the query tree.
NotClause(Clause) - Constructor for class com.atlassian.query.clause.NotClause
 
notEmpty(String, T) - Static method in class com.atlassian.jira.util.dbc.Assertions
Throw an IllegalArgumentException if the argument is null or empty
NotFoundException - Exception in com.atlassian.jira.exception
The expected resource was not found.
NotFoundException() - Constructor for exception com.atlassian.jira.exception.NotFoundException
 
NotFoundException(String) - Constructor for exception com.atlassian.jira.exception.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception com.atlassian.jira.exception.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception com.atlassian.jira.exception.NotFoundException
 
NOTIFICATION_ISSUE_ASSIGNED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_CLOSED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_COMMENT_EDITED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_COMMENTED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_CREATED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_DELETED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_GENERICEVENT - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_MOVED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_REOPENED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_RESOLVED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_UPDATED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_WORKLOG_DELETED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_WORKLOG_UPDATED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_WORKLOGGED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_WORKSTARTED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_ISSUE_WORKSTOPPED - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NOTIFICATION_KEY - Static variable in interface com.atlassian.jira.mail.MailThreadManager
 
NotificationRecipient - Class in com.atlassian.jira.notification
 
NotificationRecipient(User) - Constructor for class com.atlassian.jira.notification.NotificationRecipient
The format is set to html or text as specified in jira-application.properties file.
NotificationRecipient(String) - Constructor for class com.atlassian.jira.notification.NotificationRecipient
 
NotificationSchemeManager - Interface in com.atlassian.jira.notification
 
notifyUsers - Variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
notNull(String, T) - Static method in class com.atlassian.jira.util.dbc.Assertions
Throw an IllegalArgumentException if the string is null
NotNull - Annotation Type in com.atlassian.jira.util
The annotated field, method result, parameter or local variable must not be null.
notNull() - Static method in class com.atlassian.jira.util.Predicates
A predicate that check that the input is not null.
NoTransformationCustomFieldImporter - Class in com.atlassian.jira.imports.project.customfield
This class provides an implementation of ProjectCustomFieldImporter for Custom Fields which don't need to transform the custom field value upon import into a new JIRA instance.
NoTransformationCustomFieldImporter() - Constructor for class com.atlassian.jira.imports.project.customfield.NoTransformationCustomFieldImporter
 
NULL_QUERY - Static variable in interface com.atlassian.jira.issue.search.util.QueryCreator
 
NUMBER - Static variable in class com.atlassian.jira.JiraDataTypes
 
NumberCFType - Class in com.atlassian.jira.issue.customfields.impl
 
NumberCFType(CustomFieldValuePersister, DoubleConverter, GenericConfigManager) - Constructor for class com.atlassian.jira.issue.customfields.impl.NumberCFType
 
NumberCFType.Visitor<T> - Interface in com.atlassian.jira.issue.customfields.impl
 
NumberTool - Class in com.atlassian.jira.util.velocity
This class is stolen borrowed from Apache's velocity tools.
NumberTool() - Constructor for class com.atlassian.jira.util.velocity.NumberTool
Default constructor.
NumberTool(Locale) - Constructor for class com.atlassian.jira.util.velocity.NumberTool
 

O

ObjectConfigurable - Interface in com.atlassian.configurable
This interface should be implemented by any classes that are configured using an Object Configuration.
ObjectConfiguration - Interface in com.atlassian.configurable
This interface represents a holder for all the configuration information.
ObjectConfigurationException - Exception in com.atlassian.configurable
This exception is thrown an error occurs during the use of ConfigurableObjects
ObjectConfigurationException(String) - Constructor for exception com.atlassian.configurable.ObjectConfigurationException
Creates a new ObjectConfigurationException object.
ObjectConfigurationException(Throwable) - Constructor for exception com.atlassian.configurable.ObjectConfigurationException
Creates a new ObjectConfigurationException object.
ObjectConfigurationException(String, Throwable) - Constructor for exception com.atlassian.configurable.ObjectConfigurationException
Creates a new ObjectConfigurationException object.
ObjectConfigurationFactory - Interface in com.atlassian.configurable
This class retrieves an Object Configuration with a particular id.
ObjectConfigurationProperty - Interface in com.atlassian.configurable
This interface is a property of an Object Configuration and contains a name, description, default value and the type (ObjectConfigurationTypes) of this property.
ObjectConfigurationTypes - Class in com.atlassian.configurable
Contains a list of possible Object Configuration Types that can be used.
ObjectConfigurationTypes() - Constructor for class com.atlassian.configurable.ObjectConfigurationTypes
 
ObjectDescriptor - Interface in com.atlassian.configurable
Interface that allows a ObjectConfiguration to retrieve a dynamic description based on the values set for its properties
of(Map<K, V>, Map<K, V>) - Static method in class com.atlassian.jira.util.collect.CompositeMap
Create a new CompositeMap with two composited Map instances.
of(U, V) - Static method in class com.atlassian.jira.util.lang.Pair
By default we create a strict pair of non-null values.
OfBizDelegator - Interface in com.atlassian.jira.ofbiz
A wrapper around DelegatorInterface that does not throw GenericEntityException.
OfBizListIterator - Interface in com.atlassian.jira.ofbiz
A wrapper around EntityListIterator that does not throw GenericEntityException.
OfBizStringFieldComparator - Class in com.atlassian.jira.ofbiz
Comparator that compares two GenericValue objects based on a given String field.
OfBizStringFieldComparator(String) - Constructor for class com.atlassian.jira.ofbiz.OfBizStringFieldComparator
 
OfBizValueWrapper - Interface in com.atlassian.jira.ofbiz
 
ofQueryLiterals(Collection<QueryLiteral>) - Static method in class com.atlassian.query.operand.MultiValueOperand
 
OK - Static variable in interface com.atlassian.jira.plugin.searchrequestview.auth.Authorizer.Result
Convenient placeholder for ok result.
OLD_VALUE - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
on(Timestamp) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 
OPEN_STATUS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
OPEN_STATUS_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
Operand - Interface in com.atlassian.query.operand
Represents the right hand side value of a clause.
OPERAND_NAME - Static variable in class com.atlassian.query.operand.EmptyOperand
 
OPERAND_NAME - Static variable in class com.atlassian.query.operand.MultiValueOperand
 
OPERAND_NAME - Static variable in class com.atlassian.query.operand.SingleValueOperand
 
OperandVisitor<R> - Interface in com.atlassian.query.operand
A visitor that the caller to perform operations on Operands.
OperationContext - Interface in com.atlassian.jira.issue.customfields
 
Operator - Enum in com.atlassian.query.operator
Represents the query operators.
OperatorClasses - Class in com.atlassian.jira.jql.operator
Contains classes for operators.
optimizeRoleActorSet(Set) - Method in class com.atlassian.jira.security.roles.actor.GroupRoleActorFactory
 
optimizeRoleActorSet(Set) - Method in class com.atlassian.jira.security.roles.actor.UserRoleActorFactory
 
optimizeRoleActorSet(Set<RoleActor>) - Method in interface com.atlassian.jira.security.roles.RoleActorFactory
if RoleActors can be aggregated and queried in a more optimised way, then optimize the set to reduce its size so we reduce the number of iterations across the set.
Option - Interface in com.atlassian.jira.issue.customfields.option
should merge with the field.option.Option
Option - Interface in com.atlassian.jira.issue.fields.option
An option class to wrap around other objects for display in select lists
OPTION - Static variable in class com.atlassian.jira.JiraDataTypes
 
Options - Interface in com.atlassian.jira.issue.customfields.option
 
OptionSet - Interface in com.atlassian.jira.issue.fields.option
A set of options representing the root set of any options
OptionsManager - Interface in com.atlassian.jira.issue.customfields.manager
Manages option values for fields (eg.
OR - Static variable in class com.atlassian.query.clause.OrClause
 
OrClause - Class in com.atlassian.query.clause
Used to represent a logical OR in the query tree.
OrClause(Clause...) - Constructor for class com.atlassian.query.clause.OrClause
 
OrClause(Collection<? extends Clause>) - Constructor for class com.atlassian.query.clause.OrClause
 
ORDER_ASCENDING - Static variable in interface com.atlassian.jira.issue.fields.NavigableField
 
ORDER_DESCENDING - Static variable in interface com.atlassian.jira.issue.fields.NavigableField
 
OrderableField - Interface in com.atlassian.jira.issue.fields
Interface for fields in JIRA which are able to be placed on "screens" - once they are on the screen they have an "order".
OrderBy - Interface in com.atlassian.query.order
Represents the ordering portion of the a search query.
OrderByImpl - Class in com.atlassian.query.order
Default implementation of OrderBy.
OrderByImpl(SearchSort...) - Constructor for class com.atlassian.query.order.OrderByImpl
 
OrderByImpl(Collection<SearchSort>) - Constructor for class com.atlassian.query.order.OrderByImpl
 
ORIGINAL_ISSUE_KEY - Static variable in class com.atlassian.jira.workflow.WorkflowFunctionUtils
 
originSelection() - Method in class com.atlassian.jira.avatar.AvatarSize
 
ORIGNAL_ISSUE_KEY - Static variable in class com.atlassian.jira.workflow.WorkflowFunctionUtils
Deprecated. - typo in name, please use ORIGINAL_ISSUE_KEY. Deprecated since v4.0
OSUserConverter - Class in com.atlassian.jira.user.util
Utility to assist in the migration of code from the OSUser to the Crowd User API.
OSUserConverter() - Constructor for class com.atlassian.jira.user.util.OSUserConverter
 
OTHER - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 
OTHER - Static variable in class com.atlassian.jira.web.util.OutlookDate
 
OutlookDate - Class in com.atlassian.jira.web.util
Formats and parses dates in a variety of formats, including relative dates such as "Today" and "Last Wednesday".
OutlookDate(Locale, ApplicationProperties, I18nHelper.BeanFactory, DateTimeFormatterFactory) - Constructor for class com.atlassian.jira.web.util.OutlookDate
 
OutlookDate(Locale) - Constructor for class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use OutlookDate.OutlookDate(java.util.Locale, com.atlassian.jira.config.properties.ApplicationProperties, com.atlassian.jira.util.I18nHelper.BeanFactory, com.atlassian.jira.datetime.DateTimeFormatterFactory) or better still OutlookDateManager. Since v4.3
OutlookDate(Locale, ApplicationProperties) - Constructor for class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use OutlookDate.OutlookDate(java.util.Locale, com.atlassian.jira.config.properties.ApplicationProperties, com.atlassian.jira.util.I18nHelper.BeanFactory, com.atlassian.jira.datetime.DateTimeFormatterFactory) or better still OutlookDateManager. Since v4.3
OutlookDate.SmartFormatterModes - Enum in com.atlassian.jira.web.util
Modes used by OutlookDate.formatSmart(java.util.Date, com.atlassian.jira.web.util.OutlookDate.SmartFormatterModes)
OutlookDateManager - Interface in com.atlassian.jira.web.util
Deprecated. Use DateTimeFormatterFactory.formatter() instead. Since v4.4.
OUTWARD_FIELD_NAME - Static variable in class com.atlassian.jira.issue.link.IssueLinkType
 
overwriteActiveWorkflow(JiraServiceContext, String) - Method in interface com.atlassian.jira.bc.workflow.WorkflowService
This method will overwrite the parentWorkflow with a draft Workflow if it exists.
overwriteActiveWorkflow(String, String) - Method in interface com.atlassian.jira.workflow.WorkflowManager
Saves the draft workflow into the active workflow.

P

Page - Class in com.atlassian.jira.web.bean
 
Page(int, int, PagerFilter) - Constructor for class com.atlassian.jira.web.bean.Page
 
PagerFilter<T> - Class in com.atlassian.jira.web.bean
This is a super class that implements paging for browsers.
PagerFilter() - Constructor for class com.atlassian.jira.web.bean.PagerFilter
 
PagerFilter(PagerFilter) - Constructor for class com.atlassian.jira.web.bean.PagerFilter
 
PagerFilter(int) - Constructor for class com.atlassian.jira.web.bean.PagerFilter
 
PagerFilter(int, int) - Constructor for class com.atlassian.jira.web.bean.PagerFilter
 
pages - Variable in class com.atlassian.jira.web.bean.PagerFilter
Deprecated. since 4.0 use #getPages() rather than access pages directly
Pair<F,S> - Class in com.atlassian.jira.util.lang
Immutable, generic pair of values.
params - Variable in class com.atlassian.jira.event.AbstractEvent
 
params - Variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
parse(String) - Method in interface com.atlassian.jira.datetime.DateTimeFormatter
Parses a date from the given text, returning a new Date.
parseCompleteDateTime(String) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.parse(String) instead. Since v4.4.
parseDatePicker(String) - Method in interface com.atlassian.jira.util.DateFieldFormat
Returns a date that is obtained by parsing the given text.
parseDatePicker(String) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.parse(String) instead. Since v4.4.
parseDateTimePicker(String) - Method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.parse(String) instead. Since v4.4.
ParseException - Exception in com.atlassian.jira.exception
Indicates an error in parsing.
ParseException(String) - Constructor for exception com.atlassian.jira.exception.ParseException
 
parseId(String) - Static method in class com.atlassian.jira.jql.util.JqlCustomFieldId
 
parseJqlCustomFieldId(String) - Static method in class com.atlassian.jira.jql.util.JqlCustomFieldId
 
parsePort(String) - Static method in class com.atlassian.jira.util.PortUtil
Return the TCP/UDP port contained in the passed port string.
parseQuery(User, String) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Deprecated. Use SearchService.parseQuery(com.atlassian.crowd.embedded.api.User, String). Since v4.3
parseQuery(User, String) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Parses the query string into a JQL Query.
parseRss(String) - Static method in class com.atlassian.jira.web.util.OutlookDate
Deprecated. Use DateTimeFormatter.format(java.util.Date) instead. Since v4.4.
parseString(String) - Static method in enum com.atlassian.query.order.SortOrder
Find the SortOrder represented in the passed string.
PathUtils - Class in com.atlassian.jira.util
This class contains utility methods for manipulating paths.
PercentageGraphModel - Class in com.atlassian.jira.web.bean
 
PercentageGraphModel() - Constructor for class com.atlassian.jira.web.bean.PercentageGraphModel
 
PercentageGraphRow - Class in com.atlassian.jira.web.bean
 
PercentageGraphRow(String, long, String, String) - Constructor for class com.atlassian.jira.web.bean.PercentageGraphRow
 
perform(BulkEditBean, User) - Method in interface com.atlassian.jira.bulkedit.operation.BulkOperation
Performs the operation on the given set of issues
perform(BulkEditBean, User) - Method in interface com.atlassian.jira.bulkedit.operation.BulkOperation
Deprecated. Use BulkOperation.perform(com.atlassian.jira.web.bean.BulkEditBean, com.atlassian.crowd.embedded.api.User). Since v4.3
PermissionContext - Interface in com.atlassian.jira.permission
Represents the context in which a permission evaluation is to be made.
PermissionContextFactory - Interface in com.atlassian.jira.permission
 
PermissionException - Exception in com.atlassian.jira.exception
Exception that is thrown when a permission is violated (usually in a Manager) ///CLOVER:OFF
PermissionException() - Constructor for exception com.atlassian.jira.exception.PermissionException
 
PermissionException(String) - Constructor for exception com.atlassian.jira.exception.PermissionException
 
PermissionException(Exception) - Constructor for exception com.atlassian.jira.exception.PermissionException
 
PermissionException(String, Exception) - Constructor for exception com.atlassian.jira.exception.PermissionException
 
PermissionManager - Interface in com.atlassian.jira.security
Manager responsible for JIRA Permissions.
Permissions - Class in com.atlassian.jira.security
 
Permissions() - Constructor for class com.atlassian.jira.security.Permissions
 
PermissionSchemeManager - Interface in com.atlassian.jira.permission
This class is used to handle Permission Schemes.
PersistenceFieldType - Class in com.atlassian.jira.issue.customfields.persistence
 
PLUGIN_KEY - Static variable in interface com.atlassian.jira.issue.CustomFieldManager
 
PLUGINS - Static variable in interface com.atlassian.jira.config.util.JiraHome
Name of the "Plugins" directory in JIRA home.
PopularIssueTypesUtil - Interface in com.atlassian.jira.web.action.util
A utility interface to help determine which issue types are being created most often for a project/user context.
PopularIssueTypesUtil.PopularIssueTypesHolder - Class in com.atlassian.jira.web.action.util
 
PopularIssueTypesUtil.PopularIssueTypesHolder(List<IssueType>, List<IssueType>) - Constructor for class com.atlassian.jira.web.action.util.PopularIssueTypesUtil.PopularIssueTypesHolder
 
populateDefaults(Map, Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Populate the fieldValueHolder with a value that should be shown by default when the issue has not been created yet.
populateDefaults(Map, Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
populateFields(JiraServiceContext, OperationContext, I18nHelper, Issue, Collection) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
Populates the operationContext from the params in the ActionContext In case of invalid values, new error messages are added to the context's error collection under the fieldName.
populateForMove(Map, Issue, Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Used to populate the fieldValueHolder with parameters for move issue screen.
populateFromIssue(Map, Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Used to initialise the fieldValuesHolder from the current value of teh issue.
populateFromIssue(Map, Issue) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenRenderLayoutItem
 
populateFromParams(Map, Map) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Populate the fieldValuesHolder with a value from (web) parameters.
populateFromParams(User, FieldValuesHolder, ActionParams) - Method in interface com.atlassian.jira.issue.search.searchers.transformer.SearchInputTransformer
Populate FieldValuesHolder object with whatever values the searcher is interested in from the ActionParams.
populateFromQuery(User, FieldValuesHolder, Query, SearchContext) - Method in interface com.atlassian.jira.issue.search.searchers.transformer.SearchInputTransformer
This method transforms any query information contained in the query that is relevant to this SearchInputTransformer into the values that the HTML rendering expects.
populateParamsFromString(Map, String, Issue) - Method in interface com.atlassian.jira.issue.fields.OrderableField
Used to convert from a user friendly string value and put the result into the fieldValuesHolder.
populateStatusHolder() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
populateSubTaskStatusHolder() - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
PORTLET_SEARCH_VIEW_CONFIGURATION - Static variable in interface com.atlassian.jira.web.SessionKeys
 
PortUtil - Class in com.atlassian.jira.util
Class that validates the value of a TCP/UDP port.
POSITIVE_EQUALITY_OPERATORS - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
Contains EQUALS, IN, and IS.
Predicate<T> - Interface in com.atlassian.jira.util
Evaluate an input and return true or false.
Predicates - Class in com.atlassian.jira.util
 
Predicates() - Constructor for class com.atlassian.jira.util.Predicates
 
Predicates.And<T> - Class in com.atlassian.jira.util
 
Predicates.Composite<T> - Class in com.atlassian.jira.util
 
Predicates.FalsePredicate<T> - Class in com.atlassian.jira.util
A predicate that always returns false.
Predicates.Or<T> - Class in com.atlassian.jira.util
 
Predicates.TruePredicate<T> - Class in com.atlassian.jira.util
A predicate that always returns true.
PredicateVisitor<R> - Interface in com.atlassian.query.history
A visitor that allows you to perform operations on a HistoryPredicate.
PreferenceKeys - Interface in com.atlassian.jira.user.preferences
Keys used when storing user preferences.
preserveOrder() - Method in interface com.atlassian.jira.sharing.SharedEntityAccessor.RetrievalDescriptor
is the order of the id list significant.
preStoreUpdates(JiraServiceContext, IssueChangeHolder, Issue, MutableIssue) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
Allows for a plugin point to extra updates specific to that sub class
PRETTY_COMPONENT_LEAD - Static variable in class com.atlassian.jira.project.AssigneeTypes
Message key representing default assignment to ProjectComponent lead.
PRETTY_COMPONENT_LEAD_DOES_NOT_EXIST - Static variable in class com.atlassian.jira.project.AssigneeTypes
Message key to say component lead doesn't exist.
PRETTY_NOT_ALLOWED_UNASSIGNED - Static variable in class com.atlassian.jira.project.AssigneeTypes
Message key to forbid unassigned issues.
PRETTY_NOT_ASSIGNABLE_COMPONENT_LEAD - Static variable in class com.atlassian.jira.project.AssigneeTypes
Message key to say compoent lead is not assignable.
PRETTY_NOT_ASSIGNABLE_PROJECT_LEAD - Static variable in class com.atlassian.jira.project.AssigneeTypes
Message key to say project lead can't be assigned.
PRETTY_PROJECT_DEFAULT - Static variable in class com.atlassian.jira.project.AssigneeTypes
Message key representing default assignment to project default assignee.
PRETTY_PROJECT_LEAD - Static variable in class com.atlassian.jira.project.AssigneeTypes
Message key representing default assignment to project lead.
PRETTY_UNASSIGNED - Static variable in class com.atlassian.jira.project.AssigneeTypes
Message key representing no assignee.
prettyPrintChangeHistory(String) - Method in interface com.atlassian.jira.issue.fields.NavigableField
 
prettyPrintChangeHistory(String, I18nHelper) - Method in interface com.atlassian.jira.issue.fields.NavigableField
Used for email notification templates - allows changelog to be displayed in language of the recipient.
previous() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
previousIndex() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
PRIORITY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
Priority - Interface in com.atlassian.jira.issue.priority
 
PRIORITY - Static variable in class com.atlassian.jira.JiraDataTypes
 
PRIORITY_CONSTANT_TYPE - Static variable in interface com.atlassian.jira.config.ConstantsManager
Used in the generic ConstantsManager.getConstant(String, String) method
PRIVATE - Static variable in class com.atlassian.jira.sharing.SharedEntity.SharePermissions
 
ProfileProvider - Interface in com.opensymphony.user.provider
Deprecated. 
PROGRESS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
progress() - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
progressToNextBulkEditBean() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
progressToPreviousBulkEditBean() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
PROJECT - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
PROJECT - Static variable in class com.atlassian.jira.JiraDataTypes
 
Project - Interface in com.atlassian.jira.project
Defines a project in JIRA.
PROJECT - Static variable in class com.atlassian.jira.user.UserHistoryItem
 
PROJECT_ADMIN - Static variable in class com.atlassian.jira.security.Permissions
Permission to administer a Project
PROJECT_ASSOCIATION - Static variable in interface com.atlassian.jira.scheme.SchemeManager
The one and only "association type".
PROJECT_BROWSER_CURRENT_TAB - Static variable in interface com.atlassian.jira.web.SessionKeys
 
PROJECT_BROWSER_REPORT_SUBSET - Static variable in interface com.atlassian.jira.web.SessionKeys
 
PROJECT_CATEGORY - Static variable in class com.atlassian.jira.JiraDataTypes
 
PROJECT_COMPONENT - Static variable in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
PROJECT_DEFAULT - Static variable in class com.atlassian.jira.project.AssigneeTypes
Assignee is set to the default for the project.
PROJECT_DESCRIPTION - Static variable in interface com.atlassian.jira.bc.project.ProjectService
The default name of HTML fields containing a Project's description.
PROJECT_ID - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
PROJECT_ID - Static variable in interface com.atlassian.jira.web.SessionKeys
 
PROJECT_KEY - Static variable in interface com.atlassian.jira.bc.project.ProjectService
The default name of HTML fields containing a Project's key.
PROJECT_LEAD - Static variable in interface com.atlassian.jira.bc.project.ProjectService
The default name of HTML fields containing a Project's lead.
PROJECT_LEAD - Static variable in class com.atlassian.jira.project.AssigneeTypes
Assignee is set to the Project lead.
PROJECT_NAME - Static variable in interface com.atlassian.jira.bc.project.ProjectService
The default name of HTML fields containing a Project's name.
PROJECT_ROLE - Static variable in class com.atlassian.jira.JiraDataTypes
 
PROJECT_URL - Static variable in interface com.atlassian.jira.bc.project.ProjectService
The default name of HTML fields containing a Project's URL.
ProjectAction - Enum in com.atlassian.jira.bc.project
Represents the different actions a users wants to perform on a project.
ProjectCategory - Interface in com.atlassian.jira.project
Defines a project category in JIRA.
ProjectComponent - Interface in com.atlassian.jira.bc.project.component
A key domain object representing a "working part" of a Project such that an Issue can be raised against or be relevant only to some parts.
ProjectComponentManager - Interface in com.atlassian.jira.bc.project.component
Implement this interface to validate project component values and to provide methods for accessing and persisting project components.
ProjectComponentService - Interface in com.atlassian.jira.bc.project.component
 
ProjectContext - Interface in com.atlassian.jira.jql.context
Represents an IssueType that is part of a search context.
ProjectConverter - Interface in com.atlassian.jira.issue.customfields.converters
 
ProjectCustomFieldImporter - Interface in com.atlassian.jira.imports.project.customfield
Does the custom field specific, "actual work", of importing custom field values during a project import.
ProjectCustomFieldImporter.MappedCustomFieldValue - Class in com.atlassian.jira.imports.project.customfield
A simple class that is used to return a value/parentKey pair of new "mapped" values for a custom field.
ProjectCustomFieldImporter.MappedCustomFieldValue(String) - Constructor for class com.atlassian.jira.imports.project.customfield.ProjectCustomFieldImporter.MappedCustomFieldValue
 
ProjectCustomFieldImporter.MappedCustomFieldValue(String, String) - Constructor for class com.atlassian.jira.imports.project.customfield.ProjectCustomFieldImporter.MappedCustomFieldValue
 
ProjectFactory - Interface in com.atlassian.jira.project
Used to produce Project objects.
ProjectField - Interface in com.atlassian.jira.issue.fields
Represents the Project System Field.
ProjectImportableCustomField - Interface in com.atlassian.jira.imports.project.customfield
This is an interface that will need to be implemented if a custom field is able to be imported by the project importer.
ProjectImportIdMapper - Interface in com.atlassian.jira.imports.project.mapper
Base interface for a Project Import Id Mapper.
ProjectImportMapper - Interface in com.atlassian.jira.imports.project.mapper
The parent mapper that holds all sub-mappers that are used for a project import.
ProjectIssueTypeContext - Interface in com.atlassian.jira.jql.context
Specifies a project to issue types context.
ProjectManager - Interface in com.atlassian.jira.project
Implementations of this interface are responsible for all management of project entities within JIRA.
ProjectRole - Interface in com.atlassian.jira.security.roles
A way to group users (@see RoleActors) with projects.
PROJECTROLE_ISSUE_SECURITY_TYPE - Static variable in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
 
PROJECTROLE_NOTIFICATION_TYPE - Static variable in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
 
PROJECTROLE_PERMISSION_TYPE - Static variable in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
 
ProjectRoleActor - Interface in com.atlassian.jira.security.roles
This is an abstraction that allows us to associate users with ProjectRoles for a project.
ProjectRoleActorMapper - Class in com.atlassian.jira.imports.project.mapper
Maps data for the group/user project role membership.
ProjectRoleActorMapper() - Constructor for class com.atlassian.jira.imports.project.mapper.ProjectRoleActorMapper
 
ProjectRoleActors - Interface in com.atlassian.jira.security.roles
This interface defines the association between a ProjectRole and a collection of Actors for a project.
ProjectRoleManager - Interface in com.atlassian.jira.security.roles
This class allows us to CRUD ProjectRoles.
ProjectRoleManager.ProjectIdToProjectRoleIdsMap - Class in com.atlassian.jira.security.roles
This class implements is backed by the map with project ID as a key and a collection of project role IDs as the mapped value of the map.
ProjectRoleManager.ProjectIdToProjectRoleIdsMap() - Constructor for class com.atlassian.jira.security.roles.ProjectRoleManager.ProjectIdToProjectRoleIdsMap
 
ProjectRoleManager.ProjectIdToProjectRoleIdsMap.Entry - Class in com.atlassian.jira.security.roles
Map entry that holds the project id and the collection of project role ids
ProjectRoleService - Interface in com.atlassian.jira.bc.projectroles
This is the business layer component that must be used to access all ProjectRole functionality.
ProjectService - Interface in com.atlassian.jira.bc.project
 
ProjectService.AbstractProjectResult - Class in com.atlassian.jira.bc.project
 
ProjectService.AbstractProjectResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
 
ProjectService.AbstractProjectResult(ErrorCollection, Project) - Constructor for class com.atlassian.jira.bc.project.ProjectService.AbstractProjectResult
 
ProjectService.AbstractProjectValidationResult - Class in com.atlassian.jira.bc.project
 
ProjectService.AbstractProjectValidationResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
 
ProjectService.AbstractProjectValidationResult(ErrorCollection, String, String, String, String, String, Long, Long) - Constructor for class com.atlassian.jira.bc.project.ProjectService.AbstractProjectValidationResult
 
ProjectService.CreateProjectResult - Class in com.atlassian.jira.bc.project
 
ProjectService.CreateProjectResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.ProjectService.CreateProjectResult
 
ProjectService.CreateProjectResult(ErrorCollection, Project) - Constructor for class com.atlassian.jira.bc.project.ProjectService.CreateProjectResult
 
ProjectService.CreateProjectValidationResult - Class in com.atlassian.jira.bc.project
 
ProjectService.CreateProjectValidationResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.ProjectService.CreateProjectValidationResult
 
ProjectService.CreateProjectValidationResult(ErrorCollection, String, String, String, String, String, Long, Long) - Constructor for class com.atlassian.jira.bc.project.ProjectService.CreateProjectValidationResult
 
ProjectService.DeleteProjectResult - Class in com.atlassian.jira.bc.project
 
ProjectService.DeleteProjectResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.ProjectService.DeleteProjectResult
 
ProjectService.DeleteProjectValidationResult - Class in com.atlassian.jira.bc.project
 
ProjectService.DeleteProjectValidationResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.ProjectService.DeleteProjectValidationResult
 
ProjectService.DeleteProjectValidationResult(ErrorCollection, Project) - Constructor for class com.atlassian.jira.bc.project.ProjectService.DeleteProjectValidationResult
 
ProjectService.GetProjectResult - Class in com.atlassian.jira.bc.project
 
ProjectService.GetProjectResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.ProjectService.GetProjectResult
 
ProjectService.GetProjectResult(ErrorCollection, Project) - Constructor for class com.atlassian.jira.bc.project.ProjectService.GetProjectResult
 
ProjectService.UpdateProjectSchemesValidationResult - Class in com.atlassian.jira.bc.project
 
ProjectService.UpdateProjectSchemesValidationResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.ProjectService.UpdateProjectSchemesValidationResult
 
ProjectService.UpdateProjectSchemesValidationResult(ErrorCollection, Long, Long, Long) - Constructor for class com.atlassian.jira.bc.project.ProjectService.UpdateProjectSchemesValidationResult
 
ProjectService.UpdateProjectValidationResult - Class in com.atlassian.jira.bc.project
 
ProjectService.UpdateProjectValidationResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.project.ProjectService.UpdateProjectValidationResult
 
ProjectService.UpdateProjectValidationResult(ErrorCollection, String, String, String, String, String, Long, Long, Project) - Constructor for class com.atlassian.jira.bc.project.ProjectService.UpdateProjectValidationResult
 
properties - Variable in class com.atlassian.jira.bc.issue.worklog.TimeTrackingConfiguration.PropertiesAdaptor
 
PropertiesUtil - Class in com.atlassian.jira.config.properties
 
ProviderAccessor - Interface in com.opensymphony.user
Deprecated. 
put(String, String[]) - Method in interface com.atlassian.jira.issue.transport.ActionParams
 
put(String, Collection<String>) - Method in interface com.atlassian.jira.issue.transport.CollectionParams
Put the values in.
put(K, V) - Method in class com.atlassian.jira.util.collect.CompositeMap
 
put(K, V) - Method in interface com.atlassian.jira.util.collect.MultiMap
Put a single value in to the appropriate mapped collection.

Q

Query - Interface in com.atlassian.query
The representation of a query.
QUERY_PREFIX - Static variable in interface com.atlassian.jira.issue.search.util.QueryCreator
 
QUERY_SEARCHER_ID - Static variable in class com.atlassian.jira.issue.search.constants.SystemSearchConstants
The ID of the query searcher.
QueryContext - Interface in com.atlassian.jira.jql.context
Represents a context of projects and issuetypes generated from a search query.
QueryContext.ProjectIssueTypeContexts - Class in com.atlassian.jira.jql.context
 
QueryContext.ProjectIssueTypeContexts(ProjectContext, Collection<IssueTypeContext>) - Constructor for class com.atlassian.jira.jql.context.QueryContext.ProjectIssueTypeContexts
 
QueryCreationContext - Interface in com.atlassian.jira.jql.query
A parameter object that encapsulates the context required when creating queries in the JQL way.
QueryCreator - Interface in com.atlassian.jira.issue.search.util
 
QueryFactoryResult - Class in com.atlassian.jira.jql.query
Represents the result of a call to the ClauseQueryFactory.getQuery(QueryCreationContext,com.atlassian.query.clause.TerminalClause) method.
QueryFactoryResult(Query) - Constructor for class com.atlassian.jira.jql.query.QueryFactoryResult
Default constructor that sets mustNotOccur to false.
QueryFactoryResult(Query, boolean) - Constructor for class com.atlassian.jira.jql.query.QueryFactoryResult
Create the result with the passed result and flag.
QueryImpl - Class in com.atlassian.query
Defines a structured graph of objects that can be used to represent query.
QueryImpl() - Constructor for class com.atlassian.query.QueryImpl
 
QueryImpl(Clause) - Constructor for class com.atlassian.query.QueryImpl
 
QueryImpl(Clause, String) - Constructor for class com.atlassian.query.QueryImpl
 
QueryImpl(Clause, OrderBy, String) - Constructor for class com.atlassian.query.QueryImpl
 
QueryLiteral - Class in com.atlassian.jira.jql.operand
Used to communicate literal values, Strings or Longs, as input into the Operands.
QueryLiteral() - Constructor for class com.atlassian.jira.jql.operand.QueryLiteral
 
QueryLiteral(Operand) - Constructor for class com.atlassian.jira.jql.operand.QueryLiteral
 
QueryLiteral(Operand, Long) - Constructor for class com.atlassian.jira.jql.operand.QueryLiteral
 
QueryLiteral(Operand, String) - Constructor for class com.atlassian.jira.jql.operand.QueryLiteral
 

R

readAvatarData(Avatar, AvatarManager.ImageSize, Consumer<InputStream>) - Method in interface com.atlassian.jira.avatar.AvatarManager
Provides read-only access to the data of the avatar image as an InputStream passed to the provided dataProcessor.
readLargeAvatarData(Avatar, Consumer<InputStream>) - Method in interface com.atlassian.jira.avatar.AvatarManager
Deprecated. since 4.4. Use AvatarManager.readAvatarData(Avatar, ImageSize, com.atlassian.jira.util.Consumer) instead
readSmallAvatarData(Avatar, Consumer<InputStream>) - Method in interface com.atlassian.jira.avatar.AvatarManager
Deprecated. since 4.4. Use AvatarManager.readAvatarData(Avatar, ImageSize, com.atlassian.jira.util.Consumer) instead
RecentCommentManager - Interface in com.atlassian.jira.issue.comments
A standard way of getting a list of recent comments from JIRA
recordMessageId(String, Message, Long) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
refresh() - Method in interface com.atlassian.jira.config.ConstantsManager
Sets all cached copies of constant to null.
refresh() - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
refresh() - Method in interface com.atlassian.jira.issue.CustomFieldManager
reloads all customfields into the cache from the DB.
refresh() - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
 
refresh() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Clears all local caches.
refresh() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
refresh() - Method in interface com.atlassian.jira.issue.search.managers.IssueSearcherManager
Refreshes the IssueSearcher cache
refresh() - Method in interface com.atlassian.jira.issue.search.managers.SearchHandlerManager
Refreshes the SearchHandlerManager.
refresh() - Method in interface com.atlassian.jira.project.ProjectManager
Causes a full refresh of the project cache.
refresh() - Method in interface com.atlassian.jira.web.util.OutlookDateManager
Deprecated. Refreshes all the Outlook dates so they contain the new date format
refreshAll() - Method in interface com.atlassian.jira.service.ServiceManager
This will force a complete re-sync of the service cache with the values stored in the db.
refreshIssueTypes() - Method in interface com.atlassian.jira.config.ConstantsManager
Reloads all IssueTypes from the DB.
refreshPriorities() - Method in interface com.atlassian.jira.config.ConstantsManager
Reloads all priorities from the DB.
refreshProjectDependencies(GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. This method is no longer relevant and does not work as documented. Since v4.4.
refreshResolutions() - Method in interface com.atlassian.jira.config.ConstantsManager
Reloads all resolutions from the DB.
refreshSequencer() - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
Refreshes the sequencer that is used to retrieve unique IDs in the database.
refreshService(Long) - Method in interface com.atlassian.jira.service.ServiceManager
This will update the in-memory cache with the values from the db for the service with the id if it can be resolved.
refreshServiceByName(String) - Method in interface com.atlassian.jira.service.ServiceManager
This will update the in-memory cache with the values from the db for the named service if it can be resolved.
refreshStatuses() - Method in interface com.atlassian.jira.config.ConstantsManager
Reloads all statuses from DB.
RegexpUtils - Class in com.atlassian.jira.util
 
RegexpUtils() - Constructor for class com.atlassian.jira.util.RegexpUtils
 
RegionInfo - Interface in com.atlassian.jira.timezone
TimeZones are grouped by region.
register(String) - Method in class com.atlassian.jira.bc.group.GroupRemoveChildMapper
Registers the given childName to be removed from the configured list of default groups.
register(String, String) - Method in class com.atlassian.jira.bc.group.GroupRemoveChildMapper
Registers the given childName to be removed from the specified groupName.
register(String, Collection) - Method in class com.atlassian.jira.bc.group.GroupRemoveChildMapper
Registers the given childName to be removed from the specified group names.
register(String, String) - Method in class com.atlassian.jira.bc.group.GroupRemoveUserMapper
Deprecated.  
register(String) - Method in class com.atlassian.jira.bc.group.GroupRemoveUserMapper
Deprecated.  
register(String, Collection) - Method in class com.atlassian.jira.bc.group.GroupRemoveUserMapper
Deprecated.  
register(SharedEntity.TypeDescriptor<S>) - Method in class com.atlassian.jira.sharing.SharedEntity.TypeDescriptor.Factory
 
registerIssueTypesInUse() - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
Associates issue types to custom fields.
registerOldValue(String, String) - Method in class com.atlassian.jira.imports.project.mapper.AbstractMapper
This is an internal method for use by Mappers extending AbstractMapper and should not be called from other classes.
registerOldValue(String, String) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldMapper
 
registerOldValue(ExternalCustomFieldOption) - Method in class com.atlassian.jira.imports.project.mapper.CustomFieldOptionMapper
 
registerOldValue(String, String, String) - Method in class com.atlassian.jira.imports.project.mapper.IssueLinkTypeMapper
 
registerOldValue(String, String, boolean) - Method in class com.atlassian.jira.imports.project.mapper.IssueTypeMapper
 
registerOldValue(String, String) - Method in interface com.atlassian.jira.imports.project.mapper.MapperEntityRegister
This method registers a value from the backup system as a value that can then be mapped in this Mapper.
registerOldValue(String, String) - Method in class com.atlassian.jira.imports.project.mapper.SimpleProjectImportIdMapperImpl
 
registerOldValue(String, String) - Method in class com.atlassian.jira.imports.project.mapper.StatusMapper
 
registerOldValue(ExternalUser) - Method in class com.atlassian.jira.imports.project.mapper.UserMapper
 
registerShortcut(String, KeyboardShortcut) - Method in interface com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager
Given a complete plugin module key, this method registers a keyboard shortcut with the manager, which will make it available in the UI to end-users.
RELATIONAL_ONLY_OPERATORS - Static variable in class com.atlassian.jira.jql.operator.OperatorClasses
Contains GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN and LESS_THAN_EQUALS.
releaseVersion(VersionService.ReleaseVersionValidationResult) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Using the validation result from VersionService.validateReleaseVersion(User, com.atlassian.jira.project.version.Version, Date) a version will be released.
releaseVersion(Version, boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
Used to release or unrelease a version, depending on the release flag.
releaseVersions(Collection<Version>, boolean) - Method in interface com.atlassian.jira.project.version.VersionManager
Used to release versions depending on the release flag.
remapBulkEditBeansByTargetContext() - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
This method will remap the current BulkEditBean Map to be keyed by the target IssueContext rather than the originating IssueContext.
REMOVE - Static variable in interface com.atlassian.jira.bc.project.version.VersionService
Indicates that the Version should be removed from affected issues.
remove(CustomField) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Performs additional tasks when a CustomField of this type is being removed CustomField.remove().
remove(CustomField) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
called when removing a field.
remove(CustomField) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
remove(String, String) - Method in interface com.atlassian.jira.issue.customfields.manager.GenericConfigManager
Removes a generic config value.
remove(String) - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
 
remove(FieldConfig) - Method in interface com.atlassian.jira.issue.fields.config.persistence.FieldConfigPersister
Remove a FieldConfig and all associated additional data.
remove() - Method in interface com.atlassian.jira.issue.fields.CustomField
Removes this custom field and returns a set of issue IDs of all issues that are affected by removal of this custom field.
remove() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutScheme
 
remove() - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
 
remove() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
remove() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItem
 
remove() - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
remove() - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
remove(String) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
 
remove(Object) - Method in class com.atlassian.jira.util.collect.CompositeMap
 
remove() - Method in class com.atlassian.jira.util.collect.EnumerationIterator
 
remove() - Method in class com.opensymphony.user.Entity
Deprecated. Remove this entity from existence.
remove() - Method in class com.opensymphony.user.Group
Deprecated. Remove Group from associated AccessProvider.
remove(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAbstractProvider
 
remove(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
remove(String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdCredentialsProvider
 
remove(String) - Method in interface com.opensymphony.user.provider.UserProvider
Deprecated. Remove Entity with given name.
remove() - Method in class com.opensymphony.user.User
Deprecated. Use CrowdService.removeUser(com.atlassian.crowd.embedded.api.User) instead. Since v4.4.
REMOVE_ACTION - Static variable in class com.atlassian.jira.project.version.VersionKeys
 
removeActorsFromProjectRole(User, Collection<String>, ProjectRole, Project, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will remove project role actor associations for the given actors and checking the currentUser has the correct permissions to perform the update operation.
removeActorsFromProjectRole(User, Collection<String>, ProjectRole, Project, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will remove project role actor associations for the given actors and checking the currentUser has the correct permissions to perform the update operation.
removeAll(List<GenericValue>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
removeAllChangeItems(Issue) - Method in interface com.atlassian.jira.issue.changehistory.ChangeHistoryManager
Remove all change items associated with an issue.
removeAllRoleActorsByNameAndType(User, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will remove all role actors with the specified name and the specified type.
removeAllRoleActorsByNameAndType(User, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will remove all role actors with the specified name and the specified type.
removeAllRoleActorsByNameAndType(String, String) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will remove all role actors with the specified name and the specified type.
removeAllRoleActorsByNameAndType(String, String) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
This will remove all role actors with the specified name and the specified type.
removeAllRoleActorsByProject(User, Project, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will remove all role actors associated with the specified project.
removeAllRoleActorsByProject(User, Project, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will remove all role actors associated with the specified project.
removeAllRoleActorsByProject(Project) - Method in interface com.atlassian.jira.security.roles.ProjectRoleManager
Will remove all role actors associated with the specified project.
removeAllValues(String) - Method in interface com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister
Called when removing a field.
removeAllValues(CustomField) - Method in interface com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister
Deprecated. Use CustomFieldValuePersister.removeAllValues(String) instead
removeAllWatchesForUser(User) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Remove all watches for a given user
removeAllWatchesForUser(User) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Remove all watches for a given user
removeAssociatedEntries(Long) - Method in interface com.atlassian.jira.mail.MailThreadManager
 
removeAttribute(String) - Method in interface com.atlassian.jira.util.velocity.VelocityRequestSession
Removes the object bound with the specified name from this session.
removeByAnd(String, Map<String, ?>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
removeByOr(String, String, List<Long>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
This can be used to remove rows for a given entity based on entityName and where entityIdremoveColumn(ColumnLayoutItem) - Method in interface com.atlassian.jira.issue.fields.layout.column.EditableColumnLayout
 
removeContextsForConfigScheme(Long) - Method in interface com.atlassian.jira.issue.context.persistence.FieldConfigContextPersister
 
removeContextsForProject(GenericValue) - Method in interface com.atlassian.jira.issue.context.persistence.FieldConfigContextPersister
 
removeContextsForProjectCategory(GenericValue) - 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.
removeDefaultActorsFromProjectRole(User, Collection<String>, ProjectRole, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
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.
removeDefaultActorsFromProjectRole(User, Collection<String>, ProjectRole, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
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.
removeEntities(GenericValue, Long) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
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(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(User, 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
Remove the given entity as a favourite of the user passed in.
removeFavouritesForEntityDelete(SharedEntity) - Method in interface com.atlassian.jira.favourites.FavouritesManager
Remove all favourite associations for a given entity for entity deletion.
removeFavouritesForUser(User, 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
Remove the favourite associations for the given User and the given type
removeFieldLayoutScheme(FieldLayoutScheme) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
NOTE: This is an enterprise ONLY feature.
removeFieldLayoutSchemeEntity(FieldLayoutSchemeEntity) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Removes a FieldLayoutSchemeEntity NOTE: This is an enterprise ONLY feature.
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
 
removeFieldScreenTab(Long) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
removeFieldScreenTabs(FieldScreen) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
removeFromGroup(String, String) - Method in interface com.opensymphony.user.provider.AccessProvider
Deprecated. Remove user from group.
removeFromGroup(String, String) - Method in class com.opensymphony.user.provider.crowd.EmbeddedCrowdAccessProvider
 
removeFromGroup(Group) - Method in class com.opensymphony.user.User
Deprecated. Use CrowdService.removeUserFromGroup(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.Group)} instead. Since v4.4.
removeFromSession() - Static method in class com.atlassian.jira.web.bean.BulkEditBean
 
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
Remove the user's history.
removeHistoryForUser(User) - Method in interface com.atlassian.jira.user.UserHistoryManager
Deprecated. use UserHistoryManager.removeHistoryForUser(com.atlassian.crowd.embedded.api.User) instead. Since v4.3
removeIssueLinkType(Long, IssueLinkType, User) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeDestroyer
Removes an issueLinkType from the datastore.
removeIssueLinkType(Long, IssueLinkType, User) - Method in interface com.atlassian.jira.issue.link.IssueLinkTypeDestroyer
Deprecated. use IssueLinkTypeDestroyer.removeIssueLinkType(Long, IssueLinkType, com.atlassian.crowd.embedded.api.User)
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.
removeLabelsForCustomField(Long) - Method in interface com.atlassian.jira.issue.label.LabelManager
This method deletes all label entries for the custom field provided.
removeMember(Principal) - Method in class com.opensymphony.user.Group
Deprecated. Removes the specified member from the group.
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
 
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
Used if a project is deleted to remove the project field associations.
removeProjectCategoryAssociations(GenericValue) - 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.
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<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(GenericValue, Long) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutManager
Removes an association between a particular project and field configuration scheme.
removeSchemeEntitiesForField(String) - Method in interface com.atlassian.jira.notification.NotificationSchemeManager
 
removeSchemesFromProject(GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
removeSchemesFromProject(Project) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
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.
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
Given a valid validation result, this will remove the user and removes the user from all the groups.
removeUser(User, 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
This will remove the user and removes the user from all the groups.
removeUser(User, User, I18nHelper) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.removeUser(com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
removeUser(User) - Method in class com.opensymphony.user.Group
Deprecated. Remove User from members of this Group.
removeUserFromGroup(Group, User) - Method in interface com.atlassian.jira.user.util.UserUtil
Deprecated. Use UserUtil.removeUserFromGroup(com.atlassian.crowd.embedded.api.Group, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
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
Deprecated. Use UserUtil.removeUserFromGroups(java.util.Collection, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
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
Remove all permissions that have used this username
removeUsersFromGroups(JiraServiceContext, GroupRemoveUserMapper) - Method in interface com.atlassian.jira.bc.group.GroupService
Deprecated. since v4.3. Use GroupService.removeUsersFromGroups(JiraServiceContext, GroupRemoveChildMapper).
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, GenericValue, Object) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
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, 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
Removes a vote for the user and issue specified.
removeVote(User, 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
Removes a vote for the user and issue specified.
removeVote(User, GenericValue) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Removes a vote for the user and issue specified.
removeVotesForUser(User) - Method in interface com.atlassian.jira.issue.vote.VoteManager
Removes all votes made by user.
removeVotesForUser(User) - 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
Deprecated. since v4.3. Use WatcherService.removeWatcher(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead.
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.
removeWorkflowEntries(GenericValue) - Method in interface com.atlassian.jira.workflow.WorkflowManager
 
renameFileIfInvalid(String, GenericValue, User) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Replaces all invalid characters in the filename using FileNameCharacterCheckerUtil.replaceInvalidChars(String, char) with AbstractMessageHandler.INVALID_CHAR_REPLACEMENT as the replacement character.
RenderableField - Interface in com.atlassian.jira.issue.fields.renderer
This interface defines the requirements for a field to be used in the Rendering system.
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().
renderPermission(SharePermission, JiraAuthenticationContext) - Method in interface com.atlassian.jira.sharing.type.ShareTypeRenderer
Return HTML that shows the configured share.
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.
REPORTER - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
reporteruserName - Variable in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
Username of default reporter, if sender not recognized.
RequestContextParameterHolder - Interface in com.atlassian.jira.util.velocity
Holder for various parameters stored in the HTTPRequest.
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.
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).
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
 
reset() - Static method in class com.opensymphony.user.UserManager
Deprecated. For testing only
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 class com.atlassian.jira.web.bean.BulkEditBean
 
resetSequences(GenericValue) - Method in interface com.atlassian.jira.config.SubTaskManager
Deprecated. since 3.9 use SubTaskManager.resetSequences(com.atlassian.jira.issue.Issue)
resetSequences(Issue) - Method in interface com.atlassian.jira.config.SubTaskManager
 
resetWorkflowTransitionSelection() - Method in class 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.JiraDataTypes
 
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.getConstant(String, String) method
RESOLUTION_DATE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
RESOLVE_ISSUE - Static variable in class com.atlassian.jira.security.Permissions
Permission to resolve issues.
RESOLVED_STATUS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
RESOLVED_STATUS_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
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_TYPE_I18N - Static variable in class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
 
RESOURCE_TYPE_VELOCITY - Static variable in interface com.atlassian.jira.plugin.workflow.JiraWorkflowPluginConstants
 
restoreDefaultColumnLayout() - Method in interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutManager
 
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
 
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.
retrieveAllChildren(List<Option>) - Method in interface com.atlassian.jira.issue.customfields.option.Option
 
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(User, List<Long>, ProjectRole, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Returns a list of projectId's for which the role actor of the specified type exists in the project for the provided projectRole.
roleActorOfTypeExistsForProjects(User, List<Long>, ProjectRole, String, String, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Returns a list of projectId's for which the role actor of the specified type exists in the project for the provided projectRole.
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(String) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
 
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.mail.MailFetcherService
Connect to the POP / IMAPemail box and then handle each message.
run() - Method in interface com.atlassian.jira.web.action.admin.issuetypes.ExecutableAction
Run the action
runSubscription(GenericValue) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
runSubscription(User, Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
runSubscription(User, Long) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
 
RUSSIAN - Static variable in class com.atlassian.jira.config.properties.APKeys.Languages
 

S

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.
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.
sanitiseSearchQuery(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Deprecated. Use SearchService.sanitiseSearchQuery(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query). Since v4.3
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
 
SavedFilterSearchConstants - Class in com.atlassian.jira.issue.search.constants
Saved filter is strange so it does not have a fieldId or an index id.
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
 
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
 
schemeIssueSecurityExists(Long) - Method in interface com.atlassian.jira.issue.security.IssueSecurityLevelManager
 
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(User, Query, PagerFilter) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Deprecated. Use SearchService.search(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query, com.atlassian.jira.web.bean.PagerFilter). Since v4.3
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(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, User, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Deprecated. Use SearchProvider.search(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.web.bean.PagerFilter). Since v4.3
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, User, PagerFilter, Query) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Deprecated. Use SearchProvider.search(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.web.bean.PagerFilter, org.apache.lucene.search.Query). Since v4.3
search(Query, User, HitCollector, Query) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Run a search based on the provided search criteria and, for each match, call hitCollector.collect().
search(Query, User, HitCollector, Query) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Run a search based on the provided search criteria and, for each match, call hitCollector.collect().
search(Query, User, HitCollector) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Run a search based on the provided search criteria and, for each match, call hitCollector.collect().
search(Query, User, HitCollector) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Deprecated. Use SearchProvider.search(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, org.apache.lucene.search.HitCollector). Since v4.3
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, HitCollector, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Run a search based on the provided search criteria and, for each match call hitCollector.collect().
searchAndSort(Query, User, HitCollector, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Deprecated. Use SearchProvider.searchAndSort(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, org.apache.lucene.search.HitCollector, com.atlassian.jira.web.bean.PagerFilter). Since v4.3
searchAndSortOverrideSecurity(Query, User, HitCollector, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Run a search based on the provided search criteria and, for each match call hitCollector.collect().
searchAndSortOverrideSecurity(Query, User, HitCollector, PagerFilter) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Deprecated. Use SearchProvider.searchAndSortOverrideSecurity(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, org.apache.lucene.search.HitCollector, com.atlassian.jira.web.bean.PagerFilter). Since v4.3
SearchContext - Interface in com.atlassian.jira.issue.search
 
searchCount(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Deprecated. Use SearchService.searchCount(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query). Since v4.3
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, User) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Deprecated. Use SearchProvider.searchCount(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User). Since v4.3
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, User) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Deprecated. Use SearchProvider.searchCount(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User). Since v4.3
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.
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 FieldIndexers 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.ClauseRegistrations) that it uses in the background to implement searching.
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, User, PagerFilter, Query) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Deprecated. Use SearchProvider.searchOverrideSecurity(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.web.bean.PagerFilter, org.apache.lucene.search.Query). Since v4.3
searchOverrideSecurity(Query, User, HitCollector) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Run a search based on the provided search criteria and, for each match, call hitCollector.collect() not taking into account any security constraints.
searchOverrideSecurity(Query, User, HitCollector) - Method in interface com.atlassian.jira.issue.search.SearchProvider
Deprecated. Use SearchProvider.searchOverrideSecurity(com.atlassian.query.Query, com.atlassian.crowd.embedded.api.User, org.apache.lucene.search.HitCollector). Since v4.3
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.
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 class representing a Search Request.
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, String, 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, String, String, String, Long, long) - Constructor for class com.atlassian.jira.issue.search.SearchRequest
Build a SearchRequest with the provided attributes.
SearchRequestParams - Interface in com.atlassian.jira.plugin.searchrequestview
This is used by SearchRequestView plugins to provide information about their context.
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.
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, 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
 
second() - Method in class com.atlassian.jira.util.lang.Pair
 
SECOND - Static variable in class com.atlassian.jira.web.util.OutlookDate
 
SECURITY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
SELECT - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
SelectConverter - Interface in com.atlassian.jira.issue.customfields.converters
 
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
 
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
 
SEND_MAIL - Static variable in class com.atlassian.jira.event.issue.IssueEvent
 
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
This interface provides capability for other processes to request a service run.
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)
set(GenericValue) - Method in interface com.atlassian.jira.ofbiz.OfBizListIterator
 
SET_ISSUE_SECURITY - Static variable in class com.atlassian.jira.security.Permissions
 
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 class com.atlassian.jira.web.bean.BulkEditBean
 
setActorsForProjectRole(User, Map<String, Set<String>>, ProjectRole, Project, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will set the project role actor associations for the given newRoleActors and checking the currentUser has the correct permissions to perform the update operation.
setAffectedVersionIds(Long...) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
setAffectedVersions(Collection<Version>) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setArchived(boolean) - Method in interface com.atlassian.jira.project.version.Version
 
setAssignee(User) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setAssignee(User) - Method in interface com.atlassian.jira.issue.MutableIssue
Deprecated. Call MutableIssue.setAssignee(com.atlassian.crowd.embedded.api.User). Since v4.3
setAssigneeId(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
setAssigneeId(String) - Method in interface com.atlassian.jira.issue.MutableIssue
 
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(String) - Method in interface com.atlassian.jira.issue.comments.MutableComment
 
setBody(String) - Method in interface com.atlassian.jira.issue.comments.MutableComment
 
setBoolean(String, boolean) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
 
setCascadeFrom(String) - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
 
setChangeItems(List) - Method in interface com.atlassian.jira.issue.util.IssueChangeHolder
Set the change items of this object to the provided param.
setChangeItems(Collection) - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
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 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
 
setComponentIds(Long...) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
setComponents(Collection<GenericValue>) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setConfigs(Map<String, FieldConfig>) - Method in class com.atlassian.jira.issue.fields.config.FieldConfigScheme.Builder
 
setCreated(Date) - Method in interface com.atlassian.jira.issue.comments.MutableComment
 
setCreated(Timestamp) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
setCreated(Timestamp) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setCurrentStep(int) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setCurrentStep(int) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
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
 
setCustomFieldSearcher(CustomFieldSearcher) - Method in interface com.atlassian.jira.issue.fields.CustomField
Sets the CustomFieldSearcher for this custom field.
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.
setDefaultTimeZone(String, JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
Allows to set the default time zone.
setDefaultValue(FieldConfig, Object) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
Sets the default value for a Custom Field
setDefaultValue(FieldConfig, Object) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType
 
setDefaultValue(FieldConfig, Object) - Method in class com.atlassian.jira.issue.customfields.impl.CalculatedCFType
 
setDefaultValue(FieldConfig, String) - Method in interface com.atlassian.jira.issue.fields.config.manager.IssueTypeSchemeManager
 
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 interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
setDescription(String) - Method in interface com.atlassian.jira.issue.IssueConstant
 
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.
setDisabled(Boolean) - Method in interface com.atlassian.jira.issue.customfields.option.Option
 
setDispatchEvent(boolean) - Method in class com.atlassian.jira.issue.util.IssueUpdateBean
 
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
 
setEmail(String) - Method in class com.opensymphony.user.User
Deprecated. Use CrowdService.updateUser(com.atlassian.crowd.embedded.api.User) instead. Since v4.4.
setEnableNotifications(boolean) - Static method in class com.atlassian.jira.util.ImportUtils
 
setEntities(Collection<SchemeEntity>) - Method in class com.atlassian.jira.scheme.Scheme
Deprecated. this class will be made immutable, create a new Scheme instead.
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
 
setError(String) - Method in class com.atlassian.jira.service.util.handler.MessageErrorHandler
 
setError(String, Exception) - Method in class com.atlassian.jira.service.util.handler.MessageErrorHandler
 
setErrorHandler(MessageErrorHandler) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
 
setErrorHandler(MessageErrorHandler) - Method in interface com.atlassian.jira.service.util.handler.MessageHandler
 
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 class 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).
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.FieldScreenTab
 
setFieldScreenRenderer(FieldScreenRenderer) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
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.
setFinalLocation(String) - Method in class 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
 
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
 
setFullName(String) - Method in class com.opensymphony.user.User
Deprecated. Use CrowdService.updateUser(com.atlassian.crowd.embedded.api.User) instead. Since v4.4.
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.FieldScreenTab
 
setGroupLevel(String) - Method in interface com.atlassian.jira.issue.comments.MutableComment
 
setI18nValues(boolean) - Method in interface com.atlassian.configurable.ObjectConfigurationProperty
 
setIconUrl(String) - Method in interface com.atlassian.jira.issue.IssueConstant
 
setId(Long) - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
 
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(Long) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
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
 
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.
setInvalidSubTaskStatusesByType(Map<String, Set<String>>) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setInvalidSubTaskTypes(Set<String>) - Method in class 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
 
setIssuesFromSearchRequest(List<Issue>) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setIssuesInUse(Collection<?>) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setIssueType(GenericValue) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setIssueTypeId(String) - Method in interface com.atlassian.jira.issue.fields.layout.field.FieldLayoutSchemeEntity
 
setIssueTypeId(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
setIssueTypeId(String) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setKey(String) - Method in interface com.atlassian.jira.issue.MutableIssue
 
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, 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, 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(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.
setLastRun() - Method in interface com.atlassian.jira.service.JiraServiceContainer
Record when run.
setLead(String) - Method in class com.atlassian.jira.bc.project.component.MutableProjectComponent
 
setLoggedInUser(User) - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
This comes to use in places like Jelly where we need to switch the identity of a user during execution.
setLong(String, long) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
 
setMax(int) - Method in class com.atlassian.jira.web.bean.PagerFilter
 
setMaxIssues(int) - Method in class com.atlassian.jira.web.bean.BulkEditBean
Sets the maximum number of issues allowed to be bulk edited at once.
setMessage(String) - Method in class com.atlassian.jira.issue.fields.util.MessagedResult
 
setMessagedFieldLayoutItems(Map<?, ?>) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setModified(boolean) - Method in class com.atlassian.jira.issue.search.SearchRequest
 
setMoveFieldLayoutItems(Collection<?>) - Method in class 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 interface com.atlassian.jira.issue.fields.screen.FieldScreen
 
setName(String) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenTab
 
setName(String) - Method in interface com.atlassian.jira.issue.IssueConstant
 
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.
setOperationName(String) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setOption(String, boolean) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
setOriginalEstimate(Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
setOriginalEstimate(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setOwnerUserName(String) - Method in class com.atlassian.jira.issue.search.SearchRequest
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 class com.atlassian.jira.web.bean.BulkEditBean
 
setParams(Map) - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
setParentBulkEditBean(BulkEditBean) - Method in class 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
 
setPassword(String) - Method in class com.opensymphony.user.User
Deprecated. Use CrowdService.updateUserCredential(com.atlassian.crowd.embedded.api.User, String) instead. Since v4.4.
setPasswordHash(String) - Method in class com.atlassian.jira.external.beans.ExternalUser
 
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
 
setPriorityId(String) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
setPriorityId(String) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setProject(GenericValue) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setProjectCategory(GenericValue, GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. since v4.4. Use ProjectManager.setProjectCategory(com.atlassian.jira.project.Project, com.atlassian.jira.project.ProjectCategory) instead.
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.
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
 
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
 
setRelatedMultiBulkMoveBean(MultiBulkMoveBean) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
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
Modify the release date of a version without performing a release/unrelease.
setReleaseDate(User, Version, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Modify the release date of a version without performing a release/unrelease.
setReleaseDate(Date) - Method in interface com.atlassian.jira.project.version.Version
 
setRemovedFields(Set<?>) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setRemovedFields(Collection) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
setRendererType(FieldLayoutItem, String) - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
 
setReporter(User) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setReporter(User) - Method in interface com.atlassian.jira.issue.MutableIssue
Deprecated. Call MutableIssue.setReporter(com.atlassian.crowd.embedded.api.User). Since v4.3
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
 
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
 
setResult(boolean) - Method in class com.atlassian.jira.issue.fields.util.MessagedResult
 
setRetainExistingValuesWhenParameterNotProvided(boolean) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
setRetainValues(Set<String>) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setRoleLevelId(Long) - Method in interface com.atlassian.jira.issue.comments.MutableComment
 
setRootOptions(FieldConfig, Options) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
 
setSchemeId(Long) - Method in class com.atlassian.jira.scheme.SchemeEntity
 
setSearchRequest(SearchRequest) - Method in interface com.atlassian.jira.issue.fields.layout.column.EditableSearchRequestColumnLayout
 
setSecurityLevel(GenericValue) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setSecurityLevelId(Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
setSecurityLevelId(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setSelectedWFTransitionKey(WorkflowTransitionKey) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setSendBulkNotification(boolean) - Method in class 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
 
setSequence(Long) - Method in interface com.atlassian.jira.project.version.Version
 
setStart(int) - Method in class com.atlassian.jira.web.bean.PagerFilter
 
setStatus(GenericValue) - Method in interface com.atlassian.jira.issue.MutableIssue
 
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).
setString(String, String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
setString(String, String) - Method in class com.atlassian.jira.user.preferences.JiraUserPreferences
 
setSubTaskBulkEditBean(BulkEditBean) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setSubTaskOfSelectedIssues(List<Issue>) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
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
 
setTargetFieldLayout() - Method in class 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 class com.atlassian.jira.web.bean.BulkEditBean
 
setTargetIssueTypeId(String) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setTargetProject(GenericValue) - Method in class com.atlassian.jira.web.bean.BulkEditBean
 
setTargetProject(GenericValue) - Method in class 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
 
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
 
setText(String, String) - Method in interface com.atlassian.jira.config.properties.ApplicationProperties
 
setTimeSpent(Long) - Method in interface com.atlassian.jira.issue.IssueInputParameters
 
setTimeSpent(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setTo(String) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
setToString(String) - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
setTranslation(String, String, String, Locale) - Method in interface com.atlassian.jira.issue.IssueConstant
 
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
 
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(String) - Method in interface com.atlassian.jira.issue.comments.MutableComment
 
setUpdated(Date) - Method in interface com.atlassian.jira.issue.comments.MutableComment
 
setUpdated(Timestamp) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setUpdatedIssue(MutableIssue) - Method in class com.atlassian.jira.web.bean.MoveIssueBean
 
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.
setUser(User) - Method in interface com.atlassian.jira.security.JiraAuthenticationContext
Deprecated. use JiraAuthenticationContext.setLoggedInUser(com.atlassian.crowd.embedded.api.User). Since v4.3
setUserDefaultTimeZone(String, JiraServiceContext) - Method in interface com.atlassian.jira.timezone.TimeZoneService
Sets the default time zone for this user.
setUsername(String) - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
setUserProperty(String, String) - Method in class com.atlassian.jira.external.beans.ExternalUser
 
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
 
setVersionDetails(User, Version, String, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Set the name and description of a version, if you have edit permission.
setVotes(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setWatches(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setWorkflowId(Long) - Method in interface com.atlassian.jira.issue.MutableIssue
 
setWorkflowTransitionMap(MultiMap) - Method in class 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
 
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
 
SharedEntity.Identifier(Long, SharedEntity.TypeDescriptor<? extends SharedEntity>, User) - Constructor for class com.atlassian.jira.sharing.SharedEntity.Identifier
 
SharedEntity.Identifier(Long, SharedEntity.TypeDescriptor<? extends SharedEntity>, User) - 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.
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.
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
 
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
 
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 ShareTypes 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 .
shouldAttach(Part, Message) - Method in class com.atlassian.jira.service.util.handler.AbstractMessageHandler
This method determines if a particular part should be included added as an attachment to an issue.
show(FieldLayoutItem) - Method in interface com.atlassian.jira.issue.fields.layout.field.EditableFieldLayout
 
showSubTaskParent() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
 
showSubTasks() - Method in class com.atlassian.jira.bc.issue.search.IssuePickerSearchService.IssuePickerParameters
 
SimpleErrorCollection - Class in com.atlassian.jira.util
 
SimpleErrorCollection() - 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
 
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
 
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.
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.sharing.SharedEntity.SharePermissions
 
size() - Method in class com.atlassian.jira.util.collect.CollectionEnclosedIterable
 
size() - Method in interface com.atlassian.jira.util.collect.EnclosedIterable
 
size() - Method in interface com.atlassian.jira.util.collect.Sized
 
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.
SMALL - Static variable in interface com.atlassian.jira.avatar.AvatarManager
Deprecated. since v4.4. use AvatarManager.ImageSize.SMALL instead
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.
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.
SPECIFIC_GROUP - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
SPECIFIC_USER - Static variable in interface com.atlassian.jira.issue.index.DocumentConstants
 
startDate(Date) - Method in class com.atlassian.jira.bc.issue.worklog.WorklogInputParametersImpl.Builder
 
startWatching(User, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Enable watching of a particular issue for the user supplied.
startWatching(User, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Enable watching of a particular issue for the user supplied.
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
 
StatisticsMapper<T> - Interface in com.atlassian.jira.issue.statistics
Allow mapping from Lucene indexes, back to the fields that they came from.
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_CONSTANT_TYPE - Static variable in interface com.atlassian.jira.config.ConstantsManager
Used in the generic ConstantsManager.getConstant(String, String) method
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
 
STEP_STATUS_KEY - Static variable in interface com.atlassian.jira.workflow.JiraWorkflow
 
stopWatching(User, Issue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Disable watching of a particular issue for the user supplied.
stopWatching(User, Issue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Disable watching of a particular issue for the user supplied.
stopWatching(User, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Disable watching of a particular issue for the user supplied.
stopWatching(User, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Disable watching of a particular issue for the user supplied.
stopWatching(String, GenericValue) - Method in interface com.atlassian.jira.issue.watchers.WatcherManager
Disable watching of a particular issue for the user supplied.
store() - Method in interface com.atlassian.jira.issue.customfields.option.Option
 
store() - Method in interface com.atlassian.jira.issue.fields.CustomField
Stores this custom field.
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.FieldScreenTab
 
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
Persist this object's immediate fields.
store() - Method in class com.opensymphony.user.Entity
Deprecated. Force update to underlying data-stores.
store() - Method in class com.opensymphony.user.User
Deprecated. Use CrowdService.updateUser(com.atlassian.crowd.embedded.api.User) for mutating users. Since v4.4.
storeAll(List<GenericValue>) - Method in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
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
storeIssueTypes(List<GenericValue>) - Method in interface com.atlassian.jira.config.ConstantsManager
Bulk operation to store a list of issueTypes.
storeSubscription(JiraServiceContext, Long, String, String, boolean) - Method in interface com.atlassian.jira.bc.filter.FilterSubscriptionService
Create and store the Cron Trigger and subscription
storeToSession(BulkEditBean) - Static method in class com.atlassian.jira.web.bean.BulkEditBean
 
storeTrackback(Trackback, GenericValue) - Method in interface com.atlassian.jira.trackback.TrackbackManager
 
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
 
StringCFType - Class in com.atlassian.jira.issue.customfields.impl
 
StringCFType(CustomFieldValuePersister, GenericConfigManager) - Constructor for class com.atlassian.jira.issue.customfields.impl.StringCFType
 
StringCFType.Visitor<T> - Interface in com.atlassian.jira.issue.customfields.impl
 
StringConverter - Interface in com.atlassian.jira.issue.customfields.converters
Converts Strings for storage and retrieval of Custom Field values.
StringConverterImpl - Class in com.atlassian.jira.issue.customfields.converters
 
StringConverterImpl() - Constructor for class com.atlassian.jira.issue.customfields.converters.StringConverterImpl
 
stripHTMLStrings(String) - Static method in class com.atlassian.jira.util.ImportUtils
Remove any HTML from text contents.
STYLE_FIELD_NAME - Static variable in class com.atlassian.jira.issue.link.IssueLinkType
 
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
 
subdirs - Static variable in interface com.atlassian.jira.config.util.JiraHome
The subdirectories of jira-home.
SubscriptionManager - Interface in com.atlassian.jira.issue.subscription
 
SUBTASK_STATUS_INFO - Static variable in class com.atlassian.jira.web.bean.BulkEditBean
 
SubTaskBean - Interface in com.atlassian.jira.bean
 
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
 
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 - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
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
 
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.
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.
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.
SYSTEM - Static variable in interface com.atlassian.jira.timezone.TimeZoneService
 
SYSTEM_ADMIN - Static variable in class com.atlassian.jira.security.Permissions
Permission to be a System Admin of JIRA
SystemSearchConstants - Class in com.atlassian.jira.issue.search.constants
Contains the constants used by systems fields for searching.

T

TableLayoutUtils - Interface in com.atlassian.jira.web.component
Util class for getting columns for issue tables.
TASK_TYPE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
TASK_TYPE_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
TEMP_ATTACHMENTS - Static variable in interface com.atlassian.jira.web.SessionKeys
 
TEMP_AVATAR - Static variable in interface com.atlassian.jira.web.SessionKeys
 
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 class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
TEMPLATE_NAME_COLUMN - Static variable in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
TEMPLATE_NAME_EDIT - Static variable in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
TEMPLATE_NAME_EDIT_DEFAULT - Static variable in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
TEMPLATE_NAME_VIEW - Static variable in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
TEMPLATE_NAME_XML - Static variable in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
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
 
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
 
TerminalClause - Interface in com.atlassian.query.clause
Denotes a terminal nodes that contain an Operator and an Operand.
TEXT - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
TEXT - Static variable in class com.atlassian.jira.JiraDataTypes
 
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
 
TextCFType(CustomFieldValuePersister, GenericConfigManager) - Constructor for class com.atlassian.jira.issue.customfields.impl.TextCFType
 
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
 
TextFieldSorter - Class in com.atlassian.jira.issue.statistics
 
TextFieldSorter(String) - Constructor for class com.atlassian.jira.issue.statistics.TextFieldSorter
 
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
 
THUMBNAIL - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
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
 
time - Variable in class com.atlassian.jira.event.AbstractEvent
 
TIME_ESTIMATE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
TIME_ORIGINAL_ESTIMATE - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
NOTE: Please do not use this field in jira.subtask.quickcreateform.fields property of jpm.xml.
TIME_SPENT - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
TIMEOUT - Static variable in class com.atlassian.jira.config.properties.APKeys.WebSudo
 
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
 
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
 
TimeTrackingIssueUpdater - Interface in com.atlassian.jira.issue.worklog
Used to update the remaining estimate and time spent fields on an Issue when creating, updating, or deleting Worklog's.
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 the logged in user.
TimeZoneService - Interface in com.atlassian.jira.timezone
The TimeZoneService manages the JIRA wide default timezone.
to(String, String) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 
TO_GENERIC_VALUE - Static variable in interface com.atlassian.jira.issue.IssueFactory
Used for transforming collections of Issue objects to issue GenericValue objects.
TODAY - Static variable in class com.atlassian.jira.web.util.OutlookDate
 
toFastMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
If speed is of the essence, this will return the fastest thread-safe immutable map known.
toFastSortedMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
If speed is of the essence, this will return the fastest thread-safe immutable sorted map known.
toFastSortedMap(Comparator<K>) - Method in class com.atlassian.jira.util.collect.MapBuilder
If speed is of the essence, this will return the fastest thread-safe immutable sorted map known.
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
 
toImmutableMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
Deprecated. use MapBuilder.toMap() instead.
toIsoBasic(LocalDate) - Static method in class com.atlassian.jira.datetime.LocalDateFactory
Formats the given LocalDate in "ISO Basic" format (ie YYYYMMDD).
toLinkedHashMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
 
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
 
toMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
 
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
Converts an object to an instance of Number using the specified format and Localeif the object is not already an instance of Number.
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 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.datetime.LocalDate
 
toString() - Method in class com.atlassian.jira.event.issue.IssueEvent
 
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.customfields.persistence.PersistenceFieldType
 
toString() - Method in class com.atlassian.jira.issue.history.ChangeItemBean
 
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.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.jql.context.QueryContext.ProjectIssueTypeContexts
 
toString() - Method in class com.atlassian.jira.jql.operand.QueryLiteral
 
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.plugin.keyboardshortcut.KeyboardShortcut
 
toString() - Method in class com.atlassian.jira.scheme.SchemeEntity
 
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.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.lang.Pair
 
toString() - Method in class com.atlassian.jira.util.SimpleErrorCollection
 
toString() - Method in class com.atlassian.jira.web.bean.PagerFilter
 
toString() - Method in class com.atlassian.jira.web.bean.PercentageGraphRow
 
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.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
 
toString() - Method in class com.opensymphony.user.Entity
Deprecated. String representation returns name.
toTimeZone() - Method in interface com.atlassian.jira.timezone.TimeZoneInfo
 
toTreeMap() - Method in class com.atlassian.jira.util.collect.MapBuilder
 
toTreeMap(Comparator<K>) - Method in class com.atlassian.jira.util.collect.MapBuilder
 
TrackbackManager - Interface in com.atlassian.jira.trackback
 
transform(Transformer) - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
 
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
Static factory for creating transformed Map, Set, and Iterator instances.
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.
transformObjectsToStrings() - Method in interface com.atlassian.jira.issue.customfields.view.CustomFieldParams
 
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
 
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(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.
TranslationManager - Interface in com.atlassian.jira.web.action.admin.translation
 
TRIVIAL_PRIORITY - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
TRIVIAL_PRIORITY_ID - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
truePredicate() - Static method in class com.atlassian.jira.util.Predicates
Return a predicate that always returns true.
TYPE - Static variable in class com.atlassian.jira.security.roles.actor.GroupRoleActorFactory
 
TYPE - Static variable in class com.atlassian.jira.security.roles.actor.UserRoleActorFactory
 
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
 

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
 
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
 
unregisterShortcut(String) - Method in interface com.atlassian.jira.plugin.keyboardshortcut.KeyboardShortcutManager
Removes a keyboard shortcut by its complete plugin module key.
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.
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.
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(User, MutableComment, boolean, ErrorCollection) - 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, MutableComment, boolean, ErrorCollection) - 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) - 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, 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(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, ErrorCollection, MutableProjectComponent) - Method in interface com.atlassian.jira.bc.project.component.ProjectComponentService
 
update(Comment, 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(User, Worklog, Long, boolean) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
Updates the provided Worklog.
update(User, Worklog, Long, boolean) - Method in interface com.atlassian.jira.issue.worklog.WorklogManager
Updates the provided Worklog.
update() - Method in class com.opensymphony.user.User
Deprecated. Persists the current user in the embedded Crowd back-end.
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.
UPDATED - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
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.
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
 
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
 
updateFieldScreenTab(FieldScreenTab) - Method in interface com.atlassian.jira.issue.fields.screen.FieldScreenManager
 
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(User, MutableIssue, EventDispatchOption, boolean) - 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, User, MutableIssue, Map) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
 
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().
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().
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().
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().
updateIssueType(String, String, Long, String, String, String) - Method in interface com.atlassian.jira.config.ConstantsManager
Updates an existing issueType.
updateOptions(Collection<Option>) - Method in interface com.atlassian.jira.issue.customfields.manager.OptionsManager
Update a set of options.
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(GenericValue) - Method in interface com.atlassian.jira.project.ProjectManager
Deprecated. Use ProjectManager.updateProject(Project, String, String, String, String, Long) instead
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) - 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(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will update projectRole, checking the currentUser has the correct permissions to perform the update operation.
updateProjectRole(User, ProjectRole, ErrorCollection) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will update projectRole, checking the currentUser has the correct permissions to perform the update operation.
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.
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
Used to update the whitelist configuration.
updateRules(WhitelistService.WhitelistUpdateValidationResult) - Method in interface com.atlassian.jira.bc.whitelist.WhitelistService
Takes the validation result from WhitelistService.validateUpdateRules(com.atlassian.jira.bc.JiraServiceContext, java.util.List, boolean) and persists the new rules.
updateScheme(GenericValue) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
updateScheme(Scheme) - Method in interface com.atlassian.jira.scheme.SchemeManager
 
updateSchemesForRenamedWorkflow(String, String) - Method in interface com.atlassian.jira.workflow.WorkflowSchemeManager
Updates Workflow Schemes's such that schemes asscoiated to the workflow with name oldWorkflowName will be changed to newWorkflowName.
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(User, Long, Map, Trigger) - Method in interface com.atlassian.jira.issue.subscription.SubscriptionManager
Deprecated. Should use the method with an explicit list of fields
updateSubscription(User, Long, String, Trigger, 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
 
updateSubTaskIssueType(String, String, Long, String, String) - Method in interface com.atlassian.jira.config.SubTaskManager
 
updateValue(CustomField, Issue, Object) - Method in interface com.atlassian.jira.issue.customfields.CustomFieldType
 
updateValue(CustomField, Issue, Object) - 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, Object) - 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
 
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
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
Used to change the name and description of an existing worfklow with the given name.
URL - Static variable in class com.atlassian.jira.JiraDataTypes
 
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
 
USE - Static variable in class com.atlassian.jira.security.Permissions
Permission to use JIRA
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.
USE_SSL - Static variable in class com.atlassian.jira.service.services.mail.MailFetcherService
 
useColumns() - Method in class com.atlassian.jira.issue.search.SearchRequest
 
USER - Static variable in class com.atlassian.configurable.ObjectConfigurationTypes
 
USER - Static variable in class com.atlassian.jira.JiraDataTypes
 
User - Class in com.opensymphony.user
Deprecated. since 4.3 - use User instead
User(User, CrowdService) - Constructor for class com.opensymphony.user.User
Deprecated.  
User(String, ProviderAccessor, CrowdService) - Constructor for class com.opensymphony.user.User
Deprecated. Constructor is only called by UserManager.
USER_ADDPORTLET_COLUMNS - 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_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
 
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_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.security.Permissions
 
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_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_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
 
UserAdminHistoryManager - Interface in com.atlassian.jira.user
A wrapper of the UserHistoryManager that allows you to deal directly with Admin pages
UserBestNameComparator - 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.
UserBestNameComparator(Locale) - Constructor for class com.atlassian.jira.issue.comparator.UserBestNameComparator
 
UserBestNameComparator() - Constructor for class com.atlassian.jira.issue.comparator.UserBestNameComparator
 
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.
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
UserEvent - Class in com.atlassian.jira.event.user
A UserEvent.
UserEvent(User, int) - Constructor for class com.atlassian.jira.event.user.UserEvent
 
UserEvent(Map, 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
 
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 - Class in com.atlassian.jira.plugin.userformat
A module descriptor that produces a UserFormat that can be used to format a user for display.
UserFormatModuleDescriptor(JiraAuthenticationContext, ModuleFactory) - Constructor for class com.atlassian.jira.plugin.userformat.UserFormatModuleDescriptor
 
UserFormats - Interface in com.atlassian.jira.plugin.userformat
Builds user formats for a specific user format type.
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
 
UserHistoryManager - Interface in com.atlassian.jira.user
The manager responsible for storing and retreiving UserHistoryItem objects.
UserIssueHistoryManager - Interface in com.atlassian.jira.user
A wrapper of the UserHistoryManager that allows you to deal directly with Issue objects
UserManager - Interface in com.atlassian.jira.user.util
Simple user utilities that do not require an implementation with too many dependencies.
UserManager - Class in com.opensymphony.user
Deprecated. JIRA now uses "Embedded Crowd" for User Management. See other javadoc for alternatives. Since v4.3
UserManager() - Constructor for class com.opensymphony.user.UserManager
Deprecated. Don't use this constructor most of the time.
UserManager.Accessor - Class in com.opensymphony.user
Deprecated. UserManager.Accessor is a gateway that can be passed from the UserManager to any other object that allows priveleged callbacks.
UserManager.Accessor() - Constructor for class com.opensymphony.user.UserManager.Accessor
Deprecated.  
UserManagerImplementationException - Exception in com.opensymphony.user
Deprecated. 
UserManagerImplementationException() - Constructor for exception com.opensymphony.user.UserManagerImplementationException
Deprecated.  
UserManagerImplementationException(String) - Constructor for exception com.opensymphony.user.UserManagerImplementationException
Deprecated.  
UserManagerImplementationException(Throwable) - Constructor for exception com.opensymphony.user.UserManagerImplementationException
Deprecated.  
UserManagerImplementationException(String, Throwable) - Constructor for exception com.opensymphony.user.UserManagerImplementationException
Deprecated.  
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
 
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
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.
UserProvider - Interface in com.opensymphony.user.provider
Deprecated. 
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.
UserResolver - Interface in com.atlassian.jira.jql.resolver
We need a non-generified interface here to make this work with PICO+OSGi in plugins2
UserRoleActorFactory - Class in com.atlassian.jira.security.roles.actor
Responsible for construction of UserRoleActor instances.
UserRoleActorFactory(CrowdService) - Constructor for class com.atlassian.jira.security.roles.actor.UserRoleActorFactory
 
UserService - Interface in com.atlassian.jira.bc.user
UserService provides User manipulation methods exposed for remote API and actions.
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
 
userSignup(UserEvent) - Method in interface com.atlassian.jira.event.user.UserEventListener
Fired when a user signs up manually
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

validate(I18nHelper, String) - Method in interface com.atlassian.jira.bc.license.JiraLicenseService
Validates the license String in preparation for setting the license.
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(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 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.SupportedOperatorsValidator
 
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(ErrorCollection, BulkMoveOperation, User) - Method in class com.atlassian.jira.web.bean.MultiBulkMoveBean
 
validate() - Method in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
validateAddGroupsToGroup(JiraServiceContext, Collection, Collection) - 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).
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, 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.
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.
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.
validateArchiveVersion(User, Version) - Method in interface com.atlassian.jira.bc.project.version.VersionService
This method should be called before archiving a version.
validateCommentUpdate(User, Long, String, String, Long, ErrorCollection) - 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.
validateCommentUpdate(User, Long, String, String, Long, ErrorCollection) - 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, 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, 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(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.
validateCreateIssueFields(JiraServiceContext, Collection<String>, Issue, FieldScreenRenderer, OperationContext, Map<String, String[]>, 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.
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) - 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.
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.
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) - 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.
validateCreateUserForAdminPasswordRequired(User, String, String, String, String, String) - Method in interface com.atlassian.jira.bc.user.UserService
Validates creating a user for RPC calls.
validateCreateUserForSignupOrSetup(User, String, String, String, String, String) - Method in interface com.atlassian.jira.bc.user.UserService
Validates creating a user during setup of JIRA or during public signup.
validateCreateUserForSignupOrSetup(User, String, String, String, String, String) - Method in interface com.atlassian.jira.bc.user.UserService
Validates creating a user during setup of JIRA or during public signup.
validateCreateVersion(User, Project, String, String, String, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
This method needs to be called before creating a version to ensure all parameters are correct.
validateCreateVersion(User, Project, String, String, String, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
This method needs to be called before creating a version to ensure all parameters are correct.
validateCreateVersion(User, Project, String, Date, String, Long) - Method in interface com.atlassian.jira.bc.project.version.VersionService
This method needs to be called before creating a version to ensure all parameters are correct.
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
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, 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(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(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.
validateDeleteProject(User, String) - Method in interface com.atlassian.jira.bc.project.ProjectService
Validation to delete a project is quite straightforward.
validateDeleteProject(User, String) - Method in interface com.atlassian.jira.bc.project.ProjectService
Validation to delete a project is quite straightforward.
validateDeleteUser(User, String) - Method in interface com.atlassian.jira.bc.user.UserService
Validates removing a user for the admin section.
validateDeleteUser(User, String) - 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.
validateFields(JiraServiceContext, OperationContext, I18nHelper, Issue, Collection) - Method in interface com.atlassian.jira.bc.subtask.conversion.IssueConversionService
Validates that all fields inputed have valid values.
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
 
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
 
validateLicense(ErrorCollection, I18nHelper) - Method in interface com.atlassian.jira.web.action.issue.IssueCreationHelperBean
 
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.
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(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 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.
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
 
validateProperties(Map<String, ObjectConfigurationProperty>) - Method in interface com.atlassian.configurable.ObjectDescriptor
 
validateQuery(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Deprecated. Use SearchService.validateQuery(com.atlassian.crowd.embedded.api.User, com.atlassian.query.Query)}. Since v4.3
validateQuery(User, Query) - Method in interface com.atlassian.jira.bc.issue.search.SearchService
Validates the specified Query for the searching user.
validateReleaseDate(User, Version, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Validate the release date of a version without performing a release/unrelease.
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, 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(User, String, String) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will validate removing all role actors with the specified name and the specified type.
validateRemoveAllRoleActorsByNameAndType(User, String, String) - Method in interface com.atlassian.jira.bc.projectroles.ProjectRoleService
Will validate removing all role actors with the specified name and the specified type.
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).
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, GroupRemoveUserMapper) - Method in interface com.atlassian.jira.bc.group.GroupService
Deprecated. since v4.3. Use GroupService.validateRemoveUsersFromGroups(JiraServiceContext, GroupRemoveChildMapper).
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.
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, 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.
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.
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.
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.
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.
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) - 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.
validateUnarchiveVersion(User, Version) - Method in interface com.atlassian.jira.bc.project.version.VersionService
This method should be called before unarchiving a version.
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, 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, 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(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.
validateUpdateProject(User, 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(User, String, String, String, String, String, 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(User, String, String, String, String, 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(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.
validateUpdateRules(JiraServiceContext, List<String>, boolean) - Method in interface com.atlassian.jira.bc.whitelist.WhitelistService
Validates that the current user is allowed to update the whitelist by checking if they are a system administrator.
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.
validateVersionDetails(User, Version, String, String) - Method in interface com.atlassian.jira.bc.project.version.VersionService
Validate the name and description of a version, if you have edit permission.
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.
validProjectKey(String) - Static method in class com.atlassian.jira.util.JiraKeyUtils
Validates the given project key and returns true if valid, false otherwise.
valueBound(HttpSessionBindingEvent) - Method in class com.atlassian.jira.web.action.issue.TemporaryAttachmentsMonitor
 
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
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.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.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 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.sharing.search.SharedEntitySearchContext
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.web.util.OutlookDate.SmartFormatterModes
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.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
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.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.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.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.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.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.web.util.OutlookDate.SmartFormatterModes
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(Object, Object) - 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(Object, Object) - Method in class com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType
 
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 class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
VELOCITY_VALUE_PARAM - Static variable in class com.atlassian.jira.plugin.customfield.CustomFieldTypeModuleDescriptor
 
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;
verify() - Method in interface com.atlassian.jira.issue.search.SearchContext
Verifies that all issue types and projects in the context actually still exists.
VERSION - Static variable in interface com.atlassian.jira.issue.IssueRelationConstants
 
VERSION - Static variable in class com.atlassian.jira.JiraDataTypes
 
VERSION - Static variable in interface com.atlassian.jira.ofbiz.OfBizDelegator
 
Version - Interface in com.atlassian.jira.project.version
 
VERSION_BROWSER_POPULAR_ISSUES_RESOLVED - Static variable in interface com.atlassian.jira.web.SessionKeys
 
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_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(long) - Constructor for class com.atlassian.jira.event.project.VersionArchiveEvent
 
VersionCreateEvent - Class in com.atlassian.jira.event.project
Event indicating a version has been created
VersionCreateEvent(long) - Constructor for class com.atlassian.jira.event.project.VersionCreateEvent
 
VersionDeleteEvent - Class in com.atlassian.jira.event.project
Event indicating a version has been deleted
VersionDeleteEvent(long) - Constructor for class com.atlassian.jira.event.project.VersionDeleteEvent
 
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(long, long) - 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(long) - Constructor for class com.atlassian.jira.event.project.VersionMoveEvent
 
VersionReleaseEvent - Class in com.atlassian.jira.event.project
Event indicating a version has been released
VersionReleaseEvent(long) - Constructor for class com.atlassian.jira.event.project.VersionReleaseEvent
 
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.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.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.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
 
VersionUnarchiveEvent - Class in com.atlassian.jira.event.project
Event indicating a version has been unarchived
VersionUnarchiveEvent(long) - 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(long) - Constructor for class com.atlassian.jira.event.project.VersionUnreleaseEvent
 
VIEW_COMMENTASSIGN - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
VIEW_COMMENTASSIGN_ID - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
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_RESOLVE - Static variable in interface com.atlassian.jira.workflow.WorkflowTransitionUtil
 
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_VERSION_CONTROL - Static variable in class com.atlassian.jira.security.Permissions
 
VIEW_VOTERS_AND_WATCHERS - Static variable in class com.atlassian.jira.security.Permissions
 
VIEW_WORKFLOW_READONLY - Static variable in class com.atlassian.jira.security.Permissions
 
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
 
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.
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.
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(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(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.
visitCalculated(CalculatedCFType) - Method in interface com.atlassian.jira.issue.customfields.impl.CalculatedCFType.Visitor
 
visitNumber(NumberCFType) - Method in interface com.atlassian.jira.issue.customfields.impl.NumberCFType.Visitor
 
visitSingleField(AbstractSingleFieldType) - Method in interface com.atlassian.jira.issue.customfields.impl.AbstractSingleFieldType.Visitor
 
visitString(StringCFType) - Method in interface com.atlassian.jira.issue.customfields.impl.StringCFType.Visitor
 
visitText(TextCFType) - Method in interface com.atlassian.jira.issue.customfields.impl.TextCFType.Visitor
 
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.
VOTERS - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
VOTES - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
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
 

W

WARNING - Static variable in class com.atlassian.jira.issue.fields.util.MessagedResult
 
WasClause - Interface in com.atlassian.query.clause
TODO: Document this class / interface here
WatchedIssuesAccessor - Interface in com.atlassian.jira.issue.watchers
Get all issue ids someone is watching.
WatchedIssuesAccessor.Security - Enum in com.atlassian.jira.issue.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.
WATCHES - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 
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.
WEBSUDO_TIMESTAMP - Static variable in interface com.atlassian.jira.web.SessionKeys
 
WF_EDITOR_TRANSITION_TAB - Static variable in interface com.atlassian.jira.web.SessionKeys
 
WhitelistManager - Interface in com.atlassian.jira.bc.whitelist
Manager to control whitelist rules currently used for allowing which http requests gadgets are allowed to make.
WhitelistService - Interface in com.atlassian.jira.bc.whitelist
Service to control whitelist rules currently used for allowing which http requests gadgets are allowed to make.
WhitelistService.WhitelistResult - Class in com.atlassian.jira.bc.whitelist
 
WhitelistService.WhitelistResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistResult
 
WhitelistService.WhitelistResult(ErrorCollection, List<String>) - Constructor for class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistResult
 
WhitelistService.WhitelistUpdateValidationResult - Class in com.atlassian.jira.bc.whitelist
 
WhitelistService.WhitelistUpdateValidationResult(ErrorCollection) - Constructor for class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistUpdateValidationResult
 
WhitelistService.WhitelistUpdateValidationResult(ErrorCollection, List<String>, boolean) - Constructor for class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistUpdateValidationResult
 
wildcardToRegex(String) - Static method in class com.atlassian.jira.util.RegexpUtils
Convert a wildcard to a java.util.regexp (ie '*' becomes '.*' and '?' becomes '.').
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.
withId(long) - Method in class com.atlassian.jira.issue.changehistory.ChangeHistoryItem.Builder
 
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.
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
Permission to log work done on an issue.
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
 
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
 
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.
WorkflowProgressAware - Interface in com.atlassian.jira.workflow
 
WorkflowSchemeManager - Interface in com.atlassian.jira.workflow
 
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
Created by IntelliJ IDEA.
WorkflowTransitionUtilFactory - Interface in com.atlassian.jira.workflow
A Factory class to create WorkflowTransitionUtil objects.
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
 
WORKLOG_DELETE_OWN - Static variable in class com.atlassian.jira.security.Permissions
 
WORKLOG_EDIT_ALL - Static variable in class com.atlassian.jira.security.Permissions
 
WORKLOG_EDIT_OWN - Static variable in class com.atlassian.jira.security.Permissions
Permission to edit/remove worklogs
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
 
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
 
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.
WORKRATIO - Static variable in class com.atlassian.jira.issue.IssueFieldConstants
 

Y

YESTERDAY - Static variable in class com.atlassian.jira.web.util.OutlookDate
 

A B C D E F G H I J K L M N O P Q R S T U V W Y

Copyright © 2002-2011 Atlassian. All Rights Reserved.