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 TypeMethodDescriptionvoidMockCustomFieldType.createValue(CustomField field, Issue issue, Object value) MockCustomFieldType.getValueFromIssue(CustomField field, Issue issue) MockCustomFieldType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem) voidMockCustomFieldType.updateValue(CustomField field, Issue issue, Object value) -
Uses of Issue in com.atlassian.jira.appconsistency.integrity.check
Methods in com.atlassian.jira.appconsistency.integrity.check that return types with arguments of type IssueModifier and TypeMethodDescriptionWorkflowCurrentStepCheck.loadIssuesBatch(Long firstIssueId, Long lastIssueId) -
Uses of Issue in com.atlassian.jira.association
Methods in com.atlassian.jira.association with parameters of type IssueModifier and TypeMethodDescriptionvoidUserAssociationStore.createAssociation(String associationType, ApplicationUser user, Issue sink) Creates an association between a user and a sink node.voidUserAssociationStoreImpl.createAssociation(String associationType, ApplicationUser user, Issue sink) voidUserAssociationStore.removeAssociation(String associationType, ApplicationUser user, Issue sink) Removes an association between a user and a sink node.voidUserAssociationStoreImpl.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 TypeMethodDescriptionvoidAttachmentHandler.handleAttachmentDeleted(Attachment attachment, Issue issue, ApplicationUser user) voidAttachmentHandlerImpl.handleAttachmentDeleted(Attachment attachment, Issue issue, ApplicationUser user) voidCommentHandler.handleCommentLimited(Issue issue, ApplicationUser author, String body, long limitValue) Handle when adding comment is declined because it would exceed a configured Safeguards limit.voidCommentHandlerImpl.handleCommentLimited(Issue issue, ApplicationUser author, String body, long limitValue) voidIssueStateAuditHandler.onIssueArchived(Issue issue, List<String> subTaskIssueKeys) voidIssueStateAuditHandlerImpl.onIssueArchived(Issue issue, List<String> subTaskIssueKeys) voidIssueStateAuditHandler.onIssueCreated(Issue issue) voidIssueStateAuditHandlerImpl.onIssueCreated(Issue issue) voidIssueStateAuditHandler.onIssueDeleted(Issue issue) voidIssueStateAuditHandlerImpl.onIssueDeleted(Issue issue) voidIssueStateAuditHandler.onIssueRestored(Issue issue, List<String> subTaskIssueKeys) voidIssueStateAuditHandlerImpl.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) booleanCloneIssueCommand.isCanModifyReporter(ApplicationUser user, Issue issue) booleanDefaultIssueService.isEditable(Issue issue, ApplicationUser user) booleanIssueService.isEditable(Issue issue, ApplicationUser user) Returnstrueif 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 TypeMethodDescriptionbooleanAttachmentService.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 statebooleanDefaultAttachmentService.canAttachScreenshots(JiraServiceContext jiraServiceContext, Issue issue) booleanAttachmentService.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.booleanDefaultAttachmentService.canCreateAttachments(JiraServiceContext jiraServiceContext, Issue issue) booleanAttachmentService.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!booleanDefaultAttachmentService.canCreateTemporaryAttachments(JiraServiceContext jiraServiceContext, Issue issue) booleanAttachmentService.canManageAttachments(JiraServiceContext jiraServiceContext, Issue issue) Checks whether the user has permission to manage the attachments of the specified issue.booleanDefaultAttachmentService.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 ofComments 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 ofPinnedComments for the given issue.DefaultCommentService.getPinnedComments(JiraServiceContext jiraServiceContext, Issue issue) booleanCommentService.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.booleanCommentService.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.booleanCommentService.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.booleanDefaultCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection) booleanDefaultCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) booleanDefaultCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection, Optional<Status> status) booleanCommentService.hasPermissionToPinComments(ApplicationUser user, Issue issue, ErrorCollection errorCollection) Check if the given user has permission to pin a commentbooleanDefaultCommentService.hasPermissionToPinComments(ApplicationUser user, Issue issue, ErrorCollection errorCollection) booleanCommentService.isValidAllCommentData(ApplicationUser user, Issue issue, String body, Visibility visibility, ErrorCollection errorCollection) Will call all other validate methods setting the appropriate errors in theerrorCollectionif any errors occur.booleanCommentService.isValidAllCommentData(ApplicationUser user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection) booleanDefaultCommentService.isValidAllCommentData(ApplicationUser currentUser, Issue issue, String body, Visibility visibility, ErrorCollection errorCollection) booleanDefaultCommentService.isValidAllCommentData(ApplicationUser currentUser, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection) booleanCommentService.isValidCommentVisibility(ApplicationUser user, Issue issue, Visibility visibility, ErrorCollection errorCollection) This method validates if the comment has the correct role and group levels set.booleanDefaultCommentService.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.DeleteIssueLinkValidationResultthat 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.DeleteByGlobalIdValidationResultthat can be passed to themethod.invalid reference
#deleteByGlobalId(User, DeleteByGlobalIdValidationResult)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 jqlQuery, Query filterQuery, TrackHits trackHits, PagerFilter pager) DefaultSearchService.search(ApplicationUser searcher, Query jqlQuery, Query filterQuery, PagerFilter pager) DefaultSearchService.search(ApplicationUser searcher, Query query, TrackHits trackHits, PagerFilter pager) DefaultSearchService.search(ApplicationUser searcher, Query query, PagerFilter pager) SearchService.search(ApplicationUser searcher, Query jqlQuery, Query filterQuery, TrackHits trackHits, PagerFilter pager) Searches the index and returns issues within the pager's range.SearchService.search(ApplicationUser searcher, Query jqlQuery, Query filterQuery, PagerFilter pager) Searches the index and returns issues within the pager's range.SearchService.search(ApplicationUser searcher, Query query, TrackHits trackHits, PagerFilter pager) Search the index, and only return issues that are in the pager's range.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 not taking into account any security constraints.DefaultSearchService.streamSearch(ApplicationUser searcher, Query query) SearchService.streamSearch(ApplicationUser searcher, Query query) Search the index, and only return the matched issues as a stream, which is memory efficient for a large number of issues.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 TypeMethodDescriptionbooleanDefaultVisibilityValidator.isValidVisibilityData(JiraServiceContext jiraServiceContext, String i18nPrefix, Issue issue, Visibility visibility) booleanVisibilityValidator.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.booleanDefaultVoteService.hasVoted(Issue issue, ApplicationUser user) booleanVoteService.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 booleanDefaultWatcherService.canEditWatcherList(Issue issue, ApplicationUser remoteUser) Returns true iff the given User has permission to edit the watcher list of the issue.protected voidDefaultWatcherService.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.booleanDefaultWatcherService.hasViewWatcherListPermission(Issue issue, ApplicationUser remoteUser) Returns true iff the given User has permission to view the watcher list of the issue.booleanWatcherService.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.booleanDefaultWatcherService.canUnwatchAll(Iterable<Issue> issues, ApplicationUser remoteUser) booleanWatcherService.canUnwatchAll(Iterable<Issue> issues, ApplicationUser applicationUser) Whether the specified user can unwatch all the specified issues.booleanDefaultWatcherService.canWatchAll(Iterable<Issue> issues, ApplicationUser applicationUser) booleanWatcherService.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 LongDefaultWorklogService.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 booleanDefaultWorklogService.hasDeleteAllPermission(ApplicationUser user, Issue issue) protected booleanDefaultWorklogService.hasEditAllPermission(ApplicationUser user, Issue issue) booleanDefaultWorklogService.hasPermissionToCreate(JiraServiceContext jiraServiceContext, Issue issue, boolean isEditableCheckRequired) booleanWorklogService.hasPermissionToCreate(JiraServiceContext jiraServiceContext, Issue issue, boolean isEditableCheckRequired) Determines if the user has thePermissions.WORK_ISSUEpermission, that timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.protected booleanDefaultWorklogService.hasViewPermission(ApplicationUser user, Issue issue) protected LongDefaultWorklogService.increaseEstimate(Issue issue, Long amount) booleanDefaultWorklogService.isIssueInEditableWorkflowState(Issue issue) booleanWorklogService.isIssueInEditableWorkflowState(Issue issue) Will return true if the issue is in an editable workflow state.protected booleanDefaultWorklogService.isUserInRole(Long roleLevel, ApplicationUser user, Issue issue) protected booleanDefaultWorklogService.isValidWorklogInputFields(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String errorFieldPrefix) protected LongDefaultWorklogService.reduceEstimate(Issue issue, Long amount) protected WorklogDefaultWorklogService.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 TypeMethodDescriptionbooleanCommentsPerIssueLimitValidator.isValid(Issue issue, ApplicationUser author, String commentBody, ErrorCollection errorCollection) Checks if limit is not reached yet (eg.booleanDefaultCommentsPerIssueLimitValidator.isValid(Issue issue, ApplicationUser author, String commentBody, ErrorCollection errorCollection) voidCommentsPerIssueLimitValidator.validate(Issue issue, ApplicationUser author, String commentBody) Checks if limit is not reached yet (eg.voidDefaultCommentsPerIssueLimitValidator.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 TypeMethodDescriptionbooleanDefaultIssueToSubTaskConversionService.canConvertIssue(JiraServiceContext context, Issue issue) As per theIssueToSubTaskConversionServiceinterface.booleanDefaultSubTaskToIssueConversionService.canConvertIssue(JiraServiceContext context, Issue issue) booleanIssueConversionService.canConvertIssue(JiraServiceContext context, Issue issue) Determines if user can convert given issue.voidDefaultIssueConversionService.convertIssue(JiraServiceContext context, Issue currentIssue, MutableIssue updatedIssue) voidIssueConversionService.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 ofFieldLayoutItemrequired 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.booleanDefaultIssueConversionService.hasPermission(JiraServiceContext context, Issue issue) booleanIssueConversionService.hasPermission(JiraServiceContext context, Issue issue) Checks the user's permission to convert given issue.protected booleanDefaultIssueConversionService.isShouldCheckFieldValue(Issue origIssue, Field field) JRA-12671 - need to determine if we should call hasValue on the field.booleanDefaultIssueConversionService.isStatusChangeRequired(JiraServiceContext context, Issue issue, IssueType issueType) booleanIssueConversionService.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).voidDefaultIssueConversionService.populateFields(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) voidIssueConversionService.populateFields(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) Populates the operationContext from the params in theActionContextIn case of invalid values, new error messages are added to the context's error collection under the fieldName.voidDefaultIssueToSubTaskConversionService.preStoreUpdates(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue) voidDefaultSubTaskToIssueConversionService.preStoreUpdates(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue) Removes the parent link and adds change item.voidIssueConversionService.preStoreUpdates(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue) Allows for a plugin point to extra updates specific to that sub classvoidDefaultIssueConversionService.validateFields(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) voidIssueConversionService.validateFields(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems) Validates that all fields inputed have valid values.voidDefaultIssueToSubTaskConversionService.validateParentIssue(JiraServiceContext context, Issue issue, Issue parentIssue, String fieldNameParentIssueKey) voidIssueToSubTaskConversionService.validateParentIssue(JiraServiceContext context, Issue issue, Issue parentIssue, String fieldNameParentIssueKey) Validates the given parent issue key for issue key.voidDefaultIssueToSubTaskConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId) voidDefaultSubTaskToIssueConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId) voidIssueConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId) Validates that the issue can be converted to given issue type.voidDefaultIssueConversionService.validateTargetStatus(JiraServiceContext context, Status status, String fieldName, Issue issue, IssueType issueType) voidIssueConversionService.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 UserSearchIssueContextAssigneeService.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 allApplicationUsers that may have anIssueassigned 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 AssigneeApplicationUsers 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 AssigneeApplicationUsers 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) booleanAssigneeService.isAssignable(Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) Determines if a user is assignable to an issue.booleanDefaultAssigneeService.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 allApplicationUsers that may have all of the givenIssues 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 TypeMethodDescriptionvoidSubTaskBeanImpl.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) Deprecated, for removal: This API element is subject to removal in a future version.DefaultIssueTypeSchemeService.getIssuesMatchingTypesInProjectsUnsorted(ApplicationUser user, Collection<Long> projectIds, Collection<String> issueTypeIds) IssueTypeSchemeService.getIssuesMatchingTypesInProjectsUnsorted(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 thechosenIssueTypeIdswere 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 givenissueTypeSchemewere to be associated with them.DefaultSubTaskManager.getSubTaskObjects(Issue parentIssue) Get an issue's subtasks.MockSubTaskManager.getSubTaskObjects(Issue issue) SubTaskManager.getSubTaskObjects(Issue issue) DefaultSubTaskManager.getVisibleSubTaskObjects(Issue issue, ApplicationUser currentUser) MockSubTaskManager.getVisibleSubTaskObjects(Issue issue, ApplicationUser currentUser) SubTaskManager.getVisibleSubTaskObjects(Issue issue, ApplicationUser currentUser) Returns a collection of subtask issues for the given parent issue that are visible to the given user.Methods in com.atlassian.jira.config with parameters of type IssueModifier and TypeMethodDescriptionbooleanSubTaskService.canMoveSubtask(ApplicationUser user, Issue parentIssue) booleanSubTaskServiceImpl.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.voidDefaultSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, ApplicationUser remoteUser) voidMockSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, ApplicationUser remoteUser) voidSubTaskManager.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) DefaultSubTaskManager.getVisibleSubTaskObjects(Issue issue, ApplicationUser currentUser) MockSubTaskManager.getVisibleSubTaskObjects(Issue issue, ApplicationUser currentUser) SubTaskManager.getVisibleSubTaskObjects(Issue issue, ApplicationUser currentUser) Returns a collection of subtask issues for the given parent issue that are visible to the given user.booleanbooleanbooleanReturn true if the given issue is a subtask.voidDefaultSubTaskManager.moveSubTask(Issue parentIssue, Long currentSequence, Long sequence) voidMockSubTaskManager.moveSubTask(Issue issue, Long currentSequence, Long sequence) voidSubTaskManager.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) voidDefaultSubTaskManager.resetSequences(Issue issue) voidMockSubTaskManager.resetSequences(Issue issue) voidSubTaskManager.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 TypeMethodDescriptionFuncTestTextAreaCFType.TestFieldConfigItemType.getConfigurationObject(Issue issue, FieldConfig config) voidSlowFieldIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) -
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 TypeMethodDescriptionvoidReferenceIssueIndexExtractor.indexEntity(EntityIndexExtractor.Context<Issue> ctx, FieldValueCollector collector) -
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) voidReferenceIssueView.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 TypeMethodDescriptionvoidLabelsCustomFieldIndexer.indexFields(FieldValueCollector collector, 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) booleanReferenceIssueTabPanel.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()IssueVoteAddedEvent.getIssue()IssueVoteDeletedEvent.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 usesEventTypesForIssueChangeto 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) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, boolean sendMail) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, Map<String, Object> params, ApplicationUser remoteUser, boolean sendMail) voidDefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser) static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser) Deprecated.Since v5.0static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, boolean sendMail) Deprecated.useinstead.invalid reference
com.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, boolean)static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) Deprecated.Since v5.0static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail) Deprecated.Since v5.0static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) Deprecated.Since v5.0static voidIssueEventDispatcher.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 voidIssueEventDispatcher.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 voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated) Deprecated.Since v5.0static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser) Deprecated.Since v5.0static voidIssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser, boolean sendMail) Deprecated.useinstead.invalid reference
com.atlassian.jira.event.issue.IssueEventManager#dispatchEvent(Long, com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean)voidIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidIssueEventManager.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).voidIssueEventManager.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).voidIssueEventManager.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).voidIssueEventManager.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).voidIssueEventManager.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).voidIssueEventManager.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).voidIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, Map<String, Object> params, ApplicationUser remoteUser, boolean sendMail) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, Map params, ApplicationUser remoteUser) Deprecated.since v6.4.10, please useIssueEventManager.dispatchEvent(IssueEventBundle).voidDefaultIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog) voidDefaultIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params) voidDefaultIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail) voidDefaultIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated) voidDefaultIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, ApplicationUser remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated) voidDefaultIssueEventManager.dispatchRedundantEvent(Long eventTypeId, Issue issue, Map<String, Object> params, ApplicationUser remoteUser, boolean sendMail) voidIssueEventManager.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).voidIssueEventManager.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).voidIssueEventManager.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).voidIssueEventManager.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).voidIssueEventManager.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).voidIssueEventManager.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) IssueVoteAddedEvent(Issue issue) IssueVoteDeletedEvent(Issue issue) 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 voidExternalUtils.checkStatus(Issue issue, String statusId) org.ofbiz.core.entity.GenericValueExternalUtils.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 TypeClassDescriptionclassclassclassPlease extend this class if you want to change the behaviour of just a few methods of `Issue`.classclassIssue 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()AbstractIssue.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 ofGenericValueobjects into a list ofMutableIssueobjects.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.booleanAttachmentValidator.canCreateAttachments(ApplicationUser user, Issue issue, ErrorCollection errorCollection) Verifies if user may create attachment for given issue.booleanAttachmentValidator.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 voidIssueVerifier.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(Issue issue, ApplicationUser author, String newIssueKey, boolean sendMail) Copy Issue attachments to another issue and publish an event.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.GenericValueIssueManager.createIssue(ApplicationUser remoteUser, Issue issue) Deprecated.Useinstead.invalid reference
#createIssueObject(User, Issue)IssueManager.createIssueObject(ApplicationUser remoteUser, Issue issue) Creates an issue.voidIssueManager.deleteIssue(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) This method will delete an issue from JIRA.voidIssueManager.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 ofCustomFields that apply to a particular issue.CustomFieldManager.getCustomFieldsWithValue(Issue issue) Returns a set ofCustomFields 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 booleanIssueUtils.hasTimeTracking(Issue issue) Does an issue have timetracking data, only makes sense if time tracking is turned on.booleanIssueManager.isEditable(Issue issue) Returnstrueif the issue can be edited.booleanIssueManager.isEditable(Issue issue, ApplicationUser user) Returnstrueif the issue can be edited by the current user.booleanIssueManager.isEditable(Issue issue, String nextStatusId) Returnstrueif the issue can be edited after action.voidAttachmentManager.moveAttachments(Issue oldIssue, String newIssueKey) Move Issue attachments to a new directory.voidAttachmentIndexManager.processAttachmentAndCreateIndex(File file, Attachment attachment, Issue issue) This methods generates the index of and archive file.voidIssueManager.recordMovedIssueKey(Issue oldIssue) Used internally when we want to record that an Issue has changed its Issue key (because it has moved project).voidAttachmentIndexManager.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.voidGenericMutableIssueWrapper.setParentObject(Issue parentIssue) voidIssueImpl.setParentObject(Issue parentIssue) voidMutableIssue.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 TypeMethodDescriptionbooleanAttachmentValidator.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 voidIssueUtils.filterIssues(Collection<Issue> issues, Predicate<Issue> filter) Filters a list of issues based on the type of IssueFilter passed instatic voidIssueUtils.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, boolean returnOldest, 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 TypeMethodDescriptionbooleanDefaultAttachmentValidator.canCreateAttachments(ApplicationUser user, Issue issue, ErrorCollection errorCollection) booleanDefaultAttachmentValidator.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 AttachmentKeyAttachmentKeys.from(Attachment attachment, Issue issue) Creates an AttachmentKey from the given attachment and issue.static AttachmentKeyAttachmentKeys.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.PathDefaultThumbnailAccessor.getThumbnailFilePath(Issue issue, Attachment attachment) com.atlassian.dc.filestore.api.FileStore.PathThumbnailAccessor.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 TypeMethodDescriptionbooleanDefaultAttachmentValidator.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 StringTemporaryAttachment.getEntityToken(io.atlassian.fugue.Either<Issue, Project> entity) Deprecated.io.atlassian.fugue.Option<AttachmentError> AttachmentValidatorInvoker.invokeAfterUploadValidators(String fileName, io.atlassian.fugue.Either<Issue, Project> target, Function<AfterUploadAttachmentValidator, io.atlassian.util.concurrent.Promise<Optional<AttachmentValidationError>>> validation) Safely invoke pluggable after upload attachment validators, catching any exceptions on the way.io.atlassian.fugue.Option<AttachmentError> DefaultAttachmentValidatorInvoker.invokeAfterUploadValidators(String fileName, io.atlassian.fugue.Either<Issue, Project> target, Function<AfterUploadAttachmentValidator, io.atlassian.util.concurrent.Promise<Optional<AttachmentValidationError>>> validation) io.atlassian.fugue.Option<AttachmentError> AttachmentValidatorInvoker.invokeBeforeUploadValidators(String fileName, io.atlassian.fugue.Either<Issue, Project> target, Function<BeforeUploadAttachmentValidator, Optional<AttachmentValidationError>> validation) Safely invoke pluggable before upload attachment validators, catching any exceptions on the way.io.atlassian.fugue.Option<AttachmentError> DefaultAttachmentValidatorInvoker.invokeBeforeUploadValidators(String fileName, io.atlassian.fugue.Either<Issue, Project> target, Function<BeforeUploadAttachmentValidator, Optional<AttachmentValidationError>> validation) 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) voidChangeHistoryManager.removeAllChangeItems(Issue issue) Remove all change items associated with an issue.voidDefaultChangeHistoryManager.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) voidCommentManager.deleteCommentsForIssue(Issue issue) RemovesComments belonging to the passed issue.voidDefaultCommentManager.deleteCommentsForIssue(Issue issue) CommentManager.getComments(Issue issue) This will return all comments for a given issue.CommentSearchManager.getComments(Issue issue) DefaultCommentManager.getComments(Issue issue) longCommentSearchManager.getCommentsCount(Issue issue) CommentManager.getCommentsForUser(Issue issue, ApplicationUser user) Retrieves allComments on the given Issue that the givenApplicationUserhas permission to see.CommentSearchManager.getCommentsForUser(Issue issue, ApplicationUser user) DefaultCommentManager.getCommentsForUser(Issue issue, ApplicationUser user) CommentManager.getCommentsForUserSince(Issue issue, ApplicationUser user, Date since) RetrievesComments that were created or updated after the provided date, on the given Issue that the givenApplicationUserhas 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 allComments on the given Issue that the givenApplicationUserhas permission to see.CommentOrderManagerImpl.getSortedComments(Issue issue, ApplicationUser user) booleanCommentPermissionManager.hasDeleteAllPermission(ApplicationUser user, Issue issue) Returns true if the given User can delete all comments for the given Issue.booleanDefaultCommentPermissionManager.hasDeleteAllPermission(ApplicationUser user, Issue issue) booleanCommentPermissionManager.hasDeleteOwnPermission(ApplicationUser user, Issue issue) Returns true if the given User can delete her own comments in the given Issue.booleanDefaultCommentPermissionManager.hasDeleteOwnPermission(ApplicationUser user, Issue issue) booleanCommentPermissionManager.hasEditAllPermission(ApplicationUser user, Issue issue) Returns true if user has permission to edit all comments in the given Issue.booleanDefaultCommentPermissionManager.hasEditAllPermission(ApplicationUser user, Issue issue) booleanCommentPermissionManager.hasEditOwnPermission(ApplicationUser user, Issue issue) Returns true if user has permission to edit her own comments in the given Issue.booleanDefaultCommentPermissionManager.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 IssueConstantIssueConstantsComparator.getConstant(Issue i1) protected IssueConstantIssueStatusComparator.getConstant(Issue i1) protected IssueConstantIssueTypeComparator.getConstant(Issue i1) protected IssueConstantPriorityComparator.getConstant(Issue i1) protected IssueConstantResolutionComparator.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) voidCustomFieldType.createValue(CustomField field, Issue issue, T value) Save the value for this Custom Field in a particular issue to the database.default CloneOptionConfigurationCustomFieldType.getCloneOptionConfiguration(CustomField field, Issue issueToClone) Get the clone option configuration for the given custom field in the context of the given issue.default TCustomFieldType.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: Ifissueis not null and issue.getProjectId() is not null, return a single list with issue.getProjectId() Ifconfigis 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).voidMultipleSettableCustomFieldType.removeValue(CustomField field, Issue issue, Option optionObject) Perform any actions required if the option selected by the issue is removed.voidCustomFieldType.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 TypeMethodDescriptionvoidAbstractMultiCFType.createValue(CustomField customField, Issue issue, Collection<S> value) Create a multi-select value for an issue.voidAbstractSingleFieldType.createValue(CustomField field, Issue issue, T value) At this point we know that the value doesn't exist, and thatis not null. voidCalculatedCFType.createValue(CustomField field, Issue issue, T value) voidCascadingSelectCFType.createValue(CustomField field, Issue issue, Map<String, Option> cascadingOptions) Create a cascading select-list instance for an issue.voidLabelsCFType.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 MapAbstractCustomFieldType.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) voidCascadingSelectCFType.removeValue(CustomField field, Issue issue, Option option) voidMultiSelectCFType.removeValue(CustomField field, Issue issue, Option option) voidSelectCFType.removeValue(CustomField field, Issue issue, Option option) This default implementation will remove all values from the custom field for an issue.voidAbstractMultiCFType.updateValue(CustomField customField, Issue issue, Collection<S> value) Update a multi-select value for an issue.voidAbstractSingleFieldType.updateValue(CustomField customField, Issue issue, T value) the value does exist, and the new value is different than the existing one.voidCalculatedCFType.updateValue(CustomField field, Issue issue, T value) voidCascadingSelectCFType.updateValue(CustomField field, Issue issue, Map<String, Option> cascadingOptions) voidImportIdLinkCFType.updateValue(CustomField customField, Issue issue, Double value) voidLabelsCFType.updateValue(CustomField field, Issue issue, Set<Label> value) voidMultiUserCFType.updateValue(CustomField customField, Issue issue, Collection<ApplicationUser> value) voidReadOnlyCFType.updateValue(CustomField customField, Issue issue, String value) voidUserCFType.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 TAbstractCustomFieldOperationsHandler.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 TAbstractCustomFieldOperationsHandler.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 StringDateCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringDateTimeCustomFieldOperationsHandler.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 DoubleNumberCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringProjectCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringSelectCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringSingleVersionCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringTextCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected StringUserCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()protected TAbstractCustomFieldOperationsHandler.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 TAbstractCustomFieldOperationsHandler.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 TAbstractCustomFieldOperationsHandler.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 StringDateCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringDateTimeCustomFieldOperationsHandler.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 DoubleNumberCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Double currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringProjectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSingleVersionCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringTextCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringUserCustomFieldOperationsHandler.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 IssueAbstractOrderableField.getIssueForBulkOperation(BulkEditBean bulkEditBean) Methods in com.atlassian.jira.issue.fields with parameters of type IssueModifier and TypeMethodDescriptionprotected abstract voidAbstractVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollectionToAddTo, I18nHelper i18n) protected voidAffectedVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n) protected voidFixVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n) booleanAffectedVersionsSystemField.canRemoveValueFromIssueObject(Issue issue) booleanArchivedDateSystemField.canRemoveValueFromIssueObject(Issue issue) booleanArchivedUserSystemField.canRemoveValueFromIssueObject(Issue issue) booleanAssigneeSystemField.canRemoveValueFromIssueObject(Issue issue) booleanAttachmentSystemField.canRemoveValueFromIssueObject(Issue issue) booleanCommentSystemField.canRemoveValueFromIssueObject(Issue issue) booleanComponentsSystemField.canRemoveValueFromIssueObject(Issue issue) booleanDescriptionSystemField.canRemoveValueFromIssueObject(Issue issue) booleanDueDateSystemField.canRemoveValueFromIssueObject(Issue issue) booleanEnvironmentSystemField.canRemoveValueFromIssueObject(Issue issue) booleanFixVersionsSystemField.canRemoveValueFromIssueObject(Issue issue) booleanImmutableCustomField.canRemoveValueFromIssueObject(Issue issue) booleanIssueLinksSystemField.canRemoveValueFromIssueObject(Issue issue) booleanIssueTypeSystemField.canRemoveValueFromIssueObject(Issue issue) booleanLabelsSystemField.canRemoveValueFromIssueObject(Issue issue) booleanMockCustomField.canRemoveValueFromIssueObject(Issue issue) booleanMockOrderableField.canRemoveValueFromIssueObject(Issue issue) booleanOrderableField.canRemoveValueFromIssueObject(Issue issue) Returnstrueif a call toOrderableField.removeValueFromIssueObject(com.atlassian.jira.issue.MutableIssue)will actually remove the value.booleanPrioritySystemField.canRemoveValueFromIssueObject(Issue issue) booleanProjectSystemField.canRemoveValueFromIssueObject(Issue issue) booleanReporterSystemField.canRemoveValueFromIssueObject(Issue issue) booleanResolutionSystemField.canRemoveValueFromIssueObject(Issue issue) booleanSecurityLevelSystemField.canRemoveValueFromIssueObject(Issue issue) booleanSummarySystemField.canRemoveValueFromIssueObject(Issue issue) booleanTimeTrackingSystemField.canRemoveValueFromIssueObject(Issue issue) booleanWorklogSystemField.canRemoveValueFromIssueObject(Issue issue) voidAbstractTextSystemField.createValue(Issue issue, String value) voidAbstractVersionsSystemField.createValue(Issue issue, Collection<Version> value) voidArchivedDateSystemField.createValue(Issue issue, Date value) voidArchivedUserSystemField.createValue(Issue issue, ApplicationUser value) voidAssigneeSystemField.createValue(Issue issue, ApplicationUser value) voidAttachmentSystemField.createValue(Issue issue, List<String> value) voidCommentSystemField.createValue(Issue issue, Map<String, Object> value) voidComponentsSystemField.createValue(Issue issue, Collection<ProjectComponent> value) voidDueDateSystemField.createValue(Issue issue, Date value) voidImmutableCustomField.createValue(Issue issue, Object value) voidIssueLinksSystemField.createValue(Issue issue, IssueLinksSystemField.IssueLinkingValue value) voidIssueTypeSystemField.createValue(Issue issue, IssueType value) voidLabelsSystemField.createValue(Issue issue, Object value) voidMockCustomField.createValue(Issue issue, Object value) voidMockOrderableField.createValue(Issue issue, Object value) voidOrderableField.createValue(Issue issue, V value) Create the value of the issue in the data store.voidPrioritySystemField.createValue(Issue issue, Priority value) voidProjectSystemField.createValue(Issue issue, Project value) voidReporterSystemField.createValue(Issue issue, ApplicationUser value) voidResolutionSystemField.createValue(Issue issue, Resolution value) voidSecurityLevelSystemField.createValue(Issue issue, org.ofbiz.core.entity.GenericValue value) voidTimeTrackingSystemField.createValue(Issue issue, Object value) voidWorklogSystemField.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 LongIdsValueHolderAbstractVersionsSystemField.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.GenericValueSecurityLevelSystemField.getDefaultValue(Issue issue) SummarySystemField.getDefaultValue(Issue issue) TimeTrackingSystemField.getDefaultValue(Issue issue) WorklogSystemField.getDefaultValue(Issue issue) protected LongAbstractAggregateDurationSystemField.getDuration(Issue issue) protected abstract LongAbstractDurationSystemField.getDuration(Issue issue) protected LongOriginalEstimateSystemField.getDuration(Issue issue) protected LongTimeEstimateSystemField.getDuration(Issue issue) protected LongTimeSpentSystemField.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 relevantFieldConfigfor 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 singleFieldExportPartwith 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.TimeTrackingParametersAbstractProgressBarSystemField.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 StringAbstractTextSystemField.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) longWorkRatioSystemField.getWorkRatio(Issue issue) protected booleanAbstractOrderableField.hasBulkUpdatePermission(BulkEditBean bulkEditBean, Issue issue) protected booleanImmutableCustomField.hasBulkUpdatePermission(BulkEditBean bulkEditBean, Issue issue) Checks whether the user has the permission to execute the bulk operation for the provided issue.protected booleanAbstractOrderableField.hasPermission(Issue issue, ProjectPermissionKey permissionKey) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanDetermines if the field has a value for the given issue.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanTimeTrackingSystemField.hasWorkStarted(Issue issue) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanTests field specific way to determine if it should be shown or not.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanAbstractTextSystemField.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) voidAbstractTextSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidAbstractVersionsSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidArchivedDateSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidArchivedUserSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidAssigneeSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidAttachmentSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidCommentSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidComponentsSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidDescriptionSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidDueDateSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidImmutableCustomField.populateDefaults(Map<String, Object> customFieldValuesHolder, Issue issue) voidIssueLinksSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) We don't return any default for the field.voidIssueTypeSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidLabelsSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidMockCustomField.populateDefaults(Map fieldValuesHolder, Issue issue) voidMockOrderableField.populateDefaults(Map fieldValuesHolder, Issue issue) voidOrderableField.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.voidPrioritySystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidProjectSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidReporterSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidResolutionSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidSecurityLevelSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidTimeTrackingSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) We don't return any default for the TimeTracking field.voidWorklogSystemField.populateDefaults(Map<String, Object> fieldValuesHolder, Issue issue) voidAbstractTextSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidAbstractVersionsSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidArchivedDateSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidArchivedUserSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidAssigneeSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidAttachmentSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidCommentSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidComponentsSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidDueDateSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidImmutableCustomField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidIssueLinksSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidIssueTypeSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidLabelsSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidMockCustomField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidMockOrderableField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidOrderableField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) Used to populate the fieldValueHolder with parameters for move issue screen.voidPrioritySystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidProjectSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidReporterSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidResolutionSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidSecurityLevelSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidTimeTrackingSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidWorklogSystemField.populateForMove(Map<String, Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue) voidAbstractTextSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidAbstractVersionsSystemField.populateFromIssue(Map<String, Object> params, Issue issue) voidArchivedDateSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidArchivedUserSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidAssigneeSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidAttachmentSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidCommentSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidComponentsSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidDueDateSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidImmutableCustomField.populateFromIssue(Map<String, Object> customFieldValuesHolder, Issue issue) Puts the custom field parameters retrieved from the given issue to the given customFieldValuesHolder map.voidIssueLinksSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) This is called to populate the field values holder with the current state of the Issue object.voidIssueTypeSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidLabelsSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidMockCustomField.populateFromIssue(Map fieldValuesHolder, Issue issue) voidMockOrderableField.populateFromIssue(Map fieldValuesHolder, Issue issue) voidOrderableField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) Used to initialise the fieldValuesHolder from the current value of teh issue.voidPrioritySystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidProjectSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidReporterSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidResolutionSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidSecurityLevelSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidSummarySystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidTimeTrackingSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) This is called to populate the field values holder with the current state of the Issue object.voidWorklogSystemField.populateFromIssue(Map<String, Object> fieldValuesHolder, Issue issue) voidAbstractTextSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidAbstractVersionsSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidArchivedDateSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidArchivedUserSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidAssigneeSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidAttachmentSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidCommentSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidComponentsSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidDueDateSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidImmutableCustomField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) Does nothing.voidIssueLinksSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) This was called by Jelly code to map a value into a field values holder.voidIssueTypeSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidLabelsSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidMockCustomField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue) voidMockOrderableField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue) voidOrderableField.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.voidPrioritySystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidProjectSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidReporterSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidResolutionSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidSecurityLevelSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) voidTimeTrackingSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) This is called by Jelly code to map a value into a field values holder.voidWorklogSystemField.populateParamsFromString(Map<String, Object> fieldValuesHolder, String stringValue, Issue issue) protected voidAbstractTextSystemField.populateVelocityParams(FieldLayoutItem fieldLayoutItem, Issue issue, Map<String, Object> params) protected voidSummarySystemField.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) voidAbstractTextSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidAbstractVersionsSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidArchivedDateSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidArchivedUserSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidAssigneeSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) Update the issuevoidAttachmentSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidCommentSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidComponentsSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidDueDateSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) Update the issuevoidImmutableCustomField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidIssueLinksSystemField.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.voidIssueTypeSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidLabelsSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidMockCustomField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidMockOrderableField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidOrderableField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) Update the issue in the data store.voidPrioritySystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidProjectSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidReporterSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidResolutionSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidSecurityLevelSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) Update the issuevoidTimeTrackingSystemField.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.voidWorklogSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder) voidAbstractVersionsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidArchivedDateSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidArchivedUserSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidAssigneeSystemField.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)voidAttachmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidCommentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidComponentsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidDescriptionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidDueDateSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidEnvironmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoidImmutableCustomField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidIssueLinksSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidIssueTypeSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoidLabelsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidMockCustomField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidMockOrderableField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidOrderableField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) Ensure that the parameters are validvoidPrioritySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidProjectSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidReporterSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidResolutionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidSecurityLevelSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidSummarySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) validate the field valuevoidTimeTrackingSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem) voidWorklogSystemField.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.voidConstructors 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 TAbstractFieldOperationsHandler.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 TAbstractFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()AffectedVersionsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringAssigneeRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected Collection<String> ComponentsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringDescriptionRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringDueDateRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringEnvironmentRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) FixForVersionsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) LabelsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringPriorityRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringReporterRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringResolutionRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringSecurityLevelRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors) protected StringSummaryRestFieldOperationsHandler.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 TAbstractFieldOperationsHandler.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 TAbstractFieldOperationsHandler.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 TAbstractFieldOperationsHandler.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 StringAssigneeRestFieldOperationsHandler.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 StringDescriptionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringDueDateRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringEnvironmentRestFieldOperationsHandler.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 StringPriorityRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringReporterRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringResolutionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSecurityLevelRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors) protected StringSummaryRestFieldOperationsHandler.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 theIssueInputParametersbased 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.Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type IssueModifier and TypeMethodDescriptionIssueLinksBeanBuilder.buildSubtaskLinks(Collection<Issue> subtasks) Build a List of IssueLinkJsonBean objects representing the sub-task links for the given collection of subtasks.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) StreamingCommentsJsonBean(Issue issue, boolean isRendered, String rendererType, ApplicationUser contextUser) Deprecated.protectedStreamingCommentsJsonBean(Issue issue, boolean isRendered, String rendererType, ApplicationUser contextUser, int limit, boolean firstPage) StreamingCommentsJsonBean(Issue issue, boolean isRendered, String rendererType, ApplicationUser contextUser, ApplicationProperties applicationProperties, boolean isBackgroundProcessing) Constructor for StreamingCommentsJsonBean that handles user context for filtering comments. -
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 aFieldScreenRendererthat 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) booleanbooleanbooleanbooleanbooleanbooleanvoidBulkFieldScreenRenderLayoutItemImpl.populateDefaults(Map fieldValuesHolder, Issue issue) voidFieldScreenRenderLayoutItem.populateDefaults(Map fieldValuesHolder, Issue issue) voidFieldScreenRenderLayoutItemImpl.populateDefaults(Map fieldValuesHolder, Issue issue) voidBulkFieldScreenRenderLayoutItemImpl.populateFromIssue(Map fieldValuesHolder, Issue issue) voidFieldScreenRenderLayoutItem.populateFromIssue(Map fieldValuesHolder, Issue issue) voidFieldScreenRenderLayoutItemImpl.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.BuilderAbstractDateRangeBuilder.changeItemBuilder(Issue issue) static org.ofbiz.core.entity.GenericValueChangeLogUtils.createChangeGroup(ApplicationUser changeAuthor, Issue before, Issue after, Collection<ChangeItemBean> incomingChangeItems, boolean generateChangeItems) protected abstract ChangeHistoryItemAbstractDateRangeBuilder.createInitialChangeItem(Issue issue) protected ChangeHistoryItemAssigneeDateRangeBuilder.createInitialChangeItem(Issue issue) protected ChangeHistoryItemPriorityDateRangeBuilder.createInitialChangeItem(Issue issue) protected ChangeHistoryItemReporterDateRangeBuilder.createInitialChangeItem(Issue issue) protected ChangeHistoryItemResolutionDateRangeBuilder.createInitialChangeItem(Issue issue) protected ChangeHistoryItemStatusDateRangeBuilder.createInitialChangeItem(Issue issue) protected ChangeHistoryItemVersionDateRangeBuilder.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 voidDeprecated.default org.apache.lucene.index.TermIssueDocumentFactory.getIdentifyingTerm(Issue issue) static voidSecurityIndexingUtils.indexPermissions(FieldValueCollector collector, 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 voidSecurityIndexingUtils.indexPermissions(FieldValueCollector collector, Issue issue, String fieldName, String fieldValue) Index field level permissions - ones that depend on specific field value.voidvoidDeprecated.voidDeprecated.voidIndexManagerBase.reIndex(Issue issue, IssueIndexingParams issueIndexingParams) Deprecated.voidReindex an issue (eg.voidIssueIndexingService.reIndex(Issue issue, IssueIndexingParams issueIndexingParams) Reindex an issue (eg.voidDeprecated.Call this asIssueIndexingService.reIndex(Issue)instead.voidDeprecated.Since v6.4, useIssueIndexManager.reIndex(Issue, IssueIndexingParams).voidIssueIndexManager.reIndex(Issue issue, IssueIndexingParams issueIndexingParams) Deprecated.Call this asIssueIndexingService.reIndex(Issue, IssueIndexingParams)instead.voidvoidMethod 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 voidIssueIndexingService.deIndexIssueObjects(Set<Issue> issuesToDelete, boolean shouldReplicate) Deprecated.DefaultIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) Deprecated, for removal: This API element is subject to removal in a future version.IssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) Add documents for the supplied issues.<T> TDefaultTemporaryIndexProvider.indexIssuesAndSearch(Collection<? extends Issue> issues, SearchTemporaryIndexSearcher.IndexSearcher<T> tempIndexSearcher) Deprecated.Search API implementation for searching a temporary index.<T> TSearchTemporaryIndexSearcher.indexIssuesAndSearch(Collection<? extends Issue> issues, SearchTemporaryIndexSearcher.IndexSearcher<T> indexSearcher) Deprecated.longBulkOnlyIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects) longIndexManagerBase.reIndexIssueObjects(Collection<? extends Issue> issueObjects) Deprecated.longIndexManagerBase.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.longIndexManagerBase.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean shouldReplicate) Deprecated.longIndexManagerBase.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) Deprecated.longIndexManagerBase.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) Deprecated.longIssueIndexingService.reIndexIssueObjects(Collection<? extends Issue> issueObjects) Reindex a set of issues.longIssueIndexingService.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) Reindex a set of issues.longIssueIndexingService.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) Reindex a set of issues.longIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects) Deprecated.Call this asIssueIndexingService.reIndexIssueObjects(Collection)instead.longIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.longIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean shouldReplicate) Deprecated.longIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) Deprecated.Call this asIssueIndexingService.reIndexIssueObjects(Collection, IssueIndexingParams)instead.longIssueIndexManager.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) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.since 10.4, it implements a deprecated interfaceDefaultIssueIndexer.ChangeHistoryRetriever.DefaultCommentRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) DefaultIssueIndexer.EntityRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) DefaultWorklogRetriever.retrieve(EntityWithVersion<Issue> issueWithVersion) voidIndexManagerBase.unconditionallyReindexIssuesAndRelatedEntitiesLocally(Collection<Issue> issueObjects) Deprecated.voidInternalIndexingService.unconditionallyReindexIssuesAndRelatedEntitiesLocally(Collection<Issue> issueObjects) Deprecated.Unconditionally updates issues and all related entities indexes: comments, worklogs and changeHistory.Constructor parameters in com.atlassian.jira.issue.index with type arguments of type IssueModifierConstructorDescriptionTemporarySearcherProvider(IndexDirectoryFactory indexDirectoryFactory, Collection<? extends Issue> issues) -
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 aLinkCollectionfor a given issue.IssueLinkManager.getLinkCollection(Issue issue, ApplicationUser remoteUser, boolean excludeSystemLinks) DefaultIssueLinkManager.getLinkCollectionOverrideSecurity(Issue issue) IssueLinkManager.getLinkCollectionOverrideSecurity(Issue issue) Constructs aLinkCollectionfor 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) intDefaultIssueLinkManager.removeIssueLinks(Issue issue, ApplicationUser remoteUser) intIssueLinkManager.removeIssueLinks(Issue issue, ApplicationUser remoteUser) Removes ALL incoming and outgoing issuelinks from the issue supplied.intDefaultIssueLinkManager.removeIssueLinksNoChangeItems(Issue issue) intIssueLinkManager.removeIssueLinksNoChangeItems(Issue issue) Removes ALL incoming and outgoing issuelinks from the issue supplied without creating ChangeItems for the Change History.voidDefaultRemoteIssueLinkManager.removeRemoteIssueLinkByGlobalId(Issue issue, String globalId, ApplicationUser user) voidRemoteIssueLinkManager.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 IssueDefaultIssueManager.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(Issue issue, ApplicationUser author, String newIssueKey, boolean sendMail) Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> DefaultAttachmentManager.copyAttachments(Context context, Issue issue, ApplicationUser author, String newIssueKey) org.ofbiz.core.entity.GenericValueDefaultIssueManager.createIssue(ApplicationUser remoteUser, Issue issue) org.ofbiz.core.entity.GenericValueRequestCachingIssueManager.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.voidDefaultIssueDeleteHelper.deleteIssue(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) voidDefaultIssueManager.deleteIssue(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) voidIssueDeleteHelper.deleteIssue(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) Delete issue in context of given user.voidRequestCachingIssueManager.deleteIssue(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) voidDefaultIssueDeleteHelper.deleteIssueNoEvent(Issue issue) voidDefaultIssueManager.deleteIssueNoEvent(Issue issue) voidIssueDeleteHelper.deleteIssueNoEvent(Issue issue) Delete issue without firing any events, or sending notifications.voidRequestCachingIssueManager.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 allCustomFields 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) booleanDefaultIssueManager.isEditable(Issue issue) booleanDefaultIssueManager.isEditable(Issue issue, ApplicationUser user) booleanDefaultIssueManager.isEditable(Issue issue, String nextStatusId) booleanRequestCachingIssueManager.isEditable(Issue issue) booleanRequestCachingIssueManager.isEditable(Issue issue, ApplicationUser user) booleanRequestCachingIssueManager.isEditable(Issue issue, String nextStatusId) voidDefaultAttachmentManager.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.voidDefaultAttachmentIndexManager.processAttachmentAndCreateIndex(File file, Attachment attachment, Issue issue) protected io.atlassian.fugue.Option<AttachmentArchive> DefaultAttachmentIndexManager.processAttachmentAndCreateIndex(File file, Attachment attachment, Issue issue, int maxEntries) voidDefaultIssueManager.recordMovedIssueKey(Issue oldIssue) voidRequestCachingIssueManager.recordMovedIssueKey(Issue oldIssue) voidDefaultAttachmentIndexManager.removeAttachmentIndex(Attachment attachment, Issue issue) protected voidDefaultIssueDeleteHelper.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.Methods in com.atlassian.jira.issue.search with parameters of type IssueModifier and TypeMethodDescriptionstatic StringDocumentTypes.issueDocId(Issue issue) Returns the document ID for an issue in the following format: issue/{id}.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.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) booleanIssueSecuritySchemeManager.hasSecurityLevelAccess(Issue issue, ApplicationUser user) Checks if the given user has permission to see the Issue Security Level of the given issue.booleanIssueSecuritySchemeManagerImpl.hasSecurityLevelAccess(Issue issue, ApplicationUser user) booleanIssueSecurityHelper.securityLevelNeedsMove(Issue sourceIssue, Issue targetIssue) Checks if we possibly want to change the Security Level of an issue that is being moved.booleanIssueSecurityHelperImpl.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 TypeMethodDescriptionvoidDefaultThumbnailManager.deleteThumbnailForAttachment(Issue issue, Attachment attachment) voidDisabledThumbNailManager.deleteThumbnailForAttachment(Issue issue, Attachment attachment) voidThumbnailManager.deleteThumbnailForAttachment(Issue issue, Attachment attachment) Deletes the generated thumbnail for an attachment, if exists.voidDefaultThumbnailManager.deleteThumbnailsForIssue(Issue issue) voidDisabledThumbNailManager.deleteThumbnailsForIssue(Issue issue) voidThumbnailManager.deleteThumbnailsForIssue(Issue issue) Deletes the generated thumbnails for the attachments of an issue.com.atlassian.core.util.thumbnail.ThumbnailDefaultThumbnailManager.getThumbnail(Issue issue, Attachment attachment) com.atlassian.core.util.thumbnail.ThumbnailDisabledThumbNailManager.getThumbnail(Issue issue, Attachment attachment) com.atlassian.core.util.thumbnail.ThumbnailThumbnailManager.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.ThumbnailDefaultThumbnailManager.getThumbnailDeferred(Issue issue, Attachment attachment) com.atlassian.core.util.thumbnail.ThumbnailDisabledThumbNailManager.getThumbnailDeferred(Issue issue, Attachment attachment) com.atlassian.core.util.thumbnail.ThumbnailThumbnailManager.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) RetrievesThumbnailsfor anIssuebooleanDefaultThumbnailManager.isThumbnailable(Issue issue, Attachment attachment) booleanDisabledThumbNailManager.isThumbnailable(Issue issue, Attachment attachment) booleanThumbnailManager.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 TypeMethodDescriptionAbstractTransformIssueIterator.next()AbstractTransformIssueIterator.nextIssue()IssueIterator.nextIssue()Deprecated.use @{#next()}protected abstract Issueprotected IssueMethods 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) booleanIssueImplAggregateTimeTrackingCalculator.PermissionChecker.hasPermission(Issue subTask) Returns true if a user in this context has a browse permissionPermissions.BROWSEfor given issue (sub-task), false otherwise.protected voidAllows for IssuesIterable implementations that spy on each iterated issue.Method parameters in com.atlassian.jira.issue.util with type arguments of type IssueModifier and TypeMethodDescriptionvoidfinal voidvoidfinal voidConstructors 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 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 StringAbstractIssueHtmlView.getLinkToPrevious(Issue issue) protected StringIssueHtmlView.getLinkToPrevious(Issue issue) protected StringIssueWordView.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) voidIssueWordView.writeHeaders(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams) voidSingleIssueWriter.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 that return types with arguments of type IssueModifier and TypeMethodDescriptionDefaultSearchRequestViewBodyWriterUtil.searchAndSortIssues(SearchRequest searchRequest, PagerFilter pagerFilter) SearchRequestViewBodyWriterUtil.searchAndSortIssues(SearchRequest searchRequest, PagerFilter pagerFilter) Searches and returns issuesMethods 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 TypeMethodDescriptionbooleanDefaultVoteManager.addVote(ApplicationUser user, Issue issue) booleanVoteManager.addVote(ApplicationUser user, Issue issue) Adds a new vote for the user and issue specified.intDefaultVoteManager.getVoteCount(Issue issue) intVoteManager.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.booleanDefaultVoteManager.hasVoted(ApplicationUser user, Issue issue) booleanVoteManager.hasVoted(ApplicationUser user, Issue issue) Checks if the given User has voted on the given Issue.booleanDefaultVoteManager.removeVote(ApplicationUser user, Issue issue) booleanVoteManager.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 issueintDefaultWatcherManager.getWatcherCount(Issue issue) intWatcherManager.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).booleanDefaultWatcherManager.isWatching(ApplicationUser user, Issue issue) booleanWatcherManager.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) longDatabaseWorklogStore.deleteWorklogsForIssue(Issue issue) voidDefaultWorklogManager.deleteWorklogsForIssue(Issue issue) voidWorklogManager.deleteWorklogsForIssue(Issue issue) Removes all worklogs which are associated with a given issue.longWorklogStore.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 longWorkRatio.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 TypeClassDescriptionclassThis class makes it possible to pass render context parameters to field renderers in Jira Core.classDecorator 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(jakarta.mail.Message message) Looks for an issue associated with the given message by inspecting the "In-Reply-To" header of the message.MailThreadManagerImpl.getAssociatedIssueObject(jakarta.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(jakarta.mail.Message message) Looks for issues associated with the given message by inspecting the "In-Reply-To" header of the message.MailThreadManagerImpl.getAssociatedIssueObjects(jakarta.mail.Message message) Methods in com.atlassian.jira.mail with parameters of type IssueModifier and TypeMethodDescriptionstatic StringJiraMailUtils.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) voidMailThreadManager.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.voidMailThreadManagerImpl.storeIncomingMessageId(String messageId, String senderAddress, Issue issue, MailThreadManager.MailAction action) voidMailThreadManager.threadNotificationEmail(Email email, Issue issue) Thread the given email which is related to the given issue.voidMailThreadManagerImpl.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 theMentionFinderand 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.GenericValueMockIssueManager.createIssue(ApplicationUser remoteUser, Issue issue) MockIssueManager.createIssueObject(ApplicationUser remoteUser, Issue issue) voidMockIssueManager.deleteIssue(ApplicationUser user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail) voidMockIssueManager.deleteIssueNoEvent(Issue issue) MockIssueManager.getEntitiesByIssueObject(String relationName, Issue issue) MockRendererManager.getRenderedContent(FieldLayoutItem fieldConfig, Issue issue) MockIssueManager.getWatchers(Issue issue) MockIssueManager.getWatchersFor(Issue issue) booleanMockPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user) booleanMockPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) booleanMockIssueManager.isEditable(Issue issue) booleanMockIssueManager.isEditable(Issue issue, ApplicationUser user) booleanMockIssueManager.isEditable(Issue issue, String nextStatusId) voidMockIssueManager.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.indexedIssuesfinal Collection<Issue> MockIssueIndexer.reIndexedIssuesMethod 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 IssueAdhocNotificationService.ValidateNotificationResult.issueMethods 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 IssueModifierConstructorDescriptionprotectedValidateNotificationResult(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 theUseror acollectionofUsersrepresenting the current CustomField value for the given issue.booleanProjectRoleSecurityAndNotificationType.hasPermission(Issue issue, String parameter) booleanProjectRoleSecurityAndNotificationType.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 TypeMethodDescriptionbooleanDefaultWorkflowPermission.allows(ProjectPermissionKey permission, Issue issue, ApplicationUser user) booleanDenyWorkflowPermission.allows(ProjectPermissionKey permission, Issue issue, ApplicationUser user) booleanWorkflowPermission.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.booleanDefaultPermissionSchemeManager.hasSchemePermission(ProjectPermissionKey permissionKey, Issue issue) booleanDefaultPermissionSchemeManager.hasSchemePermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, boolean issueCreation) booleanPermissionSchemeManager.hasSchemePermission(ProjectPermissionKey permissionKey, Issue issue) Checks anonymous permission of the given permission type for the given issue.booleanPermissionSchemeManager.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 booleanAbstractIssueTabPanel2.showPanel(Issue issue, ApplicationUser remoteUser) Bridge method that delegates to the newIssueTabPanel2.showPanel(ShowPanelRequest)method.booleanIssueTabPanel.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 StringAbstractIssueView.getBody(Issue issue, IssueViewRequestParams issueViewRequestParams) abstract StringAbstractIssueView.getContent(Issue issue, IssueViewRequestParams issueViewRequestParams) IssueView.getContent(Issue issue, IssueViewRequestParams issueViewRequestParams) voidAbstractIssueView.writeHeaders(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams) A default implementation that does nothingvoidIssueView.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 booleanAbstractIssueCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) Deprecated.Should we display this item for this issue?abstract booleanAbstractIssueWebCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) Should we display this item for this issue?booleanCanArchiveIssueCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanCanAttachFileToIssueCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanCanConvertToIssueCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanCanConvertToSubTaskCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanCanManageAttachmentsCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanCanRestoreIssueCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanHasSubTasksAvailableCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanHasVotedForIssueCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanIsIssueArchivedCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanIsIssueAssignedToCurrentUserCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanIsIssueEditableCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanIsIssueReportedByCurrentUserCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanIsIssueUnresolvedCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanIsSubTaskCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanIsWatchingIssueCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper) booleanNoAttachmentsCondition.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(jakarta.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 TypeMethodDescriptionvoidInitialWatchersAssigner.addInitialWatchers(Issue issue, ApplicationUser remoteUser) Adds the initial watchers from the custom field in the issue provided and notifies them via mention service.voidInitialWatchersCFType.createValue(CustomField customField, Issue issue, Collection<ApplicationUser> value) booleanInitialWatchersCFType.shouldDisplayField(OperationContext context, Issue issue) Field should only be displayed on Create and only if user has Manage Watchers permissionbooleanInitialWatchersPermissionChecker.shouldDisplayField(OperationContext context, Issue issue, ApplicationUser user) voidInitialWatchersCFType.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.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 TypeMethodDescriptionvoidDefaultVersionManager.moveIssuesToNewVersion(List<Issue> issues, Version currentVersion, Version swapToVersion) voidVersionManager.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 TypeMethodDescriptionvoidIssueFields.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.projects.page.summary
Fields in com.atlassian.jira.projects.page.summary with type parameters of type IssueModifier and TypeFieldDescriptionstatic final com.google.common.base.Function<Map.Entry<String, Collection<Issue>>, com.atlassian.jira.projects.page.summary.MostActiveVignetteContextProvider.AssigneeAndCount> MostActiveVignetteContextProvider.MAP_ENTRY_TO_COUNT -
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 TypeMethodDescriptionjakarta.ws.rs.core.ResponseAssignIssueResource.assignIssue(Issue issue, String assignee) booleanUpdateIssueResource.canDisableUserNotifications(ApplicationUser user, Issue issue) Determines if the current user can disable user notifications for the edit issue operation.jakarta.ws.rs.core.ResponseRemoteIssueLinkResource.createOrUpdateRemoteIssueLink(Issue issue, RemoteIssueLinkCreateOrUpdateRequest request, jakarta.ws.rs.core.UriInfo contextUriInfo) Creates or updates a remote issue link from a JSON representation.RemoteIssueLinkResource.createReciprocalRemoteIssueLink(Issue sourceIssue, RemoteReciprocalIssueLinkCreateRequest request, jakarta.ws.rs.core.UriInfo contextUriInfo) jakarta.ws.rs.core.ResponseDeleteIssueResource.deleteIssue(Issue issue, String deleteSubtasks, jakarta.ws.rs.core.UriInfo uriInfo) jakarta.ws.rs.core.ResponseRemoteIssueLinkResource.deleteRemoteIssueLinkByGlobalId(Issue issue, String globalId) jakarta.ws.rs.core.ResponseRemoteIssueLinkResource.deleteRemoteIssueLinkById(Issue issue, String idString) Deletes a remote issue link.jakarta.ws.rs.core.ResponseUpdateIssueResource.editIssue(Issue issue, IssueUpdateBean updateRequest, boolean notifyUsers) intDeleteIssueResource.getNumberOfSubTasks(Issue issue) jakarta.ws.rs.core.ResponseRemoteIssueLinkResource.getRemoteIssueLinkById(Issue issue, String idString) Gets the remote issue link with the given id for the given issue.jakarta.ws.rs.core.ResponseRemoteIssueLinkResource.getRemoteIssueLinks(Issue issue, String globalId) Gets all the remote issue links for the given issue, and filter by the other parameters.jakarta.ws.rs.core.ResponseUpdateIssueResource.transitionIssue(Issue issue, IssueUpdateBean issueUpdateBean) jakarta.ws.rs.core.ResponseRemoteIssueLinkResource.updateRemoteIssueLink(Issue issue, String idString, RemoteIssueLinkCreateOrUpdateRequest request) Updates a remote issue link.Constructors in com.atlassian.jira.rest.v2.issue with parameters of type IssueModifierConstructorDescriptionprotectedAbstractMetaFieldBeanBuilder(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 TypeMethodDescriptionjakarta.ws.rs.core.ResponseIssueWorklogResource.addWorklog(Issue issue, WorklogJsonBean request, IssueWorklogResource.WorklogAdjustmentRequest adjustEstimateDetails, jakarta.ws.rs.core.UriInfo uriInfo) jakarta.ws.rs.core.ResponseIssueWorklogResource.deleteWorklog(Issue issue, WorklogJsonBean request, IssueWorklogResource.WorklogAdjustmentRequest adjustEstimateDetails, jakarta.ws.rs.core.UriInfo uriInfo) jakarta.ws.rs.core.ResponseIssueWorklogResource.getIssueWorklogs(Issue issue) IssueWorklogResource.getIssueWorklogsObjects(Issue issue) jakarta.ws.rs.core.ResponseIssueWorklogResource.getWorklogForIssue(String worklogId, Issue issue) abstract WorklogInputParametersWorklogOperation.prepareData(JiraServiceContextImpl serviceContext, Issue issue, WorklogJsonBean request, IssueWorklogResource.WorklogAdjustmentRequest adjustment) jakarta.ws.rs.core.ResponseIssueWorklogResource.updateWorklog(Issue issue, WorklogJsonBean request, IssueWorklogResource.WorklogAdjustmentRequest adjustEstimateDetails, jakarta.ws.rs.core.UriInfo uriInfo) abstract WorklogWorklogOperation.validateAndPerformAndAutoAdjustEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) abstract WorklogWorklogOperation.validateAndPerformAndLeaveEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) abstract WorklogWorklogOperation.validateAndPerformAndManualAdjustEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters) abstract WorklogWorklogOperation.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 SearchResultsBeanSearchResource.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 TypeMethodDescriptionbooleanSchemeType.hasPermission(Issue issue, String parameter) Determines if this permission type is satisfied for anonymous access.booleanSchemeType.hasPermission(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) Determines if this permission type is satisfied. -
Uses of Issue in com.atlassian.jira.search.index.bulk
Methods in com.atlassian.jira.search.index.bulk that return IssueModifier and TypeMethodDescriptionIssueWithProgress.issue()Returns the value of theissuerecord component.Constructors in com.atlassian.jira.search.index.bulk with parameters of type IssueModifierConstructorDescriptionIssueWithProgress(Issue issue, Context.Task task) Creates an instance of aIssueWithProgressrecord class. -
Uses of Issue in com.atlassian.jira.search.issue.index
Methods in com.atlassian.jira.search.issue.index with parameters of type IssueModifier and TypeMethodDescriptionDefaultIssuesIndexRequestFactory.issueIndexRequest(Issue issue) DefaultIssuesIndexRequestFactory.issueIndexRequest(Issue issue, boolean incrementVersion) IssuesIndexRequestFactory.issueIndexRequest(Issue issue) Creates an index request for the given issue.IssuesIndexRequestFactory.issueIndexRequest(Issue issue, boolean incrementVersion) Creates an index request for the given issue, with an option to increment the entity version.Retrieves comments for the given issue.Retrieves worklogs for the given issue.Method parameters in com.atlassian.jira.search.issue.index with type arguments of type IssueModifier and TypeMethodDescriptionDefaultIssuesIndexRequestFactory.bulkIndexRequest(List<Issue> issues, IssueIndexingParams indexingParams, boolean incrementVersion) IssuesIndexRequestFactory.bulkIndexRequest(List<Issue> issues, IssueIndexingParams indexingParams, boolean incrementVersion) Creates a bulk index request for the given list of issues. -
Uses of Issue in com.atlassian.jira.search.issue.index.indexers
Methods in com.atlassian.jira.search.issue.index.indexers with parameters of type IssueModifier and TypeMethodDescriptionvoidCustomFieldIndexerWithStats.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidFieldIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) This method allows an indexer the opportunity to add values to the provided collector that are relevant for searching and storage of the portion of the issue that the FieldIndexer handles.voidFieldIndexerWithStats.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) default voidFieldWithVisibilityIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) It is a default implementation ofFieldIndexer.indexFields(FieldValueCollector, Issue, CustomFieldPrefetchedData)for indexers which implementFieldWithVisibilityIndexer.default voidFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) The same as indexField but accepts an additional parameter to indicate if the field is visible and in scope.voidFieldIndexerWithStats.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidFieldWithVisibilityIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) Enforce implementing indexFieldWithVisibility instead of indexFields.booleanCustomFieldIndexerWithStats.isFieldVisibleAndInScope(Issue issue) booleanFieldIndexer.isFieldVisibleAndInScope(Issue issue) This method is used to determine if the indexer is relevant for the provided issue.booleanFieldIndexerWithStats.isFieldVisibleAndInScope(Issue issue) Method parameters in com.atlassian.jira.search.issue.index.indexers with type arguments of type IssueModifier and TypeMethodDescriptionvoidFieldIndexersIssueIndexExtractor.indexEntities(Map<EntityIndexExtractor.Context<Issue>, FieldValueCollector> collectors) voidFieldIndexersIssueIndexExtractor.indexEntity(EntityIndexExtractor.Context<Issue> ctx, FieldValueCollector collector) voidVisibilityNonEmptyIssueIndexExtractorDecorator.indexEntity(EntityIndexExtractor.Context<Issue> ctx, FieldValueCollector collector) Constructor parameters in com.atlassian.jira.search.issue.index.indexers with type arguments of type IssueModifierConstructorDescription -
Uses of Issue in com.atlassian.jira.search.issue.index.indexers.impl
Methods in com.atlassian.jira.search.issue.index.indexers.impl with parameters of type IssueModifier and TypeMethodDescriptionprotected voidBaseCustomFieldIndexer.indexField(FieldValueCollector collector, String value, Issue issue) Deprecated, for removal: This API element is subject to removal in a future version.since 11.voidAttachmentIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidCreatedDateIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidExactTextCustomFieldIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidIssueIdIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidIssueKeyIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidIssueLinkIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidIssueTypeIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidLocalDateIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidMultiUserCustomFieldIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidNumberCustomFieldIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidProjectIdIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidSecurityIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidSortableTextCustomFieldIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidSubTaskIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidSummaryIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidUserCustomFieldIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidVersionCustomFieldIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidVisibilityBaseFieldIndexer.indexFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) voidAssigneeIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidCascadingSelectCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidDateCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidDueDateIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidExactTextCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidGroupCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidLocalDateIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidMultiGroupCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidMultiUserCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidNumberCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidProjectCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidReporterIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidResolutionDateIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidSelectCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidSortableTextCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidUpdatedDateIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidUserCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidVersionCustomFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) voidVisibilityBaseFieldIndexer.indexFieldsWithVisibility(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData, boolean visible) protected voidAffectedVersionsIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidBaseLabelsIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidComponentsIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidCreatorIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidCurrentEstimateIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidCustomFieldLabelsIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidDescriptionIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidEnvironmentIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidFixForVersionsIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidOriginalEstimateIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidParentIssueIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidPriorityIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidProgressIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidResolutionIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidStatusIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidTimeSpentIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected abstract voidVisibilityBaseFieldIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidVoterIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidVotesIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidWatcherIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidWatchesIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) protected voidWorkRatioIndexer.indexVisibleFields(FieldValueCollector collector, Issue issue, CustomFieldPrefetchedData prefetchedData) booleanAssigneeIndexer.isFieldVisibleAndInScope(Issue issue) booleanAttachmentIndexer.isFieldVisibleAndInScope(Issue issue) booleanBaseCustomFieldIndexer.isFieldVisibleAndInScope(Issue issue) booleanCreatedDateIndexer.isFieldVisibleAndInScope(Issue issue) booleanCurrentEstimateIndexer.isFieldVisibleAndInScope(Issue issue) booleanCustomFieldLabelsIndexer.isFieldVisibleAndInScope(Issue issue) booleanDueDateIndexer.isFieldVisibleAndInScope(Issue issue) booleanIssueIdIndexer.isFieldVisibleAndInScope(Issue issue) booleanIssueKeyIndexer.isFieldVisibleAndInScope(Issue issue) booleanIssueLinkIndexer.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.booleanIssueTypeIndexer.isFieldVisibleAndInScope(Issue issue) booleanNumberCustomFieldIndexer.isFieldVisibleAndInScope(Issue issue) booleanOriginalEstimateIndexer.isFieldVisibleAndInScope(Issue issue) booleanParentIssueIndexer.isFieldVisibleAndInScope(Issue issue) booleanProgressIndexer.isFieldVisibleAndInScope(Issue issue) booleanProjectIdIndexer.isFieldVisibleAndInScope(Issue issue) booleanReporterIndexer.isFieldVisibleAndInScope(Issue issue) booleanResolutionDateIndexer.isFieldVisibleAndInScope(Issue issue) booleanSecurityIndexer.isFieldVisibleAndInScope(Issue issue) booleanSubTaskIndexer.isFieldVisibleAndInScope(Issue issue) booleanSummaryIndexer.isFieldVisibleAndInScope(Issue issue) booleanTimeSpentIndexer.isFieldVisibleAndInScope(Issue issue) booleanUpdatedDateIndexer.isFieldVisibleAndInScope(Issue issue) booleanVisibilityBaseFieldIndexer.isFieldVisibleAndInScope(Issue issue) booleanVoterIndexer.isFieldVisibleAndInScope(Issue issue) booleanVotesIndexer.isFieldVisibleAndInScope(Issue issue) booleanWatcherIndexer.isFieldVisibleAndInScope(Issue issue) booleanWatchesIndexer.isFieldVisibleAndInScope(Issue issue) booleanWorkRatioIndexer.isFieldVisibleAndInScope(Issue issue) Method parameters in com.atlassian.jira.search.issue.index.indexers.impl with type arguments of type IssueModifier and TypeMethodDescriptionvoidIssuePropertyIndexExtractor.indexEntity(EntityIndexExtractor.Context<Issue> ctx, FieldValueCollector collector) -
Uses of Issue in com.atlassian.jira.search.opensearch
Methods in com.atlassian.jira.search.opensearch with parameters of type IssueModifier and TypeMethodDescriptionvoidvoidOpenSearchIssueIndexManager.reIndex(Issue issue, IssueIndexingParams issueIndexingParams) voidOpenSearchJiraIndexManager.reIndex(Issue issue, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.Method parameters in com.atlassian.jira.search.opensearch with type arguments of type IssueModifier and TypeMethodDescriptionOpenSearchIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams) longOpenSearchIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects) longOpenSearchIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) longOpenSearchIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) longOpenSearchJiraIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.longOpenSearchJiraIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean shouldReplicate) Deprecated.OpenSearchIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, IssueIndexingParams issueIndexingParams, boolean conditionalUpdate, boolean shouldReplicate) voidOpenSearchJiraIndexManager.unconditionallyReindexIssuesAndRelatedEntitiesLocally(Collection<Issue> issueObjects) Deprecated. -
Uses of Issue in com.atlassian.jira.security
Methods in com.atlassian.jira.security with parameters of type IssueModifier and TypeMethodDescriptionbooleanApplicationRequiredPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user) Deprecated.booleanApplicationRequiredPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) booleanApplicationRequiredPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) booleanApplicationRequiredPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) booleanDefaultPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user) booleanDefaultPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) booleanDefaultPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) booleanDefaultPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) booleanPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user) Deprecated.booleanPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) Checks to see if this user has permission to see the specified issue.booleanPermissionManager.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.booleanPermissionManager.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.booleanPublicAccessPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user) Deprecated.booleanPublicAccessPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) booleanPublicAccessPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) booleanPublicAccessPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) booleanSubvertedPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user) booleanSubvertedPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user) booleanSubvertedPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) booleanSubvertedPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) booleanWorkflowBasedPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user) booleanWorkflowBasedPermissionManager.hasPermission(ProjectPermissionKey permissionsKey, Issue issue, ApplicationUser user) booleanWorkflowBasedPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) booleanWorkflowBasedPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) static booleanDefaultPermissionManager.serviceAccountCanAccessProject(ProjectPermissionKey permissionKey, Issue issue, ServiceAccountApplicationUser user) -
Uses of Issue in com.atlassian.jira.security.plugin
Methods in com.atlassian.jira.security.plugin with parameters of type IssueModifier and TypeMethodDescriptionProjectPermissionOverride.hasIssuePermission(ProjectPermissionKey projectPermissionKey, Issue issue, ApplicationUser applicationUser) The implementation of this method is supposed to either deny permissions or abstain from decision if the user has permissions to a selected issue. -
Uses of Issue in com.atlassian.jira.security.type
Methods in com.atlassian.jira.security.type with parameters of type IssueModifier and TypeMethodDescriptionprotected StringCurrentAssignee.getFieldValue(Issue issue) protected StringCurrentAssigneeHasAssignablePermission.getFieldValue(Issue issue) protected StringCurrentReporter.getFieldValue(Issue issue) protected StringCurrentReporterHasCreatePermission.getFieldValue(Issue issue) protected abstract StringSimpleIssueFieldSecurityType.getFieldValue(Issue issue) Returns the user key value for the given issue for the field that this security type checks.protected abstract booleanAbstractIssueFieldSecurityType.hasIssuePermission(ApplicationUser user, boolean issueCreation, Issue issue, String parameter) protected booleanGroupCF.hasIssuePermission(ApplicationUser user, boolean issueCreation, Issue issue, String parameter) protected booleanSimpleIssueFieldSecurityType.hasIssuePermission(ApplicationUser user, boolean issueCreation, Issue issue, String parameter) protected booleanUserCF.hasIssuePermission(ApplicationUser user, boolean issueCreation, Issue issue, String parameter) booleanAbstractIssueFieldSecurityType.hasPermission(Issue issue, String argument) booleanAbstractIssueFieldSecurityType.hasPermission(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) booleanApplicationRoleSecurityType.hasPermission(Issue issue, String parameter) booleanApplicationRoleSecurityType.hasPermission(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) booleanGroupDropdown.hasPermission(Issue issue, String parameter) booleanGroupDropdown.hasPermission(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) booleanProjectLead.hasPermission(Issue issue, String parameter) booleanProjectLead.hasPermission(Issue issue, String parameter, ApplicationUser user, boolean issueCreation) booleanSingleUser.hasPermission(Issue issue, String parameter) booleanSingleUser.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.booleanGroupSelectorUtils.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 IssueServiceUtils.findIssueObjectInString(String searchString) Loops through the string and returns the issue that is found within, or null if there is no issue matching.static IssueServiceUtils.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 TypeMethodDescriptionvoidDefaultUserIssueHistoryManager.addIssueToHistory(ApplicationUser user, Issue issue) voidUserIssueHistoryManager.addIssueToHistory(ApplicationUser user, Issue issue) Add anIssueto the user history list. -
Uses of Issue in com.atlassian.jira.web
Methods in com.atlassian.jira.web with parameters of type IssueModifier and TypeMethodDescriptionbooleanFieldVisibilityManager.isFieldHidden(String fieldId, Issue issue) Checks if the field is hidden for the issue's current field layout scheme.booleanFieldVisibilityManagerImpl.isFieldHidden(String fieldId, Issue issue) booleanFieldVisibilityManager.isFieldVisible(String fieldId, Issue issue) Checks if the field is visible for the issue's current field layout scheme.booleanFieldVisibilityManagerImpl.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 TypeMethodDescriptionvoidIssueActionSupport.addIssueToHistory(Issue issueObj) Sets the current issue.booleanJiraWebActionSupport.hasIssuePermission(int permissionsId, Issue issue) booleanJiraWebActionSupport.hasIssuePermission(ProjectPermissionKey projectPermissionKey, Issue issue) booleanJiraWebActionSupport.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 currentIssueManageAttachments.getParentIssueObject()Returns the parent of the currentIssueAbstractIssueSelectAction.getSummaryIssue()This is used by the issue summary decorator to add the left-hand side decoration.IssueSummaryAware.getSummaryIssue()protected IssueAbstractIssueSelectAction.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 IssueAbstractIssueSelectAction.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 voidAbstractIssueLinkAction.dispatchCommentEvents(Issue issue, Comment comment) CreateIssue.getCustomFields(Issue issue) intBugAssociatorPrefs.getDefaultMode(Issue issue) What to show initially.intDefaultBugAssociatorPrefs.getDefaultMode(Issue issue) intBugAssociatorPrefs.getDefaultSearchMode(Issue issue) Whether users can select just one or multiple issues.intDefaultBugAssociatorPrefs.getDefaultSearchMode(Issue issue) longBugAssociatorPrefs.getDefaultSearchRequestId(Issue issue) Get the search request to run initially, if theBugAssociatorPrefs.SEARCHmode is used.longDefaultBugAssociatorPrefs.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.UseFieldScreenRendererFactoryinstead.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) booleanCommentAssignIssue.hasIssuePermission(ProjectPermissionKey permissionKey, Issue issue) booleanCommentAssignIssue.hasIssuePermission(String permissionKey, Issue issue) booleanAbstractIssueSelectAction.isEditable(Issue issue) Determines whether the current user can edit or resolve an specified issue.booleanUpdateFieldsHelperBeanImpl.isEditable(Issue issue) booleanUpdateFieldsHelperBean.isFieldValidForEdit(ApplicationUser user, String fieldId, Issue issueObject) Deprecated.UseFieldScreenRendererFactoryinstead.booleanUpdateFieldsHelperBeanImpl.isFieldValidForEdit(ApplicationUser user, String fieldId, Issue issueObject) booleanAbstractIssueSelectAction.isHasEditIssuePermission(Issue issue) protected booleanMoveIssueUpdateFields.isShouldCheckFieldValue(Issue origIssue, Field field) JRA-12671 - need to determine if we should call hasValue on the field.booleanAbstractWorklogAction.isTimeTrackingFieldHidden(Issue issue) booleanAbstractIssueSelectAction.isWorkflowAllowsEdit(Issue issue) protected voidCreateIssue.populateFieldHolderWithDefaults(Issue issue, Collection excludedFieldIds) voidDefaultIssueMetadataHelper.putMetadata(Issue issue, SearchRequest searchRequest, JiraWebResourceManager webResourceManager) voidIssueMetadataHelper.putMetadata(Issue issue, SearchRequest searchRequest, JiraWebResourceManager webResourceManager) Insert a given issue's metadata into aWebResourceManager.protected IssueAbstractIssueSelectAction.setIssueObject(Issue issueObject) Once this is called, the underlying issueGV and id and key will be updated to reflect the issue in play.voidCloneIssueDetails.setOriginalIssue(Issue originalIssue) voidIssueCreationHelperBean.validateCreateIssueFields(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, IssueInputParameters issueInputParameters, I18nHelper i18n) Deprecated.voidIssueCreationHelperBeanImpl.validateCreateIssueFields(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, IssueInputParameters issueInputParameters, I18nHelper i18n) protected voidIssueCreationHelperBeanImpl.validateCreateIssueFields(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, Map<String, String[]> actionParams, boolean applyDefaults, boolean skipScreenCheck, I18nHelper i18n) voidIssueCreationHelperBean.validateIssueType(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.voidIssueCreationHelperBeanImpl.validateIssueType(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) voidIssueCreationHelperBean.validateProject(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.voidIssueCreationHelperBeanImpl.validateProject(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) voidIssueCreationHelperBean.validateSummary(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n) Deprecated.voidIssueCreationHelperBeanImpl.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 IssueBulkEdit.getIssueObject(org.ofbiz.core.entity.GenericValue issueGV) Methods in com.atlassian.jira.web.action.issue.bulkedit with parameters of type IssueModifier and TypeMethodDescriptionstatic voidSingleIssueModeInitializer.initialize(BulkEditBean editBean, Issue singleIssue) Initializes giveneditBeanwith 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) voidAttachmentHelper.validate(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, String formToken, Issue issue, Map<String, Object> fieldValuesHolder) Validates file upload parameters passed from request.voidDefaultAttachmentHelper.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) booleanbooleanbooleanPermissionCheckBean.isIssueVisible(Issue issue) Returns true if the user has permission toPermissions.BROWSEthe issueMethod parameters in com.atlassian.jira.web.bean with type arguments of type IssueModifier and TypeMethodDescriptionvoidBulkEditBean.addIssues(Collection<Issue> issues) voidBulkEditBeanImpl.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) voidBulkEditBean.initSelectedIssues(Collection<Issue> selectedIssues) Deprecated.Since 7.1.voidBulkEditBeanImpl.initSelectedIssues(Collection<Issue> selectedIssues) Initialises theBulkEditBeanwith the selected issuesvoidBulkEditBean.setIssuesFromSearchRequest(List<Issue> issuesFromSearchRequest) voidBulkEditBeanImpl.setIssuesFromSearchRequest(List<Issue> issuesFromSearchRequest) voidBulkEditBean.setIssuesToSubtasks(Map<Long, List<Issue>> issuesToSubtasks) voidBulkEditBeanImpl.setIssuesToSubtasks(Map<Long, List<Issue>> issuesToSubtasks) voidBulkEditBean.setSubTaskOfSelectedIssues(List<Issue> subTaskOfSelectedIssues) Deprecated.Since 7.1.voidBulkEditBeanImpl.setSubTaskOfSelectedIssues(List<Issue> subTaskOfSelectedIssues) voidBulkEditBean.setTargetIssueObjects(Map<Issue, Issue> targetIssueObjects) voidBulkEditBean.setTargetIssueObjects(Map<Issue, Issue> targetIssueObjects) voidBulkEditBeanImpl.setTargetIssueObjects(Map<Issue, Issue> targetIssueObjects) voidBulkEditBeanImpl.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 IssueSimpleColumnLayoutItem.getIssueObject(org.ofbiz.core.entity.GenericValue genericValue) Deprecated.Methods in com.atlassian.jira.web.component with parameters of type IssueModifier and TypeMethodDescriptionabstract StringSubclasses 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.voidFor 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 TypeMethodDescriptionvoidIssueTableWebComponent.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 LongAbstractSubTaskColumnLayoutItem.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.booleanAuthorizationSupport.hasIssuePermission(int permissionsId, Issue issue) booleanAuthorizationSupport.hasIssuePermission(ProjectPermissionKey projectPermissionKey, Issue issue) Returns true if the logged in user has the given permission on the given Issue.booleanAuthorizationSupport.hasIssuePermission(String permissionKey, Issue issue) Returns true if the logged in user has the given permission type on the given Issue.booleanDefaultAuthorizationSupport.hasIssuePermission(int permissionsId, Issue issue) booleanDefaultAuthorizationSupport.hasIssuePermission(ProjectPermissionKey projectPermissionKey, Issue issue) booleanDefaultAuthorizationSupport.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.ActionDescriptorOSWorkflowManager.getActionDescriptor(Issue issue, int actionId) com.opensymphony.workflow.loader.ActionDescriptorWorkflowManager.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.booleanOSWorkflowManager.isEditable(Issue issue) booleanOSWorkflowManager.isEditable(Issue issue, String nextStatusId) booleanWorkflowManager.isEditable(Issue issue) booleanWorkflowManager.isEditable(Issue issue, String nextStatusId) Checks if the issue will be editable in workflow step with given id.booleanIssueWorkflowManager.isValidAction(Issue issue, int action) Deprecated.since v6.3booleanIssueWorkflowManager.isValidAction(Issue issue, int actionId, ApplicationUser user) Returns true if the given transition ID is valid for the given issue and given user.booleanIssueWorkflowManager.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.booleanIssueWorkflowManagerImpl.isValidAction(Issue issue, int actionid) Deprecated.booleanIssueWorkflowManagerImpl.isValidAction(Issue issue, int actionId, ApplicationUser user) booleanIssueWorkflowManagerImpl.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 -
Uses of Issue in com.codebarrel.jira.issues
Methods in com.codebarrel.jira.issues with parameters of type IssueModifier and TypeMethodDescriptionTransitionMetaSupplier.getTransitionMeta(com.opensymphony.workflow.loader.ActionDescriptor action, Issue issue, ApplicationUser loggedInUser) Constructors in com.codebarrel.jira.issues with parameters of type IssueModifierConstructorDescriptionIgnoreScreenFieldProvider(Function<OrderableField, T> fieldMetaBeanSupplier, FieldLayoutManager fieldLayoutManager, Issue issue, Set<String> fieldsToInclude) -
Uses of Issue in com.codebarrel.jira.issues.atlassian
Fields in com.codebarrel.jira.issues.atlassian declared as IssueConstructors in com.codebarrel.jira.issues.atlassian with parameters of type IssueModifierConstructorDescriptionAtlassianAbstractMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, ApplicationUser user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, JiraBaseUrls baseUrls, IssueSecurityLevelManager issueSecurityLevelManager) -
Uses of Issue in com.codebarrel.jira.issues.compat
Methods in com.codebarrel.jira.issues.compat with parameters of type IssueModifier and TypeMethodDescriptionMap<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManager7Compatibility.copyAttachments(Issue issue, ApplicationUser user, String targetKey) Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManager8Compatibility.copyAttachments(Issue issue, ApplicationUser user, String targetKey) Map<Long, io.atlassian.fugue.Either<AttachmentError, Attachment>> AttachmentManagerCompatibility.copyAttachments(Issue issue, ApplicationUser user, String targetKey) -
Uses of Issue in com.codebarrel.jira.plugin.automation.module.legacy
Constructor parameters in com.codebarrel.jira.plugin.automation.module.legacy with type arguments of type IssueModifierConstructorDescriptionPluggableComponentExecutor(String completeModuleKey, com.atlassian.plugin.automation.core.Action<Issue> actionModule) PluggableComponentExecutor(String completeModuleKey, com.atlassian.plugin.automation.core.Trigger<Issue> triggerModule) PluggableComponentValidator(com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.plugin.automation.core.Action<Issue> actionModule, boolean projectSafe) PluggableComponentValidator(com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.plugin.automation.core.Trigger<Issue> triggerModule, boolean projectSafe) -
Uses of Issue in com.codebarrel.jira.plugin.automation.service
Methods in com.codebarrel.jira.plugin.automation.service with parameters of type IssueModifier and TypeMethodDescriptionList<com.codebarrel.automation.api.config.RuleConfigBean> ManualTriggerService.getManualRulesForUser(ApplicationUser user, Issue issue) Retrieves all manual rules the provided user is allowed to see.List<com.codebarrel.automation.api.config.RuleConfigBean> ManualTriggerServiceImpl.getManualRulesForUser(ApplicationUser loggedInUser, Issue issue) -
Uses of Issue in com.codebarrel.jira.plugin.automation.thirdparty
Methods in com.codebarrel.jira.plugin.automation.thirdparty that return types with arguments of type Issue -
Uses of Issue in com.codebarrel.jira.search
Methods in com.codebarrel.jira.search that return types with arguments of type IssueModifier and TypeMethodDescriptionNativeSearchResults.getResults()NativeSearchResultsImpl.getResults()Constructor parameters in com.codebarrel.jira.search with type arguments of type Issue -
Uses of Issue in com.codebarrel.jira.transform
Methods in com.codebarrel.jira.transform with parameters of type IssueModifier and TypeMethodDescriptionIssueBeanTransformer.apply(Issue issue, IncludedFields includedFields, Optional<ApplicationUser> optUser) voidIssueInputParametersBuilder.buildForEdit(IssueUpdateBean request, Issue issue) voidIssueInputParametersBuilder.buildForTransition(IssueUpdateBean updateBean, Issue issue)
CommentService.validateCommentCreate(ApplicationUser, CommentParameters)andCommentService.create(ApplicationUser, CommentCreateValidationResult, boolean).