Uses of Interface
com.atlassian.jira.issue.Issue
Packages that use Issue
Package
Description
-
Uses of Issue in com.atlassian.jira.action.issue.customfields
Methods in com.atlassian.jira.action.issue.customfields with parameters of type IssueModifier and TypeMethodDescriptionvoid
MockCustomFieldType.createValue
(CustomField field, Issue issue, Object value) MockCustomFieldType.getValueFromIssue
(CustomField field, Issue issue) MockCustomFieldType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) void
MockCustomFieldType.updateValue
(CustomField field, Issue issue, Object value) -
Uses of Issue in com.atlassian.jira.association
Methods in com.atlassian.jira.association with parameters of type IssueModifier and TypeMethodDescriptionvoid
UserAssociationStore.createAssociation
(String associationType, ApplicationUser user, Issue sink) Creates an association between a user and a sink node.void
UserAssociationStoreImpl.createAssociation
(String associationType, ApplicationUser user, Issue sink) void
UserAssociationStore.removeAssociation
(String associationType, ApplicationUser user, Issue sink) Removes an association between a user and a sink node.void
UserAssociationStoreImpl.removeAssociation
(String associationType, ApplicationUser user, Issue sink) -
Uses of Issue in com.atlassian.jira.auditing.converters
Methods in com.atlassian.jira.auditing.converters with parameters of type Issue -
Uses of Issue in com.atlassian.jira.auditing.handlers
Methods in com.atlassian.jira.auditing.handlers with parameters of type IssueModifier and TypeMethodDescriptionvoid
AttachmentHandler.handleAttachmentDeleted
(Attachment attachment, Issue issue, ApplicationUser user) void
AttachmentHandlerImpl.handleAttachmentDeleted
(Attachment attachment, Issue issue, ApplicationUser user) void
CommentHandler.handleCommentLimited
(Issue issue, ApplicationUser author, String body, long limitValue) Handle when adding comment is declined because it would exceed a configured Safeguards limit.void
CommentHandlerImpl.handleCommentLimited
(Issue issue, ApplicationUser author, String body, long limitValue) void
IssueStateAuditHandler.onIssueArchived
(Issue issue, List<String> subTaskIssueKeys) void
IssueStateAuditHandlerImpl.onIssueArchived
(Issue issue, List<String> subTaskIssueKeys) void
IssueStateAuditHandler.onIssueCreated
(Issue issue) void
IssueStateAuditHandlerImpl.onIssueCreated
(Issue issue) void
IssueStateAuditHandler.onIssueDeleted
(Issue issue) void
IssueStateAuditHandlerImpl.onIssueDeleted
(Issue issue) void
IssueStateAuditHandler.onIssueRestored
(Issue issue, List<String> subTaskIssueKeys) void
IssueStateAuditHandlerImpl.onIssueRestored
(Issue issue, List<String> subTaskIssueKeys) -
Uses of Issue in com.atlassian.jira.bc.issue
Methods in com.atlassian.jira.bc.issue that return IssueMethods in com.atlassian.jira.bc.issue with parameters of type IssueModifier and TypeMethodDescriptionCloneIssueCommand.getCustomFields
(Issue issue) boolean
CloneIssueCommand.isCanModifyReporter
(ApplicationUser user, Issue issue) boolean
DefaultIssueService.isEditable
(Issue issue, ApplicationUser user) boolean
IssueService.isEditable
(Issue issue, ApplicationUser user) Returnstrue
if the issue can be edited by the current user.DefaultIssueService.validateClone
(ApplicationUser user, Issue issue, String summary, boolean cloneAttachments, boolean cloneSubTasks, boolean cloneLinks, Map<CustomField, Optional<Boolean>> cloneOptionSelections) IssueService.validateClone
(ApplicationUser user, Issue issue, String summary, boolean cloneAttachments, boolean cloneSubTasks, boolean cloneLinks, Map<CustomField, Optional<Boolean>> cloneOptionSelections) This method will validate parameters.Constructors in com.atlassian.jira.bc.issue with parameters of type IssueModifierConstructorDescriptionCloneIssueCommand
(ApplicationUser user, Issue originalIssue, String summary, boolean cloneAttachments, boolean cloneSubTasks, boolean cloneLinks, Map<CustomField, Optional<Boolean>> cloneOptionSelections, IssueManager issueManager, IssueFactory issueFactory, ApplicationProperties applicationProperties, IssueLinkTypeManager issueLinkTypeManager, IssueLinkManager issueLinkManager, RemoteIssueLinkManager remoteIssueLinkManager, AttachmentManager attachmentManager, AttachmentConfigManager attachmentConfigManager, SubTaskManager subTaskManager, PermissionManager permissionManager, CustomFieldManager customFieldManager, org.slf4j.Logger log, I18nHelper i18nHelper, BarrierFactory barrierFactory) CloneValidationResult
(Issue issue, ErrorCollection errors, String summary, boolean cloneAttachments, boolean cloneSubTasks, boolean cloneLinks, Map<CustomField, Optional<Boolean>> cloneOptionSelections) -
Uses of Issue in com.atlassian.jira.bc.issue.attachment
Methods in com.atlassian.jira.bc.issue.attachment with parameters of type IssueModifier and TypeMethodDescriptionboolean
AttachmentService.canAttachScreenshots
(JiraServiceContext jiraServiceContext, Issue issue) 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 stateboolean
DefaultAttachmentService.canAttachScreenshots
(JiraServiceContext jiraServiceContext, Issue issue) boolean
AttachmentService.canCreateAttachments
(JiraServiceContext jiraServiceContext, Issue issue) 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.boolean
DefaultAttachmentService.canCreateAttachments
(JiraServiceContext jiraServiceContext, Issue issue) boolean
AttachmentService.canCreateTemporaryAttachments
(JiraServiceContext jiraServiceContext, Issue issue) 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!boolean
DefaultAttachmentService.canCreateTemporaryAttachments
(JiraServiceContext jiraServiceContext, Issue issue) boolean
AttachmentService.canManageAttachments
(JiraServiceContext jiraServiceContext, Issue issue) Checks whether the user has permission to manage the attachments of the specified issue.boolean
DefaultAttachmentService.canManageAttachments
(JiraServiceContext jiraServiceContext, Issue issue) -
Uses of Issue in com.atlassian.jira.bc.issue.comment
Methods in com.atlassian.jira.bc.issue.comment that return IssueMethods in com.atlassian.jira.bc.issue.comment with parameters of type IssueModifier and TypeMethodDescriptionCommentService.create
(ApplicationUser user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection) Deprecated.CommentService.create
(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection) CommentService.create
(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection) DefaultCommentService.create
(ApplicationUser user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection) DefaultCommentService.create
(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection) DefaultCommentService.create
(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection) CommentService.getCommentsForUser
(ApplicationUser user, Issue issue) CommentService.getCommentsForUser
(ApplicationUser currentUser, Issue issue, ErrorCollection errorCollection) Deprecated.DefaultCommentService.getCommentsForUser
(ApplicationUser user, Issue issue) DefaultCommentService.getCommentsForUser
(ApplicationUser currentUser, Issue issue, ErrorCollection errorCollection) CommentService.getCommentsForUserSince
(ApplicationUser user, Issue issue, Date since) Will return a list ofComment
s that were created or updated since the provided date, for the given user.DefaultCommentService.getCommentsForUserSince
(ApplicationUser currentUser, Issue issue, Date since) CommentService.getPinnedComments
(JiraServiceContext jiraServiceContext, Issue issue) Will return a list ofPinnedComment
s for the given issue.DefaultCommentService.getPinnedComments
(JiraServiceContext jiraServiceContext, Issue issue) boolean
CommentService.hasPermissionToCreate
(ApplicationUser user, Issue issue, ErrorCollection errorCollection) Check if the given user has permission to create a comment in the current state of the issue.boolean
CommentService.hasPermissionToCreate
(ApplicationUser user, Issue issue, ErrorCollection errorCollection, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Check if the given user has permission to create a comment during a workflow transition for a given action description.boolean
CommentService.hasPermissionToCreate
(ApplicationUser user, Issue issue, ErrorCollection errorCollection, Optional<Status> status) Check if the given user has permission to create a comment in the current state of the issue or if the issue was in the given status.boolean
DefaultCommentService.hasPermissionToCreate
(ApplicationUser user, Issue issue, ErrorCollection errorCollection) boolean
DefaultCommentService.hasPermissionToCreate
(ApplicationUser user, Issue issue, ErrorCollection errorCollection, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) boolean
DefaultCommentService.hasPermissionToCreate
(ApplicationUser user, Issue issue, ErrorCollection errorCollection, Optional<Status> status) boolean
CommentService.hasPermissionToPinComments
(ApplicationUser user, Issue issue, ErrorCollection errorCollection) Check if the given user has permission to pin a commentboolean
DefaultCommentService.hasPermissionToPinComments
(ApplicationUser user, Issue issue, ErrorCollection errorCollection) boolean
CommentService.isValidAllCommentData
(ApplicationUser user, Issue issue, String body, Visibility visibility, ErrorCollection errorCollection) Will call all other validate methods setting the appropriate errors in theerrorCollection
if any errors occur.boolean
CommentService.isValidAllCommentData
(ApplicationUser user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection) boolean
DefaultCommentService.isValidAllCommentData
(ApplicationUser currentUser, Issue issue, String body, Visibility visibility, ErrorCollection errorCollection) boolean
DefaultCommentService.isValidAllCommentData
(ApplicationUser currentUser, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection) boolean
CommentService.isValidCommentVisibility
(ApplicationUser user, Issue issue, Visibility visibility, ErrorCollection errorCollection) This method validates if the comment has the correct role and group levels set.boolean
DefaultCommentService.isValidCommentVisibility
(ApplicationUser currentUser, Issue issue, Visibility visibility, ErrorCollection errorCollection) CommentService.streamComments
(ApplicationUser user, Issue issue) Streams every comment of the given issue that is visible to the user.DefaultCommentService.streamComments
(ApplicationUser user, Issue issue) -
Uses of Issue in com.atlassian.jira.bc.issue.link
Methods in com.atlassian.jira.bc.issue.link that return IssueModifier and TypeMethodDescriptionIssueLinkService.IssueLinkValidationResult.getIssue()
RemoteIssueLinkService.DeleteByGlobalIdValidationResult.getIssue()
Methods in com.atlassian.jira.bc.issue.link with parameters of type IssueModifier and TypeMethodDescriptionDefaultIssueLinkService.getIssueLinks
(ApplicationUser user, Issue issue) DefaultIssueLinkService.getIssueLinks
(ApplicationUser user, Issue issue, boolean excludeSystemLinks) IssueLinkService.getIssueLinks
(ApplicationUser user, Issue issue) Returns the issue links that the specified user can see.IssueLinkService.getIssueLinks
(ApplicationUser user, Issue issue, boolean excludeSystemLinks) DefaultRemoteIssueLinkService.getRemoteIssueLinkByGlobalId
(ApplicationUser user, Issue issue, String globalId) RemoteIssueLinkService.getRemoteIssueLinkByGlobalId
(ApplicationUser user, Issue issue, String globalId) Retrieves the remote issue link that links with the given JIRA issue and has the given globalId.DefaultRemoteIssueLinkService.getRemoteIssueLinksForIssue
(ApplicationUser user, Issue issue) RemoteIssueLinkService.getRemoteIssueLinksForIssue
(ApplicationUser user, Issue issue) Retrieves the remote issue links that link with the given JIRA issue.DefaultIssueLinkService.validateAddIssueLinks
(ApplicationUser user, Issue issue, Long issueLinkTypeId, Direction direction, Collection<String> linkKeys, boolean excludeSystemLinks) DefaultIssueLinkService.validateAddIssueLinks
(ApplicationUser user, Issue issue, String linkName, Collection<String> linkKeys) IssueLinkService.validateAddIssueLinks
(ApplicationUser user, Issue issue, Long issueLinkTypeId, Direction direction, Collection<String> linkKeys, boolean excludeSystemLinks) IssueLinkService.validateAddIssueLinks
(ApplicationUser user, Issue issue, String linkName, Collection<String> linkKeys) Validates that the user provided can add the link provided for a particular issue.DefaultIssueLinkService.validateDelete
(ApplicationUser user, Issue issue, IssueLink issueLink) IssueLinkService.validateDelete
(ApplicationUser user, Issue issue, IssueLink issueLink) Validates parameters and checks permissions, and if all checks pass it will create aIssueLinkService.DeleteIssueLinkValidationResult
that can be passed to theIssueLinkService.delete(DeleteIssueLinkValidationResult)
method.DefaultRemoteIssueLinkService.validateDeleteByGlobalId
(ApplicationUser user, Issue issue, String globalId) RemoteIssueLinkService.validateDeleteByGlobalId
(ApplicationUser user, Issue issue, String globalId) Validates parameters and checks permissions, and if all checks pass it will create aRemoteIssueLinkService.DeleteByGlobalIdValidationResult
that can be passed to the#deleteByGlobalId(User, DeleteByGlobalIdValidationResult)
method.Constructors in com.atlassian.jira.bc.issue.link with parameters of type IssueModifierConstructorDescriptionAddIssueLinkValidationResult
(ApplicationUser user, ErrorCollection errorCollection, Issue issueId, IssueLinkType linkType, Direction direction, Collection<String> linkKeys) IssueLinkValidationResult
(ErrorCollection errorCollection, Issue issueId) -
Uses of Issue in com.atlassian.jira.bc.issue.properties
Methods in com.atlassian.jira.bc.issue.properties that return types with arguments of type IssueModifier and TypeMethodDescriptionIssuePropertyHelper.getEntityByIdFunction()
IssuePropertyHelper.getEntityByKeyFunction()
IssuePropertyHelper.hasEditPermissionFunction()
IssuePropertyHelper.hasReadPermissionFunction()
-
Uses of Issue in com.atlassian.jira.bc.issue.search
Methods in com.atlassian.jira.bc.issue.search that return IssueModifier and TypeMethodDescriptionIssuePickerSearchService.IssuePickerParameters.getCurrentIssue()
Methods in com.atlassian.jira.bc.issue.search that return types with arguments of type IssueModifier and TypeMethodDescriptionIssuePickerResults.getIssues()
DefaultSearchService.search
(ApplicationUser searcher, Query query, PagerFilter pager) SearchService.search
(ApplicationUser searcher, Query query, PagerFilter pager) Search the index, and only return issues that are in the pager's range.DefaultSearchService.searchOverrideSecurity
(ApplicationUser searcher, Query query, PagerFilter pager) SearchService.searchOverrideSecurity
(ApplicationUser searcher, Query query, PagerFilter pager) 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.Constructors in com.atlassian.jira.bc.issue.search with parameters of type IssueModifierConstructorDescriptionIssuePickerParameters
(String query, String currentJQL, Issue currentIssue, Project currentProject, boolean showSubTasks, boolean showSubTaskParent, int limit) Constructor that takes all parametersConstructor parameters in com.atlassian.jira.bc.issue.search with type arguments of type IssueModifierConstructorDescriptionIssuePickerResults
(Collection<Issue> issues, int total, Collection<String> keyTerms, Collection<String> summaryTerms, String label, String id) Full constructor for results -
Uses of Issue in com.atlassian.jira.bc.issue.util
Methods in com.atlassian.jira.bc.issue.util with parameters of type IssueModifier and TypeMethodDescriptionboolean
DefaultVisibilityValidator.isValidVisibilityData
(JiraServiceContext jiraServiceContext, String i18nPrefix, Issue issue, Visibility visibility) boolean
VisibilityValidator.isValidVisibilityData
(JiraServiceContext jiraServiceContext, String i18nPrefix, Issue issue, Visibility visibility) This will validate that the passed in group level and project role level id will constitute a valid visibility restriction. -
Uses of Issue in com.atlassian.jira.bc.issue.vote
Methods in com.atlassian.jira.bc.issue.vote that return IssueMethods in com.atlassian.jira.bc.issue.vote with parameters of type IssueModifier and TypeMethodDescriptionDefaultVoteService.getVoterHistory
(Issue issue, ApplicationUser remoteUser) VoteService.getVoterHistory
(Issue issue, ApplicationUser remoteUser) Get the list of vote history for an issue.boolean
DefaultVoteService.hasVoted
(Issue issue, ApplicationUser user) boolean
VoteService.hasVoted
(Issue issue, ApplicationUser user) Find if the specified user has voted on an issueDefaultVoteService.validateAddVote
(ApplicationUser remoteUser, ApplicationUser voter, Issue issue) VoteService.validateAddVote
(ApplicationUser remoteUser, ApplicationUser user, Issue issue) Validates if the user currently logged in may add a vote by the user supplied for the issue provided.DefaultVoteService.validateRemoveVote
(ApplicationUser remoteUser, ApplicationUser voter, Issue issue) VoteService.validateRemoveVote
(ApplicationUser remoteUser, ApplicationUser user, Issue issue) Validates if the user currently logged in may remove a vote for the user supplied for the issue provided.DefaultVoteService.viewVoters
(Issue issue, ApplicationUser remoteUser) VoteService.viewVoters
(Issue issue, ApplicationUser remoteUser) Get the list of all users who have voted on an issue.Constructors in com.atlassian.jira.bc.issue.vote with parameters of type IssueModifierConstructorDescriptionVoteValidationResult
(ErrorCollection errors, ApplicationUser voter, Issue issue) -
Uses of Issue in com.atlassian.jira.bc.issue.watcher
Methods in com.atlassian.jira.bc.issue.watcher that return types with arguments of type IssueModifier and TypeMethodDescriptionWatcherService.BulkWatchResult.getFailedIssues()
Returns the details of the issues that failed the bulk watch or unwatch procedure.Methods in com.atlassian.jira.bc.issue.watcher with parameters of type IssueModifier and TypeMethodDescriptionDefaultWatcherService.addWatcher
(Issue issue, ApplicationUser remoteUser, ApplicationUser watcher) WatcherService.addWatcher
(Issue issue, ApplicationUser remoteUser, ApplicationUser watcher) Adds a watcher to an issue's list of watchers, returning the updated list of watchers.protected boolean
DefaultWatcherService.canEditWatcherList
(Issue issue, ApplicationUser remoteUser) Returns true iff the given User has permission to edit the watcher list of the issue.protected void
DefaultWatcherService.checkModifyWatchersPermission
(Issue issue, ApplicationUser remoteUser, ApplicationUser watcher) Ensures that the given remoteUser has permission to add or remove the given watcher to/from the issue.protected List<ApplicationUser>
DefaultWatcherService.getCurrentWatchersFor
(Issue issue) Returns a List containing the users that are currently watching an issue.DefaultWatcherService.getWatchers
(Issue issue, ApplicationUser remoteUser) WatcherService.getWatchers
(Issue issue, ApplicationUser remoteUser) 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.DefaultWatcherService.getWatcherUsernames
(Issue issue, ApplicationUser remoteUser) Returns a pair containing the watcher count and the watcher usernames for a given issue.boolean
DefaultWatcherService.hasViewWatcherListPermission
(Issue issue, ApplicationUser remoteUser) Returns true iff the given User has permission to view the watcher list of the issue.boolean
WatcherService.hasViewWatcherListPermission
(Issue issue, ApplicationUser remoteUser) Returns a boolean indicating whether the given user is authorised to view an issue's watcher list.DefaultWatcherService.removeWatcher
(Issue issue, ApplicationUser remoteUser, ApplicationUser watcher) WatcherService.removeWatcher
(Issue issue, ApplicationUser remoteUser, ApplicationUser watcher) Removes a watcher from an issue's list of watchers, returning the updated list of watchers.Method parameters in com.atlassian.jira.bc.issue.watcher with type arguments of type IssueModifier and TypeMethodDescriptionDefaultWatcherService.addWatcherToAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher) DefaultWatcherService.addWatcherToAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher, Context taskContext) WatcherService.addWatcherToAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher) Adds a watcher to all of the supplied issues.WatcherService.addWatcherToAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher, Context taskContext) Adds a watcher to all of the supplied issues.boolean
DefaultWatcherService.canUnwatchAll
(Iterable<Issue> issues, ApplicationUser remoteUser) boolean
WatcherService.canUnwatchAll
(Iterable<Issue> issues, ApplicationUser applicationUser) Whether the specified user can unwatch all the specified issues.boolean
DefaultWatcherService.canWatchAll
(Iterable<Issue> issues, ApplicationUser applicationUser) boolean
WatcherService.canWatchAll
(Iterable<Issue> issues, ApplicationUser applicationUser) Whether the specified user can watch all the specified issues.DefaultWatcherService.removeWatcherFromAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher) DefaultWatcherService.removeWatcherFromAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher, Context taskContext) WatcherService.removeWatcherFromAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher) Removes a watcher from all of the supplied issues.WatcherService.removeWatcherFromAll
(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher, Context taskContext) Removes a watcher from all of the supplied issues. -
Uses of Issue in com.atlassian.jira.bc.issue.watcher.plugin
Methods in com.atlassian.jira.bc.issue.watcher.plugin with parameters of type IssueModifier and TypeMethodDescriptionAutoWatchOverride.isAutoWatchAllowed
(Issue issue, ApplicationUser remoteUser, ApplicationUser potentialWatcher) -
Uses of Issue in com.atlassian.jira.bc.issue.worklog
Methods in com.atlassian.jira.bc.issue.worklog that return IssueModifier and TypeMethodDescriptionWorklogInputParameters.getIssue()
WorklogInputParametersImpl.getIssue()
Methods in com.atlassian.jira.bc.issue.worklog with parameters of type IssueModifier and TypeMethodDescriptionprotected Long
DefaultWorklogService.getAutoAdjustNewEstimateOnUpdate
(Issue issue, Long newTimeSpent, Long originalTimeSpent) DefaultWorklogService.getByIssue
(JiraServiceContext jiraServiceContext, Issue issue) WorklogService.getByIssue
(JiraServiceContext jiraServiceContext, Issue issue) Returns all child worklogs of a specified issue.DefaultWorklogService.getByIssueVisibleToUser
(JiraServiceContext jiraServiceContext, Issue issue) DefaultWorklogService.getByIssueVisibleToUser
(JiraServiceContext jiraServiceContext, Issue issue, int pageSize) WorklogService.getByIssueVisibleToUser
(JiraServiceContext jiraServiceContext, Issue issue) Returns all child worklogs of a specified issue that the provided user has permission to see.WorklogService.getByIssueVisibleToUser
(JiraServiceContext jiraServiceContext, Issue issue, int pageSize) Returns a PagedList over all all child worklogs of a specified issue that the provided user has permission to see.protected boolean
DefaultWorklogService.hasDeleteAllPermission
(ApplicationUser user, Issue issue) protected boolean
DefaultWorklogService.hasEditAllPermission
(ApplicationUser user, Issue issue) boolean
DefaultWorklogService.hasPermissionToCreate
(JiraServiceContext jiraServiceContext, Issue issue, boolean isEditableCheckRequired) boolean
WorklogService.hasPermissionToCreate
(JiraServiceContext jiraServiceContext, Issue issue, boolean isEditableCheckRequired) Determines if the user has thePermissions.WORK_ISSUE
permission, that timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.protected boolean
DefaultWorklogService.hasViewPermission
(ApplicationUser user, Issue issue) protected Long
DefaultWorklogService.increaseEstimate
(Issue issue, Long amount) boolean
DefaultWorklogService.isIssueInEditableWorkflowState
(Issue issue) boolean
WorklogService.isIssueInEditableWorkflowState
(Issue issue) Will return true if the issue is in an editable workflow state.protected boolean
DefaultWorklogService.isUserInRole
(Long roleLevel, ApplicationUser user, Issue issue) protected boolean
DefaultWorklogService.isValidWorklogInputFields
(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String errorFieldPrefix) protected Long
DefaultWorklogService.reduceEstimate
(Issue issue, Long amount) protected Worklog
DefaultWorklogService.validateParamsAndCreateWorklog
(JiraServiceContext jiraServiceContext, Issue issue, ApplicationUser author, Visibility visibility, String timeSpent, Date startDate, Long worklogId, String comment, Date created, Date updated, ApplicationUser updateAuthor, String errorFieldPrefix) -
Uses of Issue in com.atlassian.jira.bc.project.component
Methods in com.atlassian.jira.bc.project.component with parameters of type IssueModifier and TypeMethodDescriptionDefaultProjectComponentManager.findComponentsByIssue
(Issue issue) ProjectComponentManager.findComponentsByIssue
(Issue issue) Collection<org.ofbiz.core.entity.GenericValue>
DefaultProjectComponentManager.findComponentsByIssueGV
(Issue issue) Collection<org.ofbiz.core.entity.GenericValue>
ProjectComponentManager.findComponentsByIssueGV
(Issue issue) Deprecated.use findComponentsByIssue that returns a Collectioninstead DefaultProjectComponentManager.updateIssueProjectComponents
(Issue issue, Collection<ProjectComponent> newValue) ProjectComponentManager.updateIssueProjectComponents
(Issue issue, Collection<ProjectComponent> newValue) Updates the list of components in issue -
Uses of Issue in com.atlassian.jira.bc.safeguards.issue.comment
Methods in com.atlassian.jira.bc.safeguards.issue.comment that return types with arguments of type IssueModifier and TypeMethodDescriptionCommentsPerIssueLimitValidator.getInvalidIssues
(List<Issue> issues) Validates comment limits for all provided issues and returns issues that failed.DefaultCommentsPerIssueLimitValidator.getInvalidIssues
(List<Issue> issues) Methods in com.atlassian.jira.bc.safeguards.issue.comment with parameters of type IssueModifier and TypeMethodDescriptionboolean
CommentsPerIssueLimitValidator.isValid
(Issue issue, ApplicationUser author, String commentBody, ErrorCollection errorCollection) Checks if limit is not reached yet (eg.boolean
DefaultCommentsPerIssueLimitValidator.isValid
(Issue issue, ApplicationUser author, String commentBody, ErrorCollection errorCollection) void
CommentsPerIssueLimitValidator.validate
(Issue issue, ApplicationUser author, String commentBody) Checks if limit is not reached yet (eg.void
DefaultCommentsPerIssueLimitValidator.validate
(Issue issue, ApplicationUser author, String commentBody) Method parameters in com.atlassian.jira.bc.safeguards.issue.comment with type arguments of type IssueModifier and TypeMethodDescriptionCommentsPerIssueLimitValidator.getInvalidIssues
(List<Issue> issues) Validates comment limits for all provided issues and returns issues that failed.DefaultCommentsPerIssueLimitValidator.getInvalidIssues
(List<Issue> issues) -
Uses of Issue in com.atlassian.jira.bc.subtask.conversion
Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type IssueModifier and TypeMethodDescriptionboolean
DefaultIssueToSubTaskConversionService.canConvertIssue
(JiraServiceContext context, Issue issue) As per theIssueToSubTaskConversionService
interface.boolean
DefaultSubTaskToIssueConversionService.canConvertIssue
(JiraServiceContext context, Issue issue) boolean
IssueConversionService.canConvertIssue
(JiraServiceContext context, Issue issue) Determines if user can convert given issue.void
DefaultIssueConversionService.convertIssue
(JiraServiceContext context, Issue currentIssue, MutableIssue updatedIssue) void
IssueConversionService.convertIssue
(JiraServiceContext context, Issue issue, MutableIssue updatedIssue) This is the core method that converts given issue to an issue represented by updatedIssue.DefaultIssueConversionService.getFieldLayoutItems
(Issue originalIssue, Issue targetIssue) IssueConversionService.getFieldLayoutItems
(Issue originalIssue, Issue targetIssue) Retrieves the collection ofFieldLayoutItem
required to be entered from converting issue from given issue to given target issue.DefaultIssueConversionService.getRemovedFields
(Issue origIssue, Issue targetIssue) IssueConversionService.getRemovedFields
(Issue origIssue, Issue targetIssue) Retrieves the fields that have values on the issue but are no longer needed.boolean
DefaultIssueConversionService.hasPermission
(JiraServiceContext context, Issue issue) boolean
IssueConversionService.hasPermission
(JiraServiceContext context, Issue issue) Checks the user's permission to convert given issue.protected boolean
DefaultIssueConversionService.isShouldCheckFieldValue
(Issue origIssue, Field field) JRA-12671 - need to determine if we should call hasValue on the field.boolean
DefaultIssueConversionService.isStatusChangeRequired
(JiraServiceContext context, Issue issue, IssueType issueType) boolean
IssueConversionService.isStatusChangeRequired
(JiraServiceContext context, Issue issue, IssueType issueType) Determines if the workflow status exists in the target workflow (based on current project and target issue type).void
DefaultIssueConversionService.populateFields
(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) void
IssueConversionService.populateFields
(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) Populates the operationContext from the params in theActionContext
In case of invalid values, new error messages are added to the context's error collection under the fieldName.void
DefaultIssueToSubTaskConversionService.preStoreUpdates
(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue) void
DefaultSubTaskToIssueConversionService.preStoreUpdates
(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue) Removes the parent link and adds change item.void
IssueConversionService.preStoreUpdates
(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue) Allows for a plugin point to extra updates specific to that sub classvoid
DefaultIssueConversionService.validateFields
(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) void
IssueConversionService.validateFields
(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) Validates that all fields inputed have valid values.void
DefaultIssueToSubTaskConversionService.validateParentIssue
(JiraServiceContext context, Issue issue, Issue parentIssue, String fieldNameParentIssueKey) void
IssueToSubTaskConversionService.validateParentIssue
(JiraServiceContext context, Issue issue, Issue parentIssue, String fieldNameParentIssueKey) Validates the given parent issue key for issue key.void
DefaultIssueToSubTaskConversionService.validateTargetIssueType
(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId) void
DefaultSubTaskToIssueConversionService.validateTargetIssueType
(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId) void
IssueConversionService.validateTargetIssueType
(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId) Validates that the issue can be converted to given issue type.void
DefaultIssueConversionService.validateTargetStatus
(JiraServiceContext context, Status status, String fieldName, Issue issue, IssueType issueType) void
IssueConversionService.validateTargetStatus
(JiraServiceContext context, Status status, String fieldName, Issue issue, IssueType issueType) Validates that the target status is a valid status for the issue's project and the target issue type. -
Uses of Issue in com.atlassian.jira.bc.user.search
Methods in com.atlassian.jira.bc.user.search that return types with arguments of type IssueMethods in com.atlassian.jira.bc.user.search with parameters of type IssueModifier and TypeMethodDescriptionstatic UserSearchIssueContext
AssigneeService.findAssignableUsers
(String query, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Get assignable Users based on a query string and issue.DefaultAssigneeService.findAssignableUsers
(String query, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) AssigneeService.getAssignableUsers
(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Get allApplicationUser
s that may have anIssue
assigned to them, for a given workflow state.DefaultAssigneeService.getAssignableUsers
(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) AssigneeService.getRecentAssigneeKeysForIssue
(Issue issue) Returns the keys of Users that the given Issue has recently been assigned to.DefaultAssigneeService.getRecentAssigneeKeysForIssue
(Issue issue) Gets ids of this issue's recent assignees, including the current assignee.AssigneeService.getRecentAssigneeNamesForIssue
(Issue issue) Returns the names of Users that the given Issue has recently been assigned to.DefaultAssigneeService.getRecentAssigneeNamesForIssue
(Issue issue) Gets the names of this issue's recent assignees, including the current assignee.AssigneeService.getSuggestedAssignees
(Issue issue, ApplicationUser loggedInUser, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Returns a list of suggested AssigneeApplicationUser
s for a given Issue and logged-in com.atlassian.jira.user.ApplicationUser.AssigneeService.getSuggestedAssignees
(Issue issue, ApplicationUser loggedInUser, List<ApplicationUser> assignableUsers) Returns a list of suggested AssigneeApplicationUser
s for a given Issue and logged-in com.atlassian.jira.user.ApplicationUser.DefaultAssigneeService.getSuggestedAssignees
(Issue issue, ApplicationUser loggedInUser, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) DefaultAssigneeService.getSuggestedAssignees
(Issue issue, ApplicationUser loggedInUser, List<ApplicationUser> assignableUsers) boolean
AssigneeService.isAssignable
(Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Determines if a user is assignable to an issue.boolean
DefaultAssigneeService.isAssignable
(Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Method parameters in com.atlassian.jira.bc.user.search with type arguments of type IssueModifier and TypeMethodDescriptionAssigneeService.getAssignableUsers
(Collection<Issue> issues, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Get allApplicationUser
s that may have all of the givenIssue
s assigned to them, for a given workflow state.DefaultAssigneeService.getAssignableUsers
(Collection<Issue> issues, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) -
Uses of Issue in com.atlassian.jira.bean
Methods in com.atlassian.jira.bean that return IssueModifier and TypeMethodDescriptionSubTask.getParent()
Returns the Parent Issue.SubTaskImpl.getParent()
Returns the Parent Issue.SubTask.getSubTask()
Returns the SubTask Issue.SubTaskImpl.getSubTask()
Returns the SubTask Issue.Methods in com.atlassian.jira.bean with parameters of type IssueModifier and TypeMethodDescriptionvoid
SubTaskBeanImpl.addSubTask
(Long sequence, Issue subTaskIssue, Issue parentIssue) Constructors in com.atlassian.jira.bean with parameters of type Issue -
Uses of Issue in com.atlassian.jira.board.model
Methods in com.atlassian.jira.board.model that return types with arguments of type IssueMethod parameters in com.atlassian.jira.board.model with type arguments of type Issue -
Uses of Issue in com.atlassian.jira.bulkedit
Methods in com.atlassian.jira.bulkedit with parameters of type IssueModifier and TypeMethodDescriptionAbstractBulkEditMultiSelectFieldOption.getFieldValuesMap
(Issue issue, OrderableField field, Map<String, Object> fieldValuesHolder) AbstractBulkEditTextFieldOption.getFieldValuesMap
(Issue issue, OrderableField field, Map<String, Object> fieldValuesHolder) BulkEditMultiSelectFieldOption.getFieldValuesMap
(Issue issue, OrderableField field, Map<String, Object> fieldValuesHolder) Returns the Collection representing the result of the Bulk Edit operation for the optionBulkEditMultiSelectFieldOptionAdd.getFieldValuesMap
(Issue issue, OrderableField field, Map<String, Object> fieldValuesHolder) BulkEditMultiSelectFieldOptionRemove.getFieldValuesMap
(Issue issue, OrderableField field, Map<String, Object> fieldValuesHolder) BulkEditMultiSelectFieldOptionRemoveAll.getFieldValuesMap
(Issue issue, OrderableField field, Map<String, Object> fieldValuesHolder) -
Uses of Issue in com.atlassian.jira.bulkedit.operation
Methods in com.atlassian.jira.bulkedit.operation that return types with arguments of type IssueModifier and TypeMethodDescriptionBulkMigrateOperation.isConcurrentIssueUpdate
(BulkEditBean rootBulkEditBean) BulkMigrateOperation.isConcurrentIssueUpdateSingleBulkEditBean
(BulkEditBean bulkEditBean) Returns consecutive sublists of a list, each of the same size except the last one that can have different size.Method parameters in com.atlassian.jira.bulkedit.operation with type arguments of type Issue -
Uses of Issue in com.atlassian.jira.config
Methods in com.atlassian.jira.config that return types with arguments of type IssueModifier and TypeMethodDescriptionDefaultIssueTypeSchemeService.getIssuesMatchingTypesInProjects
(ApplicationUser user, Collection<Long> projectIds, Collection<String> issueTypeIds) IssueTypeSchemeService.getIssuesMatchingTypesInProjects
(ApplicationUser user, Collection<Long> projectIds, Collection<String> issueTypeIds) For the projects specified byprojectIds
, finds the issues that are of the types given byissueTypIds
.DefaultIssueTypeSchemeService.getIssuesRequiringMigration
(ApplicationUser user, Collection<String> chosenIssueTypeIds, List<Long> projectIds) IssueTypeSchemeService.getIssuesRequiringMigration
(ApplicationUser user, Collection<String> chosenIssueTypeIds, List<Long> projectIds) Figures out which issues in the specified projects would require migration if only thechosenIssueTypeIds
were made available to the projects.DefaultIssueTypeSchemeService.getIssuesRequiringMigrationDueToSchemeAssociation
(ApplicationUser user, FieldConfigScheme issueTypeScheme, List<Long> projectIds) IssueTypeSchemeService.getIssuesRequiringMigrationDueToSchemeAssociation
(ApplicationUser user, FieldConfigScheme issueTypeScheme, List<Long> projectIds) Figures out which issues in the specified projects would require migration if the givenissueTypeScheme
were to be associated with them.DefaultSubTaskManager.getSubTaskObjects
(Issue parentIssue) Get an issue's subtasks.MockSubTaskManager.getSubTaskObjects
(Issue issue) SubTaskManager.getSubTaskObjects
(Issue issue) Methods in com.atlassian.jira.config with parameters of type IssueModifier and TypeMethodDescriptionboolean
SubTaskService.canMoveSubtask
(ApplicationUser user, Issue parentIssue) boolean
SubTaskServiceImpl.canMoveSubtask
(ApplicationUser user, Issue parentIssue) DefaultSubTaskManager.changeParent
(Issue subTask, Issue newParentIssue, ApplicationUser currentUser) MockSubTaskManager.changeParent
(Issue subTask, Issue parentIssue, ApplicationUser currentUser) SubTaskManager.changeParent
(Issue subTask, Issue parentIssue, ApplicationUser currentUser) Change the parent of the given subtask to the given new parent on behalf of the given user.void
DefaultSubTaskManager.createSubTaskIssueLink
(Issue parentIssue, Issue subTaskIssue, ApplicationUser remoteUser) void
MockSubTaskManager.createSubTaskIssueLink
(Issue parentIssue, Issue subTaskIssue, ApplicationUser remoteUser) void
SubTaskManager.createSubTaskIssueLink
(Issue parentIssue, Issue subTaskIssue, ApplicationUser remoteUser) DefaultSubTaskManager.getParentIssueId
(Issue issue) MockSubTaskManager.getParentIssueId
(Issue issue) SubTaskManager.getParentIssueId
(Issue issue) Returns the parent issue ID of this the given issue.DefaultSubTaskManager.getSubTaskBean
(Issue issue, ApplicationUser remoteUser) MockSubTaskManager.getSubTaskBean
(Issue issue, ApplicationUser remoteUser) SubTaskManager.getSubTaskBean
(Issue issue, ApplicationUser remoteUser) Returns the SubTaskBean for the given parent issue in the context of the given user.DefaultSubTaskManager.getSubTaskObjects
(Issue parentIssue) Get an issue's subtasks.MockSubTaskManager.getSubTaskObjects
(Issue issue) SubTaskManager.getSubTaskObjects
(Issue issue) boolean
boolean
boolean
Return true if the given issue is a subtask.void
DefaultSubTaskManager.moveSubTask
(Issue parentIssue, Long currentSequence, Long sequence) void
MockSubTaskManager.moveSubTask
(Issue issue, Long currentSequence, Long sequence) void
SubTaskManager.moveSubTask
(Issue issue, Long currentSequence, Long sequence) SubTaskService.moveSubTask
(ApplicationUser user, Issue parentIssue, Long currentSequence, Long sequence) SubTaskServiceImpl.moveSubTask
(ApplicationUser user, Issue parentIssue, Long currentSequence, Long sequence) void
DefaultSubTaskManager.resetSequences
(Issue issue) void
MockSubTaskManager.resetSequences
(Issue issue) void
SubTaskManager.resetSequences
(Issue issue) -
Uses of Issue in com.atlassian.jira.dev.customfields
Methods in com.atlassian.jira.dev.customfields with parameters of type IssueModifier and TypeMethodDescriptionprotected void
SlowFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData) protected void
SlowFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData) FuncTestTextAreaCFType.TestFieldConfigItemType.getConfigurationObject
(Issue issue, FieldConfig config) -
Uses of Issue in com.atlassian.jira.dev.reference.plugin.extractor
Method parameters in com.atlassian.jira.dev.reference.plugin.extractor with type arguments of type IssueModifier and TypeMethodDescriptionIssueSearchExtractorImpl.indexEntity
(EntitySearchExtractor.Context<Issue> ctx, org.apache.lucene.document.Document doc) -
Uses of Issue in com.atlassian.jira.dev.reference.plugin.fields
Methods in com.atlassian.jira.dev.reference.plugin.fields with parameters of type IssueModifier and TypeMethodDescriptionFirstRestSerializerForCustomField.getJsonData
(CustomField field, Issue issue) RestSerializerComponent.getJsonData
(CustomField field, Issue issue) SecondRestSerializerForCustomField.getJsonData
(CustomField field, Issue issue) -
Uses of Issue in com.atlassian.jira.dev.reference.plugin.issue.views
Methods in com.atlassian.jira.dev.reference.plugin.issue.views with parameters of type IssueModifier and TypeMethodDescriptionReferenceIssueView.getContent
(Issue issue, IssueViewRequestParams issueViewRequestParams) void
ReferenceIssueView.writeHeaders
(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams) -
Uses of Issue in com.atlassian.jira.dev.reference.plugin.searchers
Methods in com.atlassian.jira.dev.reference.plugin.searchers with parameters of type IssueModifier and TypeMethodDescriptionvoid
LabelsCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData) void
LabelsCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData) -
Uses of Issue in com.atlassian.jira.dev.reference.plugin.tabpanels
Methods in com.atlassian.jira.dev.reference.plugin.tabpanels with parameters of type IssueModifier and TypeMethodDescriptionReferenceIssueTabPanel.getActions
(Issue issue, ApplicationUser remoteUser) boolean
ReferenceIssueTabPanel.showPanel
(Issue issue, ApplicationUser remoteUser) This panel will be shown to all users for all issues. -
Uses of Issue in com.atlassian.jira.entity
Constructors in com.atlassian.jira.entity with parameters of type IssueModifierConstructorDescriptionWorklogEntityFactory
(Issue issue, ProjectRoleManager projectRoleManager) -
Uses of Issue in com.atlassian.jira.event
Methods in com.atlassian.jira.event that return IssueConstructors in com.atlassian.jira.event with parameters of type IssueModifierConstructorDescriptionFieldValuesChangedEvent
(Issue issue, Map<String, ModifiedValue> modifiedFields, boolean newIssue) -
Uses of Issue in com.atlassian.jira.event.issue
Methods in com.atlassian.jira.event.issue that return IssueModifier and TypeMethodDescriptionIssueChangedEventImpl.getIssue()
IssueEvent.getIssue()
IssuePreDeleteEvent.getIssue()
IssueRelatedEvent.getIssue()
IssueWatcherAddedEvent.getIssue()
IssueWatcherDeletedEvent.getIssue()
MentionIssueEvent.getIssue()
Methods in com.atlassian.jira.event.issue with parameters of type IssueModifier and TypeMethodDescriptionIssueEventBundleFactory.createCommentAddedBundle
(Issue issue, ApplicationUser user, Comment comment, Map<String, Object> params) Creates an IssueEventBundle for scenarios where a comment is added to an issue.IssueEventBundleFactoryImpl.createCommentAddedBundle
(Issue issue, ApplicationUser user, Comment comment, Map<String, Object> params) IssueEventBundleFactory.createCommentDeletedBundle
(Issue issue, ApplicationUser user, Map params) Creates an IssueEventBundle for scenarios where a comment is deleted from an issue.IssueEventBundleFactoryImpl.createCommentDeletedBundle
(Issue issue, ApplicationUser user, Map params) IssueEventBundleFactory.createCommentEditedBundle
(Issue issue, ApplicationUser user, Comment comment, Map<String, Object> params) Creates an IssueEventBundle for scenarios where a comment is edited.IssueEventBundleFactoryImpl.createCommentEditedBundle
(Issue issue, ApplicationUser user, Comment comment, Map<String, Object> params) IssueEventBundleFactory.createIssueArchivingRelatedEventBundle
(Issue issue, IssueUpdateBean iub, ApplicationUser user) IssueEventBundleFactoryImpl.createIssueArchivingRelatedEventBundle
(Issue issue, IssueUpdateBean iub, ApplicationUser user) IssueEventBundleFactory.createIssueDeleteEventBundle
(Issue issue, DefaultIssueDeleteHelper.DeletedIssueEventData deletedIssueEventData, ApplicationUser user) Creates an IssueEventBundle for scenarios where an issue is deleted.IssueEventBundleFactoryImpl.createIssueDeleteEventBundle
(Issue issue, DefaultIssueDeleteHelper.DeletedIssueEventData deletedIssueEventData, ApplicationUser user) IssueEventBundleFactory.createIssueUpdateEventBundle
(Issue issue, org.ofbiz.core.entity.GenericValue changeGroup, IssueUpdateBean iub, ApplicationUser user) Creates an IssueEventBundle for scenarios where an issue has been updated.IssueEventBundleFactoryImpl.createIssueUpdateEventBundle
(Issue issue, org.ofbiz.core.entity.GenericValue changeGroup, IssueUpdateBean iub, ApplicationUser user) This method usesEventTypesForIssueChange
to raise events during update.IssueEventBundleFactory.createWorkflowEventBundle
(Long eventType, Issue issue, ApplicationUser user, Comment comment, org.ofbiz.core.entity.GenericValue changeGroup, Map<String, Object> params, boolean sendMail, String originalAssigneeId) Creates an IssueEventBundle for scenarios where a workflow transition is executed.IssueEventBundleFactoryImpl.createWorkflowEventBundle
(Long eventType, Issue issue, ApplicationUser user, Comment comment, org.ofbiz.core.entity.GenericValue changeGroup, Map<String, Object> params, boolean sendMail, String originalAssigneeId) IssueEventBundleFactory.createWorklogEventBundle
(Issue issue, org.ofbiz.core.entity.GenericValue changeGroup, IssueUpdateBean iub, ApplicationUser applicationUser) Creates an IssueEventBundle for scenarios where the worklog of an issue has been updated.IssueEventBundleFactoryImpl.createWorklogEventBundle
(Issue issue, org.ofbiz.core.entity.GenericValue changeGroup, IssueUpdateBean iub, ApplicationUser user) void
DefaultIssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, boolean sendMail) void
DefaultIssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) void
DefaultIssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail) void
DefaultIssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) void
DefaultIssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) void
DefaultIssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) void
DefaultIssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated) void
DefaultIssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, Map<String, Object> params, ApplicationUser remoteUser, boolean sendMail) void
DefaultIssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser) static void
IssueEventDispatcher.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser) Deprecated.Since v5.0static void
IssueEventDispatcher.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, boolean sendMail) Deprecated.usecom.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, boolean)
instead.static void
IssueEventDispatcher.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) Deprecated.Since v5.0static void
IssueEventDispatcher.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail) Deprecated.Since v5.0static void
IssueEventDispatcher.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) Deprecated.Since v5.0static void
IssueEventDispatcher.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) Deprecated.Since v5.0static void
IssueEventDispatcher.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) Deprecated.Since v5.0static void
IssueEventDispatcher.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated) Deprecated.Since v5.0static void
IssueEventDispatcher.dispatchEvent
(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser) Deprecated.Since v5.0static void
IssueEventDispatcher.dispatchEvent
(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser, boolean sendMail) Deprecated.usecom.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long, com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean)
instead.void
IssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, Map<String, Object> params, ApplicationUser remoteUser, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchEvent
(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
DefaultIssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) void
DefaultIssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) void
DefaultIssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) void
DefaultIssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) void
DefaultIssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated) void
DefaultIssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, Map<String, Object> params, ApplicationUser remoteUser, boolean sendMail) void
IssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.void
IssueEventManager.dispatchRedundantEvent
(Long eventTypeId, Issue issue, Map<String, Object> params, ApplicationUser remoteUser, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle)
.Constructors in com.atlassian.jira.event.issue with parameters of type IssueModifierConstructorDescriptionIssueChangedEventImpl
(Issue issue, Optional<ApplicationUser> author, Collection<ChangeItemBean> changeItems, Optional<Comment> comment, Date eventTime, boolean sendMail, SpanningOperation spanningOperation) IssueEvent
(Issue issue, ApplicationUser user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId) Create a new IssueEvent with a given list of parameters.IssueEvent
(Issue issue, ApplicationUser user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail) Create a new IssueEvent with a given list of parameters.IssueEvent
(Issue issue, ApplicationUser user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail, boolean subtasksUpdated) IssueEvent
(Issue issue, ApplicationUser user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail, boolean subtasksUpdated, SpanningOperation spanningOperation) Create a new IssueEvent with a given list of parameters.IssueEvent
(Issue issue, Map params, ApplicationUser user, Long eventTypeId) Create a new IssueEvent with a given list of parameters.IssueEvent
(Issue issue, Map params, ApplicationUser user, Long eventTypeId, boolean sendMail) Allows configuration of whether the mail notification should be sentIssuePreDeleteEvent
(Issue issue, ApplicationUser user) IssuePreDeleteEvent
(Issue issue, ApplicationUser user, SpanningOperation spanningOperation) IssueWatcherAddedEvent
(Issue issue, ApplicationUser user) IssueWatcherAddedEvent
(Issue issue, ApplicationUser user, SpanningOperation spanningOperation) IssueWatcherDeletedEvent
(Issue issue, ApplicationUser user) IssueWatcherDeletedEvent
(Issue issue, ApplicationUser user, SpanningOperation spanningOperation) MentionIssueCommentEvent
(Issue issue, ApplicationUser fromUser, Set<ApplicationUser> toUsers, String mentionText, String fieldId, Set<NotificationRecipient> currentRecipients, Comment comment) Deprecated.MentionIssueCommentEvent
(Issue issue, ApplicationUser fromUser, Set<ApplicationUser> toUsers, Set<NotificationRecipient> recipients, String mentionText, String fieldId, Set<NotificationRecipient> currentRecipients, Comment comment) MentionIssueEvent
(Issue issue, ApplicationUser fromUser, Set<ApplicationUser> toUsers, String mentionText, String fieldId, Set<NotificationRecipient> currentRecipients) Deprecated.MentionIssueEvent
(Issue issue, ApplicationUser fromUser, Set<ApplicationUser> toUsers, Set<NotificationRecipient> recipients, String mentionText, String fieldId, Set<NotificationRecipient> currentRecipients) -
Uses of Issue in com.atlassian.jira.external
Methods in com.atlassian.jira.external with parameters of type IssueModifier and TypeMethodDescriptionprotected void
ExternalUtils.checkStatus
(Issue issue, String statusId) org.ofbiz.core.entity.GenericValue
ExternalUtils.createIssue
(Issue issue, String status, String resolution) -
Uses of Issue in com.atlassian.jira.gadgets.system.bubblechart
Methods in com.atlassian.jira.gadgets.system.bubblechart with parameters of type Issue -
Uses of Issue in com.atlassian.jira.imports.project
Methods in com.atlassian.jira.imports.project that return IssueModifier and TypeMethodDescriptionDefaultProjectImportPersister.createIssue
(ExternalIssue externalIssue, Date importDate, ApplicationUser importAuthor) ProjectImportPersister.createIssue
(ExternalIssue externalIssue, Date importDate, ApplicationUser importAuthor) Creates an issue based off of the provided ExternalIssue. -
Uses of Issue in com.atlassian.jira.index.ha
Method parameters in com.atlassian.jira.index.ha with type arguments of type Issue -
Uses of Issue in com.atlassian.jira.issue
Subinterfaces of Issue in com.atlassian.jira.issueClasses in com.atlassian.jira.issue that implement IssueModifier and TypeClassDescriptionclass
class
class
Please extend this class if you want to change the behaviour of just a few methods of `Issue`.class
class
Issue implementation which caches read data, and can persist its data to the database (via an OfbizGenericValue
.Methods in com.atlassian.jira.issue that return IssueModifier and TypeMethodDescriptionIssueManager.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) This method will archive the issue.IssueManager.createIssueObject
(ApplicationUser remoteUser, Issue issue) Creates an issue.IssueManager.createIssueObject
(ApplicationUser remoteUser, Map<String, Object> fields) Creates an issue.IssueManager.createIssueObject
(String remoteUserName, Map<String, Object> fields) Creates an issue.IssueManager.findMovedIssue
(String oldIssueKey) Returns an issue that has been moved by searching on the old issue key.GenericIssueWrapper.getDelegate()
CommentSearchParameters.getIssue()
DefaultIssueFactory.getIssue
(org.apache.lucene.document.Document issueDocument) IssueFactory.getIssue
(org.apache.lucene.document.Document issueDocument) Creates an issue object for an issue represented by the Lucene DocumentAbstractIssue.getParentObject()
GenericIssueWrapper.getParentObject()
Issue.getParentObject()
If this issue is a subtask, return its parent.IssueImpl.getParentObject()
IssueManager.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) This method will restore an archived issue.IssueManager.updateIssue
(ApplicationUser user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail) This method will store the provided issue to the JIRA datastore.IssueManager.updateIssue
(ApplicationUser user, MutableIssue issue, UpdateIssueRequest updateIssueRequest) This method will store the provided issue to the JIRA datastore.Methods in com.atlassian.jira.issue that return types with arguments of type IssueModifier and TypeMethodDescriptionIssueManager.getIssueObjects
(Collection<Long> ids) Get issues with the following ids.IssueManager.getIssueObjectsByEntity
(String relationName, org.ofbiz.core.entity.GenericValue entity) Deprecated.DefaultIssueFactory.getIssues
(Collection<org.ofbiz.core.entity.GenericValue> issueGVs) IssueFactory.getIssues
(Collection<org.ofbiz.core.entity.GenericValue> issueGVs) Convert a list ofGenericValue
objects into a list ofMutableIssue
objects.GenericIssueWrapper.getSubTaskObjects()
Issue.getSubTaskObjects()
Gets all the issue's subtasks.IssueImpl.getSubTaskObjects()
IssueManager.getVotedIssues
(ApplicationUser user) Get a list of issues that the user has voted on and can see.IssueManager.getVotedIssuesOverrideSecurity
(ApplicationUser user) Get a list of issues that the user has voted on.IssueManager.getWatchedIssues
(ApplicationUser user) Get a list of issues that the user is watching and can see.IssueManager.getWatchedIssuesOverrideSecurity
(ApplicationUser user) Get a list of issues that the user is watchingMethods in com.atlassian.jira.issue with parameters of type IssueModifier and TypeMethodDescriptionIssueManager.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) This method will archive the issue.boolean
AttachmentValidator.canCreateAttachments
(ApplicationUser user, Issue issue, ErrorCollection errorCollection) Verifies if user may create attachment for given issue.boolean
AttachmentValidator.canCreateAttachments
(ApplicationUser user, Issue issue, String nextStatusId, ErrorCollection errorCollection) Check if the given user has permission to add an attachment during a workflow transition to a step with given id.protected void
IssueVerifier.checkIssueDetails
(Issue issue, ErrorCollection errorCollection, ConstantsManager constantsManager, boolean checkWorkflowIntegrity) DefaultIssueFactory.cloneIssue
(Issue issue) IssueFactory.cloneIssue
(Issue issue) Clones the Issue object which creates an editable copy.DefaultIssueFactory.cloneIssueNoParent
(Issue issue) IssueFactory.cloneIssueNoParent
(Issue issue) Clone Issue for conversion from sub task to issueDefaultIssueFactory.cloneIssueWithAllFields
(Issue issue) IssueFactory.cloneIssueWithAllFields
(Issue issue) Clones the Issue object which creates an editable copy.AttachmentManager.convertTemporaryAttachments
(ApplicationUser user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor) Deprecated.since v6.0.Map<Long,
io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManager.copyAttachments
(Issue issue, ApplicationUser author, String newIssueKey) Copy Issue attachments to another issue.Map<Long,
io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManager.copyAttachments
(Context context, Issue issue, ApplicationUser author, String newIssueKey) Copy Issue attachments to another issue.org.ofbiz.core.entity.GenericValue
IssueManager.createIssue
(ApplicationUser remoteUser, Issue issue) Deprecated.Use#createIssueObject(User, Issue)
instead.IssueManager.createIssueObject
(ApplicationUser remoteUser, Issue issue) Creates an issue.void
IssueManager.deleteIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) This method will delete an issue from JIRA.void
IssueManager.deleteIssueNoEvent
(Issue issue) Delete issue without firing any events, or sending notifications.io.atlassian.fugue.Option<AttachmentArchive>
AttachmentIndexManager.getAttachmentContents
(Attachment attachment, Issue issue, int maxEntries) Retrieves index of given attachment file.AttachmentManager.getAttachments
(Issue issue) Get a list of all attachments for a certain issue.AttachmentManager.getAttachments
(Issue issue, Comparator<? super Attachment> comparator) Get a list of all attachments for a certain issue, sorted according to the specified comparator.CustomFieldManager.getCustomFieldObjects
(Issue issue) Returns a list ofCustomField
s that apply to a particular issue.CustomFieldManager.getCustomFieldsWithValue
(Issue issue) Returns a set ofCustomField
s that have value stored in database for particular issue.List<org.ofbiz.core.entity.GenericValue>
IssueManager.getEntitiesByIssueObject
(String relationName, Issue issue) Get a list of entities (versions, components etc) related to this issue.RendererManager.getRenderedContent
(FieldLayoutItem fieldConfig, Issue issue) A convienience method that is the equivilant of calling the getRendererForField method and then invoking the render method on the returned renderer, using the value of the field that is associated with the issue.IssueManager.getWatchers
(Issue issue) Deprecated.UseIssueManager.getWatchersFor(Issue)
instead.IssueManager.getWatchersFor
(Issue issue) Return a list of watchers for a particular issue.static boolean
IssueUtils.hasTimeTracking
(Issue issue) Does an issue have timetracking data, only makes sense if time tracking is turned on.boolean
IssueManager.isEditable
(Issue issue) Returnstrue
if the issue can be edited.boolean
IssueManager.isEditable
(Issue issue, ApplicationUser user) Returnstrue
if the issue can be edited by the current user.boolean
IssueManager.isEditable
(Issue issue, String nextStatusId) Returnstrue
if the issue can be edited after action.void
AttachmentManager.moveAttachments
(Issue oldIssue, String newIssueKey) Move Issue attachments to a new directory.void
AttachmentIndexManager.processAttachmentAndCreateIndex
(File file, Attachment attachment, Issue issue) This methods generates the index of and archive file.void
IssueManager.recordMovedIssueKey
(Issue oldIssue) Used internally when we want to record that an Issue has changed its Issue key (because it has moved project).void
AttachmentIndexManager.removeAttachmentIndex
(Attachment attachment, Issue issue) Removes the index data of the specified attachment.IssueManager.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) This method will restore an archived issue.void
GenericMutableIssueWrapper.setParentObject
(Issue parentIssue) void
IssueImpl.setParentObject
(Issue parentIssue) void
MutableIssue.setParentObject
(Issue parentIssue) Sets the parent Issue Object for this Issue (subtask).AttachmentManager.tryConvertTemporaryAttachments
(ApplicationUser user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor) DefaultIssueTextFieldCharacterLengthValidator.validateAllFields
(Issue issue) IssueTextFieldCharacterLengthValidator.validateAllFields
(Issue issue) Validates length of text field against the "jira character limit".IssueVerifier.verifyForMigration
(Issue issue, List<IssueType> typesNeedingMigration, WorkflowMigrationMapping workflowMigrationMapping, boolean checkWorkflowIntegrity) IssueVerifier.verifyIssue
(Issue issue, Map<String, String> workflowMigrationMapping, boolean checkWorkflowIntegrity) This is a very basic integrity/verification test used to indicate if a workflow migration for a specific issue is possible.Method parameters in com.atlassian.jira.issue with type arguments of type IssueModifier and TypeMethodDescriptionboolean
AttachmentValidator.canCreateTemporaryAttachments
(ApplicationUser user, io.atlassian.fugue.Either<Issue, Project> issueOrProject, ErrorCollection errorCollection) Verifies if user may create temporary attachment for given issue or project (in case if the issue is being created).static void
IssueUtils.filterIssues
(Collection<Issue> issues, Predicate<Issue> filter) Filters a list of issues based on the type of IssueFilter passed instatic void
IssueUtils.filterIssues
(Collection<Issue> issues, Predicate<Issue> filter) Filters a list of issues based on the type of IssueFilter passed inConstructors in com.atlassian.jira.issue with parameters of type IssueModifierConstructorDescriptionCommentSearchParameters
(Issue issue, ApplicationUser user, Date date, Long commentId, CommentSearchParameters.SearchDirection searchDirection, Integer limit) GenericIssueWrapper
(Issue delegate) IssueImpl
(Issue issue, IssueManager issueManager, ProjectManager projectManager, VersionManager versionManager, IssueSecurityLevelManager issueSecurityLevelManager, ConstantsManager constantsManager, SubTaskManager subTaskManager, AttachmentManager attachmentManager, LabelManager labelManager, ProjectComponentManager projectComponentManager, UserManager userManager, JiraAuthenticationContext jiraAuthenticationContext, IssueArchiveHelper issueArchiveHelper) Create an issue, cloning another issue's data. -
Uses of Issue in com.atlassian.jira.issue.archiving
Methods in com.atlassian.jira.issue.archiving that return IssueMethods in com.atlassian.jira.issue.archiving that return types with arguments of type IssueModifier and TypeMethodDescriptionArchivedIssueSearchService.getArchivedIssuesMatchingTypesInProjects
(List<Long> projectIds, List<String> issueTypeIds) For the projects specified byprojectIds
, finds archived issues that are of the types given byissueTypIds
.DefaultArchivedIssueSearchService.getArchivedIssuesMatchingTypesInProjects
(List<Long> projectIds, List<String> issueTypeIds) Constructors in com.atlassian.jira.issue.archiving with parameters of type IssueModifierConstructorDescriptionArchivingResult
(ErrorCollection errorCollection, Issue issue) ValidationResult
(ErrorCollection errorCollection, Issue issue) ValidationResult
(ErrorCollection errorCollection, Issue issue, ApplicationUser user) Deprecated.ValidationResult
(ErrorCollection errorCollection, Issue issue, ApplicationUser user, boolean notifyUsers) -
Uses of Issue in com.atlassian.jira.issue.archiving.query
Methods in com.atlassian.jira.issue.archiving.query that return Issue -
Uses of Issue in com.atlassian.jira.issue.attachment
Methods in com.atlassian.jira.issue.attachment that return IssueModifier and TypeMethodDescriptionAttachment.getIssue()
Returns the Issue that this file is attached to.ConvertTemporaryAttachmentParams.getIssue()
CreateAttachmentParamsBean.getIssue()
Attachment.getIssueObject()
Returns the Issue that this file is attached to.Methods in com.atlassian.jira.issue.attachment with parameters of type IssueModifier and TypeMethodDescriptionboolean
DefaultAttachmentValidator.canCreateAttachments
(ApplicationUser user, Issue issue, ErrorCollection errorCollection) boolean
DefaultAttachmentValidator.canCreateAttachments
(ApplicationUser user, Issue issue, String nextStatusId, ErrorCollection errorCollection) DefaultTemporaryWebAttachmentManager.convertTemporaryAttachments
(ApplicationUser user, Issue issue, List<String> temporaryAttachmentsIds) TemporaryWebAttachmentManager.convertTemporaryAttachments
(ApplicationUser user, Issue issue, List<String> temporaryAttachmentsIds) Converts temporary attachments created byTemporaryWebAttachmentManager.createTemporaryWebAttachment(java.io.InputStream, java.lang.String, java.lang.String, long, io.atlassian.fugue.Either<com.atlassian.jira.issue.Issue, com.atlassian.jira.project.Project>, java.lang.String, com.atlassian.jira.user.ApplicationUser)
into real attachments.io.atlassian.util.concurrent.Promise<io.atlassian.fugue.Unit>
DefaultStreamAttachmentStore.deleteAttachmentContainerForIssue
(Issue issue) io.atlassian.util.concurrent.Promise<io.atlassian.fugue.Unit>
StreamAttachmentStore.deleteAttachmentContainerForIssue
(Issue issue) Delete the container for attachments for a given issue if it exists.io.atlassian.util.concurrent.Promise<Void>
DefaultThumbnailAccessor.deleteThumbnailDirectory
(Issue issue) io.atlassian.util.concurrent.Promise<Void>
ThumbnailAccessor.deleteThumbnailDirectory
(Issue issue) Deletes the thumbnail directory for a given issue, deleting its contents if necessary.static AttachmentKey
AttachmentKeys.from
(Attachment attachment, Issue issue) static AttachmentKey
AttachmentKeys.from
(Project project, Issue issue, Attachment attachment) BulkAttachmentOperations.getAttachmentOfIssue
(Issue issue) Retrieve all the attachments of an issue.DefaultBulkAttachmentOperations.getAttachmentOfIssue
(Issue issue) Optional<com.atlassian.dc.filestore.api.FileStore.Path>
DefaultStreamAttachmentStore.getAttachmentPathForIssue
(Issue issue) Optional<com.atlassian.dc.filestore.api.FileStore.Path>
StreamAttachmentStore.getAttachmentPathForIssue
(Issue issue) Returns the path of the attachments for the given issue.com.atlassian.dc.filestore.api.FileStore.Path
DefaultThumbnailAccessor.getThumbnailFilePath
(Issue issue, Attachment attachment) com.atlassian.dc.filestore.api.FileStore.Path
ThumbnailAccessor.getThumbnailFilePath
(Issue issue, Attachment attachment) Returns the file path for the given attachment's thumbnail.Method parameters in com.atlassian.jira.issue.attachment with type arguments of type IssueModifier and TypeMethodDescriptionboolean
DefaultAttachmentValidator.canCreateTemporaryAttachments
(ApplicationUser user, io.atlassian.fugue.Either<Issue, Project> issueOrProject, ErrorCollection errorCollection) io.atlassian.fugue.Either<AttachmentError,
TemporaryWebAttachment> DefaultTemporaryWebAttachmentManager.createTemporaryWebAttachment
(InputStream stream, String fileName, String contentType, long size, io.atlassian.fugue.Either<Issue, Project> target, String formToken, ApplicationUser user) io.atlassian.fugue.Either<AttachmentError,
TemporaryWebAttachment> TemporaryWebAttachmentManager.createTemporaryWebAttachment
(InputStream stream, String fileName, String contentType, long size, io.atlassian.fugue.Either<Issue, Project> target, String formToken, ApplicationUser user) Creates new temporary attachment that may be later converted into real attachment.static final String
TemporaryAttachment.getEntityToken
(io.atlassian.fugue.Either<Issue, Project> entity) Deprecated.Constructors in com.atlassian.jira.issue.attachment with parameters of type Issue -
Uses of Issue in com.atlassian.jira.issue.attachment.validation
Methods in com.atlassian.jira.issue.attachment.validation with parameters of type IssueModifier and TypeMethodDescriptionAfterUploadAttachmentValidator.validateAfterUpload
(ApplicationUser user, Project project, Issue issue, PluggableAttachmentValidator.FileInfo fileInfo, InputStream fileContent) Validate attachment after the file is uploaded to Jira, but before the attachment is fully persisted and linked to an issue.BeforeUploadAttachmentValidator.validateBeforeUpload
(ApplicationUser user, Project project, Issue issue, PluggableAttachmentValidator.FileInfo fileInfo) Validate attachment before the file is uploaded to Jira. -
Uses of Issue in com.atlassian.jira.issue.attachment.zip
Methods in com.atlassian.jira.issue.attachment.zip with parameters of type Issue -
Uses of Issue in com.atlassian.jira.issue.changehistory
Methods in com.atlassian.jira.issue.changehistory that return IssueMethods in com.atlassian.jira.issue.changehistory that return types with arguments of type IssueModifier and TypeMethodDescriptionChangeHistoryManager.findUserHistory
(ApplicationUser remoteUser, Collection<String> userkeys, int maxResults) Find a list of issues that the given users have acted on.ChangeHistoryManager.findUserHistory
(ApplicationUser remoteUser, Collection<String> userkeys, Collection<Project> projects, int maxResults) Find a list of issues that the given users have acted on with the option to limit the projects included in the search.ChangeHistoryManager.findUserHistory
(ApplicationUser remoteUser, Collection<String> userkeys, Collection<Project> projects, int maxResults, Date oldestUpdateTime) Find a list of issues that the given users have acted on with the option to limit the projects included in the search.DefaultChangeHistoryManager.findUserHistory
(ApplicationUser remoteUser, Collection<String> userkeys, int maxResults) DefaultChangeHistoryManager.findUserHistory
(ApplicationUser remoteUser, Collection<String> userkeys, Collection<Project> projects, int maxResults) DefaultChangeHistoryManager.findUserHistory
(ApplicationUser remoteUser, Collection<String> userkeys, Collection<Project> projects, int maxResults, Date oldestUpdateTime) Methods in com.atlassian.jira.issue.changehistory with parameters of type IssueModifier and TypeMethodDescriptionChangeHistoryManager.getAllChangeItems
(Issue issue) Returns a List ofChangeHistoryItem
's for the given issue.DefaultChangeHistoryManager.getAllChangeItems
(Issue issue) ChangeHistoryManager.getChangeHistories
(Issue issue) Returns a List of ChangeHistory entitiesDefaultChangeHistoryManager.getChangeHistories
(Issue issue) ChangeHistoryManager.getChangeHistoriesForUser
(Issue issue, ApplicationUser remoteUser) Returns a List of ChangeHistory entities for a single issue.DefaultChangeHistoryManager.getChangeHistoriesForUser
(Issue issue, ApplicationUser remoteUser) ChangeHistoryManager.getChangeHistoriesSince
(Issue issue, Date since) Returns a List of ChangeHistory entities that occurred after the provided date.DefaultChangeHistoryManager.getChangeHistoriesSince
(Issue issue, Date since) ChangeHistoryManager.getChangeItemsForField
(Issue issue, String changeItemFieldName) Returns a list of ChangeItemBean for the given issue which also are for the provided changeItemFieldName (i.e.ChangeHistoryManager.getChangeItemsForField
(Issue issue, String changeItemFieldName, Date since) Returns a list of ChangeItemBean for the given issue which also are for the provided changeItemFieldName (i.e.DefaultChangeHistoryManager.getChangeItemsForField
(Issue issue, String changeItemFieldName) DefaultChangeHistoryManager.getChangeItemsForField
(Issue issue, String changeItemFieldName, Date since) void
ChangeHistoryManager.removeAllChangeItems
(Issue issue) Remove all change items associated with an issue.void
DefaultChangeHistoryManager.removeAllChangeItems
(Issue issue) ChangeHistorySearcher.searchForIssue
(Issue issue) Method parameters in com.atlassian.jira.issue.changehistory with type arguments of type IssueModifier and TypeMethodDescriptionChangeHistoryManager.getChangeHistoriesForUser
(Iterable<Issue> issues, ApplicationUser remoteUser) Returns a List of ChangeHistory entities for multiple issues.ChangeHistoryManager.getChangeHistoriesForUser
(Iterable<Issue> issues, ApplicationUser remoteUser, Integer limit) Returns a List of ChangeHistory entities for multiple issues.DefaultChangeHistoryManager.getChangeHistoriesForUser
(Iterable<Issue> issues, ApplicationUser remoteUser) DefaultChangeHistoryManager.getChangeHistoriesForUser
(Iterable<Issue> issues, ApplicationUser remoteUser, Integer limit) ChangeHistoryManager.getChangeItemsWithFieldsForIssues
(Iterable<Issue> issues, Iterable<String> fieldNames) Returns a List of ChangeHistory for the listed issues with changes only for the listed fields.DefaultChangeHistoryManager.getChangeItemsWithFieldsForIssues
(Iterable<Issue> issues, Iterable<String> fieldNames) -
Uses of Issue in com.atlassian.jira.issue.comments
Methods in com.atlassian.jira.issue.comments that return IssueModifier and TypeMethodDescriptionComment.getIssue()
CommentImpl.getIssue()
MockComment.getIssue()
Methods in com.atlassian.jira.issue.comments with parameters of type IssueModifier and TypeMethodDescriptionCommentManager.create
(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent) Creates a comment and associates it with the given issue.CommentManager.create
(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean modifyIssueUpdateDate) Creates a comment and associates it with the given issue.CommentManager.create
(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, Map<String, JSONObject> commentProperties, boolean dispatchEvent, boolean modifyIssueUpdateDate) Creates a comment and associates it with the given issue.CommentManager.create
(Issue issue, ApplicationUser author, String body, boolean dispatchEvent) Creates a comment and associates it with the given issue.CommentManager.create
(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent) Creates a comment and associates it with the given issue.CommentManager.create
(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent) Creates a comment and associates it with the given issue.CommentManager.create
(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, Date created, Map<String, JSONObject> commentProperties, boolean dispatchEvent) Creates a comment and associates it with the given issue.Deprecated.CommentManager.create
(Issue issue, String author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent) CommentManager.create
(Issue issue, String author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent) CommentManager.create
(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent) CommentManager.create
(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean modifyIssueUpdateDate) DefaultCommentManager.create
(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent) DefaultCommentManager.create
(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean modifyIssueUpdateDate) DefaultCommentManager.create
(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, Map<String, JSONObject> commentProperties, boolean dispatchEvent, boolean modifyIssueUpdateDate) DefaultCommentManager.create
(Issue issue, ApplicationUser author, String body, boolean dispatchEvent) DefaultCommentManager.create
(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent) DefaultCommentManager.create
(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent) DefaultCommentManager.create
(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, Date created, Map<String, JSONObject> commentProperties, boolean dispatchEvent) DefaultCommentManager.create
(Issue issue, String author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent) DefaultCommentManager.create
(Issue issue, String author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent) DefaultCommentManager.create
(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent) DefaultCommentManager.create
(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean modifyIssueUpdateDate) QueryDSLCommentFactory.createComment
(Issue issue, com.querydsl.core.Tuple tuple) void
CommentManager.deleteCommentsForIssue
(Issue issue) RemovesComment
s belonging to the passed issue.void
DefaultCommentManager.deleteCommentsForIssue
(Issue issue) CommentManager.getComments
(Issue issue) This will return all comments for a given issue.CommentSearchManager.getComments
(Issue issue) DefaultCommentManager.getComments
(Issue issue) long
CommentSearchManager.getCommentsCount
(Issue issue) CommentManager.getCommentsForUser
(Issue issue, ApplicationUser user) Retrieves allComment
s on the given Issue that the givenApplicationUser
has permission to see.CommentSearchManager.getCommentsForUser
(Issue issue, ApplicationUser user) DefaultCommentManager.getCommentsForUser
(Issue issue, ApplicationUser user) CommentManager.getCommentsForUserSince
(Issue issue, ApplicationUser user, Date since) RetrievesComment
s that were created or updated after the provided date, on the given Issue that the givenApplicationUser
has permission to see.CommentSearchManager.getCommentsForUserSince
(Issue issue, ApplicationUser user, Date since) DefaultCommentManager.getCommentsForUserSince
(Issue issue, ApplicationUser user, Date since) CommentManager.getCommentSummary
(ApplicationUser user, Issue issue, Optional<Long> focusedCommentId) Method that will return a summary of comments required to render the initial view issue page.CommentSearchManager.getCommentSummary
(ApplicationUser user, Issue issue, Optional<Long> focusedCommentId) DefaultCommentManager.getCommentSummary
(ApplicationUser user, Issue issue, Optional<Long> focusedCommentId) CommentManager.getLastComment
(Issue issue) DefaultCommentManager.getLastComment
(Issue issue) CommentManager.getPinnedComments
(Issue issue, ApplicationUser user) Returns list of pinned comments for given issue which are visible for userDefaultCommentManager.getPinnedComments
(Issue issue, ApplicationUser user) CommentOrderManager.getSortedComments
(Issue issue, ApplicationUser user) Get allComment
s on the given Issue that the givenApplicationUser
has permission to see.CommentOrderManagerImpl.getSortedComments
(Issue issue, ApplicationUser user) boolean
CommentPermissionManager.hasDeleteAllPermission
(ApplicationUser user, Issue issue) Returns true if the given User can delete all comments for the given Issue.boolean
DefaultCommentPermissionManager.hasDeleteAllPermission
(ApplicationUser user, Issue issue) boolean
CommentPermissionManager.hasDeleteOwnPermission
(ApplicationUser user, Issue issue) Returns true if the given User can delete her own comments in the given Issue.boolean
DefaultCommentPermissionManager.hasDeleteOwnPermission
(ApplicationUser user, Issue issue) boolean
CommentPermissionManager.hasEditAllPermission
(ApplicationUser user, Issue issue) Returns true if user has permission to edit all comments in the given Issue.boolean
DefaultCommentPermissionManager.hasEditAllPermission
(ApplicationUser user, Issue issue) boolean
CommentPermissionManager.hasEditOwnPermission
(ApplicationUser user, Issue issue) Returns true if user has permission to edit her own comments in the given Issue.boolean
DefaultCommentPermissionManager.hasEditOwnPermission
(ApplicationUser user, Issue issue) StreamingCommentsRetriever.stream
(ApplicationUser user, Issue issue) This method iterates over each comment of the given issue and executes a callback on it.CommentManager.streamComments
(ApplicationUser user, Issue issue) Streams every comment of the given issue that is visible to the user.CommentSearchManager.streamComments
(ApplicationUser user, Issue issue) DefaultCommentManager.streamComments
(ApplicationUser user, Issue issue) Constructors in com.atlassian.jira.issue.comments with parameters of type IssueModifierConstructorDescriptionCommentImpl
(ProjectRoleManager projectRoleManager, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, Issue issue) MockComment
(Long id, Issue issue) MockComment
(Long id, String author, String body, String groupLevel, Long roleLevelId, Date created, Issue issue) MockComment
(Long id, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, Issue issue) MockComment
(String author, String body, Issue issue) -
Uses of Issue in com.atlassian.jira.issue.comparator
Methods in com.atlassian.jira.issue.comparator with parameters of type IssueModifier and TypeMethodDescriptionprotected abstract IssueConstant
IssueConstantsComparator.getConstant
(Issue i1) protected IssueConstant
IssueStatusComparator.getConstant
(Issue i1) protected IssueConstant
IssueTypeComparator.getConstant
(Issue i1) protected IssueConstant
PriorityComparator.getConstant
(Issue i1) protected IssueConstant
ResolutionComparator.getConstant
(Issue i1) -
Uses of Issue in com.atlassian.jira.issue.customfields
Methods in com.atlassian.jira.issue.customfields with parameters of type IssueModifier and TypeMethodDescriptionCustomFieldUtils.buildParams
(CustomField customField, FieldConfig config, Issue issue, FieldLayoutItem fieldLayoutItem, Object value, Map customFieldValuesHolder, webwork.action.Action action, Map<String, Object> displayParameters) void
CustomFieldType.createValue
(CustomField field, Issue issue, T value) Save the value for this Custom Field in a particular issue to the database.default CloneOptionConfiguration
CustomFieldType.getCloneOptionConfiguration
(CustomField field, Issue issueToClone) Get the clone option configuration for the given custom field in the context of the given issue.default T
CustomFieldType.getCloneValue
(CustomField field, Issue issueToClone, Optional<Boolean> cloneOptionSelection) Get the cloned value for the specified custom field when cloning the specified issue.static Collection<Long>
CustomFieldUtils.getProjectIdsFromIssueOrFieldConfig
(Issue issue, FieldConfig config, FieldConfigSchemeManager fieldConfigSchemeManager, ProjectManager projectManager) Retrieve the list of project id's from issue or field config, in the following order: Ifissue
is not null and issue.getProjectId() is not null, return a single list with issue.getProjectId() Ifconfig
is not null, use it to retrieve the list of project id's associated with the current scheme Otherwise, return nullCustomFieldType.getValueFromIssue
(CustomField field, Issue issue) Retrieves the Transport Object representing the current CustomField value for the given issue.CustomFieldType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) The custom field may wish to pass parameters to the velocity context beyond the getValueFromIssue methods (eg managers).void
MultipleSettableCustomFieldType.removeValue
(CustomField field, Issue issue, Option optionObject) Perform any actions required if the option selected by the issue is removed.void
CustomFieldType.updateValue
(CustomField field, Issue issue, T value) Update the value for this Custom Field in a particular issue currently stored in the database.Method parameters in com.atlassian.jira.issue.customfields with type arguments of type IssueModifier and TypeMethodDescriptionDefaultNonNullCustomFieldProvider.getCustomFieldInfo
(List<Issue> issues) -
Uses of Issue in com.atlassian.jira.issue.customfields.config.item
Methods in com.atlassian.jira.issue.customfields.config.item with parameters of type IssueModifier and TypeMethodDescriptionDefaultValueConfigItem.getConfigurationObject
(Issue issue, FieldConfig config) ProjectOptionsConfigItem.getConfigurationObject
(Issue issue, FieldConfig config) SettableOptionsConfigItem.getConfigurationObject
(Issue issue, FieldConfig config) UserFilterConfigItem.getConfigurationObject
(Issue issue, FieldConfig config) VersionOptionsConfigItem.getConfigurationObject
(Issue issue, FieldConfig config) VersionOrderConfigItem.getConfigurationObject
(Issue issue, FieldConfig config) -
Uses of Issue in com.atlassian.jira.issue.customfields.impl
Methods in com.atlassian.jira.issue.customfields.impl with parameters of type IssueModifier and TypeMethodDescriptionvoid
AbstractMultiCFType.createValue
(CustomField customField, Issue issue, Collection<S> value) Create a multi-select value for an issue.void
AbstractSingleFieldType.createValue
(CustomField field, Issue issue, T value) At this point we know that the value doesn't exist, and thatis not null. void
CalculatedCFType.createValue
(CustomField field, Issue issue, T value) void
CascadingSelectCFType.createValue
(CustomField field, Issue issue, Map<String, Option> cascadingOptions) Create a cascading select-list instance for an issue.void
LabelsCFType.createValue
(CustomField field, Issue issue, Set<Label> value) CascadingSelectCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) DateCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) DateTimeCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) GenericTextCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) LabelsCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) MultiGroupCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) MultiSelectCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) MultiUserCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) NumberCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) ProjectCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) SelectCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) StringCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) Deprecated.UserCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) VersionCFType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) CascadingSelectCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) DateCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) DateTimeCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) LabelsCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) MultiGroupCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) MultiSelectCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) MultiUserCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) Generates a multi-column representation of a set of multiple usersNumberCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) ProjectCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) ReadOnlyCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) RenderableTextCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) SelectCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) URLCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) UserCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) VersionCFType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) Generates a multi column representation for all the versions in this issue.AbstractMultiCFType.getValueFromIssue
(CustomField field, Issue issue) AbstractSingleFieldType.getValueFromIssue
(CustomField field, Issue issue) CascadingSelectCFType.getValueFromIssue
(CustomField field, Issue issue) LabelsCFType.getValueFromIssue
(CustomField field, Issue issue) final Map
AbstractCustomFieldType.getVelocityParameters
(Issue issue) Implementers should override the 3-param version of this.AbstractCustomFieldType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) CascadingSelectCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) DateCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) DateTimeCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) ImportIdLinkCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) LabelsCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) MultiGroupCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) MultiSelectCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) MultiUserCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) NumberCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) ProjectCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) SelectCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) URLCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) UserCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) VersionCFType.getVelocityParameters
(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) void
CascadingSelectCFType.removeValue
(CustomField field, Issue issue, Option option) void
MultiSelectCFType.removeValue
(CustomField field, Issue issue, Option option) void
SelectCFType.removeValue
(CustomField field, Issue issue, Option option) This default implementation will remove all values from the custom field for an issue.void
AbstractMultiCFType.updateValue
(CustomField customField, Issue issue, Collection<S> value) Update a multi-select value for an issue.void
AbstractSingleFieldType.updateValue
(CustomField customField, Issue issue, T value) the value does exist, and the new value is different than the existing one.void
CalculatedCFType.updateValue
(CustomField field, Issue issue, T value) void
CascadingSelectCFType.updateValue
(CustomField field, Issue issue, Map<String, Option> cascadingOptions) void
ImportIdLinkCFType.updateValue
(CustomField customField, Issue issue, Double value) void
LabelsCFType.updateValue
(CustomField field, Issue issue, Set<Label> value) void
MultiUserCFType.updateValue
(CustomField customField, Issue issue, Collection<ApplicationUser> value) void
ReadOnlyCFType.updateValue
(CustomField customField, Issue issue, String value) void
UserCFType.updateValue
(CustomField customField, Issue issue, ApplicationUser user) -
Uses of Issue in com.atlassian.jira.issue.customfields.impl.rest
Methods in com.atlassian.jira.issue.customfields.impl.rest with parameters of type IssueModifier and TypeMethodDescriptionprotected T
AbstractCustomFieldOperationsHandler.applyOperation
(IssueContext issueCtx, Issue issue, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors) gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new valueprotected abstract T
AbstractCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()CascadingSelectCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected String
DateCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected String
DateTimeCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()GroupCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) LabelsCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) MultiGroupCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) MultiSelectCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) MultiUserCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected Collection<String>
MultiVersionCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected Double
NumberCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected String
ProjectCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected String
SelectCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected String
SingleVersionCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected String
TextCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected String
UserCustomFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected T
AbstractCustomFieldOperationsHandler.handleAddOperation
(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
LabelsCustomFieldOperationsHandler.handleAddOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
MultiGroupCustomFieldOperationsHandler.handleAddOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
MultiSelectCustomFieldOperationsHandler.handleAddOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
MultiUserCustomFieldOperationsHandler.handleAddOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected T
AbstractCustomFieldOperationsHandler.handleRemoveOperation
(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
LabelsCustomFieldOperationsHandler.handleRemoveOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
MultiGroupCustomFieldOperationsHandler.handleRemoveOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
MultiSelectCustomFieldOperationsHandler.handleRemoveOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
MultiUserCustomFieldOperationsHandler.handleRemoveOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected T
AbstractCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors) CascadingSelectCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, Map<String, Option> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
DateCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
DateTimeCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
GroupCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
LabelsCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
MultiGroupCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
MultiSelectCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
MultiUserCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Double
NumberCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, Double currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
ProjectCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
SelectCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
SingleVersionCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
TextCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
UserCustomFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) AbstractCustomFieldOperationsHandler.updateIssueInputParameters
(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) -
Uses of Issue in com.atlassian.jira.issue.customfields.vdi
Method parameters in com.atlassian.jira.issue.customfields.vdi with type arguments of type IssueModifier and TypeMethodDescriptiondefault Map<Long,
Map<String, CustomFieldPrefetchedData>> NonNullCustomFieldProvider.getCustomFieldInfo
(List<Issue> issues) -
Uses of Issue in com.atlassian.jira.issue.export
Methods in com.atlassian.jira.issue.export with parameters of type IssueModifier and TypeMethodDescriptionExportableSystemField.getRepresentationFromIssue
(Issue issue) For the given issue get an exportable representation for the field -
Uses of Issue in com.atlassian.jira.issue.export.customfield
Methods in com.atlassian.jira.issue.export.customfield with parameters of type IssueModifier and TypeMethodDescriptionExportableCustomFieldType.getRepresentationFromIssue
(Issue issue, CustomFieldExportContext context) Get the custom field representation of the issue, this object contains the column headers and values for each of theFieldExportPart
. -
Uses of Issue in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields that return IssueModifier and TypeMethodDescriptionprotected Issue
AbstractOrderableField.getIssueForBulkOperation
(BulkEditBean bulkEditBean) Methods in com.atlassian.jira.issue.fields with parameters of type IssueModifier and TypeMethodDescriptionprotected abstract void
AbstractVersionsSystemField.addFieldRequiredErrorMessage
(Issue issue, ErrorCollection errorCollectionToAddTo, I18nHelper i18n) protected void
AffectedVersionsSystemField.addFieldRequiredErrorMessage
(Issue issue, ErrorCollection errorCollection, I18nHelper i18n) protected void
FixVersionsSystemField.addFieldRequiredErrorMessage
(Issue issue, ErrorCollection errorCollection, I18nHelper i18n) boolean
AffectedVersionsSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
ArchivedDateSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
ArchivedUserSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
AssigneeSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
AttachmentSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
CommentSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
ComponentsSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
DescriptionSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
DueDateSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
EnvironmentSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
FixVersionsSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
ImmutableCustomField.canRemoveValueFromIssueObject
(Issue issue) boolean
IssueLinksSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
IssueTypeSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
LabelsSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
MockCustomField.canRemoveValueFromIssueObject
(Issue issue) boolean
MockOrderableField.canRemoveValueFromIssueObject
(Issue issue) boolean
OrderableField.canRemoveValueFromIssueObject
(Issue issue) Returnstrue
if a call toOrderableField.removeValueFromIssueObject(com.atlassian.jira.issue.MutableIssue)
will actually remove the value.boolean
PrioritySystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
ProjectSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
ReporterSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
ResolutionSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
SecurityLevelSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
SummarySystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
TimeTrackingSystemField.canRemoveValueFromIssueObject
(Issue issue) boolean
WorklogSystemField.canRemoveValueFromIssueObject
(Issue issue) int
This method compares the values of this custom field in two given issues.int
This method compares the values of this custom field in two given issues.int
void
AbstractTextSystemField.createValue
(Issue issue, String value) void
AbstractVersionsSystemField.createValue
(Issue issue, Collection<Version> value) void
ArchivedDateSystemField.createValue
(Issue issue, Date value) void
ArchivedUserSystemField.createValue
(Issue issue, ApplicationUser value) void
AssigneeSystemField.createValue
(Issue issue, ApplicationUser value) void
AttachmentSystemField.createValue
(Issue issue, List<String> value) void
CommentSystemField.createValue
(Issue issue, Map<String, Object> value) void
ComponentsSystemField.createValue
(Issue issue, Collection<ProjectComponent> value) void
DueDateSystemField.createValue
(Issue issue, Date value) void
ImmutableCustomField.createValue
(Issue issue, Object value) void
IssueLinksSystemField.createValue
(Issue issue, IssueLinksSystemField.IssueLinkingValue value) void
IssueTypeSystemField.createValue
(Issue issue, IssueType value) void
LabelsSystemField.createValue
(Issue issue, Object value) void
MockCustomField.createValue
(Issue issue, Object value) void
MockOrderableField.createValue
(Issue issue, Object value) void
OrderableField.createValue
(Issue issue, V value) Create the value of the issue in the data store.void
PrioritySystemField.createValue
(Issue issue, Priority value) void
ProjectSystemField.createValue
(Issue issue, Project value) void
ReporterSystemField.createValue
(Issue issue, ApplicationUser value) void
ResolutionSystemField.createValue
(Issue issue, Resolution value) void
SecurityLevelSystemField.createValue
(Issue issue, org.ofbiz.core.entity.GenericValue value) void
TimeTrackingSystemField.createValue
(Issue issue, Object value) void
WorklogSystemField.createValue
(Issue issue, WorklogSystemField.WorklogValue value) DefaultFieldManager.getAvailableCustomFields
(ApplicationUser remoteUser, Issue issue) FieldManager.getAvailableCustomFields
(ApplicationUser remoteUser, Issue issue) Retrieves custom fields in scope for the given issueMockFieldManager.getAvailableCustomFields
(ApplicationUser remoteUser, Issue issue) AbstractDurationSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) AbstractProgressBarSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) AbstractTextSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) AbstractVersionsSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) AssigneeSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) ComponentsSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) CreatedSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) CreatorSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) DueDateSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) ImmutableCustomField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) IssueLinksSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) IssueTypeSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) KeySystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map<String, Object> displayParams, Issue issue) LabelsSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) LastViewedSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) MockCustomField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) NavigableField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map<String, Object> displayParams, Issue issue) PrioritySystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) ProjectSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) ReporterSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) ResolutionDateSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) ResolutionSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) SecurityLevelSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) StatusSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map<String, Object> displayParams, Issue issue) SubTaskSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) ThumbnailSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) UpdatedSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) VotesSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) WatchesSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) WorkRatioSystemField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) DefaultValueConfigItem.getConfigurationObject
(Issue issue, FieldConfig config) AbstractOrderableField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) AbstractTextSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters) AbstractVersionsSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ArchivedDateSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ArchivedUserSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) AssigneeSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) AttachmentSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) CommentSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ComponentsSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters) DueDateSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters) ImmutableCustomField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) ImmutableCustomField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters) IssueLinksSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) IssueTypeSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) LabelsSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) MockCustomField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) MockCustomField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) MockOrderableField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) MockOrderableField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) OrderableField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) Returns the HTML that should be shown when the issue is being created.OrderableField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) Returns the HTML that should be shown when the issue is being created.PrioritySystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ProjectSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ReporterSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ResolutionSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) SecurityLevelSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) TimeTrackingSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) WorklogSystemField.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) protected LongIdsValueHolder
AbstractVersionsSystemField.getCurrentVersionIds
(Issue issue) protected abstract Collection<Version>
AbstractVersionsSystemField.getCurrentVersions
(Issue issue) protected Collection<Version>
AffectedVersionsSystemField.getCurrentVersions
(Issue issue) protected Collection<Version>
FixVersionsSystemField.getCurrentVersions
(Issue issue) AbstractVersionsSystemField.getDefaultValue
(Issue issue) AffectedVersionsSystemField.getDefaultValue
(Issue issue) ArchivedDateSystemField.getDefaultValue
(Issue issue) ArchivedUserSystemField.getDefaultValue
(Issue issue) AssigneeSystemField.getDefaultValue
(Issue issue) AttachmentSystemField.getDefaultValue
(Issue issue) CommentSystemField.getDefaultValue
(Issue issue) ComponentsSystemField.getDefaultValue
(Issue issue) DescriptionSystemField.getDefaultValue
(Issue issue) DueDateSystemField.getDefaultValue
(Issue issue) EnvironmentSystemField.getDefaultValue
(Issue issue) ImmutableCustomField.getDefaultValue
(Issue issue) IssueLinksSystemField.getDefaultValue
(Issue issue) IssueTypeSystemField.getDefaultValue
(Issue issue) LabelsSystemField.getDefaultValue
(Issue issue) MockCustomField.getDefaultValue
(Issue issue) MockOrderableField.getDefaultValue
(Issue issue) OrderableField.getDefaultValue
(Issue issue) The value that should be set on the issue if the field is not shown for some reason.PrioritySystemField.getDefaultValue
(Issue issue) ProjectSystemField.getDefaultValue
(Issue issue) ReporterSystemField.getDefaultValue
(Issue issue) ResolutionSystemField.getDefaultValue
(Issue issue) org.ofbiz.core.entity.GenericValue
SecurityLevelSystemField.getDefaultValue
(Issue issue) SummarySystemField.getDefaultValue
(Issue issue) TimeTrackingSystemField.getDefaultValue
(Issue issue) WorklogSystemField.getDefaultValue
(Issue issue) protected Long
AbstractAggregateDurationSystemField.getDuration
(Issue issue) protected abstract Long
AbstractDurationSystemField.getDuration
(Issue issue) protected Long
OriginalEstimateSystemField.getDuration
(Issue issue) protected Long
TimeEstimateSystemField.getDuration
(Issue issue) protected Long
TimeSpentSystemField.getDuration
(Issue issue) AbstractOrderableField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) AbstractTextSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) AbstractVersionsSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ArchivedDateSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ArchivedUserSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) AssigneeSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) AttachmentSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) CommentSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ComponentsSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) DueDateSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ImmutableCustomField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) ImmutableCustomField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters) IssueLinksSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) IssueTypeSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) LabelsSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) MockCustomField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) MockCustomField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) MockOrderableField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) MockOrderableField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) OrderableField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) Returns HTML that should be shown when the issue is being edited.OrderableField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) Returns HTML that should be shown when the issue is being edited.PrioritySystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ProjectSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ReporterSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) ResolutionSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) SecurityLevelSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) TimeTrackingSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) WorklogSystemField.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters) AbstractDurationSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) AbstractProgressBarSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) AbstractTextSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) AbstractVersionsSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) ArchivedDateSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) ArchivedUserSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) AssigneeSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) AttachmentSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) CommentSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) ComponentsSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) CreatedSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) CreatorSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) DueDateSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) ImmutableCustomField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) IssueLinksSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) IssueTypeSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) LabelsSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) LastViewedSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) MockCustomField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) PrioritySystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) ProjectSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) ReporterSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) ResolutionDateSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) ResolutionSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) SecurityLevelSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) StatusSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) SubTaskSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) TimeTrackingSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) UpdatedSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) VotesSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) WatchesSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem) WorklogSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) WorkRatioSystemField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) IssueTypeField.getOptionsForIssue
(Issue issue, boolean isSubTask) IssueTypeSystemField.getOptionsForIssue
(Issue issue, boolean isSubTask) CustomField.getRelevantConfig
(Issue issue) Returns a relevantFieldConfig
for the given issue.ImmutableCustomField.getRelevantConfig
(Issue issue) MockCustomField.getRelevantConfig
(Issue issue) AbstractDurationSystemField.getRepresentationFromIssue
(Issue issue) AbstractTextSystemField.getRepresentationFromIssue
(Issue issue) Returns the raw markup for this for example: {pre} "Some *description* here.AbstractVersionsSystemField.getRepresentationFromIssue
(Issue issue) AssigneeSystemField.getRepresentationFromIssue
(Issue issue) AttachmentSystemField.getRepresentationFromIssue
(Issue issue) This will output a singleFieldExportPart
with multiple attachment values in it.CommentSystemField.getRepresentationFromIssue
(Issue issue) ComponentsSystemField.getRepresentationFromIssue
(Issue issue) CreatedSystemField.getRepresentationFromIssue
(Issue issue) CreatorSystemField.getRepresentationFromIssue
(Issue issue) DueDateSystemField.getRepresentationFromIssue
(Issue issue) IssueLinksSystemField.getRepresentationFromIssue
(Issue issue) IssueTypeSystemField.getRepresentationFromIssue
(Issue issue) KeySystemField.getRepresentationFromIssue
(Issue issue) Returns a Multi Item representation of the field.LabelsSystemField.getRepresentationFromIssue
(Issue issue) LastViewedSystemField.getRepresentationFromIssue
(Issue issue) OriginalEstimateSystemField.getRepresentationFromIssue
(Issue issue) PrioritySystemField.getRepresentationFromIssue
(Issue issue) This outputs the name translation of the priority, e.g.ProjectSystemField.getRepresentationFromIssue
(Issue issue) Includes all of the issue's project details into an export value.ReporterSystemField.getRepresentationFromIssue
(Issue issue) ResolutionDateSystemField.getRepresentationFromIssue
(Issue issue) ResolutionSystemField.getRepresentationFromIssue
(Issue issue) Returns the Resolution field as the name translation, e.g.SecurityLevelSystemField.getRepresentationFromIssue
(Issue issue) StatusSystemField.getRepresentationFromIssue
(Issue issue) Returns the name translation of the status, for example: In Progress, etc.SummarySystemField.getRepresentationFromIssue
(Issue issue) UpdatedSystemField.getRepresentationFromIssue
(Issue issue) VotesSystemField.getRepresentationFromIssue
(Issue issue) WatchesSystemField.getRepresentationFromIssue
(Issue issue) This creates a multi-column representation of the watchers, with value in it being one of the watchers.WorklogSystemField.getRepresentationFromIssue
(Issue issue) This generates a multi-valued worklog entries in the format: [comment;][createdTime;author;]secondsLogged e.g.WorkRatioSystemField.getRepresentationFromIssue
(Issue issue) protected abstract AbstractProgressBarSystemField.TimeTrackingParameters
AbstractProgressBarSystemField.getTimeTrackingGraphBeanParameters
(Issue issue, I18nHelper helper) AggregateProgressBarSystemField.getTimeTrackingGraphBeanParameters
(Issue issue, I18nHelper helper) ProgressBarSystemField.getTimeTrackingGraphBeanParameters
(Issue issue, I18nHelper helper) Retrieves and returns the Object representing the this CustomField value for the given issue.Retrieves and returns the Object representing the this CustomField value for the given issue.abstract String
AbstractTextSystemField.getValueFromIssue
(Issue issue) CommentSystemField.getValueFromIssue
(Issue issue) DescriptionSystemField.getValueFromIssue
(Issue issue) EnvironmentSystemField.getValueFromIssue
(Issue issue) ImmutableCustomField.getValueFromIssue
(Issue issue) MockCustomField.getValueFromIssue
(Issue issue) SummarySystemField.getValueFromIssue
(Issue issue) WorklogSystemField.getValueFromIssue
(Issue issue) AbstractOrderableField.getVelocityParams
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParams) AbstractOrderableField.getVelocityParams
(Issue issue) AbstractOrderableNavigableFieldImpl.getVelocityParams
(I18nHelper isI18nHelper, Map<String, Object> displayParams, Issue issue) AbstractPickerFieldImpl.getVelocityParams
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map<String, Object> displayParams, I18nHelper isI18nHelper) NavigableFieldImpl.getVelocityParams
(FieldLayoutItem fieldLayoutItem, I18nHelper i18nHelper, Map<String, Object> displayParams, Issue issue) AbstractOrderableField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue) AbstractTextSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, String value, Map displayParameters) AbstractTextSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) AbstractVersionsSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Collection<Version> value, Map displayParameters) AbstractVersionsSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) ArchivedDateSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Date value, Map displayParameters) ArchivedDateSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) ArchivedUserSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, ApplicationUser value, Map displayParameters) ArchivedUserSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) AssigneeSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, ApplicationUser value, Map displayParameters) AssigneeSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) AttachmentSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, List<String> value, Map displayParameters) AttachmentSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) CommentSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) CommentSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map<String, Object> value, Map displayParameters) ComponentsSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Collection<ProjectComponent> value, Map displayParameters) ComponentsSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) DueDateSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Date value, Map displayParameters) DueDateSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) ImmutableCustomField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue) ImmutableCustomField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters) ImmutableCustomField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) IssueLinksSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, IssueLinksSystemField.IssueLinkingValue value, Map displayParameters) IssueLinksSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) IssueTypeSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, IssueType issueType, Map displayParameters) IssueTypeSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) LabelsSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters) LabelsSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) MockCustomField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue) MockCustomField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters) MockCustomField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) MockOrderableField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue) MockOrderableField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters) MockOrderableField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) OrderableField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue) OrderableField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) OrderableField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, V value, Map displayParameters) PrioritySystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Priority priority, Map displayParameters) PrioritySystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) ProjectSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Project value, Map displayParameters) ProjectSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) ReporterSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, ApplicationUser value, Map displayParameters) ReporterSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) ResolutionSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Resolution resolution, Map displayParameters) ResolutionSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) SecurityLevelSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) SecurityLevelSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, org.ofbiz.core.entity.GenericValue value, Map displayParameters) TimeTrackingSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters) TimeTrackingSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) WorklogSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, WorklogSystemField.WorklogValue value, Map displayParameters) WorklogSystemField.getViewHtml
(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters) long
WorkRatioSystemField.getWorkRatio
(Issue issue) protected boolean
AbstractOrderableField.hasBulkUpdatePermission
(BulkEditBean bulkEditBean, Issue issue) protected boolean
ImmutableCustomField.hasBulkUpdatePermission
(BulkEditBean bulkEditBean, Issue issue) Checks whether the user has the permission to execute the bulk operation for the provided issue.protected boolean
AbstractOrderableField.hasPermission
(Issue issue, int permissionId) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Determines if the field has a value for the given issue.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
TimeTrackingSystemField.hasWorkStarted
(Issue issue) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Tests field specific way to determine if it should be shown or not.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
AbstractTextSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) AbstractVersionsSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) ArchivedDateSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) ArchivedUserSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) AssigneeSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) AttachmentSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) CommentSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) ComponentsSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) DueDateSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) ImmutableCustomField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) IssueLinksSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) IssueTypeSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) LabelsSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) MockCustomField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) MockOrderableField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) OrderableField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) Used to determine if the field needs input from user to be moved to the new project and/or issue type.PrioritySystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) ProjectSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) ReporterSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) ResolutionSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) SecurityLevelSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) We want to prompt the user for a change if the Security Level scheme is changing due to a change in project, or if the issue used to have no security level, and the Project it is being moved to has a non-null default security level.TimeTrackingSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) WorklogSystemField.needsMove
(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem) void
AbstractTextSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
AbstractVersionsSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
ArchivedDateSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
ArchivedUserSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
AssigneeSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
AttachmentSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
CommentSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
ComponentsSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
DescriptionSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
DueDateSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
ImmutableCustomField.populateDefaults
(Map<String, Object> customFieldValuesHolder, Issue issue) void
IssueLinksSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) We don't return any default for the field.void
IssueTypeSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
LabelsSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
MockCustomField.populateDefaults
(Map fieldValuesHolder, Issue issue) void
MockOrderableField.populateDefaults
(Map fieldValuesHolder, Issue issue) void
OrderableField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) Populate the fieldValueHolder with a value that should be shown by default when the issue has not been created yet.void
PrioritySystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
ProjectSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
ReporterSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
ResolutionSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
SecurityLevelSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
TimeTrackingSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) We don't return any default for the TimeTracking field.void
WorklogSystemField.populateDefaults
(Map<String, Object> fieldValuesHolder, Issue issue) void
AbstractTextSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
AbstractVersionsSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
ArchivedDateSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
ArchivedUserSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
AssigneeSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
AttachmentSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
CommentSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
ComponentsSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
DueDateSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
ImmutableCustomField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
IssueLinksSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
IssueTypeSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
LabelsSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
MockCustomField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
MockOrderableField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
OrderableField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) Used to populate the fieldValueHolder with parameters for move issue screen.void
PrioritySystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
ProjectSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
ReporterSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
ResolutionSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
SecurityLevelSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
TimeTrackingSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
WorklogSystemField.populateForMove
(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) void
AbstractTextSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
AbstractVersionsSystemField.populateFromIssue
(Map<String, Object> params, Issue issue) void
ArchivedDateSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
ArchivedUserSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
AssigneeSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
AttachmentSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
CommentSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
ComponentsSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
DueDateSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
ImmutableCustomField.populateFromIssue
(Map<String, Object> customFieldValuesHolder, Issue issue) Puts the custom field parameters retrieved from the given issue to the given customFieldValuesHolder map.void
IssueLinksSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) This is called to populate the field values holder with the current state of the Issue object.void
IssueTypeSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
LabelsSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
MockCustomField.populateFromIssue
(Map fieldValuesHolder, Issue issue) void
MockOrderableField.populateFromIssue
(Map fieldValuesHolder, Issue issue) void
OrderableField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) Used to initialise the fieldValuesHolder from the current value of teh issue.void
PrioritySystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
ProjectSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
ReporterSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
ResolutionSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
SecurityLevelSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
SummarySystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
TimeTrackingSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) This is called to populate the field values holder with the current state of the Issue object.void
WorklogSystemField.populateFromIssue
(Map<String, Object> fieldValuesHolder, Issue issue) void
AbstractTextSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
AbstractVersionsSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ArchivedDateSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ArchivedUserSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
AssigneeSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
AttachmentSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
CommentSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ComponentsSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
DueDateSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ImmutableCustomField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) Does nothing.void
IssueLinksSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) This was called by Jelly code to map a value into a field values holder.void
IssueTypeSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
LabelsSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
MockCustomField.populateParamsFromString
(Map fieldValuesHolder, String stringValue, Issue issue) void
MockOrderableField.populateParamsFromString
(Map fieldValuesHolder, String stringValue, Issue issue) void
OrderableField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) Used to convert from a user friendly string value and put the result into the fieldValuesHolder.void
PrioritySystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ProjectSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ReporterSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
ResolutionSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
SecurityLevelSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) void
TimeTrackingSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) This is called by Jelly code to map a value into a field values holder.void
WorklogSystemField.populateParamsFromString
(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) protected void
AbstractTextSystemField.populateVelocityParams
(FieldLayoutItem fieldLayoutItem, Issue issue, Map<String, Object> params) protected void
SummarySystemField.populateVelocityParams
(FieldLayoutItem fieldLayoutItem, Issue issue, Map<String, Object> params) protected abstract List<ChangeItemBean>
AbstractVersionsSystemField.updateIssueValue
(Issue issue, Collection<Version> newValue) protected List<ChangeItemBean>
AffectedVersionsSystemField.updateIssueValue
(Issue issue, Collection<Version> newValue) protected List<ChangeItemBean>
FixVersionsSystemField.updateIssueValue
(Issue issue, Collection<Version> newValue) void
AbstractTextSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
AbstractVersionsSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
ArchivedDateSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
ArchivedUserSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
AssigneeSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) Update the issuevoid
AttachmentSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
CommentSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
ComponentsSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
DueDateSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) Update the issuevoid
ImmutableCustomField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
IssueLinksSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) This is called after the issue has been stored on disk and allows us a chance to create change records for the update.void
IssueTypeSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
LabelsSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
MockCustomField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
MockOrderableField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
OrderableField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) Update the issue in the data store.void
PrioritySystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
ProjectSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
ReporterSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
ResolutionSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
SecurityLevelSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) Update the issuevoid
TimeTrackingSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) This is called after the issue has been stored on disk and allows us a chance to create change records for the update.void
WorklogSystemField.updateValue
(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) void
AbstractVersionsSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ArchivedDateSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ArchivedUserSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
AssigneeSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) Validate from parameters given an existing issue (usually invoked during some sort of edit stage)void
AttachmentSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
CommentSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ComponentsSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
DescriptionSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
DueDateSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
EnvironmentSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoid
ImmutableCustomField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
IssueLinksSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
IssueTypeSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoid
LabelsSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
MockCustomField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
MockOrderableField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
OrderableField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) Ensure that the parameters are validvoid
PrioritySystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ProjectSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ReporterSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
ResolutionSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
SecurityLevelSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
SummarySystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoid
TimeTrackingSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) void
WorklogSystemField.validateParams
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) Method parameters in com.atlassian.jira.issue.fields with type arguments of type IssueModifier and TypeMethodDescriptionAssignees.makeAssigneeOptions
(Collection<Issue> issues, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor, List<ApplicationUser> suggestedUsers, ApplicationUser currentAssignee, boolean assignAutomaticIfUnassigned) Basically public so that we don't need to replicate the business logic that governs the creation of the default special unassigned and automatic assignees, nor the optgroup they get packaged in with. -
Uses of Issue in com.atlassian.jira.issue.fields.config
Methods in com.atlassian.jira.issue.fields.config with parameters of type IssueModifier and TypeMethodDescriptionFieldConfigItem.getConfigurationObject
(Issue issue) FieldConfigItemImpl.getConfigurationObject
(Issue issue) FieldConfigItemType.getConfigurationObject
(Issue issue, FieldConfig config) Returns an Object that holds the the configuration. -
Uses of Issue in com.atlassian.jira.issue.fields.config.manager
Methods in com.atlassian.jira.issue.fields.config.manager with parameters of type IssueModifier and TypeMethodDescriptionIssueTypeSchemeManager.getDefaultValue
(Issue issue) IssueTypeSchemeManagerImpl.getDefaultValue
(Issue issue) -
Uses of Issue in com.atlassian.jira.issue.fields.layout.column
Methods in com.atlassian.jira.issue.fields.layout.column with parameters of type Issue -
Uses of Issue in com.atlassian.jira.issue.fields.layout.field
Methods in com.atlassian.jira.issue.fields.layout.field with parameters of type IssueModifier and TypeMethodDescriptionMockFieldLayoutManager.addLayoutItem
(Issue issue) AbstractFieldLayoutManager.getFieldLayout
(Issue issue) FieldLayoutManager.getFieldLayout
(Issue issue) Returns the fieldLayout for an issue.MockFieldLayoutManager.getFieldLayout
(Issue issue) -
Uses of Issue in com.atlassian.jira.issue.fields.renderer
Methods in com.atlassian.jira.issue.fields.renderer that return IssueMethods in com.atlassian.jira.issue.fields.renderer with parameters of type IssueModifier and TypeMethodDescriptionRenderableField.getValueFromIssue
(Issue issue) Gets the value stored for this field on the provided issue.void
Constructors in com.atlassian.jira.issue.fields.renderer with parameters of type Issue -
Uses of Issue in com.atlassian.jira.issue.fields.rest
Methods in com.atlassian.jira.issue.fields.rest that return IssueModifier and TypeMethodDescriptionIssueFinder.findIssue
(IssueRefJsonBean issueRef, ErrorCollection errorCollection) Deprecated.Finds an issue based on the passed-in id or key.IssueFinder.findIssue
(String idOrKey, ErrorCollection errorCollection) Deprecated.Finds an issue based on the passed-in id or key.IssueFinderImpl.findIssue
(IssueRefJsonBean issueRef, ErrorCollection errorCollection) IssueFinderImpl.findIssue
(String issueIdOrKey, ErrorCollection errorCollection) FieldTypeInfoContext.getIssue()
FieldTypeInfoContextImpl.getIssue()
Methods in com.atlassian.jira.issue.fields.rest that return types with arguments of type IssueModifier and TypeMethodDescriptionio.atlassian.fugue.Either<IssueFinderV2.SearchResult,
Issue> Finds an issue based on the passed-in id or key.io.atlassian.fugue.Either<IssueFinderV2.SearchResult,
Issue> Methods in com.atlassian.jira.issue.fields.rest with parameters of type IssueModifier and TypeMethodDescriptionprotected T
AbstractFieldOperationsHandler.applyOperation
(IssueContext issueCtx, Issue issue, String fieldId, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors) gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new valueFieldHtmlFactory.getEditFields
(ApplicationUser user, OperationContext operationContext, webwork.action.Action action, Issue issue, boolean retainValues) Returns all the edit fields required for the specified issue object.FieldHtmlFactoryImpl.getEditFields
(ApplicationUser user, OperationContext operationContext, webwork.action.Action action, Issue issue, boolean retainValues) protected abstract T
AbstractFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()AffectedVersionsRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected String
AssigneeRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected Collection<String>
ComponentsRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected String
DescriptionRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected String
DueDateRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected String
EnvironmentRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) FixForVersionsRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) LabelsRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected String
PriorityRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected String
ReporterRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected String
ResolutionRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected String
SecurityLevelRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) protected String
SummaryRestFieldOperationsHandler.getInitialValue
(Issue issue, ErrorCollection errors) FieldHtmlFactory.getInlineEditFields
(ApplicationUser user, OperationContext operationContext, webwork.action.Action action, Issue issue, boolean retainValues) Returns all edit fields applicable for inline editing.FieldHtmlFactoryImpl.getInlineEditFields
(ApplicationUser user, OperationContext operationContext, webwork.action.Action action, Issue issue, boolean retainValues) RestAwareCustomFieldType.getJsonFromIssue
(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) Return a JsonData representation of the field valueRestAwareField.getJsonFromIssue
(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem) Return a FieldJsonDataPair containing a json representation of the raw data for this field, and if required, a json representation of the rendered data for easy display.FieldHtmlFactory.getLinkedIssueCreateFields
(ApplicationUser user, OperationContext operationContext, webwork.action.Action action, MutableIssue newIssueObject, Issue sourceIssue, boolean retainValues, List<String> fieldsToRetain) Returns a list of fields on the create screen as specified by the newIssueObject skeleton (it contains the project and issue type context) including the project, issue type and issue links fields.FieldHtmlFactoryImpl.getLinkedIssueCreateFields
(ApplicationUser user, OperationContext operationContext, webwork.action.Action action, MutableIssue newIssueObject, Issue sourceIssue, boolean retainValues, List<String> fieldsToRetain) protected T
AbstractFieldOperationsHandler.handleAddOperation
(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
AbstractVersionsRestFieldOperationsHandler.handleAddOperation
(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
ComponentsRestFieldOperationsHandler.handleAddOperation
(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
LabelsRestFieldOperationsHandler.handleAddOperation
(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected T
AbstractFieldOperationsHandler.handleRemoveOperation
(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
AbstractVersionsRestFieldOperationsHandler.handleRemoveOperation
(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
ComponentsRestFieldOperationsHandler.handleRemoveOperation
(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
LabelsRestFieldOperationsHandler.handleRemoveOperation
(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected T
AbstractFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
AbstractVersionsRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
AssigneeRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
ComponentsRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
DescriptionRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
DueDateRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
EnvironmentRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected Collection<String>
LabelsRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
PriorityRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
ReporterRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
ResolutionRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
SecurityLevelRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected String
SummaryRestFieldOperationsHandler.handleSetOperation
(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) AbstractFieldOperationsHandler.updateIssueInputParameters
(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) CommentRestFieldOperationsHandler.updateIssueInputParameters
(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) IssueLinksRestFieldOperationsHandler.updateIssueInputParameters
(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) RestFieldOperationsHandler.updateIssueInputParameters
(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) This method has to set the field value(s) in theIssueInputParameters
based on the operations.TimeTrackingRestFieldOperationsHandler.updateIssueInputParameters
(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) WorklogRestFieldOperationsHandler.updateIssueInputParameters
(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations) Constructors in com.atlassian.jira.issue.fields.rest with parameters of type IssueModifierConstructorDescriptionFieldTypeInfoContextImpl
(OrderableField oderableField, Issue issue, IssueContext issueContext, OperationContext operationContext) -
Uses of Issue in com.atlassian.jira.issue.fields.rest.json.beans
Methods in com.atlassian.jira.issue.fields.rest.json.beans that return IssueMethods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueModifier and TypeMethodDescriptionIssueLinksBeanBuilder.buildLink
(IssueLinkType issueLinkType, Issue issue, boolean isOutbound, String id) Builds an IssueLinkJsonBean from an IssueLink.IssueLinkBeanBuilder.createIssueRefJsonBean
(Issue issue) IssueLinksBeanBuilderFactory.newIssueLinksBeanBuilder
(Issue issue) Returns a new instance of an IssueLinkBeanBuilder.IssueLinksBeanBuilderFactoryImpl.newIssueLinksBeanBuilder
(Issue issue) Returns a new instance of an IssueLinkBeanBuilder.Constructors in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type IssueModifierConstructorDescriptionIssueLinksBeanBuilder
(ApplicationProperties applicationProperties, IssueLinkManager issueLinkManager, JiraAuthenticationContext authContext, JiraBaseUrls jiraBaseUrls, Issue issue) StreamingCommentsJsonBean
(Issue issue, boolean isRendered, String rendererType) -
Uses of Issue in com.atlassian.jira.issue.fields.screen
Methods in com.atlassian.jira.issue.fields.screen with parameters of type IssueModifier and TypeMethodDescriptionAbstractFieldScreenLayoutItem.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) AbstractFieldScreenLayoutItem.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String, Object> displayParams) BulkFieldScreenRenderLayoutItemImpl.getCreateHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) BulkFieldScreenRenderLayoutItemImpl.getCreateHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) FieldScreenLayoutItem.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) FieldScreenLayoutItem.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String, Object> displayParams) FieldScreenRenderLayoutItem.getCreateHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) FieldScreenRenderLayoutItem.getCreateHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) FieldScreenRenderLayoutItemImpl.getCreateHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) FieldScreenRenderLayoutItemImpl.getCreateHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) MockFieldScreenLayoutItem.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) MockFieldScreenLayoutItem.getCreateHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String, Object> displayParams) AbstractFieldScreenLayoutItem.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) AbstractFieldScreenLayoutItem.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String, Object> displayParams) BulkFieldScreenRenderLayoutItemImpl.getEditHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) BulkFieldScreenRenderLayoutItemImpl.getEditHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) FieldScreenLayoutItem.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) FieldScreenLayoutItem.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String, Object> displayParams) FieldScreenRenderLayoutItem.getEditHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) FieldScreenRenderLayoutItem.getEditHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) FieldScreenRenderLayoutItemImpl.getEditHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) FieldScreenRenderLayoutItemImpl.getEditHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) MockFieldScreenLayoutItem.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) MockFieldScreenLayoutItem.getEditHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String, Object> displayParams) FieldScreenRendererFactory.getFieldScreenRenderer
(Issue issue) Used when need to populate a field without showing a screen - e.g.FieldScreenRendererFactory.getFieldScreenRenderer
(Issue issue, IssueOperation issueOperation) Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.FieldScreenRendererFactory.getFieldScreenRenderer
(Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate) Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.FieldScreenRendererFactory.getFieldScreenRenderer
(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Obtain a field screen renderer that can be used to render JIRA's fields when transitioning through the passed workflow.FieldScreenRendererFactory.getFieldScreenRenderer
(ApplicationUser remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields) FieldScreenRendererFactory.getFieldScreenRenderer
(ApplicationUser remoteUser, Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate) FieldScreenRendererFactory.getFieldScreenRenderer
(ApplicationUser remoteUser, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) FieldScreenRendererFactory.getFieldScreenRenderer
(List<String> fieldIds, ApplicationUser remoteUser, Issue issue, IssueOperation issueOperation) Returns aFieldScreenRenderer
that represents a 'field screen' with the fields the ids of which are in fieldIds.FieldScreenRendererFactoryImpl.getFieldScreenRenderer
(Issue issue) FieldScreenRendererFactoryImpl.getFieldScreenRenderer
(Issue issue, IssueOperation issueOperation) FieldScreenRendererFactoryImpl.getFieldScreenRenderer
(Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate) FieldScreenRendererFactoryImpl.getFieldScreenRenderer
(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) FieldScreenRendererFactoryImpl.getFieldScreenRenderer
(ApplicationUser remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields) FieldScreenRendererFactoryImpl.getFieldScreenRenderer
(ApplicationUser remoteUser, Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate) FieldScreenRendererFactoryImpl.getFieldScreenRenderer
(ApplicationUser remoteUser, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) FieldScreenRendererFactoryImpl.getFieldScreenRenderer
(List<String> fieldIds, ApplicationUser remoteUser, Issue issue, IssueOperation issueOperation) AbstractFieldScreenLayoutItem.getViewHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) AbstractFieldScreenLayoutItem.getViewHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String, Object> displayParams) BulkFieldScreenRenderLayoutItemImpl.getViewHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) BulkFieldScreenRenderLayoutItemImpl.getViewHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) FieldScreenLayoutItem.getViewHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) FieldScreenLayoutItem.getViewHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String, Object> displayParams) FieldScreenRenderLayoutItem.getViewHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) FieldScreenRenderLayoutItem.getViewHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) FieldScreenRenderLayoutItemImpl.getViewHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue) FieldScreenRenderLayoutItemImpl.getViewHtml
(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String, Object> displayParams) MockFieldScreenLayoutItem.getViewHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue) MockFieldScreenLayoutItem.getViewHtml
(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String, Object> displayParams) boolean
boolean
boolean
boolean
boolean
boolean
void
BulkFieldScreenRenderLayoutItemImpl.populateDefaults
(Map fieldValuesHolder, Issue issue) void
FieldScreenRenderLayoutItem.populateDefaults
(Map fieldValuesHolder, Issue issue) void
FieldScreenRenderLayoutItemImpl.populateDefaults
(Map fieldValuesHolder, Issue issue) void
BulkFieldScreenRenderLayoutItemImpl.populateFromIssue
(Map fieldValuesHolder, Issue issue) void
FieldScreenRenderLayoutItem.populateFromIssue
(Map fieldValuesHolder, Issue issue) void
FieldScreenRenderLayoutItemImpl.populateFromIssue
(Map fieldValuesHolder, Issue issue) Method parameters in com.atlassian.jira.issue.fields.screen with type arguments of type IssueModifier and TypeMethodDescriptionBulkFieldScreenRenderLayoutItemImpl.getEditHtml
(webwork.action.Action action, OperationContext operationContext, Collection<Issue> issues, Map displayParameters) FieldScreenRendererFactory.getFieldScreenRenderer
(Collection<Issue> issues, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Get a renderer that can be used to render the fields when transitioning a collection of issues through workflow.FieldScreenRendererFactoryImpl.getFieldScreenRenderer
(Collection<Issue> issues, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) BulkFieldScreenRenderLayoutItemImpl.getViewHtml
(webwork.action.Action action, OperationContext operationContext, Collection<Issue> issues, Map<String, ?> displayParameters) -
Uses of Issue in com.atlassian.jira.issue.fields.screen.issuetype
Methods in com.atlassian.jira.issue.fields.screen.issuetype with parameters of type IssueModifier and TypeMethodDescriptionDefaultIssueTypeScreenSchemeManager.getFieldScreenScheme
(Issue issue) IssueTypeScreenSchemeManager.getFieldScreenScheme
(Issue issue) MockIssueTypeScreenSchemeManager.getFieldScreenScheme
(Issue issue) -
Uses of Issue in com.atlassian.jira.issue.fields.screen.tab
Methods in com.atlassian.jira.issue.fields.screen.tab that return IssueMethods in com.atlassian.jira.issue.fields.screen.tab with parameters of type IssueModifier and TypeMethodDescriptionFieldScreenRenderLayoutItemFilter.filterVisibleFieldScreenLayoutItems
(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems) FieldScreenRenderLayoutItemFilterImpl.filterVisibleFieldScreenLayoutItems
(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems) Constructors in com.atlassian.jira.issue.fields.screen.tab with parameters of type IssueModifierConstructorDescriptionIssueTabRendererDto
(Issue issue, IssueOperation operation, Predicate<? super Field> condition, int currentTabPosition, FieldScreenTab fieldScreenTab) -
Uses of Issue in com.atlassian.jira.issue.fields.util
Methods in com.atlassian.jira.issue.fields.util with parameters of type IssueModifier and TypeMethodDescriptionServiceDeskVisibilityInformationRetriever.getServiceDeskCommentsVisibility
(Issue issue) -
Uses of Issue in com.atlassian.jira.issue.history
Methods in com.atlassian.jira.issue.history with parameters of type IssueModifier and TypeMethodDescriptionAbstractDateRangeBuilder.buildDateRanges
(Issue issue, List<ChangeHistoryItem> items) DateRangeBuilder.buildDateRanges
(Issue issue, List<ChangeHistoryItem> items) VersionDateRangeBuilder.buildDateRanges
(Issue issue, List<ChangeHistoryItem> items) protected ChangeHistoryItem.Builder
AbstractDateRangeBuilder.changeItemBuilder
(Issue issue) static org.ofbiz.core.entity.GenericValue
ChangeLogUtils.createChangeGroup
(ApplicationUser changeAuthor, Issue before, Issue after, Collection<ChangeItemBean> incomingChangeItems, boolean generateChangeItems) protected abstract ChangeHistoryItem
AbstractDateRangeBuilder.createInitialChangeItem
(Issue issue) protected ChangeHistoryItem
AssigneeDateRangeBuilder.createInitialChangeItem
(Issue issue) protected ChangeHistoryItem
PriorityDateRangeBuilder.createInitialChangeItem
(Issue issue) protected ChangeHistoryItem
ReporterDateRangeBuilder.createInitialChangeItem
(Issue issue) protected ChangeHistoryItem
ResolutionDateRangeBuilder.createInitialChangeItem
(Issue issue) protected ChangeHistoryItem
StatusDateRangeBuilder.createInitialChangeItem
(Issue issue) protected ChangeHistoryItem
VersionDateRangeBuilder.createInitialChangeItem
(Issue issue) -
Uses of Issue in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index that return types with arguments of type IssueModifier and TypeMethodDescriptionMap<EntityWithVersion<Issue>,
Optional<org.apache.lucene.document.Document>> DefaultIssueDocumentFactory.createDocuments
(List<EntityWithVersion<Issue>> issuesWithVersions) Methods in com.atlassian.jira.issue.index with parameters of type IssueModifier and TypeMethodDescriptiondefault void
Deprecated.default org.apache.lucene.index.Term
IssueDocumentFactory.getIdentifyingTerm
(Issue issue) static void
SecurityIndexingUtils.indexPermissions
(org.apache.lucene.document.Document doc, Issue issue) Index top level permissions - ones that depend only on the project and issue security level and not on a specific field value.static void
SecurityIndexingUtils.indexPermissions
(org.apache.lucene.document.Document doc, Issue issue, String fieldName, String fieldValue) Index field level permissions - ones that depend on specific field value.void
void
void
void
DefaultIndexManager.reIndex
(Issue issue, IssueIndexingParams issueIndexingParams) void
Reindex an issue (eg.void
IssueIndexingService.reIndex
(Issue issue, IssueIndexingParams issueIndexingParams) Reindex an issue (eg.void
Deprecated.Call this asIssueIndexingService.reIndex(Issue)
instead.void
Deprecated.Since v6.4, useIssueIndexManager.reIndex(Issue, IssueIndexingParams)
.void
IssueIndexManager.reIndex
(Issue issue, IssueIndexingParams issueIndexingParams) Deprecated.Call this asIssueIndexingService.reIndex(Issue, IssueIndexingParams)
instead.void
Method parameters in com.atlassian.jira.issue.index with type arguments of type IssueModifier and TypeMethodDescriptionOptional<org.apache.lucene.document.Document>
DefaultIssueDocumentFactory.createDocument
(EntityWithVersion<Issue> issueWithVersion) Map<EntityWithVersion<Issue>,
Optional<org.apache.lucene.document.Document>> DefaultIssueDocumentFactory.createDocuments
(List<EntityWithVersion<Issue>> issuesWithVersions) default void
IssueIndexingService.deIndexIssueObjects
(Set<Issue> issuesToDelete, boolean shouldReplicate) Deprecated.DefaultIssueIndexer.indexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) IssueIndexer.indexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) Add documents for the supplied issues.<T> T
DefaultTemporaryIndexProvider.indexIssuesAndSearch
(Collection<? extends Issue> issues, TemporaryIndexProvider.IndexSearcher<T> indexSearcher) <T> T
TemporaryIndexProvider.indexIssuesAndSearch
(Collection<? extends Issue> issues, TemporaryIndexProvider.IndexSearcher<T> indexSearcher) Create a temporary index, run the callback and return the computed valuelong
BulkOnlyIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects) long
DefaultIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects) long
DefaultIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory) long
DefaultIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean shouldReplicate) long
DefaultIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) long
DefaultIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) long
IssueIndexingService.reIndexIssueObjects
(Collection<? extends Issue> issueObjects) Reindex a set of issues.long
IssueIndexingService.reIndexIssueObjects
(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) Reindex a set of issues.long
IssueIndexingService.reIndexIssueObjects
(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) Reindex a set of issues.long
IssueIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects) Deprecated.Call this asIssueIndexingService.reIndexIssueObjects(Collection)
instead.long
IssueIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.long
IssueIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean shouldReplicate) Deprecated.long
IssueIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) Deprecated.Call this asIssueIndexingService.reIndexIssueObjects(Collection, IssueIndexingParams)
instead.long
IssueIndexManager.reIndexIssueObjects
(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) Deprecated.Call this asIssueIndexingService.reIndexIssueObjects(Collection, IssueIndexingParams, boolean)
instead.DefaultIssueIndexer.reindexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) IssueIndexer.reindexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) Re-index the given issues, delete any existing documents and add new ones.DefaultChangeHistoryRetriever.retrieve
(EntityWithVersion<Issue> issueWithVersion) DefaultCommentRetriever.retrieve
(EntityWithVersion<Issue> issueWithVersion) DefaultIssueIndexer.EntityRetriever.retrieve
(EntityWithVersion<Issue> issueWithVersion) DefaultWorklogRetriever.retrieve
(EntityWithVersion<Issue> issueWithVersion) void
DefaultIndexManager.unconditionallyReindexIssuesAndRelatedEntitiesLocally
(Collection<Issue> issueObjects) void
InternalIndexingService.unconditionallyReindexIssuesAndRelatedEntitiesLocally
(Collection<Issue> issueObjects) Unconditionally updates issues and all related entities indexes: comments, worklogs and changeHistory. -
Uses of Issue in com.atlassian.jira.issue.index.indexers
Methods in com.atlassian.jira.issue.index.indexers with parameters of type IssueModifier and TypeMethodDescriptiondefault void
Deprecated.since 8.10 useFieldIndexer.addIndex(Document, Issue, CustomFieldPrefetchedData)
insteaddefault void
FieldIndexer.addIndex
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData) This method allows an indexer the opportunity to modify 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.void
FieldIndexerWithStats.addIndex
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData) boolean
FieldIndexer.isFieldVisibleAndInScope
(Issue issue) This method is used to determine if the indexer is relevant for the provided issue.boolean
FieldIndexerWithStats.isFieldVisibleAndInScope
(Issue issue) -
Uses of Issue in com.atlassian.jira.issue.index.indexers.impl
Methods in com.atlassian.jira.issue.index.indexers.impl with parameters of type IssueModifier and TypeMethodDescriptionvoid
VersionCustomFieldIndexer.addDocumentFields
(org.apache.lucene.document.Document doc, Issue issue, boolean searchable) void
AbstractCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) Deprecated.since 8.10 implementAbstractCustomFieldIndexer.addDocumentFieldsNotSearchable(Document, Issue, CustomFieldPrefetchedData)
insteadprotected void
AbstractCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData) void
CascadingSelectCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
CustomFieldLabelsIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData customFieldPrefetchedData) void
DateCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
ExactTextCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
GroupCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
LocalDateIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
NumberCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
ProjectCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
SelectCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
SortableTextCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
UserCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
VersionCustomFieldIndexer.addDocumentFieldsNotSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
AbstractCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) Deprecated.since 8.10 implementAbstractCustomFieldIndexer.addDocumentFieldsSearchable(Document, Issue, CustomFieldPrefetchedData)
insteadprotected void
AbstractCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData) void
CascadingSelectCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
CustomFieldLabelsIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData customFieldPrefetchedData) void
DateCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
ExactTextCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
GroupCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
LocalDateIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
NumberCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
ProjectCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
SelectCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
SortableTextCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
UserCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) void
VersionCustomFieldIndexer.addDocumentFieldsSearchable
(org.apache.lucene.document.Document doc, Issue issue) final void
void
AbstractCustomFieldIndexer.addIndex
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData) void
void
void
void
void
void
void
void
void
void
void
void
void
void
We index the links in 3 ways.void
void
LabelsIndexer.addIndex
(org.apache.lucene.document.Document doc, Issue issue, CustomFieldPrefetchedData prefetchedData) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
List<org.apache.lucene.index.IndexableField>
IssuePropertySearchExtractor.documentConfigurationToFields
(Issue issue, IndexDocumentConfiguration indexDocumentConfiguration) void
BaseFieldIndexer.indexDateField
(org.apache.lucene.document.Document doc, String indexField, Timestamp date, Issue issue) Index a single keyword field, with a date-time valuevoid
BaseFieldIndexer.indexDependentEntities
(Issue issue, org.apache.lucene.document.Document doc, String associationType, String indexField) Index the dependent entities of an issue.void
BaseFieldIndexer.indexFoldedKeyword
(org.apache.lucene.document.Document doc, String indexField, String fieldValue, Locale locale, Issue issue) Case fold the passed keyword and add it to the passed document.void
BaseFieldIndexer.indexKeyword
(org.apache.lucene.document.Document doc, String indexField, String fieldValue, Issue issue) Index a single keyword fieldvoid
BaseFieldIndexer.indexKeywords
(org.apache.lucene.document.Document doc, String indexField, String fieldValue, Issue issue) void
BaseFieldIndexer.indexKeywordWithDefault
(org.apache.lucene.document.Document doc, String indexField, Long aLong, String defaultValue, Issue issue) void
BaseFieldIndexer.indexKeywordWithDefault
(org.apache.lucene.document.Document doc, String indexField, String fieldValue, String defaultValue, Issue issue) Index a single keyword field, with a default if the issue field is not setvoid
BaseFieldIndexer.indexLocalDateField
(org.apache.lucene.document.Document doc, String indexField, LocalDate localDate, Issue issue) Index a single keyword field, with a LocalDate valuevoid
BaseFieldIndexer.indexLongAsKeyword
(org.apache.lucene.document.Document doc, String indexField, Long fieldValue, Issue issue) void
BaseFieldIndexer.indexLongAsPaddedKeywordWithDefault
(org.apache.lucene.document.Document doc, String indexField, Long aLong, Long defaultLong, Issue issue) Useful for storing aLong
value for range query searches.void
BaseFieldIndexer.indexLongAsPaddedKeywordWithDefault
(org.apache.lucene.document.Document doc, String indexField, Long aLong, String defaultValue, Issue issue) Useful for storing aLong
value for range query searches.void
BaseFieldIndexer.indexText
(org.apache.lucene.document.Document doc, String indexField, String fieldValue, Issue issue) Index a single text fieldvoid
BaseFieldIndexer.indexTextForSorting
(org.apache.lucene.document.Document doc, String indexField, String fieldValue, Issue issue) Index a single text fieldprotected void
UserFieldIndexer.indexUserKey
(org.apache.lucene.document.Document doc, String indexField, String userkey, Issue issue) protected void
UserFieldIndexer.indexUserKeys
(org.apache.lucene.document.Document doc, String indexField, String userkey, Issue issue) protected void
UserFieldIndexer.indexUserkeyWithDefault
(org.apache.lucene.document.Document doc, String indexField, String userkey, String defaultValue, Issue issue) Index a single userkey field (case intact), with a default if the field is not setboolean
AbstractCustomFieldIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
AttachmentIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
BaseFieldIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
CreatedDateIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
CurrentEstimateIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
IssueIdIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
IssueKeyIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
IssueLinkIndexer.isFieldVisibleAndInScope
(Issue issue) We have to always index the link because we want to support the use of links for system-level issue relationships implemented by system links without linking enabled.boolean
IssueTypeIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
OriginalEstimateIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
ParentIssueIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
ProgressIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
ProjectIdIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
SecurityIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
SubTaskIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
SummaryIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
TimeSpentIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
VoterIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
VotesIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
WatcherIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
WatchesIndexer.isFieldVisibleAndInScope
(Issue issue) boolean
WorkRatioIndexer.isFieldVisibleAndInScope
(Issue issue) protected boolean
AbstractCustomFieldIndexer.isRelevantForIssue
(Issue issue) Method parameters in com.atlassian.jira.issue.index.indexers.impl with type arguments of type IssueModifier and TypeMethodDescriptionIssuePropertySearchExtractor.indexEntity
(EntitySearchExtractor.Context<Issue> ctx, org.apache.lucene.document.Document doc) -
Uses of Issue in com.atlassian.jira.issue.index.managers
Method parameters in com.atlassian.jira.issue.index.managers with type arguments of type IssueModifier and TypeMethodDescriptionNonNullCustomFieldProviderWithStats.getCustomFieldInfo
(List<Issue> issues) -
Uses of Issue in com.atlassian.jira.issue.link
Methods in com.atlassian.jira.issue.link that return IssueModifier and TypeMethodDescriptionIssueLink.getDestinationObject()
Get the destination Issue of the link.IssueLinkImpl.getDestinationObject()
Get the destination Issue of the link.IssueLink.getSourceObject()
Get the source Issue of the link.IssueLinkImpl.getSourceObject()
Get the source Issue of the link.Methods in com.atlassian.jira.issue.link that return types with arguments of type IssueModifier and TypeMethodDescriptionLinkCollection.getAllIssues()
Returns a collection of issues that contains both inward and outward linking issues.LinkCollectionImpl.getAllIssues()
LinkCollection.getInwardIssues
(String linkName) Looks up and returns a "sort.order" sorted list of all inward linked issues by given link name.LinkCollectionImpl.getInwardIssues
(String linkName) LinkCollection.getOutwardIssues
(String linkName) Looks up and returns a "sort.order" sorted list of all outward linked issues by given link name.LinkCollectionImpl.getOutwardIssues
(String linkName) Methods in com.atlassian.jira.issue.link with parameters of type IssueModifier and TypeMethodDescriptionDefaultIssueLinkManager.getLinkCollection
(Issue issue, ApplicationUser remoteUser) DefaultIssueLinkManager.getLinkCollection
(Issue issue, ApplicationUser remoteUser, boolean excludeSystemLinks) IssueLinkManager.getLinkCollection
(Issue issue, ApplicationUser remoteUser) Constructs aLinkCollection
for a given issue.IssueLinkManager.getLinkCollection
(Issue issue, ApplicationUser remoteUser, boolean excludeSystemLinks) DefaultIssueLinkManager.getLinkCollectionOverrideSecurity
(Issue issue) IssueLinkManager.getLinkCollectionOverrideSecurity
(Issue issue) Constructs aLinkCollection
for a given issue, ignoring security.DefaultRemoteIssueLinkManager.getRemoteIssueLinkByGlobalId
(Issue issue, String globalId) RemoteIssueLinkManager.getRemoteIssueLinkByGlobalId
(Issue issue, String globalId) Returns the first remote issue link found that links with the given JIRA issue and has the given globalId, or null if none exists.MemoryRemoteIssueLinkStore.getRemoteIssueLinksByGlobalId
(Issue issue, String globalId) RemoteIssueLinkStore.getRemoteIssueLinksByGlobalId
(Issue issue, String globalId) Returns remote issue links in given issue with given globalId sorted by id.RemoteIssueLinkStoreImpl.getRemoteIssueLinksByGlobalId
(Issue issue, String globalId) DefaultRemoteIssueLinkManager.getRemoteIssueLinksForIssue
(Issue issue) MemoryRemoteIssueLinkStore.getRemoteIssueLinksForIssue
(Issue issue) RemoteIssueLinkManager.getRemoteIssueLinksForIssue
(Issue issue) Gets the remote issue links that link with the given JIRA issue.RemoteIssueLinkStore.getRemoteIssueLinksForIssue
(Issue issue) RemoteIssueLinkStoreImpl.getRemoteIssueLinksForIssue
(Issue issue) int
DefaultIssueLinkManager.removeIssueLinks
(Issue issue, ApplicationUser remoteUser) int
IssueLinkManager.removeIssueLinks
(Issue issue, ApplicationUser remoteUser) Removes ALL incoming and outgoing issuelinks from the issue supplied.int
DefaultIssueLinkManager.removeIssueLinksNoChangeItems
(Issue issue) int
IssueLinkManager.removeIssueLinksNoChangeItems
(Issue issue) Removes ALL incoming and outgoing issuelinks from the issue supplied without creating ChangeItems for the Change History.void
DefaultRemoteIssueLinkManager.removeRemoteIssueLinkByGlobalId
(Issue issue, String globalId, ApplicationUser user) void
RemoteIssueLinkManager.removeRemoteIssueLinkByGlobalId
(Issue issue, String globalId, ApplicationUser user) Deletes any remote issue link that links with the given JIRA issue and has the given global id.Constructor parameters in com.atlassian.jira.issue.link with type arguments of type IssueModifierConstructorDescriptionLinkCollectionImpl
(Long issueId, Set<IssueLinkType> linkTypes, Map<String, List<Issue>> outwardLinkMap, Map<String, List<Issue>> inwardLinkMap, ApplicationUser remoteUser, boolean overrideSecurity, ApplicationProperties applicationProperties) Creates a new instance of this class.LinkCollectionImpl
(Long issueId, Set<IssueLinkType> linkTypes, Map<String, List<Issue>> outwardLinkMap, Map<String, List<Issue>> inwardLinkMap, ApplicationUser remoteUser, ApplicationProperties applicationProperties) Creates a new instance of this class. -
Uses of Issue in com.atlassian.jira.issue.managers
Methods in com.atlassian.jira.issue.managers that return IssueModifier and TypeMethodDescriptionDefaultIssueArchiveHelper.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) DefaultIssueManager.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) IssueArchiveHelper.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) Archive issue in context of given user.RequestCachingIssueManager.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) ZduAwareIssueArchiveHelper.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) DefaultIssueManager.createIssueObject
(ApplicationUser remoteUser, Issue issue) DefaultIssueManager.createIssueObject
(ApplicationUser remoteUser, Map<String, Object> fields) DefaultIssueManager.createIssueObject
(String remoteUserName, Map<String, Object> fields) RequestCachingIssueManager.createIssueObject
(ApplicationUser remoteUser, Issue issue) RequestCachingIssueManager.createIssueObject
(ApplicationUser remoteUser, Map<String, Object> fields) RequestCachingIssueManager.createIssueObject
(String remoteUserName, Map<String, Object> fields) final Issue
DefaultIssueManager.findMovedIssue
(String originalKey) RequestCachingIssueManager.findMovedIssue
(String oldIssueKey) DefaultIssueArchiveHelper.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) DefaultIssueManager.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) IssueArchiveHelper.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) Restores issue in context of given user.RequestCachingIssueManager.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) ZduAwareIssueArchiveHelper.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) DefaultIssueManager.updateIssue
(ApplicationUser user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail) DefaultIssueManager.updateIssue
(ApplicationUser user, MutableIssue issue, UpdateIssueRequest updateIssueRequest) RequestCachingIssueManager.updateIssue
(ApplicationUser user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail) RequestCachingIssueManager.updateIssue
(ApplicationUser user, MutableIssue issue, UpdateIssueRequest updateIssueRequest) Methods in com.atlassian.jira.issue.managers that return types with arguments of type IssueModifier and TypeMethodDescriptionDefaultIssueManager.getIssueObjects
(Collection<Long> ids) RequestCachingIssueManager.getIssueObjects
(Collection<Long> ids) DefaultIssueManager.getIssueObjectsByEntity
(String relationName, org.ofbiz.core.entity.GenericValue entity) RequestCachingIssueManager.getIssueObjectsByEntity
(String relationName, org.ofbiz.core.entity.GenericValue entity) DefaultIssueManager.getVotedIssues
(ApplicationUser user) RequestCachingIssueManager.getVotedIssues
(ApplicationUser user) DefaultIssueManager.getVotedIssuesOverrideSecurity
(ApplicationUser user) RequestCachingIssueManager.getVotedIssuesOverrideSecurity
(ApplicationUser user) DefaultIssueManager.getWatchedIssues
(ApplicationUser user) RequestCachingIssueManager.getWatchedIssues
(ApplicationUser user) DefaultIssueManager.getWatchedIssuesOverrideSecurity
(ApplicationUser user) RequestCachingIssueManager.getWatchedIssuesOverrideSecurity
(ApplicationUser user) Methods in com.atlassian.jira.issue.managers with parameters of type IssueModifier and TypeMethodDescriptionDefaultIssueArchiveHelper.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) DefaultIssueManager.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) IssueArchiveHelper.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) Archive issue in context of given user.RequestCachingIssueManager.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) ZduAwareIssueArchiveHelper.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) DefaultAttachmentManager.convertTemporaryAttachments
(ApplicationUser user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor) Map<Long,
io.atlassian.fugue.Either<AttachmentError, Attachment>> DefaultAttachmentManager.copyAttachments
(Issue issue, ApplicationUser author, String newIssueKey) Map<Long,
io.atlassian.fugue.Either<AttachmentError, Attachment>> DefaultAttachmentManager.copyAttachments
(Context context, Issue issue, ApplicationUser author, String newIssueKey) org.ofbiz.core.entity.GenericValue
DefaultIssueManager.createIssue
(ApplicationUser remoteUser, Issue issue) org.ofbiz.core.entity.GenericValue
RequestCachingIssueManager.createIssue
(ApplicationUser remoteUser, Issue issue) Deprecated.DefaultIssueManager.createIssueObject
(ApplicationUser remoteUser, Issue issue) RequestCachingIssueManager.createIssueObject
(ApplicationUser remoteUser, Issue issue) io.atlassian.util.concurrent.Promise<Void>
DefaultIssueAttachmentDeleteHelper.deleteAttachmentsForIssue
(Issue issue) io.atlassian.util.concurrent.Promise<Void>
IssueAttachmentDeleteHelper.deleteAttachmentsForIssue
(Issue issue) Deletes attachments for the specified issue, including any thumbnails.void
DefaultIssueDeleteHelper.deleteIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) void
DefaultIssueManager.deleteIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) void
IssueDeleteHelper.deleteIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) Delete issue in context of given user.void
RequestCachingIssueManager.deleteIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) void
DefaultIssueDeleteHelper.deleteIssueNoEvent
(Issue issue) void
DefaultIssueManager.deleteIssueNoEvent
(Issue issue) void
IssueDeleteHelper.deleteIssueNoEvent
(Issue issue) Delete issue without firing any events, or sending notifications.void
RequestCachingIssueManager.deleteIssueNoEvent
(Issue issue) io.atlassian.fugue.Option<AttachmentArchive>
DefaultAttachmentIndexManager.getAttachmentContents
(Attachment attachment, Issue issue, int maxEntries) DefaultAttachmentManager.getAttachments
(Issue issue) DefaultAttachmentManager.getAttachments
(Issue issue, Comparator<? super Attachment> comparator) CachingCustomFieldManager.getCustomFieldObjects
(Issue issue) Get allCustomField
s in scope for this issue's project/type.MockCustomFieldManager.getCustomFieldObjects
(Issue issue) CachingCustomFieldManager.getCustomFieldsWithValue
(Issue issue) MockCustomFieldManager.getCustomFieldsWithValue
(Issue issue) List<org.ofbiz.core.entity.GenericValue>
DefaultIssueManager.getEntitiesByIssueObject
(String relationName, Issue issue) List<org.ofbiz.core.entity.GenericValue>
RequestCachingIssueManager.getEntitiesByIssueObject
(String relationName, Issue issue) DefaultRendererManager.getRenderedContent
(FieldLayoutItem fieldConfig, Issue issue) DefaultAttachmentManager.getStoredAttachments
(Issue issue) DefaultIssueManager.getWatchers
(Issue issue) RequestCachingIssueManager.getWatchers
(Issue issue) DefaultIssueManager.getWatchersFor
(Issue issue) RequestCachingIssueManager.getWatchersFor
(Issue issue) boolean
DefaultIssueManager.isEditable
(Issue issue) boolean
DefaultIssueManager.isEditable
(Issue issue, ApplicationUser user) boolean
DefaultIssueManager.isEditable
(Issue issue, String nextStatusId) boolean
RequestCachingIssueManager.isEditable
(Issue issue) boolean
RequestCachingIssueManager.isEditable
(Issue issue, ApplicationUser user) boolean
RequestCachingIssueManager.isEditable
(Issue issue, String nextStatusId) void
DefaultAttachmentManager.moveAttachments
(Issue oldIssue, String newIssueKey) Create a new directory for this issue, and move all the attachments from the old directory to the new directory.void
DefaultAttachmentIndexManager.processAttachmentAndCreateIndex
(File file, Attachment attachment, Issue issue) protected io.atlassian.fugue.Option<AttachmentArchive>
DefaultAttachmentIndexManager.processAttachmentAndCreateIndex
(File file, Attachment attachment, Issue issue, int maxEntries) void
DefaultIssueManager.recordMovedIssueKey
(Issue oldIssue) void
RequestCachingIssueManager.recordMovedIssueKey
(Issue oldIssue) void
DefaultAttachmentIndexManager.removeAttachmentIndex
(Attachment attachment, Issue issue) protected void
DefaultIssueDeleteHelper.removeSubTasks
(ApplicationUser user, Issue parentIssue, EventDispatchOption eventDispatchOption, boolean sendMail) DefaultIssueArchiveHelper.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) DefaultIssueManager.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) IssueArchiveHelper.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) Restores issue in context of given user.RequestCachingIssueManager.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) ZduAwareIssueArchiveHelper.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) DefaultAttachmentManager.tryConvertTemporaryAttachments
(ApplicationUser user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor) -
Uses of Issue in com.atlassian.jira.issue.renderers
Methods in com.atlassian.jira.issue.renderers that return Issue -
Uses of Issue in com.atlassian.jira.issue.search
Methods in com.atlassian.jira.issue.search that return types with arguments of type IssueModifier and TypeMethodDescriptionstatic SearchResults<Issue>
IssueSearchResultsFactory.create
(List<Issue> issuesInPage, int totalIssueCount, int maxIssueCount, int startIndex) Construct searchResults using the issues that should be displayed, and the 'total' number of issues.static SearchResults<Issue>
IssueSearchResultsFactory.create
(List<Issue> issuesInPage, int totalIssueCount, PagerFilter pagerFilter) Construct searchResults using the issues that should be displayed, and the 'total' number of issues.static SearchResults<Issue>
IssueSearchResultsFactory.create
(List<Issue> issues, PagerFilter<Issue> pagerFilter) Construct searchResults using a list of issues.Method parameters in com.atlassian.jira.issue.search with type arguments of type IssueModifier and TypeMethodDescriptionstatic SearchResults<Issue>
IssueSearchResultsFactory.create
(List<Issue> issuesInPage, int totalIssueCount, int maxIssueCount, int startIndex) Construct searchResults using the issues that should be displayed, and the 'total' number of issues.static SearchResults<Issue>
IssueSearchResultsFactory.create
(List<Issue> issuesInPage, int totalIssueCount, PagerFilter pagerFilter) Construct searchResults using the issues that should be displayed, and the 'total' number of issues.static SearchResults<Issue>
IssueSearchResultsFactory.create
(List<Issue> issues, PagerFilter<Issue> pagerFilter) Construct searchResults using a list of issues.static SearchResults<Issue>
IssueSearchResultsFactory.create
(List<Issue> issues, PagerFilter<Issue> pagerFilter) Construct searchResults using a list of issues. -
Uses of Issue in com.atlassian.jira.issue.search.parameters.filter
Methods in com.atlassian.jira.issue.search.parameters.filter with parameters of type Issue -
Uses of Issue in com.atlassian.jira.issue.search.parameters.lucene.sort
Methods in com.atlassian.jira.issue.search.parameters.lucene.sort that return IssueModifier and TypeMethodDescriptionDefaultIssueSortComparator.getIssueFromDocument
(org.apache.lucene.document.Document document) IssueSortComparator.getIssueFromDocument
(org.apache.lucene.document.Document document) Get an Issue object from a Lucene DocumentMethods in com.atlassian.jira.issue.search.parameters.lucene.sort with parameters of type Issue -
Uses of Issue in com.atlassian.jira.issue.security
Methods in com.atlassian.jira.issue.security with parameters of type IssueModifier and TypeMethodDescriptionIssueSecurityLevelManager.getUsersSecurityLevels
(Issue issue, ApplicationUser user) Get the different levels of security that can be set for this issue.IssueSecurityLevelManagerImpl.getUsersSecurityLevels
(Issue issue, ApplicationUser user) boolean
IssueSecuritySchemeManager.hasSecurityLevelAccess
(Issue issue, ApplicationUser user) Checks if the given user has permission to see the Issue Security Level of the given issue.boolean
IssueSecuritySchemeManagerImpl.hasSecurityLevelAccess
(Issue issue, ApplicationUser user) boolean
IssueSecurityHelper.securityLevelNeedsMove
(Issue sourceIssue, Issue targetIssue) Checks if we possibly want to change the Security Level of an issue that is being moved.boolean
IssueSecurityHelperImpl.securityLevelNeedsMove
(Issue sourceIssue, Issue targetIssue) -
Uses of Issue in com.atlassian.jira.issue.statistics
Methods in com.atlassian.jira.issue.statistics with parameters of type Issue -
Uses of Issue in com.atlassian.jira.issue.tabpanels
Methods in com.atlassian.jira.issue.tabpanels that return IssueConstructors in com.atlassian.jira.issue.tabpanels with parameters of type IssueModifierConstructorDescriptionChangeHistoryAction
(IssueTabPanelModuleDescriptor descriptor, ChangeHistory changeHistory, boolean showHeader, AttachmentManager attachmentManager, JiraDurationUtils jiraDurationUtils, CustomFieldManager customFieldManager, DateTimeFormatter formatter, Issue issue, DateTimeFieldChangeLogHelper changeLogHelper, HistoryMetadata historyMetadata, HistoryMetadataRenderHelper historyMetadataRenderHelper, ChangeHistoryUsernameResolver changeHistoryUsernameResolver) IssueCreatedAction
(IssueTabPanelModuleDescriptor descriptor, DateTimeFormatter formatter, UserFormatManager userFormatManager, I18nHelper i18nHelper, AvatarService avatarService, JiraAuthenticationContext authenticationContext, Issue issue) -
Uses of Issue in com.atlassian.jira.issue.thumbnail
Methods in com.atlassian.jira.issue.thumbnail with parameters of type IssueModifier and TypeMethodDescriptionvoid
DefaultThumbnailManager.deleteThumbnailForAttachment
(Issue issue, Attachment attachment) void
DisabledThumbNailManager.deleteThumbnailForAttachment
(Issue issue, Attachment attachment) void
ThumbnailManager.deleteThumbnailForAttachment
(Issue issue, Attachment attachment) Deletes the generated thumbnail for an attachment, if exists.void
DefaultThumbnailManager.deleteThumbnailsForIssue
(Issue issue) void
DisabledThumbNailManager.deleteThumbnailsForIssue
(Issue issue) void
ThumbnailManager.deleteThumbnailsForIssue
(Issue issue) Deletes the generated thumbnails for the attachments of an issue.com.atlassian.core.util.thumbnail.Thumbnail
DefaultThumbnailManager.getThumbnail
(Issue issue, Attachment attachment) com.atlassian.core.util.thumbnail.Thumbnail
DisabledThumbNailManager.getThumbnail
(Issue issue, Attachment attachment) com.atlassian.core.util.thumbnail.Thumbnail
ThumbnailManager.getThumbnail
(Issue issue, Attachment attachment) Returns the Thumbnail that corresponds to an Attachment, or null if the given attachment is not an image.com.atlassian.core.util.thumbnail.Thumbnail
DefaultThumbnailManager.getThumbnailDeferred
(Issue issue, Attachment attachment) com.atlassian.core.util.thumbnail.Thumbnail
DisabledThumbNailManager.getThumbnailDeferred
(Issue issue, Attachment attachment) com.atlassian.core.util.thumbnail.Thumbnail
ThumbnailManager.getThumbnailDeferred
(Issue issue, Attachment attachment) A simplified implementation of theThumbnailManager.getThumbnail(Issue, Attachment)
returning only thumbnail mock objects with default dimensions instead of reading existing dimensions from mock file This is speed optimisation and works for internal purposesAttachmentViewDtoConverter.convert(java.util.List)
Collection<com.atlassian.core.util.thumbnail.Thumbnail>
DefaultThumbnailManager.getThumbnails
(Issue issue, ApplicationUser user) Collection<com.atlassian.core.util.thumbnail.Thumbnail>
DisabledThumbNailManager.getThumbnails
(Issue issue, ApplicationUser user) Collection<com.atlassian.core.util.thumbnail.Thumbnail>
ThumbnailManager.getThumbnails
(Issue issue, ApplicationUser user) RetrievesThumbnails
for anIssue
boolean
DefaultThumbnailManager.isThumbnailable
(Issue issue, Attachment attachment) boolean
DisabledThumbNailManager.isThumbnailable
(Issue issue, Attachment attachment) boolean
ThumbnailManager.isThumbnailable
(Issue issue, Attachment attachment) Indicates whether JIRA can generate a thumbnail for the given attachment. -
Uses of Issue in com.atlassian.jira.issue.util
Methods in com.atlassian.jira.issue.util that return IssueModifier and TypeMethodDescriptionSimpleMockIssueFactory.getIssue
(org.apache.lucene.document.Document issueDocument) AbstractTransformIssueIterator.next()
AbstractTransformIssueIterator.nextIssue()
IssueIterator.nextIssue()
Deprecated.use @{#next()}protected abstract Issue
protected Issue
Methods in com.atlassian.jira.issue.util with parameters of type IssueModifier and TypeMethodDescriptionSimpleMockIssueFactory.cloneIssue
(Issue issue) SimpleMockIssueFactory.cloneIssueNoParent
(Issue issue) SimpleMockIssueFactory.cloneIssueWithAllFields
(Issue issue) AggregateTimeTrackingCalculator.getAggregates
(Issue issue) Method to retrieve a bean that contains all Aggregate Time Tracking information.DocumentIssueAggregateTimeTrackingCalculator.getAggregates
(Issue issue) IssueImplAggregateTimeTrackingCalculator.getAggregates
(Issue issue) Creates and returns a bean that contains all aggregate time tracking information for given issue(not a sub-task).AggregateTimeTrackingCalculatorFactory.getCalculator
(Issue issue) Create a new instance of time tracing calculator based on the Issue implementation.AggregateTimeTrackingCalculatorFactoryImpl.getCalculator
(Issue issue) IssueOperationsBarUtil.getPrimaryOperationLinks
(Issue issue) boolean
IssueImplAggregateTimeTrackingCalculator.PermissionChecker.hasPermission
(Issue subTask) Returns true if a user in this context has a browse permissionPermissions.BROWSE
for given issue (sub-task), false otherwise.protected void
Allows for IssuesIterable implementations that spy on each iterated issue.Method parameters in com.atlassian.jira.issue.util with type arguments of type IssueModifier and TypeMethodDescriptionvoid
final void
void
final void
Constructors in com.atlassian.jira.issue.util with parameters of type IssueModifierConstructorDescriptionIssueUpdateBean
(Issue changedIssue, Issue originalIssue, Long eventTypeId, ApplicationUser user) IssueUpdateBean
(Issue changedIssue, Issue originalIssue, Long eventTypeId, ApplicationUser user, boolean sendMail, boolean subtasksUpdated) IssueWebPanelRenderUtil
(ApplicationUser loggedInUser, Issue issue, webwork.action.Action action, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ModuleWebComponent moduleWebComponent) RendererWebPanelRenderUtil
(ApplicationUser loggedInUser, String value, String issueKey, Issue issue, String fieldId, String fieldName, boolean singleLine, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, ModuleWebComponent moduleWebComponent, JiraRendererPlugin renderer, Map<String, String[]> requestParams) Constructor parameters in com.atlassian.jira.issue.util with type arguments of type IssueModifierConstructorDescriptionIssueObjectIssuesIterable
(Collection<? extends Issue> issueObjects) -
Uses of Issue in com.atlassian.jira.issue.views
Methods in com.atlassian.jira.issue.views that return types with arguments of type IssueModifier and TypeMethodDescriptionprotected SearchResults<Issue>
AbstractSearchRequestIssueTableView.getSearchResults
(SearchRequest searchRequest) Methods in com.atlassian.jira.issue.views with parameters of type IssueModifier and TypeMethodDescriptionAbstractIssueHtmlView.getBody
(Issue issue, IssueViewRequestParams issueViewFieldParams) IssueXMLView.getBody
(Issue issue, IssueViewRequestParams issueViewRequestParams) AbstractIssueHtmlView.getContent
(Issue issue, IssueViewRequestParams issueViewRequestParams) IssueXMLView.getContent
(Issue issue, IssueViewRequestParams issueViewRequestParams) AbstractIssueHtmlView.getCustomFieldHtml
(FieldLayoutItem fieldLayoutItem, CustomField field, Issue issue) IssueXMLView.getCustomFieldXML
(CustomField field, Issue issue) protected abstract String
AbstractIssueHtmlView.getLinkToPrevious
(Issue issue) protected String
IssueHtmlView.getLinkToPrevious
(Issue issue) protected String
IssueWordView.getLinkToPrevious
(Issue issue) AbstractIssueHtmlView.getRenderedContent
(String fieldName, String value, Issue issue) IssueXMLView.getRenderedContent
(String fieldName, String value, Issue issue) IssueXMLView.getVisibleCustomFields
(Issue issue, ApplicationUser user, IssueViewFieldParams issueViewFieldParams) void
IssueWordView.writeHeaders
(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams) void
SingleIssueWriter.writeIssue
(Issue issue, AbstractIssueView issueView, Writer writer) The writeIssue method provides information about the issue and a writer. -
Uses of Issue in com.atlassian.jira.issue.views.util
Methods in com.atlassian.jira.issue.views.util with parameters of type IssueModifier and TypeMethodDescriptionDefaultIssueViewUtil.createAggregateBean
(Issue issue) IssueViewUtil.createAggregateBean
(Issue issue) DefaultIssueViewUtil.getLinkCollection
(Issue issue, ApplicationUser user) IssueViewUtil.getLinkCollection
(Issue issue, ApplicationUser user) DefaultSearchRequestPreviousView.getLinkToPrevious
(Issue issue, JiraResourcedModuleDescriptor<?> descriptor) SearchRequestPreviousView.getLinkToPrevious
(Issue issue, JiraResourcedModuleDescriptor<?> descriptor) DefaultIssueViewUtil.getRenderedContent
(String fieldName, String value, Issue issue) IssueViewUtil.getRenderedContent
(String fieldName, String value, Issue issue) -
Uses of Issue in com.atlassian.jira.issue.vote
Methods in com.atlassian.jira.issue.vote with parameters of type IssueModifier and TypeMethodDescriptionboolean
DefaultVoteManager.addVote
(ApplicationUser user, Issue issue) boolean
VoteManager.addVote
(ApplicationUser user, Issue issue) Adds a new vote for the user and issue specified.int
DefaultVoteManager.getVoteCount
(Issue issue) int
VoteManager.getVoteCount
(Issue issue) Return the number of users that have voted for the given issue.DefaultVoteManager.getVoteHistory
(Issue issue) VoteManager.getVoteHistory
(Issue issue) Get the list of vote history for an issue.DefaultIssueVoterAccessor.getVoterNames
(Issue issue) IssueVoterAccessor.getVoterNames
(Issue issue) Deprecated.Convenience function that simply returns the User objects.Deprecated.DefaultVoteManager.getVotersFor
(Issue issue, Locale usersLocale) VoteManager.getVotersFor
(Issue issue, Locale usersLocale) Returns an ordered list of voters for a particular issue.DefaultIssueVoterAccessor.getVoterUserkeys
(Issue issue) DefaultVoteManager.getVoterUserkeys
(Issue issue) IssueVoterAccessor.getVoterUserkeys
(Issue issue) Returns the userkeys for voters on the given issue.VoteManager.getVoterUserkeys
(Issue issue) Return a collection of userkeys of users that voted for given issueDefaultVoteManager.getVoterUsernames
(Issue issue) VoteManager.getVoterUsernames
(Issue issue) Deprecated.boolean
DefaultVoteManager.hasVoted
(ApplicationUser user, Issue issue) boolean
VoteManager.hasVoted
(ApplicationUser user, Issue issue) Checks if the given User has voted on the given Issue.boolean
DefaultVoteManager.removeVote
(ApplicationUser user, Issue issue) boolean
VoteManager.removeVote
(ApplicationUser user, Issue issue) Removes a vote for the user and issue specified. -
Uses of Issue in com.atlassian.jira.issue.watchers
Methods in com.atlassian.jira.issue.watchers that return IssueModifier and TypeMethodDescriptionDefaultWatcherManager.startWatching
(ApplicationUser user, Issue issue) WatcherManager.startWatching
(ApplicationUser user, Issue issue) Enable watching of a particular issue for the user supplied.DefaultWatcherManager.stopWatching
(ApplicationUser user, Issue issue) WatcherManager.stopWatching
(ApplicationUser user, Issue issue) Disable watching of a particular issue for the user supplied.Methods in com.atlassian.jira.issue.watchers that return types with arguments of type IssueModifier and TypeMethodDescriptionDefaultWatcherManager.startWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) WatcherManager.startWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) Enable watching of a list of issues for the user supplied.DefaultWatcherManager.stopWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) WatcherManager.stopWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) Disable watching of a list of issues for the user supplied.Methods in com.atlassian.jira.issue.watchers with parameters of type IssueModifier and TypeMethodDescriptionDefaultWatcherManager.getCurrentWatcherUsernames
(Issue issue) WatcherManager.getCurrentWatcherUsernames
(Issue issue) Retrieve the list of usernames of users watching the given issueint
DefaultWatcherManager.getWatcherCount
(Issue issue) int
WatcherManager.getWatcherCount
(Issue issue) Returns the number of users watching this issue.DefaultIssueWatcherAccessor.getWatcherKeys
(Issue issue) IssueWatcherAccessor.getWatcherKeys
(Issue issue) DefaultIssueWatcherAccessor.getWatcherNames
(Issue issue) IssueWatcherAccessor.getWatcherNames
(Issue issue) Deprecated.DefaultIssueWatcherAccessor.getWatchers
(Issue issue, Locale displayLocale) DefaultWatcherManager.getWatchers
(Issue issue, Locale userLocale) IssueWatcherAccessor.getWatchers
(Issue issue, Locale displayLocale) Convenience function that simply returns the User objects.WatcherManager.getWatchers
(Issue issue, Locale userLocale) Retrieve list of users that are currently watching this issue (including the current user).DefaultWatcherManager.getWatchersUnsorted
(Issue issue) WatcherManager.getWatchersUnsorted
(Issue issue) Retrieve list of users that are currently watching this issue (including the current user).DefaultWatcherManager.getWatcherUserKeys
(Issue issue) WatcherManager.getWatcherUserKeys
(Issue issue) Retrieve list of users that are currently watching this issue (including the current user).boolean
DefaultWatcherManager.isWatching
(ApplicationUser user, Issue issue) boolean
WatcherManager.isWatching
(ApplicationUser user, Issue issue) Determine whether the current user is already watching the issue or notDefaultWatcherManager.startWatching
(ApplicationUser user, Issue issue) WatcherManager.startWatching
(ApplicationUser user, Issue issue) Enable watching of a particular issue for the user supplied.DefaultWatcherManager.stopWatching
(ApplicationUser user, Issue issue) WatcherManager.stopWatching
(ApplicationUser user, Issue issue) Disable watching of a particular issue for the user supplied.Method parameters in com.atlassian.jira.issue.watchers with type arguments of type IssueModifier and TypeMethodDescriptionDefaultWatcherManager.startWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) WatcherManager.startWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) Enable watching of a list of issues for the user supplied.DefaultWatcherManager.stopWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) WatcherManager.stopWatching
(ApplicationUser user, Collection<Issue> issues, Context taskContext) Disable watching of a list of issues for the user supplied. -
Uses of Issue in com.atlassian.jira.issue.worklog
Methods in com.atlassian.jira.issue.worklog that return IssueModifier and TypeMethodDescriptionWorklog.getIssue()
WorklogImpl.getIssue()
WorklogImpl2.getIssue()
Methods in com.atlassian.jira.issue.worklog with parameters of type IssueModifier and TypeMethodDescriptionQueryDSLWorklogFactory.createWorklog
(Issue issue, com.querydsl.core.Tuple tuple) long
DatabaseWorklogStore.deleteWorklogsForIssue
(Issue issue) void
DefaultWorklogManager.deleteWorklogsForIssue
(Issue issue) void
WorklogManager.deleteWorklogsForIssue
(Issue issue) Removes all worklogs which are associated with a given issue.long
WorklogStore.deleteWorklogsForIssue
(Issue issue) Deletes all worklogs which are related to the givenIssue
.DatabaseWorklogStore.getByIssue
(Issue issue) DefaultWorklogManager.getByIssue
(Issue issue) DefaultWorklogManager.getByIssue
(Issue issue, int pageSize) WorklogManager.getByIssue
(Issue issue) Returns all child worklogs of a specified issueWorklogManager.getByIssue
(Issue issue, int pageSize) Returns all child worklogs of a specified issue, in a PagedListWorklogStore.getByIssue
(Issue issue) Returns all child worklogs of a specified issuestatic long
WorkRatio.getWorkRatio
(Issue issue) Constructors in com.atlassian.jira.issue.worklog with parameters of type IssueModifierConstructorDescriptionWorklogImpl
(WorklogManager worklogManager, Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent) WorklogImpl
(WorklogManager worklogManager, Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent, String updateAuthorKey, Date created, Date updated) WorklogImpl2
(Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent, ProjectRole projectRole) WorklogImpl2
(Issue issue, Long id, String authorKey, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent, String updateAuthorKey, Date created, Date updated, ProjectRole projectRole) -
Uses of Issue in com.atlassian.jira.jql.util
Methods in com.atlassian.jira.jql.util that return IssueModifier and TypeMethodDescriptionJqlIssueSupport.getIssue
(long id) Get the issue given its id.JqlIssueSupport.getIssue
(long id, ApplicationUser user) Get the issue given its id if the passed user can see it.Get the issue with the passed key.JqlIssueSupport.getIssue
(String issueKey, ApplicationUser user) Get the issue with the passed key if the passed user can see it.JqlIssueSupportImpl.getIssue
(long id) JqlIssueSupportImpl.getIssue
(long id, ApplicationUser user) JqlIssueSupportImpl.getIssue
(String issueKey, ApplicationUser user) -
Uses of Issue in com.atlassian.jira.mail
Classes in com.atlassian.jira.mail that implement IssueModifier and TypeClassDescriptionclass
This class makes it possible to pass render context parameters to field renderers in Jira Core.class
Decorator for the Issue Object.Methods in com.atlassian.jira.mail that return IssueModifier and TypeMethodDescriptionMailThreadManager.findIssueFromMessageId
(String messageId) Looks for an issue associated with the given message by inspecting the "Message-ID" header of the message.MailThreadManagerImpl.findIssueFromMessageId
(String messageId) MailThreadManager.getAssociatedIssueObject
(javax.mail.Message message) Looks for an issue associated with the given message by inspecting the "In-Reply-To" header of the message.MailThreadManagerImpl.getAssociatedIssueObject
(javax.mail.Message message) Methods in com.atlassian.jira.mail that return types with arguments of type IssueModifier and TypeMethodDescriptionMailThreadManager.findIssuesFromMessageId
(String messageId) Looks for issues associated with the given message by inspecting the "Message-ID" header of the message.MailThreadManagerImpl.findIssuesFromMessageId
(String messageId) MailThreadManager.getAssociatedIssueObjects
(javax.mail.Message message) Looks for issues associated with the given message by inspecting the "In-Reply-To" header of the message.MailThreadManagerImpl.getAssociatedIssueObjects
(javax.mail.Message message) Methods in com.atlassian.jira.mail with parameters of type IssueModifier and TypeMethodDescriptionstatic String
JiraMailUtils.getMessageId
(Issue issue, int sequence) Generates a single ID to identify a specific email sent by JIRA and used in 'message-id' header field.JiraMailUtils.getReplyToIds
(Issue issue) Returns a list of IDs to be used in 'in-reply-to' and 'references' field of the email header.DefaultTemplateIssueFactory.getTemplateIssue
(Issue issue) TemplateIssueFactory.getTemplateIssue
(Issue issue) MailImageInliner.inlineImages
(String html, Issue issue) Tries to inline all the images specified by an IMG tag.MailImageInlinerImpl.inlineImages
(String html, Issue issue) void
MailThreadManager.storeIncomingMessageId
(String messageId, String senderAddress, Issue issue, MailThreadManager.MailAction action) Remembers that given messageId has been used to either create or comment on an Issue.void
MailThreadManagerImpl.storeIncomingMessageId
(String messageId, String senderAddress, Issue issue, MailThreadManager.MailAction action) void
MailThreadManager.threadNotificationEmail
(Email email, Issue issue) Thread the given email which is related to the given issue.void
MailThreadManagerImpl.threadNotificationEmail
(Email email, Issue issue) Constructors in com.atlassian.jira.mail with parameters of type IssueModifierConstructorDescriptionJiraMailThreader
(Issue issue) ConstructorRenderParameterHoldingIssueWrapper
(Issue delegate) TemplateIssue
(Issue issue, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, CustomFieldManager customFieldManager, JiraDurationUtils jiraDurationUtils, AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory) -
Uses of Issue in com.atlassian.jira.mail.threading
Constructors in com.atlassian.jira.mail.threading with parameters of type Issue -
Uses of Issue in com.atlassian.jira.matchers
Methods in com.atlassian.jira.matchers that return types with arguments of type IssueModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Issue>
IssueMatchers.issueWithId
(Long id) static org.hamcrest.Matcher<Issue>
IssueMatchers.issueWithKey
(String key) static org.hamcrest.Matcher<Issue>
IssueMatchers.issueWithPriority
(Priority priority) -
Uses of Issue in com.atlassian.jira.mention
Methods in com.atlassian.jira.mention with parameters of type IssueModifier and TypeMethodDescriptionMentionableUserSearcher.findRelatedUsersToMention
(String searchString, Issue issue, ApplicationUser requestingUser, int maxResults) Calculates a list of users that are relevant to the issue so that they can be mentionedMentionableUserSearcher.findRelatedUsersToMention
(String searchString, Issue issue, ApplicationUser requestingUser, int maxResults, Supplier<List<ApplicationUser>> applicationUsersProvider) Calculates a list of users that are relevant to the issue so that they can be mentionedSortedMentionableUserSearcher.findRelatedUsersToMention
(String query, Issue issue, ApplicationUser requestingUser, int maxResults) SortedMentionableUserSearcher.findRelatedUsersToMention
(String query, Issue issue, ApplicationUser requestingUser, int maxResults, Supplier<List<ApplicationUser>> userSupplier) MentionService.sendIssueCreateMentions
(Set<NotificationRecipient> currentRecipients, ApplicationUser remoteUser, Issue issue) Given an issue object this method will look for any mentions in the description field using theMentionFinder
and send e-mails to all users mentioned.MentionServiceImpl.sendIssueCreateMentions
(Set<NotificationRecipient> currentRecipients, ApplicationUser remoteUser, Issue issue) MentionService.sendIssueEditMentions
(Set<NotificationRecipient> currentRecipients, ApplicationUser remoteUser, Issue issue, Comment comment) Given an issue that has just been edited and an optional edit comment this method sends mention e-mails to all users mentioned in either the new issue description or option edit comment.MentionServiceImpl.sendIssueEditMentions
(Set<NotificationRecipient> currentRecipients, ApplicationUser remoteUser, Issue issue, Comment comment) -
Uses of Issue in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock that return IssueModifier and TypeMethodDescriptionMockIssueManager.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) MockIssueManager.createIssueObject
(ApplicationUser remoteUser, Issue issue) MockIssueManager.createIssueObject
(ApplicationUser remoteUser, Map<String, Object> fields) MockIssueManager.createIssueObject
(String remoteUserName, Map<String, Object> fields) MockIssueManager.findMovedIssue
(String oldIssueKey) MockIssueManager.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) MockIssueManager.updateIssue
(ApplicationUser user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail) MockIssueManager.updateIssue
(ApplicationUser user, MutableIssue issue, UpdateIssueRequest updateIssueRequest) Methods in com.atlassian.jira.mock that return types with arguments of type IssueModifier and TypeMethodDescriptionMockIssueManager.getIssueObjects
(Collection<Long> ids) MockIssueManager.getIssueObjectsByEntity
(String relationName, org.ofbiz.core.entity.GenericValue entity) MockIssueManager.getVotedIssues
(ApplicationUser user) MockIssueManager.getVotedIssuesOverrideSecurity
(ApplicationUser user) MockIssueManager.getWatchedIssues
(ApplicationUser user) MockIssueManager.getWatchedIssuesOverrideSecurity
(ApplicationUser user) Methods in com.atlassian.jira.mock with parameters of type IssueModifier and TypeMethodDescriptionMockIssueManager.archiveIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) org.ofbiz.core.entity.GenericValue
MockIssueManager.createIssue
(ApplicationUser remoteUser, Issue issue) MockIssueManager.createIssueObject
(ApplicationUser remoteUser, Issue issue) void
MockIssueManager.deleteIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) void
MockIssueManager.deleteIssueNoEvent
(Issue issue) MockIssueManager.getEntitiesByIssueObject
(String relationName, Issue issue) MockRendererManager.getRenderedContent
(FieldLayoutItem fieldConfig, Issue issue) MockIssueManager.getWatchers
(Issue issue) MockIssueManager.getWatchersFor
(Issue issue) boolean
MockPermissionManager.hasPermission
(int permissionsId, Issue issue, ApplicationUser user) boolean
MockIssueManager.isEditable
(Issue issue) boolean
MockIssueManager.isEditable
(Issue issue, ApplicationUser user) boolean
MockIssueManager.isEditable
(Issue issue, String nextStatusId) void
MockIssueManager.recordMovedIssueKey
(Issue oldIssue) MockIssueManager.restoreIssue
(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) -
Uses of Issue in com.atlassian.jira.mock.issue
Classes in com.atlassian.jira.mock.issue that implement IssueMethods in com.atlassian.jira.mock.issue that return IssueMethods in com.atlassian.jira.mock.issue that return types with arguments of type IssueMethods in com.atlassian.jira.mock.issue with parameters of type Issue -
Uses of Issue in com.atlassian.jira.mock.issue.fields
Methods in com.atlassian.jira.mock.issue.fields with parameters of type IssueModifier and TypeMethodDescriptionMockNavigableField.getColumnViewHtml
(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue) -
Uses of Issue in com.atlassian.jira.mock.issue.index
Fields in com.atlassian.jira.mock.issue.index with type parameters of type IssueModifier and TypeFieldDescriptionfinal Collection<Issue>
MockIssueIndexer.indexedIssues
final Collection<Issue>
MockIssueIndexer.reIndexedIssues
Method parameters in com.atlassian.jira.mock.issue.index with type arguments of type IssueModifier and TypeMethodDescriptionMockIssueIndexer.indexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) MockIssueIndexer.reindexIssues
(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) -
Uses of Issue in com.atlassian.jira.mock.project.component
Methods in com.atlassian.jira.mock.project.component with parameters of type IssueModifier and TypeMethodDescriptionMockProjectComponentManager.findComponentsByIssue
(Issue issue) Collection<org.ofbiz.core.entity.GenericValue>
MockProjectComponentManager.findComponentsByIssueGV
(Issue issue) MockProjectComponentManager.updateIssueProjectComponents
(Issue issue, Collection<ProjectComponent> newValue) -
Uses of Issue in com.atlassian.jira.notification
Fields in com.atlassian.jira.notification declared as IssueModifier and TypeFieldDescriptionprotected final Issue
AdhocNotificationService.ValidateNotificationResult.issue
Methods in com.atlassian.jira.notification that return IssueMethods in com.atlassian.jira.notification with parameters of type IssueModifier and TypeMethodDescriptionNotificationFilterManager.makeContextFrom
(NotificationReason reason, Issue issue) Creates a context for the specified reason and for the issueNotificationFilterManagerImpl.makeContextFrom
(NotificationReason reason, Issue issue) AdhocNotificationService.validateNotification
(NotificationBuilder notification, ApplicationUser from, Issue issue) AdhocNotificationService.validateNotification
(NotificationBuilder notification, ApplicationUser from, Issue issue, AdhocNotificationService.ValiationOption option) AdhocNotificationServiceImpl.validateNotification
(NotificationBuilder notification, ApplicationUser user, Issue issue) AdhocNotificationServiceImpl.validateNotification
(NotificationBuilder notification, ApplicationUser user, Issue issue, AdhocNotificationService.ValiationOption option) Constructors in com.atlassian.jira.notification with parameters of type IssueModifierConstructorDescriptionprotected
ValidateNotificationResult
(ErrorCollection errorCollection, NotificationBuilder notification, com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients, ApplicationUser from, Issue issue) -
Uses of Issue in com.atlassian.jira.notification.type
Methods in com.atlassian.jira.notification.type with parameters of type IssueModifier and TypeMethodDescriptionUserCFNotificationTypeAware.getValueFromIssue
(CustomField customField, Issue issue) Retrieves theUser
or acollection
ofUsers
representing the current CustomField value for the given issue.boolean
ProjectRoleSecurityAndNotificationType.hasPermission
(Issue issue, String parameter) boolean
ProjectRoleSecurityAndNotificationType.hasPermission
(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) -
Uses of Issue in com.atlassian.jira.permission
Methods in com.atlassian.jira.permission that return IssueMethods in com.atlassian.jira.permission with parameters of type IssueModifier and TypeMethodDescriptionboolean
DefaultWorkflowPermission.allows
(ProjectPermissionKey permission, Issue issue, ApplicationUser user) boolean
DenyWorkflowPermission.allows
(ProjectPermissionKey permission, Issue issue, ApplicationUser user) boolean
WorkflowPermission.allows
(ProjectPermissionKey permission, Issue issue, ApplicationUser user) Whether this workflow permission allows a permission.DefaultPermissionContextFactory.getPermissionContext
(OperationContext operationContext, Issue issue) Checks if we're in a workflow operation, and if so constructs a PermissionContext with the destination status.DefaultPermissionContextFactory.getPermissionContext
(Issue issue) DefaultPermissionContextFactory.getPermissionContext
(Issue issue, Status issueStatus) DefaultPermissionContextFactory.getPermissionContext
(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) PermissionContextFactory.getPermissionContext
(OperationContext operationContext, Issue issue) Deprecated.PermissionContextFactory.getPermissionContext
(Issue issue) Get the permission context for the given issue.PermissionContextFactory.getPermissionContext
(Issue issue, Status status) Get the permission context for the given issue if it was in the given status.PermissionContextFactory.getPermissionContext
(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Get the permission context for the given issue at the end of the given workflow action.boolean
DefaultPermissionSchemeManager.hasSchemePermission
(ProjectPermissionKey permissionKey, Issue issue) boolean
DefaultPermissionSchemeManager.hasSchemePermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, boolean issueCreation) boolean
PermissionSchemeManager.hasSchemePermission
(ProjectPermissionKey permissionKey, Issue issue) Checks anonymous permission of the given permission type for the given issue.boolean
PermissionSchemeManager.hasSchemePermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, boolean issueCreation) Checks the given user's permission of the given permission type for the given issue.Constructors in com.atlassian.jira.permission with parameters of type Issue -
Uses of Issue in com.atlassian.jira.plugin.assignee
Methods in com.atlassian.jira.plugin.assignee with parameters of type IssueModifier and TypeMethodDescriptionAssigneeResolver.getDefaultAssignee
(Issue issue, Map fieldValuesHolder) Determines the actual User the issue should be assigned to.AssigneeResolver.getDefaultAssigneeObject
(Issue issue, Map fieldValuesHolder) Determines the default User the issue should be assigned to.AssigneeResolver.validateDefaultAssignee
(Issue issue, Map fieldValuesHolder) This method is called to validate input when a user selects 'Automatic' during an issue operation, e.g. -
Uses of Issue in com.atlassian.jira.plugin.assignee.impl
Methods in com.atlassian.jira.plugin.assignee.impl with parameters of type IssueModifier and TypeMethodDescriptionDefaultAssigneeResolver.getDefaultAssignee
(Issue issue, Map fieldValuesHolder) Resolves the 'Automatic' assignee based on Project and Component values of the issueDefaultAssigneeResolver.getDefaultAssigneeObject
(Issue issue, Map fieldValuesHolder) DefaultAssigneeResolver.validateDefaultAssignee
(Issue issue, Map fieldValuesHolder) -
Uses of Issue in com.atlassian.jira.plugin.attachment
Methods in com.atlassian.jira.plugin.attachment with parameters of type IssueModifier and TypeMethodDescriptionAttachmentFileExtensionValidator.validateBeforeUpload
(ApplicationUser user, Project project, Issue issue, PluggableAttachmentValidator.FileInfo fileInfo) -
Uses of Issue in com.atlassian.jira.plugin.corereports.report.impl
Methods in com.atlassian.jira.plugin.corereports.report.impl that return IssueConstructors in com.atlassian.jira.plugin.corereports.report.impl with parameters of type IssueModifierConstructorDescriptionReportIssue
(Issue issue, AggregateTimeTrackingCalculator aggregateCalculator, com.atlassian.jira.plugin.corereports.report.impl.DurationFormatter durationFormatter, com.atlassian.jira.plugin.corereports.report.impl.AccuracyCalculator accuracyCalculator, Comparator comparator, org.apache.commons.collections.Predicate issueInclusionPredicate) -
Uses of Issue in com.atlassian.jira.plugin.customfield
Methods in com.atlassian.jira.plugin.customfield with parameters of type IssueModifier and TypeMethodDescriptionCustomFieldTypeModuleDescriptor.getBulkMoveHtml
(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem, Map<Long, BulkMoveHelper.DistinctValueResult> distinctValues, BulkMoveHelper bulkMoveHelper) CustomFieldTypeModuleDescriptorImpl.getBulkMoveHtml
(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem, Map<Long, BulkMoveHelper.DistinctValueResult> distinctValues, BulkMoveHelper bulkMoveHelper) CustomFieldTypeModuleDescriptor.getColumnViewHtml
(CustomField field, Object value, Issue issue, Map displayParams, FieldLayoutItem fieldLayoutItem) CustomFieldTypeModuleDescriptorImpl.getColumnViewHtml
(CustomField field, Object value, Issue issue, Map displayParams, FieldLayoutItem fieldLayoutItem) CustomFieldTypeModuleDescriptor.getEditDefaultHtml
(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem) CustomFieldTypeModuleDescriptorImpl.getEditDefaultHtml
(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem) CustomFieldTypeModuleDescriptor.getEditHtml
(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem) CustomFieldTypeModuleDescriptorImpl.getEditHtml
(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem) CustomFieldRestSerializer.getJsonData
(CustomField field, Issue issue) CustomFieldTypeModuleDescriptor.getViewHtml
(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem) CustomFieldTypeModuleDescriptor.getViewHtml
(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem, Map displayParameters) CustomFieldTypeModuleDescriptorImpl.getViewHtml
(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem) CustomFieldTypeModuleDescriptorImpl.getViewHtml
(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem, Map displayParameters) CustomFieldTypeModuleDescriptor.getViewXML
(CustomField field, Issue issue, FieldLayoutItem fieldLayoutItem, boolean raw) CustomFieldTypeModuleDescriptorImpl.getViewXML
(CustomField field, Issue issue, FieldLayoutItem fieldLayoutItem, boolean raw) -
Uses of Issue in com.atlassian.jira.plugin.issuetabpanel
Methods in com.atlassian.jira.plugin.issuetabpanel that return IssueMethods in com.atlassian.jira.plugin.issuetabpanel with parameters of type IssueModifier and TypeMethodDescriptionfinal List<IssueAction>
AbstractIssueTabPanel2.getActions
(Issue issue, ApplicationUser remoteUser) Bridge method that delegates to the newIssueTabPanel2.getActions(GetActionsRequest)
method.IssueTabPanel.getActions
(Issue issue, ApplicationUser remoteUser) Return a list of issue actions in the order that you want them to be displayed.final boolean
AbstractIssueTabPanel2.showPanel
(Issue issue, ApplicationUser remoteUser) Bridge method that delegates to the newIssueTabPanel2.showPanel(ShowPanelRequest)
method.boolean
IssueTabPanel.showPanel
(Issue issue, ApplicationUser remoteUser) Whether or not to show this tab panel to the given User for the given Issue.Constructors in com.atlassian.jira.plugin.issuetabpanel with parameters of type IssueModifierConstructorDescriptionGetActionsRequest
(Issue issue, ApplicationUser remoteUser, boolean asynchronous, boolean showAll, String focusId) GetActionsRequest
(Issue issue, ApplicationUser remoteUser, boolean asynchronous, boolean showAll, String focusId, GetActionsRequest.Batching batch) ShowPanelRequest
(Issue issue, ApplicationUser remoteUser) -
Uses of Issue in com.atlassian.jira.plugin.issueview
Methods in com.atlassian.jira.plugin.issueview with parameters of type IssueModifier and TypeMethodDescriptionabstract String
AbstractIssueView.getBody
(Issue issue, IssueViewRequestParams issueViewRequestParams) abstract String
AbstractIssueView.getContent
(Issue issue, IssueViewRequestParams issueViewRequestParams) IssueView.getContent
(Issue issue, IssueViewRequestParams issueViewRequestParams) void
AbstractIssueView.writeHeaders
(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams) A default implementation that does nothingvoid
IssueView.writeHeaders
(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams) -
Uses of Issue in com.atlassian.jira.plugin.link.remotejira
Methods in com.atlassian.jira.plugin.link.remotejira with parameters of type IssueModifier and TypeMethodDescriptionRemoteJiraRestService.createRemoteIssueLink
(com.atlassian.applinks.api.ApplicationLink applicationLink, String remoteIssueKey, Issue issue, String relationship, RemoteJiraRestService.RestVersion restVersion) Creates a remote issue link between the given remote issue and the given local issue.RemoteJiraRestServiceImpl.createRemoteIssueLink
(com.atlassian.applinks.api.ApplicationLink applicationLink, String remoteIssueKey, Issue issue, String relationship, RemoteJiraRestService.RestVersion restVersion) -
Uses of Issue in com.atlassian.jira.plugin.report
Methods in com.atlassian.jira.plugin.report that return types with arguments of type IssueModifier and TypeMethodDescriptionDefaultReportSubTaskFetcher.getSubTasks
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) DefaultReportSubTaskFetcher.getSubTasks
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved, int limit) ReportSubTaskFetcher.getSubTasks
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption
.ReportSubTaskFetcher.getSubTasks
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved, int limit) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption
.DefaultReportSubTaskFetcher.getSubTasksForUser
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) ReportSubTaskFetcher.getSubTasksForUser
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption
.Method parameters in com.atlassian.jira.plugin.report with type arguments of type IssueModifier and TypeMethodDescriptionDefaultReportSubTaskFetcher.getSubTasks
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) DefaultReportSubTaskFetcher.getSubTasks
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved, int limit) ReportSubTaskFetcher.getSubTasks
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption
.ReportSubTaskFetcher.getSubTasks
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved, int limit) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption
.DefaultReportSubTaskFetcher.getSubTasksForUser
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) ReportSubTaskFetcher.getSubTasksForUser
(ApplicationUser user, List<Issue> parentIssues, SubTaskInclusionOption subtaskInclusion, boolean onlyIncludeUnresolved) Given a list of parent issues, returns a list of subtasks visible to the user, subject to the subtask inclusion policy atSubTaskInclusionOption
. -
Uses of Issue in com.atlassian.jira.plugin.viewissue
Methods in com.atlassian.jira.plugin.viewissue with parameters of type IssueModifier and TypeMethodDescriptionPeopleBlockContextProvider.getArchiverDisplayHtml
(Issue issue) Construct an HTML string to display an issue's archiver.PeopleBlockContextProvider.getAssigneeDisplayHtml
(Issue issue) Construct an HTML string to display an issue's assignee.PeopleBlockContextProvider.getReporterDisplayHtml
(Issue issue) Construct an HTML string to display an issue's reporter. -
Uses of Issue in com.atlassian.jira.plugin.viewissue.subtasks
Constructors in com.atlassian.jira.plugin.viewissue.subtasks with parameters of type Issue -
Uses of Issue in com.atlassian.jira.plugin.viewissue.web
Methods in com.atlassian.jira.plugin.viewissue.web with parameters of type IssueModifier and TypeMethodDescriptionConverts the given date field into a DateFieldModel.Constructors in com.atlassian.jira.plugin.viewissue.web with parameters of type IssueModifierConstructorDescriptionCustomFieldModel
(FieldLayoutItem layoutItem, Issue issue, webwork.action.Action action, boolean showWhenEmpty) SimpleTab
(FieldScreenRenderTab tab, Issue issue, webwork.action.Action action) -
Uses of Issue in com.atlassian.jira.plugin.webfragment.conditions
Methods in com.atlassian.jira.plugin.webfragment.conditions with parameters of type IssueModifier and TypeMethodDescriptionabstract boolean
AbstractIssueCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) Deprecated.Should we display this item for this issue?abstract boolean
AbstractIssueWebCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) Should we display this item for this issue?boolean
CanArchiveIssueCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
CanAttachFileToIssueCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
CanConvertToIssueCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
CanConvertToSubTaskCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
CanManageAttachmentsCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
CanRestoreIssueCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
HasSubTasksAvailableCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
HasVotedForIssueCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
IsIssueArchivedCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
IsIssueAssignedToCurrentUserCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
IsIssueEditableCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
IsIssueReportedByCurrentUserCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
IsIssueUnresolvedCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
IsSubTaskCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
IsWatchingIssueCondition.shouldDisplay
(ApplicationUser user, Issue issue, JiraHelper jiraHelper) boolean
NoAttachmentsCondition.shouldDisplay
(ApplicationUser applicationUser, Issue issue, JiraHelper jiraHelper) -
Uses of Issue in com.atlassian.jira.plugin.webfragment.model
Methods in com.atlassian.jira.plugin.webfragment.model with parameters of type IssueModifier and TypeMethodDescriptionConstructor parameters in com.atlassian.jira.plugin.webfragment.model with type arguments of type IssueModifierConstructorDescriptionCommentHelper
(javax.servlet.http.HttpServletRequest request, Project project, io.atlassian.fugue.Option<Issue> issue, io.atlassian.fugue.Option<Comment> comment) -
Uses of Issue in com.atlassian.jira.plugins.initialwatchers
Methods in com.atlassian.jira.plugins.initialwatchers with parameters of type IssueModifier and TypeMethodDescriptionvoid
InitialWatchersAssigner.addInitialWatchers
(Issue issue, ApplicationUser remoteUser) Adds the initial watchers from the custom field in the issue provided and notifies them via mention service.void
InitialWatchersCFType.createValue
(CustomField customField, Issue issue, Collection<ApplicationUser> value) boolean
InitialWatchersCFType.shouldDisplayField
(OperationContext context, Issue issue) Field should only be displayed on Create and only if user has Manage Watchers permissionboolean
InitialWatchersPermissionChecker.shouldDisplayField
(OperationContext context, Issue issue, ApplicationUser user) void
InitialWatchersCFType.updateValue
(CustomField customField, Issue issue, Collection<ApplicationUser> value) -
Uses of Issue in com.atlassian.jira.plugins.initialwatchers.events
Methods in com.atlassian.jira.plugins.initialwatchers.events that return IssueConstructors in com.atlassian.jira.plugins.initialwatchers.events with parameters of type Issue -
Uses of Issue in com.atlassian.jira.plugins.webhooks.serializer.issue
Methods in com.atlassian.jira.plugins.webhooks.serializer.issue with parameters of type IssueModifier and TypeMethodDescriptionIssueBeanFactory.createBean
(Issue issue) Takes a business issue object and returns a bean that can be serialized to the JSON representation used in our REST API. -
Uses of Issue in com.atlassian.jira.plugins.webhooks.url.context
Methods in com.atlassian.jira.plugins.webhooks.url.context with parameters of type Issue -
Uses of Issue in com.atlassian.jira.plugins.webhooks.workflow
Methods in com.atlassian.jira.plugins.webhooks.workflow that return IssueConstructors in com.atlassian.jira.plugins.webhooks.workflow with parameters of type IssueModifierConstructorDescriptionWebHookPostFunctionEvent
(int webHookConsumerId, Map<String, Object> payload, Issue issue) -
Uses of Issue in com.atlassian.jira.project.archiving
Methods in com.atlassian.jira.project.archiving with parameters of type Issue -
Uses of Issue in com.atlassian.jira.project.util
Methods in com.atlassian.jira.project.util that return types with arguments of type Issue -
Uses of Issue in com.atlassian.jira.project.version
Methods in com.atlassian.jira.project.version that return types with arguments of type IssueModifier and TypeMethodDescriptionDefaultVersionManager.getIssuesWithAffectsVersion
(Version version) MockVersionManager.getIssuesWithAffectsVersion
(Version version) VersionManager.getIssuesWithAffectsVersion
(Version version) Return all the issues in which the affected version matches the specified version.DefaultVersionManager.getIssuesWithFixVersion
(Version version) MockVersionManager.getIssuesWithFixVersion
(Version version) VersionManager.getIssuesWithFixVersion
(Version version) Return all the issues in which the fix for version matches the specified version.Methods in com.atlassian.jira.project.version with parameters of type IssueModifier and TypeMethodDescriptionDefaultVersionManager.getAffectedVersionsFor
(Issue issue) MockVersionManager.getAffectedVersionsFor
(Issue issue) VersionManager.getAffectedVersionsFor
(Issue issue) Get all affected versions of the specified issue.DefaultVersionManager.getFixVersionsFor
(Issue issue) MockVersionManager.getFixVersionsFor
(Issue issue) VersionManager.getFixVersionsFor
(Issue issue) Get all fix for versions of the specified issue.DefaultVersionManager.updateIssueAffectsVersions
(Issue issue, Collection<Version> newVersions) MockVersionManager.updateIssueAffectsVersions
(Issue issue, Collection<Version> newValue) VersionManager.updateIssueAffectsVersions
(Issue issue, Collection<Version> newValue) DefaultVersionManager.updateIssueFixVersions
(Issue issue, Collection<Version> newValue) MockVersionManager.updateIssueFixVersions
(Issue issue, Collection<Version> newValue) VersionManager.updateIssueFixVersions
(Issue issue, Collection<Version> newValue) Method parameters in com.atlassian.jira.project.version with type arguments of type IssueModifier and TypeMethodDescriptionvoid
DefaultVersionManager.moveIssuesToNewVersion
(List<Issue> issues, Version currentVersion, Version swapToVersion) void
VersionManager.moveIssuesToNewVersion
(List<Issue> issues, Version currentVersion, Version swapToVersion) Swaps the list of issues supplied from one Fix version to another. -
Uses of Issue in com.atlassian.jira.projectconfig.fields
Methods in com.atlassian.jira.projectconfig.fields with parameters of type IssueModifier and TypeMethodDescriptionvoid
IssueFields.addFieldToIssueScreens
(Field field, Issue issue) IssueFields.getAffectedProjects
(Issue issue) Returns the list of projects that will be affected by adding a field to a screen.IssueFields.getAllCustomFields
(Issue issue) Returns the list of Custom Fields that are in the context of a passed issue and are visible.IssueFields.getAllCustomFieldsWithOnAllScreensFlag
(Issue issue) Returns the a list of pairs where each pair contains a Custom Field and an indication whether that field is visible for a passed issue.ScreenFinder.getIssueScreens
(Issue issue) Return the create, view and edit screens for the passed issue. -
Uses of Issue in com.atlassian.jira.rest.util
Methods in com.atlassian.jira.rest.util that return Issue -
Uses of Issue in com.atlassian.jira.rest.v2.entity.property
Methods in com.atlassian.jira.rest.v2.entity.property with parameters of type IssueModifier and TypeMethodDescriptionIssuePropertiesLoader.getProperties
(ApplicationUser user, Issue issue, List<StringList> queryParam) -
Uses of Issue in com.atlassian.jira.rest.v2.issue
Fields in com.atlassian.jira.rest.v2.issue declared as IssueMethods in com.atlassian.jira.rest.v2.issue with parameters of type IssueModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AssignIssueResource.assignIssue
(Issue issue, String assignee) boolean
UpdateIssueResource.canDisableUserNotifications
(ApplicationUser user, Issue issue) Determines if the current user can disable user notifications for the edit issue operation.javax.ws.rs.core.Response
RemoteIssueLinkResource.createOrUpdateRemoteIssueLink
(Issue issue, RemoteIssueLinkCreateOrUpdateRequest request, javax.ws.rs.core.UriInfo contextUriInfo) Creates or updates a remote issue link from a JSON representation.javax.ws.rs.core.Response
DeleteIssueResource.deleteIssue
(Issue issue, String deleteSubtasks, javax.ws.rs.core.UriInfo uriInfo) javax.ws.rs.core.Response
RemoteIssueLinkResource.deleteRemoteIssueLinkByGlobalId
(Issue issue, String globalId) javax.ws.rs.core.Response
RemoteIssueLinkResource.deleteRemoteIssueLinkById
(Issue issue, String idString) Deletes a remote issue link.javax.ws.rs.core.Response
UpdateIssueResource.editIssue
(Issue issue, IssueUpdateBean updateRequest, boolean notifyUsers) int
DeleteIssueResource.getNumberOfSubTasks
(Issue issue) javax.ws.rs.core.Response
RemoteIssueLinkResource.getRemoteIssueLinkById
(Issue issue, String idString) Gets the remote issue link with the given id for the given issue.javax.ws.rs.core.Response
RemoteIssueLinkResource.getRemoteIssueLinks
(Issue issue, String globalId) Gets all the remote issue links for the given issue, and filter by the other parameters.javax.ws.rs.core.Response
UpdateIssueResource.transitionIssue
(Issue issue, IssueUpdateBean issueUpdateBean) javax.ws.rs.core.Response
RemoteIssueLinkResource.updateRemoteIssueLink
(Issue issue, String idString, RemoteIssueLinkCreateOrUpdateRequest request) Updates a remote issue link.Constructors in com.atlassian.jira.rest.v2.issue with parameters of type IssueModifierConstructorDescriptionprotected
AbstractMetaFieldBeanBuilder
(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, DefaultFieldMetaBeanHelper defaultFieldHelper) EditMetaBean
(Issue issue, EditMetaFieldBeanBuilder fieldsBuilder) EditMetaFieldBeanBuilder
(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager, IssueManager issueManager) IssueBeanBuilder
(BeanBuilderFactory beanBuilderFactory, IncludedFields include, Issue issue) OpsbarBeanBuilder
(Issue issue, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authContext, I18nHelper i18n, IssueManager issueManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PermissionManager permissionManager) OpsbarBeanBuilder
(Issue issue, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authContext, I18nHelper i18n, IssueManager issueManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PermissionManager permissionManager, boolean loadLazyItems) TransitionMetaFieldBeanBuilder
(FieldScreenRendererFactory fieldScreenRendererFactory, FieldLayoutManager fieldLayoutManager, com.opensymphony.workflow.loader.ActionDescriptor action, Issue issue, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls) -
Uses of Issue in com.atlassian.jira.rest.v2.issue.builder
Methods in com.atlassian.jira.rest.v2.issue.builder with parameters of type IssueModifier and TypeMethodDescriptionBeanBuilderFactory.newIssueBeanBuilder
(Issue issue, IncludedFields include) BeanBuilderFactoryImpl.newIssueBeanBuilder
(Issue issue, IncludedFields include) Returns a new instance of an IssueBeanBuilder.BeanBuilderFactory.newOpsbarBeanBuilder
(Issue issue) BeanBuilderFactoryImpl.newOpsbarBeanBuilder
(Issue issue) -
Uses of Issue in com.atlassian.jira.rest.v2.issue.watcher
Methods in com.atlassian.jira.rest.v2.issue.watcher with parameters of type IssueModifier and TypeMethodDescriptionWatchersFinder.getWatchers
(Issue issue, ApplicationUser callingUser) Retrieves a WatchersBean for the given Issue on behalf of a remote user. -
Uses of Issue in com.atlassian.jira.rest.v2.issue.worklog
Methods in com.atlassian.jira.rest.v2.issue.worklog with parameters of type IssueModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
IssueWorklogResource.addWorklog
(Issue issue, WorklogJsonBean request, IssueWorklogResource.WorklogAdjustmentRequest adjustEstimateDetails, javax.ws.rs.core.UriInfo uriInfo) javax.ws.rs.core.Response
IssueWorklogResource.deleteWorklog
(Issue issue, WorklogJsonBean request, IssueWorklogResource.WorklogAdjustmentRequest adjustEstimateDetails, javax.ws.rs.core.UriInfo uriInfo) javax.ws.rs.core.Response
IssueWorklogResource.getIssueWorklogs
(Issue issue) IssueWorklogResource.getIssueWorklogsObjects
(Issue issue) javax.ws.rs.core.Response
IssueWorklogResource.getWorklogForIssue
(String worklogId, Issue issue) abstract WorklogInputParameters
WorklogOperation.prepareData
(JiraServiceContextImpl serviceContext, Issue issue, WorklogJsonBean request, IssueWorklogResource.WorklogAdjustmentRequest adjustment) javax.ws.rs.core.Response
IssueWorklogResource.updateWorklog
(Issue issue, WorklogJsonBean request, IssueWorklogResource.WorklogAdjustmentRequest adjustEstimateDetails, javax.ws.rs.core.UriInfo uriInfo) abstract Worklog
WorklogOperation.validateAndPerformAndAutoAdjustEstimate
(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) abstract Worklog
WorklogOperation.validateAndPerformAndLeaveEstimate
(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) abstract Worklog
WorklogOperation.validateAndPerformAndManualAdjustEstimate
(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) abstract Worklog
WorklogOperation.validateAndPerformAndSetNewEstimate
(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) -
Uses of Issue in com.atlassian.jira.rest.v2.search
Method parameters in com.atlassian.jira.rest.v2.search with type arguments of type IssueModifier and TypeMethodDescriptionprotected SearchResultsBean
SearchResource.asResultsBean
(SearchResults<Issue> results, PagerFilter filter, IncludedFields fields, StringList expand, Set<String> warningMessages) Creates a SearchResultsBean suitable for returning to the client. -
Uses of Issue in com.atlassian.jira.scheme
Methods in com.atlassian.jira.scheme with parameters of type IssueModifier and TypeMethodDescriptionboolean
SchemeType.hasPermission
(Issue issue, String parameter) Determines if this permission type is satisfied for anonymous access.boolean
SchemeType.hasPermission
(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) Determines if this permission type is satisfied. -
Uses of Issue in com.atlassian.jira.security
Methods in com.atlassian.jira.security with parameters of type IssueModifier and TypeMethodDescriptionboolean
ApplicationRequiredPermissionManager.hasPermission
(int permissionsId, Issue issue, ApplicationUser user) Deprecated.boolean
ApplicationRequiredPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) boolean
ApplicationRequiredPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) boolean
ApplicationRequiredPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) boolean
DefaultPermissionManager.hasPermission
(int permissionsId, Issue issue, ApplicationUser user) boolean
DefaultPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) boolean
DefaultPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) boolean
DefaultPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) boolean
PermissionManager.hasPermission
(int permissionsId, Issue issue, ApplicationUser user) Deprecated.boolean
PermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) Checks to see if this user has permission to see the specified issue.boolean
PermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) Checks to see if this user has the given permission to the specified issue if the issue was in the given status.boolean
PermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Checks to see if this user has the given permission to the specified issue after the given workflow transition takes effect.boolean
PublicAccessPermissionManager.hasPermission
(int permissionsId, Issue issue, ApplicationUser user) Deprecated.boolean
PublicAccessPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) boolean
PublicAccessPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) boolean
PublicAccessPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) boolean
SubvertedPermissionManager.hasPermission
(int permissionsId, Issue issue, ApplicationUser user) boolean
SubvertedPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) boolean
SubvertedPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) boolean
SubvertedPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) boolean
WorkflowBasedPermissionManager.hasPermission
(int permissionsId, Issue issue, ApplicationUser user) boolean
WorkflowBasedPermissionManager.hasPermission
(ProjectPermissionKey permissionsKey, Issue issue, ApplicationUser user) boolean
WorkflowBasedPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) boolean
WorkflowBasedPermissionManager.hasPermission
(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) -
Uses of Issue in com.atlassian.jira.security.type
Methods in com.atlassian.jira.security.type with parameters of type IssueModifier and TypeMethodDescriptionprotected String
CurrentAssignee.getFieldValue
(Issue issue) protected String
CurrentAssigneeHasAssignablePermission.getFieldValue
(Issue issue) protected String
CurrentReporter.getFieldValue
(Issue issue) protected String
CurrentReporterHasCreatePermission.getFieldValue
(Issue issue) protected abstract String
SimpleIssueFieldSecurityType.getFieldValue
(Issue issue) Returns the user key value for the given issue for the field that this security type checks.protected abstract boolean
AbstractIssueFieldSecurityType.hasIssuePermission
(ApplicationUser user, boolean issueCreation, Issue issue, String parameter) protected boolean
GroupCF.hasIssuePermission
(ApplicationUser user, boolean issueCreation, Issue issue, String parameter) protected boolean
SimpleIssueFieldSecurityType.hasIssuePermission
(ApplicationUser user, boolean issueCreation, Issue issue, String parameter) protected boolean
UserCF.hasIssuePermission
(ApplicationUser user, boolean issueCreation, Issue issue, String parameter) boolean
AbstractIssueFieldSecurityType.hasPermission
(Issue issue, String argument) boolean
AbstractIssueFieldSecurityType.hasPermission
(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) boolean
ApplicationRoleSecurityType.hasPermission
(Issue issue, String parameter) boolean
ApplicationRoleSecurityType.hasPermission
(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) boolean
GroupDropdown.hasPermission
(Issue issue, String parameter) boolean
GroupDropdown.hasPermission
(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) boolean
ProjectLead.hasPermission
(Issue issue, String parameter) boolean
ProjectLead.hasPermission
(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) boolean
SingleUser.hasPermission
(Issue issue, String parameter) boolean
SingleUser.hasPermission
(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) -
Uses of Issue in com.atlassian.jira.security.util
Methods in com.atlassian.jira.security.util with parameters of type IssueModifier and TypeMethodDescriptionGet users from a group chosen by a Group Selector custom field, in a certain issue.boolean
GroupSelectorUtils.isUserInCustomFieldGroup
(Issue issue, CustomField field, ApplicationUser user) Determines if a user is a member of a group specified by a custom field value. -
Uses of Issue in com.atlassian.jira.service.util
Methods in com.atlassian.jira.service.util that return IssueModifier and TypeMethodDescriptionstatic Issue
ServiceUtils.findIssueObjectInString
(String searchString) Loops through the string and returns the issue that is found within, or null if there is no issue matching.static Issue
ServiceUtils.getIssueObject
(String key) Deprecated.UseIssueManager.getIssueObject(String)
instead.Methods in com.atlassian.jira.service.util that return types with arguments of type Issue -
Uses of Issue in com.atlassian.jira.service.util.handler
Methods in com.atlassian.jira.service.util.handler that return IssueModifier and TypeMethodDescriptionDefaultMessageHandlerContext.createIssue
(ApplicationUser reporter, Issue issue) MessageHandlerContext.createIssue
(ApplicationUser reporter, Issue issue) Creates a new issue in JIRA or a dummy issue in dry run modeMethods in com.atlassian.jira.service.util.handler with parameters of type IssueModifier and TypeMethodDescriptionDefaultMessageHandlerContext.createAttachment
(File file, String filename, String contentType, ApplicationUser author, Issue issue) MessageHandlerContext.createAttachment
(File file, String filename, String contentType, ApplicationUser author, Issue issue) Creates attachment (when run in real mode) or does nothing if run in dry run mode.DefaultMessageHandlerContext.createComment
(Issue issue, ApplicationUser author, String body, boolean dispatchEvent) MessageHandlerContext.createComment
(Issue issue, ApplicationUser author, String body, boolean dispatchEvent) Creates a new issue comment in JIRA or a dummy comment in dry run modeDefaultMessageHandlerContext.createIssue
(ApplicationUser reporter, Issue issue) MessageHandlerContext.createIssue
(ApplicationUser reporter, Issue issue) Creates a new issue in JIRA or a dummy issue in dry run mode -
Uses of Issue in com.atlassian.jira.user
Methods in com.atlassian.jira.user that return IssueModifier and TypeMethodDescriptionImmutableUserIssueRelevance.getIssue()
UserIssueRelevance.getIssue()
Methods in com.atlassian.jira.user that return types with arguments of type IssueModifier and TypeMethodDescriptionDefaultUserIssueHistoryManager.getShortIssueHistory
(ApplicationUser user) UserIssueHistoryManager.getShortIssueHistory
(ApplicationUser user) Retrieve the first X (jira.max.issue.history.dropdown.items) Issues from the user's issue history queue.Methods in com.atlassian.jira.user with parameters of type IssueModifier and TypeMethodDescriptionvoid
DefaultUserIssueHistoryManager.addIssueToHistory
(ApplicationUser user, Issue issue) void
UserIssueHistoryManager.addIssueToHistory
(ApplicationUser user, Issue issue) Add anIssue
to the user history list. -
Uses of Issue in com.atlassian.jira.web
Methods in com.atlassian.jira.web with parameters of type IssueModifier and TypeMethodDescriptionboolean
FieldVisibilityManager.isFieldHidden
(String fieldId, Issue issue) Checks if the field is hidden for the issue's current field layout scheme.boolean
FieldVisibilityManagerImpl.isFieldHidden
(String fieldId, Issue issue) boolean
FieldVisibilityManager.isFieldVisible
(String fieldId, Issue issue) Checks if the field is visible for the issue's current field layout scheme.boolean
FieldVisibilityManagerImpl.isFieldVisible
(String fieldId, Issue issue) -
Uses of Issue in com.atlassian.jira.web.action
Methods in com.atlassian.jira.web.action with parameters of type IssueModifier and TypeMethodDescriptionvoid
IssueActionSupport.addIssueToHistory
(Issue issueObj) Sets the current issue.boolean
JiraWebActionSupport.hasIssuePermission
(int permissionsId, Issue issue) boolean
JiraWebActionSupport.hasIssuePermission
(ProjectPermissionKey projectPermissionKey, Issue issue) boolean
JiraWebActionSupport.hasIssuePermission
(String permissionKey, Issue issue) -
Uses of Issue in com.atlassian.jira.web.action.admin.customfields
Methods in com.atlassian.jira.web.action.admin.customfields that return types with arguments of type Issue -
Uses of Issue in com.atlassian.jira.web.action.issue
Fields in com.atlassian.jira.web.action.issue declared as IssueFields in com.atlassian.jira.web.action.issue with type parameters of type IssueMethods in com.atlassian.jira.web.action.issue that return IssueModifier and TypeMethodDescriptionAbstractConvertIssue.getIssue()
Retrieves the worked on issue based on the Issue id.AbstractIssueSelectAction.getIssueObject()
Returns the currentIssue
.CloneIssueDetails.getIssueObject
(org.ofbiz.core.entity.GenericValue genericValue) CloneIssueDetails.getOriginalIssue()
AbstractIssueSelectAction.getParentIssueObject()
Returns the parent of the currentIssue
ManageAttachments.getParentIssueObject()
Returns the parent of the currentIssue
AbstractIssueSelectAction.getSummaryIssue()
This is used by the issue summary decorator to add the left-hand side decoration.IssueSummaryAware.getSummaryIssue()
protected Issue
AbstractIssueSelectAction.refreshIssueObject()
Because some of the code works on the issueGV object (such as voting code) directly the issueObject variable representation can get out of synch with the underlying GVprotected Issue
AbstractIssueSelectAction.setIssueObject
(Issue issueObject) Once this is called, the underlying issueGV and id and key will be updated to reflect the issue in play.Methods in com.atlassian.jira.web.action.issue that return types with arguments of type IssueModifier and TypeMethodDescriptionIssuePicker.getBrowsableIssues()
IssuePicker.getSearchRequestIssues()
IssueSearchResultsAction.getSearchResults()
Return the current search results to the caller.SearchResultsInfo.getSearchResults()
IssuePicker.getUserHistoryIssues()
Methods in com.atlassian.jira.web.action.issue with parameters of type IssueModifier and TypeMethodDescriptionIssueCreationHelperBean.createFieldScreenRenderer
(Issue issueObject) Deprecated.IssueCreationHelperBean.createFieldScreenRenderer
(ApplicationUser remoteUser, Issue issueObject) Deprecated.IssueCreationHelperBeanImpl.createFieldScreenRenderer
(Issue issueObject) IssueCreationHelperBeanImpl.createFieldScreenRenderer
(ApplicationUser remoteUser, Issue issueObject) Create a field screen rendererprotected void
AbstractIssueLinkAction.dispatchCommentEvents
(Issue issue, Comment comment) CreateIssue.getCustomFields
(Issue issue) int
BugAssociatorPrefs.getDefaultMode
(Issue issue) What to show initially.int
DefaultBugAssociatorPrefs.getDefaultMode
(Issue issue) int
BugAssociatorPrefs.getDefaultSearchMode
(Issue issue) Whether users can select just one or multiple issues.int
DefaultBugAssociatorPrefs.getDefaultSearchMode
(Issue issue) long
BugAssociatorPrefs.getDefaultSearchRequestId
(Issue issue) Get the search request to run initially, if theBugAssociatorPrefs.SEARCH
mode is used.long
DefaultBugAssociatorPrefs.getDefaultSearchRequestId
(Issue issue) IssueCreationHelperBean.getFieldsForCreate
(ApplicationUser user, Issue issueObject) Deprecated.Gets the fields that will be shown in the create issue screen for that issues project and issue typeIssueCreationHelperBeanImpl.getFieldsForCreate
(ApplicationUser user, Issue issueObject) UpdateFieldsHelperBean.getFieldsForEdit
(ApplicationUser user, Issue issueObject) Deprecated.UseFieldScreenRendererFactory
instead.UpdateFieldsHelperBeanImpl.getFieldsForEdit
(ApplicationUser user, Issue issueObject) DefaultIssueMetadataHelper.getMetadata
(Issue issue, SearchRequest searchRequest) IssueMetadataHelper.getMetadata
(Issue issue, SearchRequest searchRequest) Construct a map of a given issue's metadata.IssueCreationHelperBean.getProvidedFieldNames
(Issue issueObject) Deprecated.IssueCreationHelperBeanImpl.getProvidedFieldNames
(Issue issueObject) boolean
CommentAssignIssue.hasIssuePermission
(ProjectPermissionKey permissionKey, Issue issue) boolean
CommentAssignIssue.hasIssuePermission
(String permissionKey, Issue issue) boolean
AbstractIssueSelectAction.isEditable
(Issue issue) Determines whether the current user can edit or resolve an specified issue.boolean
UpdateFieldsHelperBeanImpl.isEditable
(Issue issue) boolean
UpdateFieldsHelperBean.isFieldValidForEdit
(ApplicationUser user, String fieldId, Issue issueObject) Deprecated.UseFieldScreenRendererFactory
instead.boolean
UpdateFieldsHelperBeanImpl.isFieldValidForEdit
(ApplicationUser user, String fieldId, Issue issueObject) boolean
AbstractIssueSelectAction.isHasEditIssuePermission
(Issue issue) protected boolean
MoveIssueUpdateFields.isShouldCheckFieldValue
(Issue origIssue, Field field) JRA-12671 - need to determine if we should call hasValue on the field.boolean
AbstractWorklogAction.isTimeTrackingFieldHidden
(Issue issue) boolean
AbstractIssueSelectAction.isWorkflowAllowsEdit
(Issue issue) protected void
CreateIssue.populateFieldHolderWithDefaults
(Issue issue, Collection excludedFieldIds) void
DefaultIssueMetadataHelper.putMetadata
(Issue issue, SearchRequest searchRequest, JiraWebResourceManager webResourceManager) void
IssueMetadataHelper.putMetadata
(Issue issue, SearchRequest searchRequest, JiraWebResourceManager webResourceManager) Insert a given issue's metadata into aWebResourceManager
.protected Issue
AbstractIssueSelectAction.setIssueObject
(Issue issueObject) Once this is called, the underlying issueGV and id and key will be updated to reflect the issue in play.void
CloneIssueDetails.setOriginalIssue
(Issue originalIssue) void
IssueCreationHelperBean.validateCreateIssueFields
(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, IssueInputParameters issueInputParameters, I18nHelper i18n) Deprecated.void
IssueCreationHelperBeanImpl.validateCreateIssueFields
(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, IssueInputParameters issueInputParameters, I18nHelper i18n) protected void
IssueCreationHelperBeanImpl.validateCreateIssueFields
(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, Map<String, String[]> actionParams, boolean applyDefaults, boolean skipScreenCheck, I18nHelper i18n) void
IssueCreationHelperBean.validateIssueType
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.void
IssueCreationHelperBeanImpl.validateIssueType
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) void
IssueCreationHelperBean.validateProject
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.void
IssueCreationHelperBeanImpl.validateProject
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) void
IssueCreationHelperBean.validateSummary
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.void
IssueCreationHelperBeanImpl.validateSummary
(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Constructors in com.atlassian.jira.web.action.issue with parameters of type Issue -
Uses of Issue in com.atlassian.jira.web.action.issue.bulkedit
Methods in com.atlassian.jira.web.action.issue.bulkedit that return IssueModifier and TypeMethodDescriptionprotected Issue
BulkEdit.getIssueObject
(org.ofbiz.core.entity.GenericValue issueGV) Methods in com.atlassian.jira.web.action.issue.bulkedit with parameters of type IssueModifier and TypeMethodDescriptionstatic void
SingleIssueModeInitializer.initialize
(BulkEditBean editBean, Issue singleIssue) Initializes giveneditBean
with information that is needed for bulk operation (i.e. -
Uses of Issue in com.atlassian.jira.web.action.issue.enterprise
Methods in com.atlassian.jira.web.action.issue.enterprise that return Issue -
Uses of Issue in com.atlassian.jira.web.action.issue.util
Methods in com.atlassian.jira.web.action.issue.util with parameters of type IssueModifier and TypeMethodDescriptionBackwardCompatibleTemporaryAttachmentUtil.convertTemporaryAttachments
(ApplicationUser user, Issue issue, List<String> temporaryAttachmentsIds) void
AttachmentHelper.validate
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, String formToken, Issue issue, Map<String, Object> fieldValuesHolder) Validates file upload parameters passed from request.void
DefaultAttachmentHelper.validate
(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, String formToken, Issue issue, Map<String, Object> fieldValuesHolder) -
Uses of Issue in com.atlassian.jira.web.bean
Methods in com.atlassian.jira.web.bean that return IssueModifier and TypeMethodDescriptionBulkEditBean.getFirstTargetIssueObject()
This method is used to get a target issue that will provide the correct context (i.e.BulkEditBeanImpl.getFirstTargetIssueObject()
This method is used to get a target issue that will provide the correct context (i.e.BulkEditBean.getParentIssueObject()
returns object from database, the object is queried byBulkEditBean.getParentIssueKey()
.BulkEditBeanImpl.getParentIssueObject()
Methods in com.atlassian.jira.web.bean that return types with arguments of type IssueModifier and TypeMethodDescriptionBulkEditBean.getInvalidIssues()
Gets issues whose status is nullBulkEditBeanImpl.getInvalidIssues()
Gets issues whose status is nullBulkEditBean.getIssuesFromSearchRequest()
BulkEditBeanImpl.getIssuesFromSearchRequest()
BulkEditBean.getIssuesToSubtasks()
BulkEditBeanImpl.getIssuesToSubtasks()
BulkEditBean.getSelectedIssues()
Deprecated.Since 7.1.BulkEditBeanImpl.getSelectedIssues()
Returns a list of "selected" issues.BulkEditBean.getSelectedIssuesIncludingSubTasks()
Deprecated.Since 7.1.BulkEditBeanImpl.getSelectedIssuesIncludingSubTasks()
BulkEditBean.getSubTaskOfSelectedIssues()
Deprecated.Since 7.1.BulkEditBeanImpl.getSubTaskOfSelectedIssues()
BulkEditBean.getTargetIssueObjects()
BulkEditBean.getTargetIssueObjects()
BulkEditBeanImpl.getTargetIssueObjects()
BulkEditBeanImpl.getTargetIssueObjects()
Methods in com.atlassian.jira.web.bean with parameters of type IssueModifier and TypeMethodDescriptionTimeTrackingGraphBeanFactory.createBean
(Issue issue, TimeTrackingGraphBeanFactory.Style style, I18nHelper helper) TimeTrackingGraphBeanFactoryImpl.createBean
(Issue issue, TimeTrackingGraphBeanFactory.Style style, I18nHelper helper) BulkEditBean.getCheckboxName
(Issue issue) BulkEditBeanImpl.getCheckboxName
(Issue issue) BulkEditBean.getTargetStatus
(Issue issue) BulkEditBeanImpl.getTargetStatus
(Issue issue) BulkEditBean.getTargetStatusObject
(Issue issue) Deprecated.BulkEditBeanImpl.getTargetStatusObject
(Issue issue) boolean
boolean
boolean
PermissionCheckBean.isIssueVisible
(Issue issue) Returns true if the user has permission toPermissions.BROWSE
the issueMethod parameters in com.atlassian.jira.web.bean with type arguments of type IssueModifier and TypeMethodDescriptionvoid
BulkEditBean.addIssues
(Collection<Issue> issues) void
BulkEditBeanImpl.addIssues
(Collection<Issue> issues) BulkMoveHelper.getDistinctValuesForMove
(BulkEditBean bulkEditBean, OrderableField orderableField, Function<Issue, Collection<Object>> issueValueResolution, Function<Object, String> nameResolution) For the given field, calculates all the distinct values present in the currently selected issues of the BulkEditBean.DefaultBulkMoveHelper.getDistinctValuesForMove
(BulkEditBean bulkEditBean, OrderableField orderableField, Function<Issue, Collection<Object>> issueValueResolution, Function<Object, String> nameResolution) void
BulkEditBean.initSelectedIssues
(Collection<Issue> selectedIssues) Deprecated.Since 7.1.void
BulkEditBeanImpl.initSelectedIssues
(Collection<Issue> selectedIssues) Initialises theBulkEditBean
with the selected issuesvoid
BulkEditBean.setIssuesFromSearchRequest
(List<Issue> issuesFromSearchRequest) void
BulkEditBeanImpl.setIssuesFromSearchRequest
(List<Issue> issuesFromSearchRequest) void
BulkEditBean.setIssuesToSubtasks
(Map<Long, List<Issue>> issuesToSubtasks) void
BulkEditBeanImpl.setIssuesToSubtasks
(Map<Long, List<Issue>> issuesToSubtasks) void
BulkEditBean.setSubTaskOfSelectedIssues
(List<Issue> subTaskOfSelectedIssues) Deprecated.Since 7.1.void
BulkEditBeanImpl.setSubTaskOfSelectedIssues
(List<Issue> subTaskOfSelectedIssues) void
BulkEditBean.setTargetIssueObjects
(Map<Issue, Issue> targetIssueObjects) void
BulkEditBean.setTargetIssueObjects
(Map<Issue, Issue> targetIssueObjects) void
BulkEditBeanImpl.setTargetIssueObjects
(Map<Issue, Issue> targetIssueObjects) void
BulkEditBeanImpl.setTargetIssueObjects
(Map<Issue, Issue> targetIssueObjects) -
Uses of Issue in com.atlassian.jira.web.component
Methods in com.atlassian.jira.web.component that return IssueModifier and TypeMethodDescriptionprotected Issue
SimpleColumnLayoutItem.getIssueObject
(org.ofbiz.core.entity.GenericValue genericValue) Deprecated.Methods in com.atlassian.jira.web.component with parameters of type IssueModifier and TypeMethodDescriptionabstract String
Subclasses need to implement this to return the HTML for each row.TableLayoutFactory.getSubTaskIssuesLayout
(ApplicationUser user, Issue parentIssue, SubTaskBean subTaskBean, String subTaskView, boolean timeTrackingData) Get the layout for sub-tasks on the view issue page.void
For each issue that you wish to be written to the table, you need to call write.Method parameters in com.atlassian.jira.web.component with type arguments of type IssueModifier and TypeMethodDescriptionvoid
IssueTableWebComponent.asHtml
(Writer writer, IssueTableLayoutBean layout, List<Issue> issues, Pager pager, Long selectedIssueId) Writes a table of issues into the writer provided.IssueTableWebComponent.getHtml
(IssueTableLayoutBean layout, List<Issue> issues, Pager pager) Deprecated.IssueTableWebComponent.getHtml
(IssueTableLayoutBean layout, List<Issue> issues, Pager pager, Long selectedIssueId) Deprecated. -
Uses of Issue in com.atlassian.jira.web.component.subtask
Methods in com.atlassian.jira.web.component.subtask with parameters of type IssueModifier and TypeMethodDescriptionAbstractSubTaskColumnLayoutItem.getContext
(Issue issue) SubTaskReorderColumnLayoutItem.getContext
(Issue issue) SubTaskSequenceColumnLayoutItem.getContext
(Issue issue) protected Long
AbstractSubTaskColumnLayoutItem.getCurrentSubTaskSequence
(Issue issue) ColumnLayoutItemFactory.getSubTaskReorderColumn
(ApplicationUser user, Issue parentIssue, SubTaskBean subTaskBean, String subTaskView) Create a column for SubTaskView for reordering (displaying reorder arrows)Constructors in com.atlassian.jira.web.component.subtask with parameters of type IssueModifierConstructorDescriptionSubTaskReorderColumnLayoutItem
(PermissionManager permissionManager, ApplicationUser user, VelocityTemplatingEngine templatingEngine, SubTaskBean subTaskBean, String subTaskView, String contextPath, Issue parentIssue, I18nHelper i18n) -
Uses of Issue in com.atlassian.jira.web.tags
Methods in com.atlassian.jira.web.tags that return types with arguments of type IssueMethod parameters in com.atlassian.jira.web.tags with type arguments of type Issue -
Uses of Issue in com.atlassian.jira.web.util
Methods in com.atlassian.jira.web.util with parameters of type IssueModifier and TypeMethodDescriptionDefaultWebAttachmentManager.createAttachment
(webwork.multipart.MultiPartRequestWrapper requestWrapper, ApplicationUser remoteUser, Issue issue, String fileParamName, Map<String, Object> attachmentProperties) WebAttachmentManager.createAttachment
(webwork.multipart.MultiPartRequestWrapper requestWrapper, ApplicationUser remoteUser, Issue issue, String fileParamName, Map<String, Object> attachmentProperties) DefaultWebAttachmentManager.createTemporaryAttachment
(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project) DefaultWebAttachmentManager.createTemporaryAttachment
(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project, String formToken) DefaultWebAttachmentManager.createTemporaryAttachment
(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project) DefaultWebAttachmentManager.createTemporaryAttachment
(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project, String formToken) WebAttachmentManager.createTemporaryAttachment
(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project) WebAttachmentManager.createTemporaryAttachment
(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project, String formToken) WebAttachmentManager.createTemporaryAttachment
(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project) WebAttachmentManager.createTemporaryAttachment
(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project, String formToken) IssueTableBean.getParentIssueKey
(Issue issue) Deprecated.IssueTableBean.getParentIssueSummary
(Issue issue) Deprecated.boolean
AuthorizationSupport.hasIssuePermission
(int permissionsId, Issue issue) boolean
AuthorizationSupport.hasIssuePermission
(ProjectPermissionKey projectPermissionKey, Issue issue) Returns true if the logged in user has the given permission on the given Issue.boolean
AuthorizationSupport.hasIssuePermission
(String permissionKey, Issue issue) Returns true if the logged in user has the given permission type on the given Issue.boolean
DefaultAuthorizationSupport.hasIssuePermission
(int permissionsId, Issue issue) boolean
DefaultAuthorizationSupport.hasIssuePermission
(ProjectPermissionKey projectPermissionKey, Issue issue) boolean
DefaultAuthorizationSupport.hasIssuePermission
(String permissionKey, Issue issue) -
Uses of Issue in com.atlassian.jira.workflow
Methods in com.atlassian.jira.workflow with parameters of type IssueModifier and TypeMethodDescriptioncom.opensymphony.workflow.loader.ActionDescriptor
OSWorkflowManager.getActionDescriptor
(Issue issue, int actionId) com.opensymphony.workflow.loader.ActionDescriptor
WorkflowManager.getActionDescriptor
(Issue issue, int actionId) Given an issue and the identifier if a workflow action, returns the ActionDescriptor associated.Collection<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManager.getAvailableActions
(Issue issue) Deprecated.since v6.3Collection<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManager.getAvailableActions
(Issue issue, ApplicationUser user) Returns the Workflow actions that are valid for the given Issue in its current state for given user.Collection<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManager.getAvailableActions
(Issue issue, TransitionOptions transitionOptions, ApplicationUser user) Returns the Workflow actions that are valid for the given Issue in its current state for given user.Collection<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManagerImpl.getAvailableActions
(Issue issue) Deprecated.Collection<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManagerImpl.getAvailableActions
(Issue issue, ApplicationUser user) Collection<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManagerImpl.getAvailableActions
(Issue issue, TransitionOptions transitionOptions, ApplicationUser user) OSWorkflowManager.getInitialStatusIdForIssue
(Issue issue) WorkflowManager.getInitialStatusIdForIssue
(Issue issue) Returns the initial status for the workflow the given issue belongs to.OSWorkflowManager.getNextStatusIdForAction
(Issue issue, int actionId) OSWorkflowManager.getNextStatusIdForAction
(Issue issue, JiraWorkflow workflow, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) WorkflowManager.getNextStatusIdForAction
(Issue issue, int actionId) Given an issue and the identifier of a workflow action, returns the next status id for the issue if the action gets executed.List<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManager.getSortedAvailableActions
(Issue issue) Deprecated.since v6.3List<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManager.getSortedAvailableActions
(Issue issue, ApplicationUser user) Returns the Workflow actions that are valid for the given Issue in its current state for given user.List<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManager.getSortedAvailableActions
(Issue issue, TransitionOptions transitionOptions, ApplicationUser user) Returns the Workflow actions that are valid for the given Issue in its current state for given user.List<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManagerImpl.getSortedAvailableActions
(Issue issue) Deprecated.List<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManagerImpl.getSortedAvailableActions
(Issue issue, ApplicationUser user) List<com.opensymphony.workflow.loader.ActionDescriptor>
IssueWorkflowManagerImpl.getSortedAvailableActions
(Issue issue, TransitionOptions transitionOptions, ApplicationUser user) OSWorkflowManager.getWorkflow
(Issue issue) WorkflowManager.getWorkflow
(Issue issue) Retrieve the workflow for a given issue.boolean
OSWorkflowManager.isEditable
(Issue issue) boolean
OSWorkflowManager.isEditable
(Issue issue, String nextStatusId) boolean
WorkflowManager.isEditable
(Issue issue) boolean
WorkflowManager.isEditable
(Issue issue, String nextStatusId) Checks if the issue will be editable in workflow step with given id.boolean
IssueWorkflowManager.isValidAction
(Issue issue, int action) Deprecated.since v6.3boolean
IssueWorkflowManager.isValidAction
(Issue issue, int actionId, ApplicationUser user) Returns true if the given transition ID is valid for the given issue and given user.boolean
IssueWorkflowManager.isValidAction
(Issue issue, int actionId, TransitionOptions transitionOptions, ApplicationUser user) Returns true if the given transition ID is valid for the given issue and current user.boolean
IssueWorkflowManagerImpl.isValidAction
(Issue issue, int actionid) Deprecated.boolean
IssueWorkflowManagerImpl.isValidAction
(Issue issue, int actionId, ApplicationUser user) boolean
IssueWorkflowManagerImpl.isValidAction
(Issue issue, int actionId, TransitionOptions transitionOptions, ApplicationUser user) -
Uses of Issue in com.atlassian.jira.workflow.condition
Methods in com.atlassian.jira.workflow.condition that return Issue -
Uses of Issue in com.atlassian.jira.workflow.migration
Methods in com.atlassian.jira.workflow.migration with parameters of type Issue
CommentService.validateCommentCreate(ApplicationUser, CommentParameters)
andCommentService.create(ApplicationUser, CommentCreateValidationResult, boolean)
.