Uses of Interface
com.atlassian.jira.issue.Issue

Packages that use Issue
com.atlassian.jira.action.issue.customfields   
com.atlassian.jira.association   
com.atlassian.jira.bc.issue   
com.atlassian.jira.bc.issue.attachment   
com.atlassian.jira.bc.issue.comment   
com.atlassian.jira.bc.issue.link   
com.atlassian.jira.bc.issue.properties   
com.atlassian.jira.bc.issue.search   
com.atlassian.jira.bc.issue.util   
com.atlassian.jira.bc.issue.vote   
com.atlassian.jira.bc.issue.watcher   
com.atlassian.jira.bc.issue.worklog   
com.atlassian.jira.bc.project.component   
com.atlassian.jira.bc.subtask.conversion   
com.atlassian.jira.bc.user.search   
com.atlassian.jira.bean   
com.atlassian.jira.config   
com.atlassian.jira.dev.reference.plugin.extractor   
com.atlassian.jira.dev.reference.plugin.issue.views   
com.atlassian.jira.dev.reference.plugin.searchers   
com.atlassian.jira.dev.reference.plugin.tabpanels   
com.atlassian.jira.entity   
com.atlassian.jira.event.issue   
com.atlassian.jira.external   
com.atlassian.jira.imports.project   
com.atlassian.jira.index.ha   
com.atlassian.jira.issue   
com.atlassian.jira.issue.attachment   
com.atlassian.jira.issue.changehistory   
com.atlassian.jira.issue.comments   
com.atlassian.jira.issue.comparator   
com.atlassian.jira.issue.customfields   
com.atlassian.jira.issue.customfields.config.item   
com.atlassian.jira.issue.customfields.impl   
com.atlassian.jira.issue.customfields.impl.rest   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.config   
com.atlassian.jira.issue.fields.config.manager   
com.atlassian.jira.issue.fields.layout.column   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.issue.fields.renderer   
com.atlassian.jira.issue.fields.rest   
com.atlassian.jira.issue.fields.rest.json.beans   
com.atlassian.jira.issue.fields.screen   
com.atlassian.jira.issue.fields.screen.issuetype   
com.atlassian.jira.issue.fields.screen.tab   
com.atlassian.jira.issue.history   
com.atlassian.jira.issue.index   
com.atlassian.jira.issue.index.indexers   
com.atlassian.jira.issue.index.indexers.impl   
com.atlassian.jira.issue.link   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.renderers   
com.atlassian.jira.issue.search   
com.atlassian.jira.issue.search.parameters.filter   
com.atlassian.jira.issue.search.parameters.lucene.sort   
com.atlassian.jira.issue.security   
com.atlassian.jira.issue.statistics   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.issue.thumbnail   
com.atlassian.jira.issue.util   
com.atlassian.jira.issue.views   
com.atlassian.jira.issue.views.util   
com.atlassian.jira.issue.vote   
com.atlassian.jira.issue.watchers   
com.atlassian.jira.issue.worklog   
com.atlassian.jira.jql.util   
com.atlassian.jira.mail   
com.atlassian.jira.matchers   
com.atlassian.jira.mention   
com.atlassian.jira.mock   
com.atlassian.jira.mock.issue   
com.atlassian.jira.mock.issue.fields   
com.atlassian.jira.mock.issue.index   
com.atlassian.jira.mock.project.component   
com.atlassian.jira.notification   
com.atlassian.jira.notification.type   
com.atlassian.jira.permission   
com.atlassian.jira.plugin.assignee   
com.atlassian.jira.plugin.assignee.impl   
com.atlassian.jira.plugin.customfield   
com.atlassian.jira.plugin.issuetabpanel   
com.atlassian.jira.plugin.issueview   
com.atlassian.jira.plugin.link.remotejira   
com.atlassian.jira.plugin.projectpanel.impl   
com.atlassian.jira.plugin.report.impl   
com.atlassian.jira.plugin.viewissue   
com.atlassian.jira.plugin.webfragment.conditions   
com.atlassian.jira.plugin.webfragment.model   
com.atlassian.jira.plugins.share   
com.atlassian.jira.plugins.share.event   
com.atlassian.jira.project.util   
com.atlassian.jira.project.version   
com.atlassian.jira.projectconfig.fields   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.builder   
com.atlassian.jira.rest.v2.issue.watcher   
com.atlassian.jira.rest.v2.issue.worklog   
com.atlassian.jira.scheme   
com.atlassian.jira.security   
com.atlassian.jira.security.type   
com.atlassian.jira.security.util   
com.atlassian.jira.service.util   
com.atlassian.jira.service.util.handler   
com.atlassian.jira.user   
com.atlassian.jira.util   
com.atlassian.jira.web   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin.customfields   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.issue.bulkedit   
com.atlassian.jira.web.action.issue.enterprise   
com.atlassian.jira.web.bean   
com.atlassian.jira.web.component   
com.atlassian.jira.web.component.subtask   
com.atlassian.jira.web.util   
com.atlassian.jira.workflow   
com.atlassian.jira.workflow.condition   
 

Uses of Issue in com.atlassian.jira.action.issue.customfields
 

Methods in com.atlassian.jira.action.issue.customfields with parameters of type Issue
 void MockCustomFieldType.createValue(CustomField field, Issue issue, Object value)
           
 Object MockCustomFieldType.getValueFromIssue(CustomField field, Issue issue)
           
 Map<String,Object> MockCustomFieldType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 void MockCustomFieldType.updateValue(CustomField field, Issue issue, Object value)
           
 

Uses of Issue in com.atlassian.jira.association
 

Methods in com.atlassian.jira.association with parameters of type Issue
 void UserAssociationStore.createAssociation(String associationType, ApplicationUser user, Issue sink)
          Creates an association between a user and a sink node.
 void UserAssociationStoreImpl.createAssociation(String associationType, ApplicationUser user, Issue sink)
           
 void UserAssociationStore.removeAssociation(String associationType, ApplicationUser user, Issue sink)
          Removes an association between a user and a sink node.
 void UserAssociationStoreImpl.removeAssociation(String associationType, ApplicationUser user, Issue sink)
           
 

Uses of Issue in com.atlassian.jira.bc.issue
 

Methods in com.atlassian.jira.bc.issue with parameters of type Issue
 boolean DefaultIssueService.isEditable(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 boolean IssueService.isEditable(Issue issue, com.atlassian.crowd.embedded.api.User user)
          Returns true if the issue can be edited by the current user.
 

Uses of Issue in com.atlassian.jira.bc.issue.attachment
 

Methods in com.atlassian.jira.bc.issue.attachment with parameters of type Issue
 boolean DefaultAttachmentService.canAttachScreenshots(JiraServiceContext jiraServiceContext, Issue issue)
           
 boolean AttachmentService.canAttachScreenshots(JiraServiceContext jiraServiceContext, Issue issue)
          Determines whether the user: has the required permission (Permissions.CREATE_ATTACHMENT) to create an attachment has the screenshot enabled is using a screenshot applet compatible OS (Windows or OSX) the issue is in an editable workflow state
 boolean DefaultAttachmentService.canCreateAttachments(JiraServiceContext jiraServiceContext, Issue issue)
           
 boolean AttachmentService.canCreateAttachments(JiraServiceContext jiraServiceContext, Issue issue)
          Determines whether attachments are enabled in JIRA and that the user has the required permission (Permissions.CREATE_ATTACHMENT) to create an attachment for this issue.
 boolean DefaultAttachmentService.canCreateTemporaryAttachments(JiraServiceContext jiraServiceContext, Issue issue)
           
 boolean AttachmentService.canCreateTemporaryAttachments(JiraServiceContext jiraServiceContext, Issue issue)
          Determines whether: the user has the required permission (Permissions.CREATE_ATTACHMENT) to create an attachment attachments are enabled This method does *not* check if the issue is in an editable workflow step, since temporary attachments may be created when reopening an issue *before* the issue is actually reopened!
 boolean DefaultAttachmentService.canManageAttachments(JiraServiceContext jiraServiceContext, Issue issue)
           
 boolean AttachmentService.canManageAttachments(JiraServiceContext jiraServiceContext, Issue issue)
          Checks whether the user has permission to manage the attachments of the specified issue.
 

Uses of Issue in com.atlassian.jira.bc.issue.comment
 

Methods in com.atlassian.jira.bc.issue.comment with parameters of type Issue
 Comment DefaultCommentService.create(ApplicationUser user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(ApplicationUser user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue set with current date and time, visible to all - no group level or role level restriction.
 Comment DefaultCommentService.create(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue set with current date and time.
 Comment DefaultCommentService.create(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(ApplicationUser user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue.
 Comment DefaultCommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
          Deprecated. Use CommentService.create(ApplicationUser user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection) instead. Since v6.0.
 Comment DefaultCommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
          Deprecated. Use CommentService.create(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue, String, String, Long, boolean, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
 Comment DefaultCommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
          Deprecated. Use CommentService.create(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue, String, String, Long, java.util.Date, boolean, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
protected  void DefaultCommentService.doUpdateWithChangelog(Long eventTypeId, List<ChangeItemBean> changeItems, Issue issue, ApplicationUser user, boolean dispatchEvent)
          This method 'completes' the update of an issue entity.
 List<Comment> DefaultCommentService.getCommentsForUser(ApplicationUser user, Issue issue)
           
 List<Comment> CommentService.getCommentsForUser(ApplicationUser user, Issue issue)
          Will return a list of Comments for the given user.
 List<Comment> DefaultCommentService.getCommentsForUser(ApplicationUser currentUser, Issue issue, ErrorCollection errorCollection)
           
 List<Comment> CommentService.getCommentsForUser(ApplicationUser currentUser, Issue issue, ErrorCollection errorCollection)
          Deprecated. Use CommentService.getCommentsForUser(ApplicationUser currentUser, Issue issue) instead. Since v6.3.
 List<Comment> DefaultCommentService.getCommentsForUser(com.atlassian.crowd.embedded.api.User currentUser, Issue issue, ErrorCollection errorCollection)
           
 List<Comment> CommentService.getCommentsForUser(com.atlassian.crowd.embedded.api.User currentUser, Issue issue, ErrorCollection errorCollection)
          Deprecated. Use CommentService.getCommentsForUser(ApplicationUser currentUser, Issue issue, ErrorCollection errorCollection) instead. Since v6.0.
 List<Comment> DefaultCommentService.getCommentsForUserSince(ApplicationUser currentUser, Issue issue, Date since)
           
 List<Comment> CommentService.getCommentsForUserSince(ApplicationUser user, Issue issue, Date since)
          Will return a list of Comments that were created or updated since the provided date, for the given user.
 boolean DefaultCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection)
           
 boolean CommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection)
           
 boolean DefaultCommentService.hasPermissionToCreate(com.atlassian.crowd.embedded.api.User user, Issue issue, ErrorCollection errorCollection)
           
 boolean CommentService.hasPermissionToCreate(com.atlassian.crowd.embedded.api.User user, Issue issue, ErrorCollection errorCollection)
          Deprecated. Use CommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection) instead. Since v6.0.
 boolean DefaultCommentService.isValidAllCommentData(ApplicationUser currentUser, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean CommentService.isValidAllCommentData(ApplicationUser user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean DefaultCommentService.isValidAllCommentData(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean CommentService.isValidAllCommentData(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
          Deprecated. Use CommentService.isValidAllCommentData(ApplicationUser user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection) instead. Since v6.0.
 boolean DefaultCommentService.isValidCommentData(ApplicationUser currentUser, Issue issue, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean CommentService.isValidCommentData(ApplicationUser user, Issue issue, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean DefaultCommentService.isValidCommentData(com.atlassian.crowd.embedded.api.User user, Issue issue, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean CommentService.isValidCommentData(com.atlassian.crowd.embedded.api.User user, Issue issue, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
          Deprecated. Use CommentService.isValidCommentData(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue, String, String, com.atlassian.jira.util.ErrorCollection) instead. Since v6.0.
 

Uses of Issue in com.atlassian.jira.bc.issue.link
 

Methods in com.atlassian.jira.bc.issue.link that return Issue
 Issue IssueLinkService.IssueLinkValidationResult.getIssue()
           
 Issue RemoteIssueLinkService.DeleteByGlobalIdValidationResult.getIssue()
           
 

Methods in com.atlassian.jira.bc.issue.link with parameters of type Issue
 IssueLinkService.IssueLinkResult DefaultIssueLinkService.getIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 IssueLinkService.IssueLinkResult IssueLinkService.getIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Returns the issue links that the specified user can see.
 IssueLinkService.IssueLinkResult DefaultIssueLinkService.getIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue, boolean excludeSystemLinks)
           
 IssueLinkService.IssueLinkResult IssueLinkService.getIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue, boolean excludeSystemLinks)
           
 RemoteIssueLinkService.RemoteIssueLinkResult DefaultRemoteIssueLinkService.getRemoteIssueLinkByGlobalId(ApplicationUser user, Issue issue, String globalId)
           
 RemoteIssueLinkService.RemoteIssueLinkResult 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.
 RemoteIssueLinkService.RemoteIssueLinkResult DefaultRemoteIssueLinkService.getRemoteIssueLinkByGlobalId(com.atlassian.crowd.embedded.api.User user, Issue issue, String globalId)
           
 RemoteIssueLinkService.RemoteIssueLinkResult RemoteIssueLinkService.getRemoteIssueLinkByGlobalId(com.atlassian.crowd.embedded.api.User user, Issue issue, String globalId)
          Deprecated. as of v6.1. Use RemoteIssueLinkService.getRemoteIssueLinkByGlobalId(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue, String) instead.
 RemoteIssueLinkService.RemoteIssueLinkListResult DefaultRemoteIssueLinkService.getRemoteIssueLinksForIssue(ApplicationUser user, Issue issue)
           
 RemoteIssueLinkService.RemoteIssueLinkListResult RemoteIssueLinkService.getRemoteIssueLinksForIssue(ApplicationUser user, Issue issue)
          Retrieves the remote issue links that link with the given JIRA issue.
 RemoteIssueLinkService.RemoteIssueLinkListResult DefaultRemoteIssueLinkService.getRemoteIssueLinksForIssue(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 RemoteIssueLinkService.RemoteIssueLinkListResult RemoteIssueLinkService.getRemoteIssueLinksForIssue(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. as of v6.1. Use RemoteIssueLinkService.getRemoteIssueLinksForIssue(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead.
 IssueLinkService.AddIssueLinkValidationResult DefaultIssueLinkService.validateAddIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue, Long issueLinkTypeId, Direction direction, Collection<String> linkKeys, boolean excludeSystemLinks)
           
 IssueLinkService.AddIssueLinkValidationResult IssueLinkService.validateAddIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue, Long issueLinkTypeId, Direction direction, Collection<String> linkKeys, boolean excludeSystemLinks)
           
 IssueLinkService.AddIssueLinkValidationResult DefaultIssueLinkService.validateAddIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue, String linkName, Collection<String> linkKeys)
           
 IssueLinkService.AddIssueLinkValidationResult IssueLinkService.validateAddIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue, String linkName, Collection<String> linkKeys)
          Validates that the user provided can add the link provided for a particular issue.
 IssueLinkService.DeleteIssueLinkValidationResult DefaultIssueLinkService.validateDelete(com.atlassian.crowd.embedded.api.User user, Issue issue, IssueLink issueLink)
           
 IssueLinkService.DeleteIssueLinkValidationResult IssueLinkService.validateDelete(com.atlassian.crowd.embedded.api.User user, Issue issue, IssueLink issueLink)
          Validates parameters and checks permissions, and if all checks pass it will create a IssueLinkService.DeleteIssueLinkValidationResult that can be passed to the IssueLinkService.delete(DeleteIssueLinkValidationResult) method.
 RemoteIssueLinkService.DeleteByGlobalIdValidationResult DefaultRemoteIssueLinkService.validateDeleteByGlobalId(ApplicationUser user, Issue issue, String globalId)
           
 RemoteIssueLinkService.DeleteByGlobalIdValidationResult RemoteIssueLinkService.validateDeleteByGlobalId(ApplicationUser user, Issue issue, String globalId)
          Validates parameters and checks permissions, and if all checks pass it will create a RemoteIssueLinkService.DeleteByGlobalIdValidationResult that can be passed to the RemoteIssueLinkService.deleteByGlobalId(User, DeleteByGlobalIdValidationResult) method.
 RemoteIssueLinkService.DeleteByGlobalIdValidationResult DefaultRemoteIssueLinkService.validateDeleteByGlobalId(com.atlassian.crowd.embedded.api.User user, Issue issue, String globalId)
           
 RemoteIssueLinkService.DeleteByGlobalIdValidationResult RemoteIssueLinkService.validateDeleteByGlobalId(com.atlassian.crowd.embedded.api.User user, Issue issue, String globalId)
          Deprecated. as of v6.1. Use RemoteIssueLinkService.validateDeleteByGlobalId(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue, String) instead.
 

Constructors in com.atlassian.jira.bc.issue.link with parameters of type Issue
IssueLinkService.AddIssueLinkValidationResult(com.atlassian.crowd.embedded.api.User user, ErrorCollection errorCollection, Issue issueId, IssueLinkType linkType, Direction direction, Collection<String> linkKeys)
           
IssueLinkService.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 Issue
 com.google.common.base.Function<Long,com.atlassian.fugue.Option<Issue>> IssuePropertyHelper.getEntityByIdFunction()
           
 com.google.common.base.Function<String,com.atlassian.fugue.Option<Issue>> IssuePropertyHelper.getEntityByKeyFunction()
           
 EntityPropertyHelper.CheckPermissionFunction<Issue> IssuePropertyHelper.hasEditPermissionFunction()
           
 EntityPropertyHelper.CheckPermissionFunction<Issue> IssuePropertyHelper.hasReadPermissionFunction()
           
 

Uses of Issue in com.atlassian.jira.bc.issue.search
 

Methods in com.atlassian.jira.bc.issue.search that return Issue
 Issue IssuePickerSearchService.IssuePickerParameters.getCurrentIssue()
           
 

Methods in com.atlassian.jira.bc.issue.search that return types with arguments of type Issue
 Collection<Issue> IssuePickerResults.getIssues()
           
 

Constructors in com.atlassian.jira.bc.issue.search with parameters of type Issue
IssuePickerSearchService.IssuePickerParameters(String query, String currentJQL, Issue currentIssue, Project currentProject, boolean showSubTasks, boolean showSubTaskParent, int limit)
          Constructor that takes all parameters
 

Constructor parameters in com.atlassian.jira.bc.issue.search with type arguments of type Issue
IssuePickerResults(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 Issue
 boolean DefaultVisibilityValidator.isValidVisibilityData(JiraServiceContext jiraServiceContext, String i18nPrefix, Issue issue, String groupLevel, String roleLevelId)
           
 boolean VisibilityValidator.isValidVisibilityData(JiraServiceContext jiraServiceContext, String i18nPrefix, Issue issue, String groupLevel, String roleLevelId)
          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 Issue
 Issue VoteService.VoteValidationResult.getIssue()
           
 

Methods in com.atlassian.jira.bc.issue.vote with parameters of type Issue
 ServiceOutcome<List<VoteHistoryEntry>> DefaultVoteService.getVoterHistory(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 ServiceOutcome<List<VoteHistoryEntry>> VoteService.getVoterHistory(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Get the list of vote history for an issue.
 boolean DefaultVoteService.hasVoted(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 boolean VoteService.hasVoted(Issue issue, com.atlassian.crowd.embedded.api.User user)
          Find if the specified user has voted on an issue
 VoteService.VoteValidationResult DefaultVoteService.validateAddVote(com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User voter, Issue issue)
           
 VoteService.VoteValidationResult VoteService.validateAddVote(com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User user, Issue issue)
          Validates if the user currently logged in may add a vote by the user supplied for the issue provided.
 VoteService.VoteValidationResult DefaultVoteService.validateRemoveVote(com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User voter, Issue issue)
           
 VoteService.VoteValidationResult VoteService.validateRemoveVote(com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User user, Issue issue)
          Validates if the user currently logged in may remove a vote for the user supplied for the issue provided.
 ServiceOutcome<Collection<com.atlassian.crowd.embedded.api.User>> DefaultVoteService.viewVoters(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 ServiceOutcome<Collection<com.atlassian.crowd.embedded.api.User>> VoteService.viewVoters(Issue issue, com.atlassian.crowd.embedded.api.User 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 Issue
VoteService.VoteValidationResult(ErrorCollection errors, com.atlassian.crowd.embedded.api.User 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 Issue
 Collection<Pair<Issue,String>> WatcherService.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 Issue
 ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> DefaultWatcherService.addWatcher(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User watcher)
           
 ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> WatcherService.addWatcher(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User watcher)
          Adds a watcher to an issue's list of watchers, returning the updated list of watchers.
protected  boolean DefaultWatcherService.canEditWatcherList(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns true iff the given User has permission to edit the watcher list of the issue.
protected  void DefaultWatcherService.checkModifyWatchersPermission(Issue issue, ApplicationUser remoteUser, ApplicationUser watcher)
          Ensures that the given remoteUser has permission to add or remove the given watcher to/from the issue.
protected  List<com.atlassian.crowd.embedded.api.User> DefaultWatcherService.getCurrentWatchersFor(Issue issue)
          Returns a List containing the users that are currently watching an issue.
 ServiceOutcome<Pair<Integer,List<com.atlassian.crowd.embedded.api.User>>> DefaultWatcherService.getWatchers(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 ServiceOutcome<Pair<Integer,List<com.atlassian.crowd.embedded.api.User>>> WatcherService.getWatchers(Issue issue, com.atlassian.crowd.embedded.api.User 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.
protected  Pair<Integer,List<String>> DefaultWatcherService.getWatcherUsernames(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a pair containing the watcher count and the watcher usernames for a given issue.
 boolean DefaultWatcherService.hasViewWatcherListPermission(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns true iff the given User has permission to view the watcher list of the issue.
 boolean WatcherService.hasViewWatcherListPermission(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a boolean indicating whether the given user is authorised to view an issue's watcher list.
 ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> DefaultWatcherService.removeWatcher(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User watcher)
           
 ServiceOutcome<List<com.atlassian.crowd.embedded.api.User>> WatcherService.removeWatcher(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User 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 Issue
 WatcherService.BulkWatchResult DefaultWatcherService.addWatcherToAll(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher)
           
 WatcherService.BulkWatchResult WatcherService.addWatcherToAll(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher)
          Adds a watcher to all of the supplied issues.
 boolean DefaultWatcherService.canUnwatchAll(Iterable<Issue> issues, ApplicationUser remoteUser)
           
 boolean WatcherService.canUnwatchAll(Iterable<Issue> issues, ApplicationUser applicationUser)
          Whether the specified user can unwatch all the specified issues.
 boolean DefaultWatcherService.canUnwatchAll(Iterable<Issue> issues, com.atlassian.crowd.embedded.api.User remoteUser)
          Deprecated. 
 boolean WatcherService.canUnwatchAll(Iterable<Issue> issues, com.atlassian.crowd.embedded.api.User remoteUser)
          Deprecated. since 6.1 use WatcherService.canUnwatchAll(Iterable, com.atlassian.jira.user.ApplicationUser)
 boolean DefaultWatcherService.canWatchAll(Iterable<Issue> issues, ApplicationUser applicationUser)
           
 boolean WatcherService.canWatchAll(Iterable<Issue> issues, ApplicationUser applicationUser)
          Whether the specified user can watch all the specified issues.
 boolean DefaultWatcherService.canWatchAll(Iterable<Issue> issues, com.atlassian.crowd.embedded.api.User remoteUser)
          Deprecated. 
 boolean WatcherService.canWatchAll(Iterable<Issue> issues, com.atlassian.crowd.embedded.api.User remoteUser)
          Deprecated. since 6.1 use WatcherService.canWatchAll(Iterable, com.atlassian.jira.user.ApplicationUser)
 WatcherService.BulkWatchResult DefaultWatcherService.removeWatcherFromAll(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher)
           
 WatcherService.BulkWatchResult WatcherService.removeWatcherFromAll(Collection<Issue> issues, ApplicationUser remoteUser, ApplicationUser watcher)
          Removes a watcher from all of the supplied issues.
 

Uses of Issue in com.atlassian.jira.bc.issue.worklog
 

Methods in com.atlassian.jira.bc.issue.worklog that return Issue
 Issue WorklogInputParameters.getIssue()
           
 Issue WorklogInputParametersImpl.getIssue()
           
 

Methods in com.atlassian.jira.bc.issue.worklog with parameters of type Issue
protected  Long DefaultWorklogService.getAutoAdjustNewEstimateOnUpdate(Issue issue, Long newTimeSpent, Long originalTimeSpent)
           
 List DefaultWorklogService.getByIssue(JiraServiceContext jiraServiceContext, Issue issue)
           
 List WorklogService.getByIssue(JiraServiceContext jiraServiceContext, Issue issue)
          Returns all child worklogs of a specified issue.
 List<Worklog> DefaultWorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext, Issue issue)
           
 List<Worklog> WorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext, Issue issue)
          Returns all child worklogs of a specified issue that the provided user has permission to see.
 PagedList<Worklog> DefaultWorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext, Issue issue, int pageSize)
           
 PagedList<Worklog> WorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext, Issue issue, int pageSize)
          Returns a PagedList over all all child worklogs of a specified issue that the provided user has permission to see.
protected  boolean DefaultWorklogService.hasDeleteAllPermission(ApplicationUser user, Issue issue)
           
protected  boolean DefaultWorklogService.hasEditAllPermission(ApplicationUser user, Issue issue)
           
 boolean DefaultWorklogService.hasPermissionToCreate(JiraServiceContext jiraServiceContext, Issue issue, boolean isEditableCheckRequired)
           
 boolean WorklogService.hasPermissionToCreate(JiraServiceContext jiraServiceContext, Issue issue, boolean isEditableCheckRequired)
          Determines if the user has the Permissions.WORK_ISSUE permission, that timetracking is enabled in JIRA and that the associated issue is in an editable workflow state.
protected  Long DefaultWorklogService.increaseEstimate(Issue issue, Long amount)
           
 boolean DefaultWorklogService.isIssueInEditableWorkflowState(Issue issue)
           
 boolean WorklogService.isIssueInEditableWorkflowState(Issue issue)
          Will return true if the issue is in an editable workflow state.
static WorklogInputParametersImpl.Builder WorklogInputParametersImpl.issue(Issue issue)
           
 WorklogInputParametersImpl.Builder WorklogInputParametersImpl.Builder.issue(Issue issue)
           
protected  boolean DefaultWorklogService.isUserInRole(Long roleLevel, ApplicationUser user, Issue issue)
           
protected  boolean DefaultWorklogService.isValidWorklogInputFields(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String errorFieldPrefix)
           
protected  Long DefaultWorklogService.reduceEstimate(Issue issue, Long amount)
           
protected  Worklog DefaultWorklogService.validateParamsAndCreateWorklog(JiraServiceContext jiraServiceContext, Issue issue, ApplicationUser author, String groupLevel, String roleLevelId, 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 Issue
 Collection<ProjectComponent> DefaultProjectComponentManager.findComponentsByIssue(Issue issue)
           
 Collection<ProjectComponent> 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 Collection instead
 

Uses of Issue in com.atlassian.jira.bc.subtask.conversion
 

Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type Issue
 boolean DefaultSubTaskToIssueConversionService.canConvertIssue(JiraServiceContext context, Issue issue)
           
 boolean DefaultIssueToSubTaskConversionService.canConvertIssue(JiraServiceContext context, Issue issue)
          As per the IssueToSubTaskConversionService interface.
 boolean IssueConversionService.canConvertIssue(JiraServiceContext context, Issue issue)
          Determines if user can convert given issue.
 void DefaultIssueConversionService.convertIssue(JiraServiceContext context, Issue currentIssue, MutableIssue updatedIssue)
           
 void IssueConversionService.convertIssue(JiraServiceContext context, Issue issue, MutableIssue updatedIssue)
          This is the core method that converts given issue to an issue represented by updatedIssue.
 Collection<FieldLayoutItem> DefaultIssueConversionService.getFieldLayoutItems(Issue originalIssue, Issue targetIssue)
           
 Collection<FieldLayoutItem> IssueConversionService.getFieldLayoutItems(Issue originalIssue, Issue targetIssue)
          Retrieves the collection of FieldLayoutItem required to be entered from converting issue from given issue to given target issue.
 Collection<FieldLayoutItem> DefaultIssueConversionService.getFieldLayoutItems(JiraServiceContext context, Issue originalIssue, Issue targetIssue)
           
 Collection<FieldLayoutItem> IssueConversionService.getFieldLayoutItems(JiraServiceContext context, Issue originalIssue, Issue targetIssue)
          Deprecated. Use IssueConversionService.getFieldLayoutItems(com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.Issue) instead. Since v6.2.
 Collection<OrderableField> DefaultIssueConversionService.getRemovedFields(Issue origIssue, Issue targetIssue)
           
 Collection<OrderableField> IssueConversionService.getRemovedFields(Issue origIssue, Issue targetIssue)
          Retrieves the fields that have values on the issue but are no longer needed.
 Collection<OrderableField> DefaultIssueConversionService.getRemovedFields(JiraServiceContext context, Issue origIssue, Issue targetIssue)
           
 Collection<OrderableField> IssueConversionService.getRemovedFields(JiraServiceContext context, Issue origIssue, Issue targetIssue)
          Deprecated. Use IssueConversionService.getRemovedFields(Issue, Issue) instead. Since v5.1.
 boolean DefaultIssueConversionService.hasPermission(JiraServiceContext context, Issue issue)
           
 boolean IssueConversionService.hasPermission(JiraServiceContext context, Issue issue)
          Checks the user's permission to convert given issue.
protected  boolean DefaultIssueConversionService.isShouldCheckFieldValue(Issue origIssue, Field field)
          JRA-12671 - need to determine if we should call hasValue on the field.
 boolean DefaultIssueConversionService.isStatusChangeRequired(JiraServiceContext context, Issue issue, IssueType issueType)
           
 boolean IssueConversionService.isStatusChangeRequired(JiraServiceContext context, Issue issue, IssueType issueType)
          Determines if the workflow status exists in the target workflow (based on current project and target issue type).
 void DefaultIssueConversionService.populateFields(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems)
           
 void IssueConversionService.populateFields(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems)
          Populates the operationContext from the params in the ActionContext In case of invalid values, new error messages are added to the context's error collection under the fieldName.
 void DefaultSubTaskToIssueConversionService.preStoreUpdates(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue)
          Removes the parent link and adds change item.
 void DefaultIssueToSubTaskConversionService.preStoreUpdates(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue)
           
 void IssueConversionService.preStoreUpdates(JiraServiceContext context, IssueChangeHolder changeHolder, Issue currentIssue, MutableIssue targetIssue)
          Allows for a plugin point to extra updates specific to that sub class
 void DefaultIssueConversionService.validateFields(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems)
           
 void IssueConversionService.validateFields(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection<FieldLayoutItem> fieldLayoutItems)
          Validates that all fields inputed have valid values.
 void DefaultIssueToSubTaskConversionService.validateParentIssue(JiraServiceContext context, Issue issue, Issue parentIssue, String fieldNameParentIssueKey)
           
 void IssueToSubTaskConversionService.validateParentIssue(JiraServiceContext context, Issue issue, Issue parentIssue, String fieldNameParentIssueKey)
          Validates the given parent issue key for issue key.
 void DefaultSubTaskToIssueConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId)
           
 void DefaultIssueToSubTaskConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId)
           
 void IssueConversionService.validateTargetIssueType(JiraServiceContext context, Issue issue, IssueType issueType, String fieldNameIssueTypeId)
          Validates that the issue can be converted to given issue type.
 void DefaultIssueConversionService.validateTargetStatus(JiraServiceContext context, Status status, String fieldName, Issue issue, IssueType issueType)
           
 void IssueConversionService.validateTargetStatus(JiraServiceContext context, Status status, String fieldName, Issue issue, IssueType issueType)
          Validates that the target status is a valid status for the issue's project and the target issue type.
 

Uses of Issue in com.atlassian.jira.bc.user.search
 

Methods in com.atlassian.jira.bc.user.search with parameters of type Issue
 Collection<com.atlassian.crowd.embedded.api.User> DefaultAssigneeService.findAssignableUsers(String query, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 Collection<com.atlassian.crowd.embedded.api.User> AssigneeService.findAssignableUsers(String query, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
          Get assignable Users based on a query string and issue.
 List<com.atlassian.crowd.embedded.api.User> DefaultAssigneeService.getAssignableUsers(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 List<com.atlassian.crowd.embedded.api.User> AssigneeService.getAssignableUsers(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
          Get all Users that may have an Issue assigned to them, for a given workflow state.
 Set<String> DefaultAssigneeService.getRecentAssigneeKeysForIssue(Issue issue)
          Gets ids of this issue's recent assignees, including the current assignee.
 Set<String> AssigneeService.getRecentAssigneeKeysForIssue(Issue issue)
          Returns the keys of Users that the given Issue has recently been assigned to.
 Set<String> DefaultAssigneeService.getRecentAssigneeNamesForIssue(Issue issue)
          Gets the names of this issue's recent assignees, including the current assignee.
 Set<String> AssigneeService.getRecentAssigneeNamesForIssue(Issue issue)
          Returns the names of Users that the given Issue has recently been assigned to.
 List<com.atlassian.crowd.embedded.api.User> DefaultAssigneeService.getSuggestedAssignees(Issue issue, com.atlassian.crowd.embedded.api.User loggedInUser, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 List<com.atlassian.crowd.embedded.api.User> AssigneeService.getSuggestedAssignees(Issue issue, com.atlassian.crowd.embedded.api.User loggedInUser, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
          Returns a list of suggested Assignee Users for a given Issue and logged-in User.
 List<com.atlassian.crowd.embedded.api.User> DefaultAssigneeService.getSuggestedAssignees(Issue issue, com.atlassian.crowd.embedded.api.User loggedInUser, List<com.atlassian.crowd.embedded.api.User> assignableUsers)
           
 List<com.atlassian.crowd.embedded.api.User> AssigneeService.getSuggestedAssignees(Issue issue, com.atlassian.crowd.embedded.api.User loggedInUser, List<com.atlassian.crowd.embedded.api.User> assignableUsers)
          Returns a list of suggested Assignee Users for a given Issue and logged-in User.
 

Method parameters in com.atlassian.jira.bc.user.search with type arguments of type Issue
 List<com.atlassian.crowd.embedded.api.User> DefaultAssigneeService.getAssignableUsers(Collection<Issue> issues, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 List<com.atlassian.crowd.embedded.api.User> AssigneeService.getAssignableUsers(Collection<Issue> issues, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
          Get all Users that may have all of the given Issues assigned to them, for a given workflow state.
 

Uses of Issue in com.atlassian.jira.bean
 

Methods in com.atlassian.jira.bean that return Issue
 Issue SubTaskImpl.getParent()
          Returns the Parent Issue.
 Issue SubTask.getParent()
          Returns the Parent Issue.
 Issue SubTaskImpl.getSubTask()
          Returns the SubTask Issue.
 Issue SubTask.getSubTask()
          Returns the SubTask Issue.
 Issue SubTaskImpl.getSubTaskIssueObject()
          Deprecated. Use SubTaskImpl.getSubTask() instead. Since v5.0.
 Issue SubTask.getSubTaskIssueObject()
          Deprecated. Use SubTask.getSubTask() instead. Since v5.0.
 

Methods in com.atlassian.jira.bean with parameters of type Issue
 void SubTaskBeanImpl.addSubTask(Long sequence, Issue subTaskIssue, Issue parentIssue)
           
 

Constructors in com.atlassian.jira.bean with parameters of type Issue
SubTaskImpl(Long sequence, Issue subTaskIssue, Issue parentIssue)
           
 

Uses of Issue in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that return types with arguments of type Issue
 Collection<Issue> DefaultSubTaskManager.getSubTaskObjects(Issue parentIssue)
          Get an issue's subtasks.
 Collection<Issue> SubTaskManager.getSubTaskObjects(Issue issue)
           
 

Methods in com.atlassian.jira.config with parameters of type Issue
 IssueUpdateBean MockSubTaskManager.changeParent(Issue subTask, Issue parentIssue, com.atlassian.crowd.embedded.api.User currentUser)
           
 IssueUpdateBean DefaultSubTaskManager.changeParent(Issue subTask, Issue parentIssue, com.atlassian.crowd.embedded.api.User currentUser)
           
 IssueUpdateBean SubTaskManager.changeParent(Issue subTask, Issue parentIssue, com.atlassian.crowd.embedded.api.User currentUser)
          Change the parent of the given subtask to the given new parent on behalf of the given user.
 void MockSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void DefaultSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void SubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 SubTaskBean MockSubTaskManager.getSubTaskBean(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 SubTaskBean DefaultSubTaskManager.getSubTaskBean(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 SubTaskBean SubTaskManager.getSubTaskBean(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns the SubTaskBean for the given parent issue in the context of the given user.
 Collection MockSubTaskManager.getSubTaskObjects(Issue issue)
           
 Collection<Issue> DefaultSubTaskManager.getSubTaskObjects(Issue parentIssue)
          Get an issue's subtasks.
 Collection<Issue> SubTaskManager.getSubTaskObjects(Issue issue)
           
 void MockSubTaskManager.moveSubTask(Issue issue, Long currentSequence, Long sequence)
           
 void DefaultSubTaskManager.moveSubTask(Issue parentIssue, Long currentSequence, Long sequence)
           
 void SubTaskManager.moveSubTask(Issue issue, Long currentSequence, Long sequence)
           
 void MockSubTaskManager.resetSequences(Issue issue)
           
 void DefaultSubTaskManager.resetSequences(Issue issue)
           
 void SubTaskManager.resetSequences(Issue issue)
           
 

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 Issue
 Set<String> IssueSearchExtractorImpl.indexEntity(EntitySearchExtractor.Context<Issue> ctx, org.apache.lucene.document.Document doc)
           
 

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 Issue
 String ReferenceIssueView.getContent(Issue issue, IssueViewRequestParams issueViewRequestParams)
           
 void ReferenceIssueView.writeHeaders(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams)
           
 

Uses of Issue in com.atlassian.jira.dev.reference.plugin.searchers
 

Methods in com.atlassian.jira.dev.reference.plugin.searchers with parameters of type Issue
 void LabelsCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void LabelsCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 

Uses of Issue in com.atlassian.jira.dev.reference.plugin.tabpanels
 

Methods in com.atlassian.jira.dev.reference.plugin.tabpanels with parameters of type Issue
 List<IssueAction> ReferenceIssueTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 boolean ReferenceIssueTabPanel.showPanel(Issue issue, com.atlassian.crowd.embedded.api.User 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 Issue
WorklogEntityFactory(Issue issue)
           
 

Uses of Issue in com.atlassian.jira.event.issue
 

Methods in com.atlassian.jira.event.issue that return Issue
 Issue IssueRelatedEvent.getIssue()
           
 Issue MentionIssueEvent.getIssue()
           
 Issue IssueWatcherDeletedEvent.getIssue()
           
 Issue IssueEvent.getIssue()
           
 Issue IssueWatcherAddedEvent.getIssue()
           
 Issue IssuePreDeleteEvent.getIssue()
           
 

Methods in com.atlassian.jira.event.issue with parameters of type Issue
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, Map<String,Object> params, com.atlassian.crowd.embedded.api.User remoteUser, boolean sendMail)
           
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, Map<String,Object> params, com.atlassian.crowd.embedded.api.User remoteUser, boolean sendMail)
          Dispatch event of given type with custom parameters.
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, Map params, com.atlassian.crowd.embedded.api.User remoteUser)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, Map params, com.atlassian.crowd.embedded.api.User remoteUser)
          Deprecated. Since v5.0
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, Map params, com.atlassian.crowd.embedded.api.User remoteUser)
          Dispatch event of given type with custom parameters.
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, Map params, com.atlassian.crowd.embedded.api.User remoteUser, boolean sendMail)
          Deprecated. use IssueEventManager.dispatchEvent(Long, com.atlassian.jira.issue.Issue, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean) instead.
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Deprecated. Since v5.0
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, boolean sendMail)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, boolean sendMail)
          Deprecated. use IssueEventManager.dispatchEvent(Long, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, boolean) instead.
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, boolean sendMail)
          Dispatch event of given type, configuring whether or not a mail notification should be sent (useful e.g.
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
          Deprecated. Since v5.0
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
          Dispatch event of given type.
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
          Deprecated. Since v5.0
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
          Dispatch event of given type.
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
          Deprecated. Since v5.0
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
          Dispatch event of given type with custom parameters.
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
          Deprecated. Since v5.0
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
          Dispatch event of given type with custom parameters.
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
          Deprecated. Since v5.0
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
          Dispatch event of given type with custom parameters.
 void DefaultIssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated)
          Deprecated. Since v5.0
 void IssueEventManager.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated)
          Dispatch event of given type.
 

Constructors in com.atlassian.jira.event.issue with parameters of type Issue
IssueEvent(Issue issue, Map params, com.atlassian.crowd.embedded.api.User user, Long eventTypeId)
          Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue issue, Map params, com.atlassian.crowd.embedded.api.User user, Long eventTypeId, boolean sendMail)
          Allows configuration of whether the mail notification should be sent
IssueEvent(Issue issue, com.atlassian.crowd.embedded.api.User 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, com.atlassian.crowd.embedded.api.User 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, com.atlassian.crowd.embedded.api.User user, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changeGroup, Map params, Long eventTypeId, boolean sendMail, boolean subtasksUpdated)
           
IssuePreDeleteEvent(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
IssueWatcherAddedEvent(Issue issue, ApplicationUser user)
           
IssueWatcherDeletedEvent(Issue issue, ApplicationUser user)
           
IssueWatcherDeletedEvent(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
MentionIssueCommentEvent(Issue issue, com.atlassian.crowd.embedded.api.User fromUser, Set<com.atlassian.crowd.embedded.api.User> toUsers, String mentionText, String fieldId, Set<NotificationRecipient> currentRecipients, Comment comment)
           
MentionIssueEvent(Issue issue, com.atlassian.crowd.embedded.api.User fromUser, Set<com.atlassian.crowd.embedded.api.User> toUsers, 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 Issue
protected  void ExternalUtils.checkStatus(Issue issue, String statusId)
           
 org.ofbiz.core.entity.GenericValue ExternalUtils.createIssue(Issue issue, String status, String resolution)
           
 

Uses of Issue in com.atlassian.jira.imports.project
 

Methods in com.atlassian.jira.imports.project that return Issue
 Issue ProjectImportPersister.createIssue(ExternalIssue externalIssue, Date importDate, com.atlassian.crowd.embedded.api.User importAuthor)
          Creates an issue based off of the provided ExternalIssue.
 Issue DefaultProjectImportPersister.createIssue(ExternalIssue externalIssue, Date importDate, com.atlassian.crowd.embedded.api.User importAuthor)
           
 

Uses of Issue in com.atlassian.jira.index.ha
 

Method parameters in com.atlassian.jira.index.ha with type arguments of type Issue
 void ReplicatedIndexManager.deIndexIssues(Set<Issue> issuesToDelete)
           
 void DefaultReplicatedIndexManager.deIndexIssues(Set<Issue> issuesToDelete)
          Removes the issues from the replicated index.
 void NullAwareIssueIdsIssueIterable.foreach(Consumer<Issue> sink)
           
 

Uses of Issue in com.atlassian.jira.issue
 

Subinterfaces of Issue in com.atlassian.jira.issue
 interface MutableIssue
          Facade for an issue's GenericValue.
 

Classes in com.atlassian.jira.issue that implement Issue
 class AbstractIssue
           
 class DocumentIssueImpl
           
 class IssueImpl
          Issue implementation which caches read data, and can persist its data to the database (via an Ofbiz GenericValue.
 

Methods in com.atlassian.jira.issue that return Issue
 Issue IssueManager.createIssueObject(String remoteUserName, Map<String,Object> fields)
          Creates an issue.
 Issue IssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
          Creates an issue.
 Issue IssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser, Map<String,Object> fields)
          Creates an issue.
 Issue IssueManager.findMovedIssue(String oldIssueKey)
          Returns an issue that has been moved by searching on the old issue key.
 Issue DefaultIssueFactory.getIssue(org.apache.lucene.document.Document issueDocument)
           
 Issue IssueFactory.getIssue(org.apache.lucene.document.Document issueDocument)
          Creates an issue object for an issue represented by the Lucene Document
 Issue IssueImpl.getParentObject()
           
 Issue AbstractIssue.getParentObject()
           
 Issue Issue.getParentObject()
          If this issue is a subtask, return its parent.
 Issue IssueManager.updateIssue(com.atlassian.crowd.embedded.api.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will store the provided issue to the JIRA datastore.
 

Methods in com.atlassian.jira.issue that return types with arguments of type Issue
 List<Issue> IssueManager.getIssueObjects(Collection<Long> ids)
          Get issues with the following ids.
 List<Issue> IssueManager.getIssueObjectsByEntity(String relationName, org.ofbiz.core.entity.GenericValue entity)
          Deprecated. Use VersionManager.getIssueIdsWithAffectsVersion(com.atlassian.jira.project.version.Version), VersionManager.getIssueIdsWithFixVersion(com.atlassian.jira.project.version.Version), or ProjectComponentManager.getIssueIdsWithComponent(com.atlassian.jira.bc.project.component.ProjectComponent) instead. Since v6.1.
 List<Issue> DefaultIssueFactory.getIssues(Collection<org.ofbiz.core.entity.GenericValue> issueGVs)
           
 List<Issue> IssueFactory.getIssues(Collection<org.ofbiz.core.entity.GenericValue> issueGVs)
          Convert a list of GenericValue objects into a list of MutableIssue objects.
 Collection<Issue> IssueImpl.getSubTaskObjects()
           
 Collection<Issue> Issue.getSubTaskObjects()
          Gets all the issue's subtasks.
 List<Issue> IssueManager.getVotedIssues(ApplicationUser user)
          Get a list of issues that the user has voted on and can see.
 List<Issue> IssueManager.getVotedIssues(com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use IssueManager.getVotedIssues(com.atlassian.jira.user.ApplicationUser) instead. Since v6.0.
 List<Issue> IssueManager.getVotedIssuesOverrideSecurity(ApplicationUser user)
          Get a list of issues that the user has voted on.
 List<Issue> IssueManager.getVotedIssuesOverrideSecurity(com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use IssueManager.getVotedIssuesOverrideSecurity(com.atlassian.jira.user.ApplicationUser) instead. Since v6.0.
 List<Issue> IssueManager.getWatchedIssues(ApplicationUser user)
          Get a list of issues that the user is watching and can see.
 List<Issue> IssueManager.getWatchedIssues(com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use IssueManager.getWatchedIssues(com.atlassian.jira.user.ApplicationUser) instead. Since v6.0.
 List<Issue> IssueManager.getWatchedIssuesOverrideSecurity(ApplicationUser user)
          Get a list of issues that the user is watching
 List<Issue> IssueManager.getWatchedIssuesOverrideSecurity(com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use IssueManager.getWatchedIssuesOverrideSecurity(com.atlassian.jira.user.ApplicationUser) instead. Since v6.0.
 

Methods in com.atlassian.jira.issue with parameters of type Issue
 MutableIssue DefaultIssueFactory.cloneIssue(Issue issue)
           
 MutableIssue IssueFactory.cloneIssue(Issue issue)
          Clones the Issue object which creates an editable copy.
 MutableIssue DefaultIssueFactory.cloneIssueNoParent(Issue issue)
           
 MutableIssue IssueFactory.cloneIssueNoParent(Issue issue)
          Clone Issue for conversion from sub task to issue
 List<ChangeItemBean> AttachmentManager.convertTemporaryAttachments(ApplicationUser user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
          Converts a set of provided temporary attachments to real attachments attached to an issue.
 List<ChangeItemBean> AttachmentManager.convertTemporaryAttachments(com.atlassian.crowd.embedded.api.User user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
          Deprecated. Use AttachmentManager.convertTemporaryAttachments(com.atlassian.jira.user.ApplicationUser, Issue, java.util.List, com.atlassian.jira.web.action.issue.TemporaryAttachmentsMonitor) instead. Since v6.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue)
          Deprecated. Use AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean) instead. Since v6.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime)
          Deprecated. Use AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean) instead. Since v6.0.
 ChangeItemBean AttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
          Deprecated. Use AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean) instead. Since v6.0.
 Attachment AttachmentManager.createAttachmentCopySourceFile(File file, String filename, String contentType, String attachmentAuthor, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
          Deprecated. Use AttachmentManager.createAttachment(com.atlassian.jira.issue.attachment.CreateAttachmentParamsBean) instead. Since v6.0.
 org.ofbiz.core.entity.GenericValue IssueManager.createIssue(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
          Deprecated. Use IssueManager.createIssueObject(User, Issue) instead. Since v5.0
 Issue IssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
          Creates an issue.
 void AttachmentManager.deleteAttachmentDirectory(Issue issue)
          Delete the attachment directory from disk if the directory is empty.
 void IssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will delete an issue from JIRA.
 void IssueManager.deleteIssueNoEvent(Issue issue)
          Delete issue without firing any events, or sending notifications.
 List<Attachment> AttachmentManager.getAttachments(Issue issue)
          Get a list of all attachments for a certain issue.
 List<Attachment> AttachmentManager.getAttachments(Issue issue, Comparator<? super Attachment> comparator)
          Get a list of all attachments for a certain issue, sorted according to the specified comparator.
 List<CustomField> CustomFieldManager.getCustomFieldObjects(Issue issue)
          Returns a list of CustomFields that apply to a 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.
 String 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.
 List<com.atlassian.crowd.embedded.api.User> IssueManager.getWatchers(Issue issue)
          Deprecated. Use IssueManager.getWatchersFor(Issue) instead. Since v6.0.
 List<ApplicationUser> IssueManager.getWatchersFor(Issue issue)
          Return a list of watchers for a particular issue.
static boolean IssueUtils.hasTimeTracking(Issue issue)
          Does an issue have timetracking data, only makes sense if time tracking is turned on.
 boolean IssueManager.isEditable(Issue issue)
          Returns true if the issue can be edited.
 boolean IssueManager.isEditable(Issue issue, com.atlassian.crowd.embedded.api.User user)
          Returns true if the issue can be edited by the current user.
 boolean IssueUtilsBean.isValidAction(Issue issue, int action)
          Deprecated. Use IssueWorkflowManager.isValidAction(Issue, int) instead. Since v5.0.
 Map<Integer,com.opensymphony.workflow.loader.ActionDescriptor> IssueUtilsBean.loadAvailableActions(Issue issueObject)
          Deprecated. Use IssueWorkflowManager.getAvailableActions(Issue) instead. Since v5.0.
 void AttachmentManager.moveAttachments(Issue oldIssue, String newIssueKey)
          Move Issue attachments to a new directory.
 void IssueManager.recordMovedIssueKey(Issue oldIssue)
          Used internally when we want to record that an Issue has changed its Issue key (because it has moved project).
 void IssueImpl.setParentObject(Issue parentIssue)
           
 void MutableIssue.setParentObject(Issue parentIssue)
          Sets the parent Issue Object for this Issue (subtask).
 ErrorCollection IssueVerifier.verifyIssue(Issue issue, Map workflowMigrationMapping, boolean checkWorkflowIntegrity)
           
 

Method parameters in com.atlassian.jira.issue with type arguments of type Issue
static void IssueUtils.filterIssues(Collection<Issue> issues, Predicate<Issue> filter)
          Filters a list of issues based on the type of IssueFilter passed in
static void IssueUtils.filterIssues(Collection<Issue> issues, Predicate<Issue> filter)
          Filters a list of issues based on the type of IssueFilter passed in
 

Constructors in com.atlassian.jira.issue with parameters of type Issue
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)
          Create an issue, cloning another issue's data.
 

Uses of Issue in com.atlassian.jira.issue.attachment
 

Methods in com.atlassian.jira.issue.attachment that return Issue
 Issue Attachment.getIssue()
          Returns the Issue that this file is attached to.
 Issue CreateAttachmentParamsBean.getIssue()
           
 Issue Attachment.getIssueObject()
          Returns the Issue that this file is attached to.
 

Methods in com.atlassian.jira.issue.attachment with parameters of type Issue
 void DefaultAttachmentStore.checkValidAttachmentDirectory(Issue issue)
          Checks that the Attachment directory of the given issue is right to go - writable, accessible etc.
 void AttachmentStore.checkValidAttachmentDirectory(Issue issue)
          Checks that the Attachment directory of the given issue is right to go - writable, accessible etc.
 File DefaultAttachmentStore.getAttachmentDirectory(Issue issue)
          Returns the physical directory of the attachments for the given issue.
 File AttachmentStore.getAttachmentDirectory(Issue issue)
          Returns the physical directory of the attachments for the given issue.
 File DefaultAttachmentStore.getAttachmentDirectory(Issue issue, boolean createDirectory)
          Returns the physical directory of the attachments for the given issue.
 File AttachmentStore.getAttachmentDirectory(Issue issue, boolean createDirectory)
          Returns the physical directory of the attachments for the given issue.
 File DefaultAttachmentStore.getAttachmentFile(Issue issue, Attachment attachment)
          Returns the physical File for the given Attachment.
 File AttachmentStore.getAttachmentFile(Issue issue, Attachment attachment)
          Returns the physical File for the given Attachment.
 File DefaultAttachmentStore.getThumbnailDirectory(Issue issue)
          Returns the physical directory of the thumbnails for the given issue, creating if necessary.
 File AttachmentStore.getThumbnailDirectory(Issue issue)
          Returns the physical directory of the thumbnails for the given issue, creating if necessary.
 File DefaultAttachmentStore.getThumbnailFile(Issue issue, Attachment attachment)
           
 File AttachmentStore.getThumbnailFile(Issue issue, Attachment attachment)
           
 CreateAttachmentParamsBean.Builder CreateAttachmentParamsBean.Builder.issue(Issue issue)
           
 

Constructors in com.atlassian.jira.issue.attachment with parameters of type Issue
AttachmentZipFileCreator(Issue issue)
           
CreateAttachmentParamsBean.Builder(File file, String filename, String contentType, ApplicationUser author, Issue issue)
           
CreateAttachmentParamsBean(File file, String filename, String contentType, ApplicationUser author, Issue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime, Boolean copySourceFile)
           
 

Uses of Issue in com.atlassian.jira.issue.changehistory
 

Methods in com.atlassian.jira.issue.changehistory that return Issue
 Issue DefaultChangeHistoryManager.findMovedIssue(String originalKey)
           
 Issue ChangeHistoryManager.findMovedIssue(String originalKey)
          Deprecated. Use IssueManager.getIssue(String) instead. Since v6.1.
 Issue ChangeHistory.getIssue()
           
 

Methods in com.atlassian.jira.issue.changehistory that return types with arguments of type Issue
 Collection<Issue> DefaultChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User remoteUser, Collection<String> userkeys, Collection<Project> projects, int maxResults)
           
 Collection<Issue> ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User 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.
 Collection<Issue> DefaultChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User remoteUser, Collection<String> userkeys, int maxResults)
           
 Collection<Issue> ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User remoteUser, Collection<String> userkeys, int maxResults)
          Find a list of issues that the given users have acted on.
 

Methods in com.atlassian.jira.issue.changehistory with parameters of type Issue
 List<ChangeHistoryItem> DefaultChangeHistoryManager.getAllChangeItems(Issue issue)
           
 List<ChangeHistoryItem> ChangeHistoryManager.getAllChangeItems(Issue issue)
          Returns a List of ChangeHistoryItem's for the given issue
 List<ChangeHistory> DefaultChangeHistoryManager.getChangeHistories(Issue issue)
           
 List<ChangeHistory> ChangeHistoryManager.getChangeHistories(Issue issue)
          Returns a List of ChangeHistory entities
 List<ChangeHistory> DefaultChangeHistoryManager.getChangeHistoriesForUser(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 List<ChangeHistory> ChangeHistoryManager.getChangeHistoriesForUser(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a List of ChangeHistory entities for a single issue.
 List<ChangeHistory> DefaultChangeHistoryManager.getChangeHistoriesSince(Issue issue, Date since)
           
 List<ChangeHistory> ChangeHistoryManager.getChangeHistoriesSince(Issue issue, Date since)
          Returns a List of ChangeHistory entities that occurred after the provided date.
 List<ChangeItemBean> DefaultChangeHistoryManager.getChangeItemsForField(Issue issue, String changeItemFieldName)
           
 List<ChangeItemBean> ChangeHistoryManager.getChangeItemsForField(Issue issue, String changeItemFieldName)
          Returns a List of ChangeItemBean's for the given issue which also are for the provided changeItemFieldName (i.e.
 void DefaultChangeHistoryManager.removeAllChangeItems(Issue issue)
           
 void ChangeHistoryManager.removeAllChangeItems(Issue issue)
          Remove all change items associated with an issue.
 

Method parameters in com.atlassian.jira.issue.changehistory with type arguments of type Issue
 List<ChangeHistory> DefaultChangeHistoryManager.getChangeHistoriesForUser(Iterable<Issue> issues, com.atlassian.crowd.embedded.api.User remoteUser)
           
 List<ChangeHistory> ChangeHistoryManager.getChangeHistoriesForUser(Iterable<Issue> issues, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a List of ChangeHistory entities for multiple issues.
 

Uses of Issue in com.atlassian.jira.issue.comments
 

Methods in com.atlassian.jira.issue.comments that return Issue
 Issue MockComment.getIssue()
           
 Issue CommentImpl.getIssue()
           
 Issue Comment.getIssue()
           
 

Methods in com.atlassian.jira.issue.comments with parameters of type Issue
 Comment DefaultCommentManager.create(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent)
           
 Comment CommentManager.create(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent)
           
 Comment DefaultCommentManager.create(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean modifyIssueUpdateDate)
           
 Comment 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.
 Comment DefaultCommentManager.create(Issue issue, ApplicationUser author, String body, boolean dispatchEvent)
           
 Comment CommentManager.create(Issue issue, ApplicationUser author, String body, boolean dispatchEvent)
          Creates a comment and associates it with the given issue.
 Comment DefaultCommentManager.create(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent)
           
 Comment CommentManager.create(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent)
          Creates a comment and associates it with the given issue.
 Comment DefaultCommentManager.create(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent)
           
 Comment 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.
 Comment DefaultCommentManager.create(Issue issue, String author, String body, boolean dispatchEvent)
           
 Comment CommentManager.create(Issue issue, String author, String body, boolean dispatchEvent)
          Deprecated. Use CommentManager.create(Issue issue, ApplicationUser author, String body, boolean dispatchEvent) instead. Since v6.0. Creates a comment and associates it with the given issue. Using this method the comment will be created with a createdDate of the current date/time and with no visibility restrictions.
 Comment DefaultCommentManager.create(Issue issue, String author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent)
           
 Comment CommentManager.create(Issue issue, String author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent)
          Deprecated. Use CommentManager.create(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent) instead. Since v6.0. Creates a comment and associates it with the given issue. Using this method the comment will be created with a createdDate of the current time. If you have provided a groupLevel then the comment visibility will be restricted to the provided group, it is assumed that validation to ensure that the group actually exists has been performed outside of this method. If you have provided a roleLevelId then the comment visibility will be restricted to the provided role, it is assumed that validation to ensure that the role actually exists has been performed outside of this method.

NOTE: A comment should not have both a group level and role level visibility restriction. This method will not stop this, but it does not semantically make sense.

 Comment DefaultCommentManager.create(Issue issue, String author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent)
           
 Comment CommentManager.create(Issue issue, String author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent)
          Deprecated. Use CommentManager.create(Issue issue, ApplicationUser author, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent) instead. Since v6.0. Creates a comment and associates it with the given issue. Using this method the comment will be created with a createdDate of the specified date. This method should be used if you are trying to preserve existing information and it is important to retain the original created date. If you have provided a groupLevel then the comment visibility will be restricted to the provided group, it is assumed that validation to ensure that the group actually exists has been performed outside of this method. If you have provided a roleLevelId then the comment visibility will be restricted to the provided role, it is assumed that validation to ensure that the role actually exists has been performed outside of this method.

NOTE: A comment should not have both a group level and role level visibility restriction. This method will not stop this, but it does not semantically make sense.

 Comment DefaultCommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent)
           
 Comment CommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent)
          Deprecated. Use CommentManager.create(Issue issue, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent) instead. Since v6.0. Creates a comment and associates it with the given issue. Using this method the comment will be created with a createdDate of the specified date. This method should be used if you are trying to preserve existing information and it is important to retain the original created date. If you have provided a groupLevel then the comment visibility will be restricted to the provided group, it is assumed that validation to ensure that the group actually exists has been performed outside of this method. If you have provided a roleLevelId then the comment visibility will be restricted to the provided role, it is assumed that validation to ensure that the role actually exists has been performed outside of this method.

NOTE: A comment should not have both a group level and role level visibility restriction. This method will not stop this, but it does not semantically make sense.

 Comment DefaultCommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean modifyIssueUpdateDate)
           
 Comment CommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean modifyIssueUpdateDate)
          Deprecated. Use CommentManager.create(com.atlassian.jira.issue.Issue, com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.user.ApplicationUser, String, String, Long, java.util.Date, java.util.Date, boolean, boolean) instead. Since v6.0. Creates a comment and associates it with the given issue. Using this method the comment will be created with a createdDate of the specified date. This method should be used if you are trying to preserve existing information and it is important to retain the original created date. If you have provided a groupLevel then the comment visibility will be restricted to the provided group, it is assumed that validation to ensure that the group actually exists has been performed outside of this method. If you have provided a roleLevelId then the comment visibility will be restricted to the provided role, it is assumed that validation to ensure that the role actually exists has been performed outside of this method.

NOTE: A comment should not have both a group level and role level visibility restriction. This method will not stop this, but it does not semantically make sense.

 List<Comment> DefaultCommentManager.getComments(Issue issue)
           
 List<Comment> CommentManager.getComments(Issue issue)
          This will return all comments for a given issue.
 List<Comment> DefaultCommentManager.getCommentsForUser(Issue issue, ApplicationUser user)
           
 List<Comment> CommentManager.getCommentsForUser(Issue issue, ApplicationUser user)
          Retrieves all Comments on the given Issue that the given ApplicationUser has permission to see.
 List<Comment> DefaultCommentManager.getCommentsForUser(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 List<Comment> CommentManager.getCommentsForUser(Issue issue, com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use CommentManager.getCommentsForUser(Issue issue, ApplicationUser user) instead. Since v6.0. Retrieves all Comments on the given Issue that the given User has permission to see. If the passed in user is null, only comments with no permission level set will be returned.

NOTE: keep in mind null user represents an anonymous i.e. non-logged in user.

 List<Comment> DefaultCommentManager.getCommentsForUserSince(Issue issue, ApplicationUser user, Date since)
           
 List<Comment> CommentManager.getCommentsForUserSince(Issue issue, ApplicationUser user, Date since)
          Retrieves Comments that were created or updated after the provided date, on the given Issue that the given ApplicationUser has permission to see.
 boolean DefaultCommentPermissionManager.hasDeleteAllPermission(ApplicationUser user, Issue issue)
           
 boolean CommentPermissionManager.hasDeleteAllPermission(ApplicationUser user, Issue issue)
          Returns true if the given User can delete all comments for the given Issue.
 boolean DefaultCommentPermissionManager.hasDeleteAllPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean CommentPermissionManager.hasDeleteAllPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. Use CommentPermissionManager.hasDeleteAllPermission(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead. Since v6.0. Returns true if the given User can delete all comments for the given Issue.

NOTE: This method does not check whether the Issue the comment belongs to is in an editable workflow state.

 boolean DefaultCommentPermissionManager.hasDeleteOwnPermission(ApplicationUser user, Issue issue)
           
 boolean CommentPermissionManager.hasDeleteOwnPermission(ApplicationUser user, Issue issue)
          Returns true if the given User can delete her own comments in the given Issue.
 boolean DefaultCommentPermissionManager.hasDeleteOwnPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean CommentPermissionManager.hasDeleteOwnPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. Use CommentPermissionManager.hasDeleteOwnPermission(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead. Since v6.0. Returns true if the given User can delete her own comments in the given Issue.

NOTE: This method does not check whether the Issue the comment belongs to is in an editable workflow state.

 boolean DefaultCommentPermissionManager.hasEditAllPermission(ApplicationUser user, Issue issue)
           
 boolean CommentPermissionManager.hasEditAllPermission(ApplicationUser user, Issue issue)
          Returns true if user has permission to edit all comments in the given Issue.
 boolean DefaultCommentPermissionManager.hasEditAllPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean CommentPermissionManager.hasEditAllPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. Use CommentPermissionManager.hasEditAllPermission(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead. Since v6.0. Returns true if user has permission to edit all comments in the given Issue.

NOTE: This method does not check whether the Issue the comment belongs to is in an editable workflow state.

 boolean DefaultCommentPermissionManager.hasEditOwnPermission(ApplicationUser user, Issue issue)
           
 boolean CommentPermissionManager.hasEditOwnPermission(ApplicationUser user, Issue issue)
          Returns true if user has permission to edit her own comments in the given Issue.
 boolean DefaultCommentPermissionManager.hasEditOwnPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean CommentPermissionManager.hasEditOwnPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. Use CommentPermissionManager.hasEditOwnPermission(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead. Since v6.0. Returns true if user has permission to edit her own comments in the given Issue.

NOTE: This method does not check whether the Issue the comment belongs to is in an editable workflow state.

 

Constructors in com.atlassian.jira.issue.comments with parameters of type Issue
CommentImpl(CommentManager manager, ApplicationUser author, ApplicationUser updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, Issue issue)
          Creates a new instance of this class.
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)
           
 

Uses of Issue in com.atlassian.jira.issue.comparator
 

Methods in com.atlassian.jira.issue.comparator with parameters of type Issue
protected  IssueConstant IssueStatusComparator.getConstant(Issue i1)
           
protected  IssueConstant IssueTypeComparator.getConstant(Issue i1)
           
protected abstract  IssueConstant IssueConstantsComparator.getConstant(Issue i1)
           
protected  IssueConstant ResolutionComparator.getConstant(Issue i1)
           
protected  IssueConstant PriorityComparator.getConstant(Issue i1)
           
 

Uses of Issue in com.atlassian.jira.issue.customfields
 

Methods in com.atlassian.jira.issue.customfields with parameters of type Issue
static Map<String,Object> CustomFieldUtils.buildParams(CustomField customField, FieldConfig config, Issue issue, FieldLayoutItem fieldLayoutItem, Object value, Map customFieldValuesHolder, webwork.action.Action action, Map displayParameters)
           
 void CustomFieldType.createValue(CustomField field, Issue issue, T value)
          Save the value for this Custom Field in a particular issue to the database.
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: If issue is not null and issue.getProjectId() is not null, return a single list with issue.getProjectId() If config is not null, use it to retrieve the list of project id's associated with the current scheme Otherwise, return null
 T CustomFieldType.getValueFromIssue(CustomField field, Issue issue)
          Retrieves the Transport Object representing the current CustomField value for the given issue.
 Map<String,Object> CustomFieldType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
          The custom field may wish to pass parameters to the velocity context beyond the getValueFromIssue methods (eg managers).
 void MultipleSettableCustomFieldType.removeValue(CustomField field, Issue issue, Option optionObject)
          Perform any actions required if the option selected by the issue is removed.
 void CustomFieldType.updateValue(CustomField field, Issue issue, T value)
          Upadte the value for this Custom Field in a particular issue currently stored in the database.
 

Uses of Issue in com.atlassian.jira.issue.customfields.config.item
 

Methods in com.atlassian.jira.issue.customfields.config.item with parameters of type Issue
 Object UserFilterConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object SettableOptionsConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object DefaultValueConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object ProjectOptionsConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object VersionOptionsConfigItem.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 Issue
 void AbstractMultiCFType.createValue(CustomField customField, Issue issue, Collection<S> value)
          Create a multi-select value for an issue.
 void CascadingSelectCFType.createValue(CustomField field, Issue issue, Map<String,Option> cascadingOptions)
          Create a cascading select-list instance for an issue.
 void LabelsCFType.createValue(CustomField field, Issue issue, Set<Label> value)
           
 void CalculatedCFType.createValue(CustomField field, Issue issue, T value)
           
 void AbstractSingleFieldType.createValue(CustomField field, Issue issue, T value)
          at this point we know that the value doesn't exist, and that is not null.
 FieldJsonRepresentation DateCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation DateTimeCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation UserCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation MultiGroupCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation VersionCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation MultiUserCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation LabelsCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation CascadingSelectCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation ProjectCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation SelectCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation NumberCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation MultiSelectCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation GenericTextCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation StringCFType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
          Deprecated.  
 Set<Label> LabelsCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Map<String,Option> CascadingSelectCFType.getValueFromIssue(CustomField field, Issue issue)
           
 T AbstractSingleFieldType.getValueFromIssue(CustomField field, Issue issue)
           
 Collection<S> AbstractMultiCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Map AbstractCustomFieldType.getVelocityParameters(Issue issue)
          Implementers should override the 3-param version of this.
 Map<String,Object> DateCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> DateTimeCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> UserCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> MultiGroupCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> VersionCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> MultiUserCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> LabelsCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> ImportIdLinkCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> CascadingSelectCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> ProjectCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> NumberCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> MultiSelectCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> AbstractCustomFieldType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 void CascadingSelectCFType.removeValue(CustomField field, Issue issue, Option option)
           
 void SelectCFType.removeValue(CustomField field, Issue issue, Option option)
          This default implementation will remove all values from the custom field for an issue.
 void MultiSelectCFType.removeValue(CustomField field, Issue issue, Option option)
           
 void UserCFType.updateValue(CustomField customField, Issue issue, ApplicationUser user)
           
 void MultiUserCFType.updateValue(CustomField customField, Issue issue, Collection<ApplicationUser> value)
           
 void AbstractMultiCFType.updateValue(CustomField customField, Issue issue, Collection<S> value)
          Update a multi-select value for an issue.
 void ImportIdLinkCFType.updateValue(CustomField customField, Issue issue, Double value)
           
 void CascadingSelectCFType.updateValue(CustomField field, Issue issue, Map<String,Option> cascadingOptions)
           
 void LabelsCFType.updateValue(CustomField field, Issue issue, Set<Label> value)
           
 void ReadOnlyCFType.updateValue(CustomField customField, Issue issue, String value)
           
 void CalculatedCFType.updateValue(CustomField field, Issue issue, T value)
           
 void AbstractSingleFieldType.updateValue(CustomField customField, Issue issue, T value)
          the value does exist, and the new value is different than the existing one.
 

Uses of Issue in com.atlassian.jira.issue.customfields.impl.rest
 

Methods in com.atlassian.jira.issue.customfields.impl.rest with parameters of type Issue
protected  T AbstractCustomFieldOperationsHandler.applyOperation(IssueContext issueCtx, Issue issue, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
          gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new value
protected  Double NumberCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected  String UserCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected  Collection<String> MultiVersionCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String DateTimeCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected  List<String> MultiUserCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected  List<String> LabelsCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  List<String> GroupCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String DateCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected  Map<String,Option> CascadingSelectCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected  List<String> MultiSelectCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String SelectCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected  List<String> MultiGroupCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String SingleVersionCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String ProjectCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected  String TextCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected abstract  T AbstractCustomFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected  Collection<String> MultiUserCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> LabelsCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiSelectCustomFieldOperationsHandler.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  T AbstractCustomFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiUserCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> LabelsCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiSelectCustomFieldOperationsHandler.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  T AbstractCustomFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> MultiUserCustomFieldOperationsHandler.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> GroupCustomFieldOperationsHandler.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> MultiGroupCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Double NumberCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Double currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Map<String,Option> CascadingSelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, Map<String,Option> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String UserCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String DateTimeCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String DateCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String SelectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String ProjectCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String TextCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String SingleVersionCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  T AbstractCustomFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
 ErrorCollection AbstractCustomFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 

Uses of Issue in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields with parameters of type Issue
protected abstract  void AbstractVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollectionToAddTo, I18nHelper i18n)
           
protected  void AffectedVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n)
           
protected  void FixVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n)
           
 boolean MockOrderableField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean MockCustomField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean LabelsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean TimeTrackingSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean PrioritySystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean IssueTypeSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ReporterSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean IssueLinksSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean CommentSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean DueDateSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean AttachmentSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean EnvironmentSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean DescriptionSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ComponentsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean AffectedVersionsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean CustomFieldImpl.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ProjectSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean FixVersionsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean AssigneeSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean SummarySystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ResolutionSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean WorklogSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean SecurityLevelSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean OrderableField.canRemoveValueFromIssueObject(Issue issue)
          Returns true if a call to OrderableField.removeValueFromIssueObject(com.atlassian.jira.issue.MutableIssue) will actually remove the value.
 int MockCustomField.compare(Issue issue1, Issue issue2)
           
 int CustomFieldImpl.compare(Issue issue1, Issue issue2)
          This method compares the values of this custom field in two given issues.
 int CustomField.compare(Issue issue1, Issue issue2)
          This method compares the values of this custom field in two given issues.
 void MockOrderableField.createValue(Issue issue, Object value)
           
 void MockCustomField.createValue(Issue issue, Object value)
           
 void AbstractTextSystemField.createValue(Issue issue, Object value)
           
 void LabelsSystemField.createValue(Issue issue, Object value)
           
 void TimeTrackingSystemField.createValue(Issue issue, Object value)
           
 void PrioritySystemField.createValue(Issue issue, Object value)
           
 void IssueTypeSystemField.createValue(Issue issue, Object value)
           
 void ReporterSystemField.createValue(Issue issue, Object value)
           
 void IssueLinksSystemField.createValue(Issue issue, Object value)
           
 void CommentSystemField.createValue(Issue issue, Object value)
           
 void DueDateSystemField.createValue(Issue issue, Object value)
           
 void AbstractVersionsSystemField.createValue(Issue issue, Object value)
           
 void AttachmentSystemField.createValue(Issue issue, Object value)
           
 void ComponentsSystemField.createValue(Issue issue, Object value)
           
 void CustomFieldImpl.createValue(Issue issue, Object value)
           
 void ProjectSystemField.createValue(Issue issue, Object value)
           
 void AssigneeSystemField.createValue(Issue issue, Object value)
           
 void ResolutionSystemField.createValue(Issue issue, Object value)
           
 void WorklogSystemField.createValue(Issue issue, Object newValue)
           
 void SecurityLevelSystemField.createValue(Issue issue, Object value)
           
 void OrderableField.createValue(Issue issue, Object value)
          Create the value of the issue in the data store.
 Set<CustomField> MockFieldManager.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 Set<CustomField> DefaultFieldManager.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 Set<CustomField> FieldManager.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
          Retrieves custom fields in scope for the given issue
 String MockCustomField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String LastViewedSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String VotesSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractTextSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String KeySystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String LabelsSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String WorkRatioSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String PrioritySystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ResolutionDateSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String IssueTypeSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ReporterSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String CreatedSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ThumbnailSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String WatchesSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String StatusSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String UpdatedSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String CreatorSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String IssueLinksSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractProgressBarSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String DueDateSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractVersionsSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractDurationSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ComponentsSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String CustomFieldImpl.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ProjectSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AssigneeSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ResolutionSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String SubTaskSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String SecurityLevelSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String NavigableField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 Collection ComponentsSystemField.getComponents(Issue issue, Map fieldValuesHolder)
           
 String MockOrderableField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String MockCustomField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String AbstractOrderableField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String CustomFieldImpl.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String 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.
 String MockOrderableField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String MockCustomField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AbstractTextSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String LabelsSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String TimeTrackingSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String PrioritySystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String IssueTypeSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ReporterSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String IssueLinksSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String CommentSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String DueDateSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String AbstractVersionsSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AttachmentSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ComponentsSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String CustomFieldImpl.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String ProjectSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AssigneeSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ResolutionSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String WorklogSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String SecurityLevelSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String 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.
protected  LongIdsValueHolder AbstractVersionsSystemField.getCurrentVersionIds(Issue issue)
           
protected abstract  Collection<Version> AbstractVersionsSystemField.getCurrentVersions(Issue issue)
           
protected  Collection<Version> AffectedVersionsSystemField.getCurrentVersions(Issue issue)
           
protected  Collection<Version> FixVersionsSystemField.getCurrentVersions(Issue issue)
           
 Object MockOrderableField.getDefaultValue(Issue issue)
           
 Object MockCustomField.getDefaultValue(Issue issue)
           
 Object LabelsSystemField.getDefaultValue(Issue issue)
           
 Object TimeTrackingSystemField.getDefaultValue(Issue issue)
           
 Object PrioritySystemField.getDefaultValue(Issue issue)
           
 Object IssueTypeSystemField.getDefaultValue(Issue issue)
           
 Object ReporterSystemField.getDefaultValue(Issue issue)
           
 Object IssueLinksSystemField.getDefaultValue(Issue issue)
           
 Object CommentSystemField.getDefaultValue(Issue issue)
           
 Object DueDateSystemField.getDefaultValue(Issue issue)
           
 Object AbstractVersionsSystemField.getDefaultValue(Issue issue)
           
 Object AttachmentSystemField.getDefaultValue(Issue issue)
           
 Object EnvironmentSystemField.getDefaultValue(Issue issue)
           
 Object DescriptionSystemField.getDefaultValue(Issue issue)
           
 Object ComponentsSystemField.getDefaultValue(Issue issue)
           
 Object AffectedVersionsSystemField.getDefaultValue(Issue issue)
           
 Object CustomFieldImpl.getDefaultValue(Issue issue)
           
 Object ProjectSystemField.getDefaultValue(Issue issue)
           
 Object AssigneeSystemField.getDefaultValue(Issue issue)
           
 Object SummarySystemField.getDefaultValue(Issue issue)
           
 Object ResolutionSystemField.getDefaultValue(Issue issue)
           
 Object WorklogSystemField.getDefaultValue(Issue issue)
           
 Object SecurityLevelSystemField.getDefaultValue(Issue issue)
           
 Object OrderableField.getDefaultValue(Issue issue)
          The value that should be set on the issue if the field is not shown for some reason.
protected  Long AbstractAggregateDurationSystemField.getDuration(Issue issue)
           
protected  Long TimeEstimateSystemField.getDuration(Issue issue)
           
protected  Long TimeSpentSystemField.getDuration(Issue issue)
           
protected  Long OriginalEstimateSystemField.getDuration(Issue issue)
           
protected abstract  Long AbstractDurationSystemField.getDuration(Issue issue)
           
 String MockOrderableField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String MockCustomField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String AbstractOrderableField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String CustomFieldImpl.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String OrderableField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
          Returns HTML that should be shown when the issue is being edited.
 String MockOrderableField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String MockCustomField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AbstractTextSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String LabelsSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String TimeTrackingSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String PrioritySystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String IssueTypeSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ReporterSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String IssueLinksSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String CommentSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String DueDateSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AbstractVersionsSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AttachmentSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ComponentsSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String CustomFieldImpl.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String ProjectSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AssigneeSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ResolutionSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String WorklogSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String SecurityLevelSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String 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.
 FieldJsonRepresentation MockCustomField.getJsonFromIssue(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation LastViewedSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation VotesSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation AbstractTextSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation LabelsSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation WorkRatioSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation TimeTrackingSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation PrioritySystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation ResolutionDateSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation IssueTypeSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation ReporterSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation CreatedSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation WatchesSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation StatusSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation UpdatedSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation CreatorSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation IssueLinksSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation CommentSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation AbstractProgressBarSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation DueDateSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation AbstractVersionsSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation AttachmentSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation AbstractDurationSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation ComponentsSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation CustomFieldImpl.getJsonFromIssue(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation ProjectSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation AssigneeSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation ResolutionSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation SubTaskSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation WorklogSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
           
 FieldJsonRepresentation SecurityLevelSystemField.getJsonFromIssue(Issue issue, boolean renderedVersionRequired, FieldLayoutItem fieldLayoutItem)
           
 Collection<Option> IssueTypeSystemField.getOptionsForIssue(Issue issue, boolean isSubTask)
           
 Collection<Option> IssueTypeField.getOptionsForIssue(Issue issue, boolean isSubTask)
           
 FieldConfig MockCustomField.getRelevantConfig(Issue issue)
           
 FieldConfig CustomFieldImpl.getRelevantConfig(Issue issue)
           
 FieldConfig CustomField.getRelevantConfig(Issue issue)
          Returns a relevant FieldConfig for the given issue.
protected  AbstractProgressBarSystemField.TimeTrackingParameters AggregateProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue, I18nHelper helper)
           
protected abstract  AbstractProgressBarSystemField.TimeTrackingParameters AbstractProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue, I18nHelper helper)
           
protected  AbstractProgressBarSystemField.TimeTrackingParameters ProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue, I18nHelper helper)
           
 Object MockCustomField.getValue(Issue issue)
           
 Object CustomFieldImpl.getValue(Issue issue)
          Retrieves and returns the Object representing the this CustomField value for the given issue.
 Object CustomField.getValue(Issue issue)
          Retrieves and returns the Object representing the this CustomField value for the given issue.
 String MockCustomField.getValueFromIssue(Issue issue)
           
abstract  String AbstractTextSystemField.getValueFromIssue(Issue issue)
           
 String CommentSystemField.getValueFromIssue(Issue issue)
           
 String EnvironmentSystemField.getValueFromIssue(Issue issue)
           
 String DescriptionSystemField.getValueFromIssue(Issue issue)
           
 String CustomFieldImpl.getValueFromIssue(Issue issue)
           
 String SummarySystemField.getValueFromIssue(Issue issue)
           
 String WorklogSystemField.getValueFromIssue(Issue issue)
           
protected  Map<String,Object> AbstractOrderableField.getVelocityParams(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParams)
           
protected  Map<String,Object> NavigableFieldImpl.getVelocityParams(FieldLayoutItem fieldLayoutItem, I18nHelper i18nHelper, Map displayParams, Issue issue)
           
protected  Map<String,Object> AbstractOrderableNavigableFieldImpl.getVelocityParams(I18nHelper isI18nHelper, Map displayParams, Issue issue)
           
protected  Map<String,Object> AbstractOrderableField.getVelocityParams(Issue issue)
           
 String MockOrderableField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue)
           
 String MockCustomField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue)
           
 String AbstractOrderableField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue)
           
 String CustomFieldImpl.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue)
           
 String OrderableField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue)
           
 String MockOrderableField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String MockCustomField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AbstractTextSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String LabelsSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String TimeTrackingSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String PrioritySystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String IssueTypeSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ReporterSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String IssueLinksSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String CommentSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String DueDateSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AbstractVersionsSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AttachmentSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ComponentsSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String CustomFieldImpl.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ProjectSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AssigneeSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ResolutionSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String WorklogSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String SecurityLevelSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String OrderableField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String MockOrderableField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String MockCustomField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String AbstractTextSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String LabelsSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String TimeTrackingSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String PrioritySystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String IssueTypeSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String ReporterSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String IssueLinksSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String CommentSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String DueDateSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String AbstractVersionsSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String AttachmentSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String ComponentsSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String CustomFieldImpl.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String ProjectSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String AssigneeSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String ResolutionSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String WorklogSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String SecurityLevelSystemField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 String OrderableField.getViewHtml(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Object value, Map displayParameters)
           
 long WorkRatioSystemField.getWorkRatio(Issue issue)
           
protected  boolean AbstractOrderableField.hasBulkUpdatePermission(BulkEditBean bulkEditBean, Issue issue)
           
protected  boolean CustomFieldImpl.hasBulkUpdatePermission(BulkEditBean bulkEditBean, Issue issue)
          Checks whether the user has the permission to execute the bulk operation for the provided issue.
protected  boolean AbstractOrderableField.hasPermission(Issue issue, int permissionId)
           
 boolean MockOrderableField.hasValue(Issue issue)
           
 boolean MockCustomField.hasValue(Issue issue)
           
 boolean AbstractTextSystemField.hasValue(Issue issue)
           
 boolean LabelsSystemField.hasValue(Issue issue)
           
 boolean TimeTrackingSystemField.hasValue(Issue issue)
           
 boolean PrioritySystemField.hasValue(Issue issue)
           
 boolean IssueTypeSystemField.hasValue(Issue issue)
           
 boolean ReporterSystemField.hasValue(Issue issue)
           
 boolean IssueLinksSystemField.hasValue(Issue issue)
           
 boolean CommentSystemField.hasValue(Issue issue)
           
 boolean DueDateSystemField.hasValue(Issue issue)
           
 boolean AbstractVersionsSystemField.hasValue(Issue issue)
           
 boolean AttachmentSystemField.hasValue(Issue issue)
           
 boolean ComponentsSystemField.hasValue(Issue issue)
           
 boolean CustomFieldImpl.hasValue(Issue issue)
           
 boolean ProjectSystemField.hasValue(Issue issue)
           
 boolean AssigneeSystemField.hasValue(Issue issue)
           
 boolean ResolutionSystemField.hasValue(Issue issue)
           
 boolean WorklogSystemField.hasValue(Issue issue)
           
 boolean SecurityLevelSystemField.hasValue(Issue issue)
           
 boolean OrderableField.hasValue(Issue issue)
          Determines if the field has a value for the given issue.
 boolean TimeTrackingSystemField.hasWorkStarted(Issue issue)
           
 boolean MockOrderableField.isShown(Issue issue)
           
 boolean MockCustomField.isShown(Issue issue)
           
 boolean LabelsSystemField.isShown(Issue issue)
           
 boolean TimeTrackingSystemField.isShown(Issue issue)
           
 boolean PrioritySystemField.isShown(Issue issue)
           
 boolean IssueTypeSystemField.isShown(Issue issue)
           
 boolean ReporterSystemField.isShown(Issue issue)
           
 boolean IssueLinksSystemField.isShown(Issue issue)
           
 boolean CommentSystemField.isShown(Issue issue)
           
 boolean DueDateSystemField.isShown(Issue issue)
           
 boolean AttachmentSystemField.isShown(Issue issue)
           
 boolean EnvironmentSystemField.isShown(Issue issue)
           
 boolean DescriptionSystemField.isShown(Issue issue)
           
 boolean ComponentsSystemField.isShown(Issue issue)
           
 boolean AffectedVersionsSystemField.isShown(Issue issue)
           
 boolean CustomFieldImpl.isShown(Issue issue)
           
 boolean ProjectSystemField.isShown(Issue issue)
           
 boolean FixVersionsSystemField.isShown(Issue issue)
           
 boolean AssigneeSystemField.isShown(Issue issue)
           
 boolean SummarySystemField.isShown(Issue issue)
           
 boolean ResolutionSystemField.isShown(Issue issue)
           
 boolean WorklogSystemField.isShown(Issue issue)
           
 boolean SecurityLevelSystemField.isShown(Issue issue)
           
 boolean OrderableField.isShown(Issue issue)
          Tests field specific way to determine if it should be shown or not.
 MessagedResult MockOrderableField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult MockCustomField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AbstractTextSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult LabelsSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult TimeTrackingSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult PrioritySystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult IssueTypeSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ReporterSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult IssueLinksSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult CommentSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult DueDateSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AbstractVersionsSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AttachmentSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ComponentsSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult CustomFieldImpl.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ProjectSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AssigneeSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ResolutionSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult WorklogSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult 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.
 MessagedResult 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.
 void AbstractTextSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void LabelsSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void TimeTrackingSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
          We don't return any default for the TimeTracking field.
 void PrioritySystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void IssueTypeSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void ReporterSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void IssueLinksSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
          We don't return any default for the field.
 void CommentSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void DueDateSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void AbstractVersionsSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void AttachmentSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void ComponentsSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void CustomFieldImpl.populateDefaults(Map<String,Object> customFieldValuesHolder, Issue issue)
           
 void ProjectSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void AssigneeSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void ResolutionSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void WorklogSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void SecurityLevelSystemField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void OrderableField.populateDefaults(Map<String,Object> fieldValuesHolder, Issue issue)
          Populate the fieldValueHolder with a value that should be shown by default when the issue has not been created yet.
 void MockOrderableField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void MockCustomField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void MockOrderableField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void MockCustomField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AbstractTextSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void LabelsSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void TimeTrackingSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void PrioritySystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void IssueTypeSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ReporterSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void IssueLinksSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void CommentSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void DueDateSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AbstractVersionsSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AttachmentSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ComponentsSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void CustomFieldImpl.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ProjectSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AssigneeSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ResolutionSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void WorklogSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void SecurityLevelSystemField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void OrderableField.populateForMove(Map<String,Object> fieldValuesHolder, Issue originalIssue, Issue targetIssue)
          Used to populate the fieldValueHolder with parameters for move issue screen.
 void AbstractTextSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void LabelsSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void TimeTrackingSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
          This is called to populate the field values holder with the current state of the Issue object.
 void PrioritySystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void IssueTypeSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void ReporterSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void IssueLinksSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
          This is called to populate the field values holder with the current state of the Issue object.
 void CommentSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void DueDateSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void AbstractVersionsSystemField.populateFromIssue(Map<String,Object> params, Issue issue)
           
 void AttachmentSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void ComponentsSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void CustomFieldImpl.populateFromIssue(Map<String,Object> customFieldValuesHolder, Issue issue)
          Puts the custom field parameters retrieved from the given issue to the given customFieldValuesHolder map.
 void ProjectSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void AssigneeSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void SummarySystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void ResolutionSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void WorklogSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void SecurityLevelSystemField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
           
 void OrderableField.populateFromIssue(Map<String,Object> fieldValuesHolder, Issue issue)
          Used to initialise the fieldValuesHolder from the current value of teh issue.
 void MockOrderableField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void MockCustomField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void AbstractTextSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void LabelsSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void TimeTrackingSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
          This is called by Jelly code to map a value into a field values holder.
 void PrioritySystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void IssueTypeSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void ReporterSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void IssueLinksSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
          This is called by Jelly code to map a value into a field values holder.
 void CommentSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void DueDateSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void AbstractVersionsSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void AttachmentSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void ComponentsSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void CustomFieldImpl.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
          Does nothing.
 void ProjectSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void AssigneeSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void ResolutionSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void WorklogSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void SecurityLevelSystemField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
           
 void OrderableField.populateParamsFromString(Map<String,Object> fieldValuesHolder, String stringValue, Issue issue)
          Used to convert from a user friendly string value and put the result into the fieldValuesHolder.
 void MockOrderableField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void MockCustomField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
protected  void AbstractTextSystemField.populateVelocityParams(FieldLayoutItem fieldLayoutItem, Issue issue, Map<String,Object> params)
           
protected  void SummarySystemField.populateVelocityParams(FieldLayoutItem fieldLayoutItem, Issue issue, Map<String,Object> params)
           
 void MockOrderableField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void MockCustomField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void AbstractTextSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void LabelsSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void TimeTrackingSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          This is called after the issue has been stored on disk and allows us a chance to create change records for the update.
 void PrioritySystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void IssueTypeSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void ReporterSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void IssueLinksSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          This is called after the issue has been stored on disk and allows us a chance to create change records for the update.
 void CommentSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void DueDateSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue
 void AbstractVersionsSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void AttachmentSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void ComponentsSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void CustomFieldImpl.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void ProjectSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void AssigneeSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue
 void ResolutionSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void WorklogSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void SecurityLevelSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue
 void OrderableField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue in the data store.
 void MockOrderableField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void MockCustomField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void LabelsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void TimeTrackingSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void PrioritySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void IssueTypeSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void ReporterSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void IssueLinksSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void CommentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void DueDateSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AbstractVersionsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AttachmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void EnvironmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void DescriptionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ComponentsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void CustomFieldImpl.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ProjectSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AssigneeSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          Validate from parameters given an existing issue (usually invoked during some sort of edit stage)
 void SummarySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void ResolutionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void WorklogSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void SecurityLevelSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void OrderableField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          Ensure that the parameters are valid
 

Uses of Issue in com.atlassian.jira.issue.fields.config
 

Methods in com.atlassian.jira.issue.fields.config with parameters of type Issue
 Object FieldConfigItemImpl.getConfigurationObject(Issue issue)
           
 Object FieldConfigItem.getConfigurationObject(Issue issue)
           
 Object 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 Issue
 IssueType IssueTypeSchemeManagerImpl.getDefaultValue(Issue issue)
           
 IssueType IssueTypeSchemeManager.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
 String ColumnLayoutItemImpl.getHtml(Map displayParams, Issue issue)
           
 String ColumnLayoutItem.getHtml(Map displayParams, Issue 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 Issue
 MockFieldLayout MockFieldLayoutManager.addLayoutItem(Issue issue)
           
 FieldLayout MockFieldLayoutManager.getFieldLayout(Issue issue)
           
 FieldLayout AbstractFieldLayoutManager.getFieldLayout(Issue issue)
           
 FieldLayout FieldLayoutManager.getFieldLayout(Issue issue)
          Returns the fieldLayout for an issue.
 

Uses of Issue in com.atlassian.jira.issue.fields.renderer
 

Methods in com.atlassian.jira.issue.fields.renderer that return Issue
 Issue IssueRenderContext.getIssue()
           
 

Methods in com.atlassian.jira.issue.fields.renderer with parameters of type Issue
 String RenderableField.getValueFromIssue(Issue issue)
          Gets the value stored for this field on the provided issue.
 void IssueRenderContext.setIssue(Issue issue)
           
 

Constructors in com.atlassian.jira.issue.fields.renderer with parameters of type Issue
IssueRenderContext(Issue issue)
           
 

Uses of Issue in com.atlassian.jira.issue.fields.rest
 

Methods in com.atlassian.jira.issue.fields.rest that return Issue
 Issue IssueFinderImpl.findIssue(IssueRefJsonBean issueRef, ErrorCollection errorCollection)
           
 Issue IssueFinder.findIssue(IssueRefJsonBean issueRef, ErrorCollection errorCollection)
          Finds an issue based on the passed-in id or key.
 Issue IssueFinderImpl.findIssue(String issueIdOrKey, ErrorCollection errorCollection)
           
 Issue IssueFinder.findIssue(String idOrKey, ErrorCollection errorCollection)
          Finds an issue based on the passed-in id or key.
 Issue FieldTypeInfoContextImpl.getIssue()
           
 Issue FieldTypeInfoContext.getIssue()
           
 

Methods in com.atlassian.jira.issue.fields.rest with parameters of type Issue
protected  T AbstractFieldOperationsHandler.applyOperation(IssueContext issueCtx, Issue issue, String fieldId, StandardOperation operation, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
          gets called (perhaps multiple times) to apply the given operation to the given currentValuye, retyrning the new value
 List<FieldHtmlBean> FieldHtmlFactoryImpl.getEditFields(com.atlassian.crowd.embedded.api.User user, OperationContext operationContext, webwork.action.Action action, Issue issue, boolean retainValues)
           
 List<FieldHtmlBean> FieldHtmlFactory.getEditFields(com.atlassian.crowd.embedded.api.User user, OperationContext operationContext, webwork.action.Action action, Issue issue, boolean retainValues)
          Returns all the edit fields required for the specified issue object.
protected abstract  T AbstractFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
          compute the "currentValue" to be passed to applyOperation()
protected  String DescriptionRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  List<String> FixForVersionsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String PriorityRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  Collection<String> ComponentsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String SecurityLevelRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String SummaryRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  List<String> AffectedVersionsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String EnvironmentRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String AssigneeRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String ResolutionRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  List<String> LabelsRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String ReporterRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
protected  String DueDateRestFieldOperationsHandler.getInitialValue(Issue issue, ErrorCollection errors)
           
 FieldJsonRepresentation RestAwareCustomFieldType.getJsonFromIssue(CustomField field, Issue issue, boolean renderedVersionRequested, FieldLayoutItem fieldLayoutItem)
          Return a JsonData representation of the field value
 FieldJsonRepresentation RestAwareField.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.
protected  Collection<String> AbstractVersionsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> ComponentsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> LabelsRestFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  T AbstractFieldOperationsHandler.handleAddOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> AbstractVersionsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> ComponentsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> LabelsRestFieldOperationsHandler.handleRemoveOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  T AbstractFieldOperationsHandler.handleRemoveOperation(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  Collection<String> ComponentsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  Collection<String> LabelsRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, Collection<String> currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String DescriptionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String PriorityRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String SecurityLevelRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String SummaryRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String EnvironmentRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String AssigneeRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String ResolutionRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String ReporterRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  String DueDateRestFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, String currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
protected  T AbstractFieldOperationsHandler.handleSetOperation(IssueContext issueCtx, Issue issue, String fieldId, T currentFieldValue, JsonData operationValue, ErrorCollection errors)
           
 ErrorCollection AbstractFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 ErrorCollection CommentRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 ErrorCollection TimeTrackingRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 ErrorCollection IssueLinksRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 ErrorCollection WorklogRestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
           
 ErrorCollection RestFieldOperationsHandler.updateIssueInputParameters(IssueContext issueCtx, Issue issue, String fieldId, IssueInputParameters inputParameters, List<FieldOperationHolder> operations)
          This method has to set the field value(s) in the IssueInputParameters based on the operations.
 

Constructors in com.atlassian.jira.issue.fields.rest with parameters of type Issue
FieldTypeInfoContextImpl(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 with parameters of type Issue
 IssueLinkJsonBean IssueLinksBeanBuilder.buildLink(IssueLinkType issueLinkType, Issue issue, boolean isOutbound, String id)
          Builds an IssueLinkJsonBean from an IssueLink.
 IssueRefJsonBean IssueLinkBeanBuilder.createIssueRefJsonBean(Issue issue)
           
 IssueLinksBeanBuilder IssueLinksBeanBuilderFactoryImpl.newIssueLinksBeanBuilder(Issue issue)
          Returns a new instance of an IssueLinkBeanBuilder.
 IssueLinksBeanBuilder IssueLinksBeanBuilderFactory.newIssueLinksBeanBuilder(Issue issue)
          Returns a new instance of an IssueLinkBeanBuilder.
 

Constructors in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type Issue
IssueLinksBeanBuilder(ApplicationProperties applicationProperties, IssueLinkManager issueLinkManager, JiraAuthenticationContext authContext, JiraBaseUrls jiraBaseUrls, Issue issue)
           
 

Uses of Issue in com.atlassian.jira.issue.fields.screen
 

Methods in com.atlassian.jira.issue.fields.screen with parameters of type Issue
 String FieldScreenRenderLayoutItemImpl.getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String BulkFieldScreenRenderLayoutItemImpl.getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String FieldScreenRenderLayoutItem.getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String FieldScreenRenderLayoutItemImpl.getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 String BulkFieldScreenRenderLayoutItemImpl.getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 String FieldScreenRenderLayoutItem.getCreateHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 String MockFieldScreenLayoutItem.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String AbstractFieldScreenLayoutItem.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String FieldScreenLayoutItem.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String MockFieldScreenLayoutItem.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
           
 String AbstractFieldScreenLayoutItem.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
           
 String FieldScreenLayoutItem.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
           
 String FieldScreenRenderLayoutItemImpl.getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String BulkFieldScreenRenderLayoutItemImpl.getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String FieldScreenRenderLayoutItem.getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String FieldScreenRenderLayoutItemImpl.getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 String BulkFieldScreenRenderLayoutItemImpl.getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 String FieldScreenRenderLayoutItem.getEditHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 String MockFieldScreenLayoutItem.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String AbstractFieldScreenLayoutItem.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String FieldScreenLayoutItem.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String MockFieldScreenLayoutItem.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
           
 String AbstractFieldScreenLayoutItem.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
           
 String FieldScreenLayoutItem.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
           
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(Issue issue)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(Issue issue)
          Used when need to populate a field without showing a screen - e.g.
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 FieldScreenRenderer 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.
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(Issue issue, IssueOperation issueOperation)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(Issue issue, IssueOperation issueOperation)
          Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate)
           
 FieldScreenRenderer 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.
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(List<String> fieldIds, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(List<String> fieldIds, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation)
          Returns a FieldScreenRenderer that represents a 'field screen' with the fields the ids of which are in fieldIds.
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
          Deprecated. Use FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.jira.issue.Issue, com.opensymphony.workflow.loader.ActionDescriptor) instead. Since v6.2.
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields)
          Deprecated. Use FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.operation.IssueOperation) instead. Use FieldPredicates.isCustomField() in the version that takes a predicate if you only want custom fields. Since v6.2.
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate)
          Deprecated. Use FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.jira.issue.Issue, com.atlassian.jira.issue.operation.IssueOperation, com.atlassian.jira.util.Predicate) instead. Since v6.2.
 String FieldScreenRenderLayoutItemImpl.getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String BulkFieldScreenRenderLayoutItemImpl.getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String FieldScreenRenderLayoutItem.getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue)
           
 String FieldScreenRenderLayoutItemImpl.getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 String BulkFieldScreenRenderLayoutItemImpl.getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 String FieldScreenRenderLayoutItem.getViewHtml(webwork.action.Action action, OperationContext operationContext, Issue issue, Map<String,Object> displayParams)
           
 String MockFieldScreenLayoutItem.getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String AbstractFieldScreenLayoutItem.getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String FieldScreenLayoutItem.getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue)
           
 String MockFieldScreenLayoutItem.getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
           
 String AbstractFieldScreenLayoutItem.getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
           
 String FieldScreenLayoutItem.getViewHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map<String,Object> displayParams)
           
 boolean FieldScreenRenderLayoutItemImpl.isShow(Issue issue)
           
 boolean BulkFieldScreenRenderLayoutItemImpl.isShow(Issue issue)
           
 boolean FieldScreenRenderLayoutItem.isShow(Issue issue)
           
 boolean MockFieldScreenLayoutItem.isShown(Issue issue)
           
 boolean AbstractFieldScreenLayoutItem.isShown(Issue issue)
           
 boolean FieldScreenLayoutItem.isShown(Issue issue)
           
 void FieldScreenRenderLayoutItemImpl.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void BulkFieldScreenRenderLayoutItemImpl.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void FieldScreenRenderLayoutItem.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void FieldScreenRenderLayoutItemImpl.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void BulkFieldScreenRenderLayoutItemImpl.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void FieldScreenRenderLayoutItem.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 

Method parameters in com.atlassian.jira.issue.fields.screen with type arguments of type Issue
 String BulkFieldScreenRenderLayoutItemImpl.getEditHtml(webwork.action.Action action, OperationContext operationContext, Collection<Issue> issues, Map displayParameters)
           
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(Collection<Issue> issues, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 FieldScreenRenderer 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.
 String 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 Issue
 FieldScreenScheme MockIssueTypeScreenSchemeManager.getFieldScreenScheme(Issue issue)
           
 FieldScreenScheme DefaultIssueTypeScreenSchemeManager.getFieldScreenScheme(Issue issue)
           
 FieldScreenScheme IssueTypeScreenSchemeManager.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 Issue
 Issue IssueTabRendererDto.getIssue()
           
 

Methods in com.atlassian.jira.issue.fields.screen.tab with parameters of type Issue
 Collection<FieldScreenLayoutItem> FieldScreenRenderLayoutItemFilter.filterVisibleFieldScreenLayoutItems(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems)
           
 Collection<FieldScreenLayoutItem> FieldScreenRenderLayoutItemFilterImpl.filterVisibleFieldScreenLayoutItems(Issue issue, Collection<FieldScreenLayoutItem> fieldLayoutItems)
           
 

Constructors in com.atlassian.jira.issue.fields.screen.tab with parameters of type Issue
IssueTabRendererDto(Issue issue, IssueOperation operation, Predicate<? super Field> condition, int currentTabPosition, FieldScreenTab fieldScreenTab)
           
 

Uses of Issue in com.atlassian.jira.issue.history
 

Methods in com.atlassian.jira.issue.history with parameters of type Issue
 List<ChangeHistoryItem> VersionDateRangeBuilder.buildDateRanges(Issue issue, List<ChangeHistoryItem> items)
           
 List<ChangeHistoryItem> AbstractDateRangeBuilder.buildDateRanges(Issue issue, List<ChangeHistoryItem> items)
           
 List<ChangeHistoryItem> DateRangeBuilder.buildDateRanges(Issue issue, List<ChangeHistoryItem> items)
           
protected  ChangeHistoryItem.Builder AbstractDateRangeBuilder.changeItemBuilder(Issue issue)
           
static org.ofbiz.core.entity.GenericValue ChangeLogUtils.createChangeGroup(ApplicationUser changeAuthor, Issue before, Issue after, Collection<ChangeItemBean> incomingChangeItems, boolean generateChangeItems)
          Deprecated. Use ChangeLogUtils.createChangeGroup(com.atlassian.jira.user.ApplicationUser, org.ofbiz.core.entity.GenericValue, org.ofbiz.core.entity.GenericValue, java.util.Collection, boolean) instead. Since v6.0.
static org.ofbiz.core.entity.GenericValue ChangeLogUtils.createChangeGroup(com.atlassian.crowd.embedded.api.User changeAuthor, Issue before, Issue after, Collection<ChangeItemBean> incomingChangeItems, boolean generateChangeItems)
          Deprecated. Use ChangeLogUtils.createChangeGroup(com.atlassian.jira.user.ApplicationUser, org.ofbiz.core.entity.GenericValue, org.ofbiz.core.entity.GenericValue, java.util.Collection, boolean) instead. Since v6.0.
protected  ChangeHistoryItem VersionDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem AssigneeDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem ResolutionDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem ReporterDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem PriorityDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected abstract  ChangeHistoryItem AbstractDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem StatusDateRangeBuilder.createInitialChangeItem(Issue issue)
           
 

Uses of Issue in com.atlassian.jira.issue.index
 

Methods in com.atlassian.jira.issue.index with parameters of type Issue
 List<Comment> DefaultCommentRetriever.apply(Issue issue)
           
 com.atlassian.fugue.Option<org.apache.lucene.document.Document> DefaultIssueDocumentFactory.apply(Issue issueObject)
           
 List<ChangeHistoryGroup> DefaultChangeHistoryRetriever.apply(Issue issue)
           
 void BulkOnlyIndexManager.deIndex(Issue issue)
           
 void DefaultIndexManager.deIndex(Issue issue)
           
 void IssueIndexManager.deIndex(Issue issue)
          Remove an issue from the search index.
 org.apache.lucene.index.Term IssueDocumentFactory.getIdentifyingTerm(Issue issue)
           
 org.apache.lucene.index.Term DefaultIssueDocumentFactory.getIdentifyingTerm(Issue issue)
           
 void BulkOnlyIndexManager.reIndex(Issue entity)
           
 void DefaultIndexManager.reIndex(Issue issue)
           
 void IssueIndexManager.reIndex(Issue issue)
          Reindex an issue (eg.
 void DefaultIndexManager.reIndex(Issue issue, boolean reIndexComments, boolean reIndexChangeHistory)
           
 void IssueIndexManager.reIndex(Issue issue, boolean reIndexComments, boolean reIndexChangeHistory)
          Reindex an issue (eg.
 void IndexReconciler.spy(Issue issue)
           
 

Method parameters in com.atlassian.jira.issue.index with type arguments of type Issue
 void DefaultIndexManager.deIndexIssueObjects(Set<Issue> issuesToDelete, boolean updateReplicatedIndexStore)
           
 void IssueIndexManager.deIndexIssueObjects(Set<Issue> issuesToDelete, boolean updateReplicatedIndexStore)
          Remove a set of issues from the search index.
 Index.Result IssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
          Delete any existing documents for the supplied issues.
 Index.Result DefaultIssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result IssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
          Add documents for the supplied issues.
 Index.Result DefaultIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result IssueIndexer.indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
          Index the given issues, use whatever is in your arsenal to do it as FAST as possible.
 Index.Result DefaultIssueIndexer.indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
          No other index operations should be called while this method is being called
 long BulkOnlyIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
           
 long DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
           
 long IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
          Reindex a set of issues.
 long DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory)
           
 long IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory)
          Reindex a set of issues.
 long DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean updateReplicatedIndexStore)
           
 long IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean updateReplicatedIndexStore)
          Reindex a set of issues.
 Index.Result IssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, boolean reIndexComments, boolean reIndexChangeHistory, boolean conditionalUpdate)
          Re-index the given issues, delete any existing documents and add new ones.
 Index.Result DefaultIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, boolean reIndexComments, boolean reIndexChangeHistory, boolean conditionalUpdate)
           
 

Uses of Issue in com.atlassian.jira.issue.index.indexers
 

Methods in com.atlassian.jira.issue.index.indexers with parameters of type Issue
 void FieldIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
          This method allows an indexer the opportunity to modifiy the provided Lucene document (by reference) such that it will contain fields that are relevant for searching and storage of the portion of the issue that the FieldIndexer handles.
 boolean FieldIndexer.isFieldVisibleAndInScope(Issue issue)
          This method is used to determine if the indexer is relevant for the provided issue.
 

Uses of Issue in com.atlassian.jira.issue.index.indexers.impl
 

Methods in com.atlassian.jira.issue.index.indexers.impl with parameters of type Issue
 void SelectCustomFieldIndexer.addDocumentFields(org.apache.lucene.document.Document doc, Issue issue, org.apache.lucene.document.Field.Index indexType)
           
 void VersionCustomFieldIndexer.addDocumentFields(org.apache.lucene.document.Document doc, Issue issue, org.apache.lucene.document.Field.Index indexType)
           
 void GroupCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void CustomFieldLabelsIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void SelectCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void MultiSelectCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void DateCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void CascadingSelectCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void ProjectCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void UserCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void LocalDateIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
abstract  void AbstractCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void NumberCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void ExactTextCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void VersionCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void SortableTextCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void GroupCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void CustomFieldLabelsIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void SelectCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void MultiSelectCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void DateCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void CascadingSelectCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void ProjectCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void UserCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void LocalDateIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
abstract  void AbstractCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void NumberCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void ExactTextCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void VersionCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void SortableTextCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void EnvironmentIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void WorkRatioIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void IssueKeyIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void IssueTypeIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void TimeSpentIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void SubTaskIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void UpdatedDateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void FixForVersionsIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void IssueLinkIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
          We index the links in 3 ways.
 void WatchesIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void AssigneeIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void DescriptionIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void SecurityIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void IssueIdIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void CreatedDateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void WatcherIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void CurrentEstimateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void SummaryIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void LabelsIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ProjectIdIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void VotesIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void DueDateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ComponentsIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void CreatorIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void VoterIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void StatusIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void PriorityIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void AffectedVersionsIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ProgressIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ReporterIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void AttachmentIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void OriginalEstimateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ResolutionDateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ParentIssueIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ResolutionIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void AbstractCustomFieldIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void BaseFieldIndexer.indexDateField(org.apache.lucene.document.Document doc, String indexField, Timestamp date, Issue issue)
          Index a single keyword field, with a date-time value
 void BaseFieldIndexer.indexDependentEntities(Issue issue, org.apache.lucene.document.Document doc, String associationType, String indexField)
          Index the dependent entities of an issue.
 void BaseFieldIndexer.indexFoldedKeyword(org.apache.lucene.document.Document doc, String indexField, String fieldValue, Locale locale, Issue issue)
          Case fold the passed keyword and add it to the passed document.
 void BaseFieldIndexer.indexKeyword(org.apache.lucene.document.Document doc, String indexField, String fieldValue, Issue issue)
          Index a single keyword field
 void BaseFieldIndexer.indexKeywordWithDefault(org.apache.lucene.document.Document doc, String indexField, Long aLong, String defaultValue, Issue issue)
           
 void BaseFieldIndexer.indexKeywordWithDefault(org.apache.lucene.document.Document doc, String indexField, String fieldValue, String defaultValue, Issue issue)
          Index a single keyword field, with a default if the issue field is not set shared with CommentDocumentFactory
 void BaseFieldIndexer.indexLocalDateField(org.apache.lucene.document.Document doc, String indexField, LocalDate localDate, Issue issue)
          Index a single keyword field, with a LocalDate value
 void BaseFieldIndexer.indexLongAsKeyword(org.apache.lucene.document.Document doc, String indexField, Long fieldValue, Issue issue)
           
 void BaseFieldIndexer.indexLongAsPaddedKeywordWithDefault(org.apache.lucene.document.Document doc, String indexField, Long aLong, Long defaultLong, Issue issue)
          Useful for storing a Long value for range query searches.
 void BaseFieldIndexer.indexLongAsPaddedKeywordWithDefault(org.apache.lucene.document.Document doc, String indexField, Long aLong, String defaultValue, Issue issue)
          Useful for storing a Long value for range query searches.
 void BaseFieldIndexer.indexText(org.apache.lucene.document.Document doc, String indexField, String fieldValue, Issue issue)
          Index a single text field
 void BaseFieldIndexer.indexTextForSorting(org.apache.lucene.document.Document doc, String indexField, String fieldValue, Issue issue)
          Index a single text field
protected  void UserFieldIndexer.indexUserKey(org.apache.lucene.document.Document doc, String indexField, String userkey, Issue issue)
           
protected  void UserFieldIndexer.indexUserkeyWithDefault(org.apache.lucene.document.Document doc, String indexField, String userkey, String defaultValue, Issue issue)
          Index a single userkey field (case intact), with a default if the field is not set
 boolean WorkRatioIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean IssueKeyIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean IssueTypeIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean TimeSpentIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean SubTaskIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean IssueLinkIndexer.isFieldVisibleAndInScope(Issue issue)
          We have to always index the link because we want to support the use of links for system-level issue relationships implemented by system links without linking enabled.
 boolean WatchesIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean SecurityIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean IssueIdIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean CreatedDateIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean WatcherIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean CurrentEstimateIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean SummaryIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean ProjectIdIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean VotesIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean BaseFieldIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean VoterIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean ProgressIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean AttachmentIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean OriginalEstimateIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean ParentIssueIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean AbstractCustomFieldIndexer.isFieldVisibleAndInScope(Issue issue)
           
protected  boolean AbstractCustomFieldIndexer.isRelevantForIssue(Issue issue)
           
 

Method parameters in com.atlassian.jira.issue.index.indexers.impl with type arguments of type Issue
 Set<String> IssuePropertySearchExtractor.indexEntity(EntitySearchExtractor.Context<Issue> ctx, org.apache.lucene.document.Document doc)
           
 

Uses of Issue in com.atlassian.jira.issue.link
 

Methods in com.atlassian.jira.issue.link that return Issue
 Issue IssueLinkImpl.getDestinationObject()
          Get the destination Issue of the link.
 Issue IssueLink.getDestinationObject()
          Get the destination Issue of the link.
 Issue IssueLinkImpl.getSourceObject()
          Get the source Issue of the link.
 Issue IssueLink.getSourceObject()
          Get the source Issue of the link.
 

Methods in com.atlassian.jira.issue.link that return types with arguments of type Issue
 Collection<Issue> LinkCollectionImpl.getAllIssues()
           
 Collection<Issue> LinkCollection.getAllIssues()
          Returns a collection of issues that contains both inward and outward linking issues.
 List<Issue> LinkCollectionImpl.getInwardIssues(String linkName)
           
 List<Issue> LinkCollection.getInwardIssues(String linkName)
          Looks up and returns a "sort.order" sorted list of all inward linked issues by given link name.
 List<Issue> LinkCollectionImpl.getOutwardIssues(String linkName)
           
 List<Issue> LinkCollection.getOutwardIssues(String linkName)
          Looks up and returns a "sort.order" sorted list of all outward linked issues by given link name.
 

Methods in com.atlassian.jira.issue.link with parameters of type Issue
 LinkCollection DefaultIssueLinkManager.getLinkCollection(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 LinkCollection IssueLinkManager.getLinkCollection(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Constructs a LinkCollection for a given issue.
 LinkCollection DefaultIssueLinkManager.getLinkCollection(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, boolean excludeSystemLinks)
           
 LinkCollection IssueLinkManager.getLinkCollection(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, boolean excludeSystemLinks)
           
 LinkCollection DefaultIssueLinkManager.getLinkCollectionOverrideSecurity(Issue issue)
           
 LinkCollection IssueLinkManager.getLinkCollectionOverrideSecurity(Issue issue)
          Constructs a LinkCollection for a given issue, ignoring security.
 RemoteIssueLink DefaultRemoteIssueLinkManager.getRemoteIssueLinkByGlobalId(Issue issue, String globalId)
           
 RemoteIssueLink 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.
 List<RemoteIssueLink> MemoryRemoteIssueLinkStore.getRemoteIssueLinksByGlobalId(Issue issue, String globalId)
           
 List<RemoteIssueLink> RemoteIssueLinkStore.getRemoteIssueLinksByGlobalId(Issue issue, String globalId)
          Returns remote issue links in given issue with given globalId sorted by id.
 List<RemoteIssueLink> RemoteIssueLinkStoreImpl.getRemoteIssueLinksByGlobalId(Issue issue, String globalId)
           
 List<RemoteIssueLink> MemoryRemoteIssueLinkStore.getRemoteIssueLinksForIssue(Issue issue)
           
 List<RemoteIssueLink> DefaultRemoteIssueLinkManager.getRemoteIssueLinksForIssue(Issue issue)
           
 List<RemoteIssueLink> RemoteIssueLinkStore.getRemoteIssueLinksForIssue(Issue issue)
           
 List<RemoteIssueLink> RemoteIssueLinkStoreImpl.getRemoteIssueLinksForIssue(Issue issue)
           
 List<RemoteIssueLink> RemoteIssueLinkManager.getRemoteIssueLinksForIssue(Issue issue)
          Gets the remote issue links that link with the given JIRA issue.
 int DefaultIssueLinkManager.removeIssueLinks(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 int IssueLinkManager.removeIssueLinks(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Removes ALL incoming and outgoing issuelinks from the issue supplied.
 int DefaultIssueLinkManager.removeIssueLinksNoChangeItems(Issue issue)
           
 int IssueLinkManager.removeIssueLinksNoChangeItems(Issue issue)
          Removes ALL incoming and outgoing issuelinks from the issue supplied without creating ChangeItems for the Change History.
 void DefaultRemoteIssueLinkManager.removeRemoteIssueLinkByGlobalId(Issue issue, String globalId, ApplicationUser user)
           
 void RemoteIssueLinkManager.removeRemoteIssueLinkByGlobalId(Issue issue, String globalId, ApplicationUser user)
          Deletes any remote issue link that links with the given JIRA issue and has the given global id.
 void DefaultRemoteIssueLinkManager.removeRemoteIssueLinkByGlobalId(Issue issue, String globalId, com.atlassian.crowd.embedded.api.User user)
           
 void RemoteIssueLinkManager.removeRemoteIssueLinkByGlobalId(Issue issue, String globalId, com.atlassian.crowd.embedded.api.User user)
          Deprecated. since v6.1. Use RemoteIssueLinkManager.removeRemoteIssueLinkByGlobalId(com.atlassian.jira.issue.Issue, String, com.atlassian.jira.user.ApplicationUser) instead.
 

Constructor parameters in com.atlassian.jira.issue.link with type arguments of type Issue
LinkCollectionImpl(Long issueId, Set<IssueLinkType> linkTypes, Map<String,List<Issue>> outwardLinkMap, Map<String,List<Issue>> inwardLinkMap, com.atlassian.crowd.embedded.api.User remoteUser, 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, com.atlassian.crowd.embedded.api.User remoteUser, 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, com.atlassian.crowd.embedded.api.User 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, com.atlassian.crowd.embedded.api.User remoteUser, boolean overrideSecurity, 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 Issue
 Issue DefaultIssueManager.createIssueObject(String remoteUserName, Map<String,Object> fields)
           
 Issue DefaultIssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 Issue DefaultIssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser, Map<String,Object> fields)
           
 Issue DefaultIssueManager.findMovedIssue(String originalKey)
           
 Issue DefaultIssueManager.updateIssue(com.atlassian.crowd.embedded.api.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 

Methods in com.atlassian.jira.issue.managers that return types with arguments of type Issue
 List<Issue> DefaultIssueManager.getIssueObjects(Collection<Long> ids)
           
 List<Issue> DefaultIssueManager.getIssueObjectsByEntity(String relationName, org.ofbiz.core.entity.GenericValue entity)
           
 List<Issue> DefaultIssueManager.getVotedIssues(ApplicationUser user)
           
 List<Issue> DefaultIssueManager.getVotedIssues(com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> DefaultIssueManager.getVotedIssuesOverrideSecurity(ApplicationUser user)
           
 List<Issue> DefaultIssueManager.getVotedIssuesOverrideSecurity(com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> DefaultIssueManager.getWatchedIssues(ApplicationUser user)
           
 List<Issue> DefaultIssueManager.getWatchedIssues(com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> DefaultIssueManager.getWatchedIssuesOverrideSecurity(ApplicationUser user)
           
 List<Issue> DefaultIssueManager.getWatchedIssuesOverrideSecurity(com.atlassian.crowd.embedded.api.User user)
           
 

Methods in com.atlassian.jira.issue.managers with parameters of type Issue
 List<ChangeItemBean> DefaultAttachmentManager.convertTemporaryAttachments(ApplicationUser user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
           
 List<ChangeItemBean> DefaultAttachmentManager.convertTemporaryAttachments(com.atlassian.crowd.embedded.api.User user, Issue issue, List<Long> selectedAttachments, TemporaryAttachmentsMonitor temporaryAttachmentsMonitor)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, Boolean zip, Boolean thumbnailable, Map<String,Object> attachmentProperties, Date createdTime)
           
 ChangeItemBean DefaultAttachmentManager.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
           
 Attachment DefaultAttachmentManager.createAttachmentCopySourceFile(File file, String filename, String contentType, String attachmentAuthor, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
           
 org.ofbiz.core.entity.GenericValue DefaultIssueManager.createIssue(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 Issue DefaultIssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 void DefaultAttachmentManager.deleteAttachmentDirectory(Issue issue)
           
 void IssueDeleteHelper.deleteIssue(com.atlassian.crowd.embedded.api.User user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          Delete issue in context of given user.
 void DefaultIssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void DefaultIssueDeleteHelper.deleteIssue(com.atlassian.crowd.embedded.api.User user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void IssueDeleteHelper.deleteIssueNoEvent(Issue issue)
          Delete issue without firing any events, or sending notifications.
 void DefaultIssueManager.deleteIssueNoEvent(Issue issue)
           
 void DefaultIssueDeleteHelper.deleteIssueNoEvent(Issue issue)
           
 List<Attachment> DefaultAttachmentManager.getAttachments(Issue issue)
           
 List<Attachment> DefaultAttachmentManager.getAttachments(Issue issue, Comparator<? super Attachment> comparator)
           
 List MockCustomFieldManager.getCustomFieldObjects(Issue issue)
           
 List<CustomField> DefaultCustomFieldManager.getCustomFieldObjects(Issue issue)
          Get all CustomFields in scope for this issue's project/type.
 List<org.ofbiz.core.entity.GenericValue> DefaultIssueManager.getEntitiesByIssueObject(String relationName, Issue issue)
           
 String DefaultRendererManager.getRenderedContent(FieldLayoutItem fieldConfig, Issue issue)
           
 List<Attachment> DefaultAttachmentManager.getStoredAttachments(Issue issue)
           
 List<com.atlassian.crowd.embedded.api.User> DefaultIssueManager.getWatchers(Issue issue)
           
 List<ApplicationUser> DefaultIssueManager.getWatchersFor(Issue issue)
           
 boolean DefaultIssueManager.isEditable(Issue issue)
           
 boolean DefaultIssueManager.isEditable(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 void DefaultAttachmentManager.moveAttachments(Issue oldIssue, String newIssueKey)
          Create a new directory for this issue, and move all the attachments from the old directory to the new directory.
 void DefaultIssueManager.recordMovedIssueKey(Issue oldIssue)
           
protected  void DefaultIssueDeleteHelper.removeSubTasks(com.atlassian.crowd.embedded.api.User user, Issue parentIssue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 

Uses of Issue in com.atlassian.jira.issue.renderers
 

Methods in com.atlassian.jira.issue.renderers that return Issue
 Issue CommentFieldRenderContext.getIssue()
           
 Issue FieldRenderContext.getIssue()
           
 

Uses of Issue in com.atlassian.jira.issue.search
 

Methods in com.atlassian.jira.issue.search that return types with arguments of type Issue
 List<Issue> SearchResults.getIssues()
          Get the issues available in this page.
 

Methods in com.atlassian.jira.issue.search with parameters of type Issue
 int IssueComparator.compare(Issue issue1, Issue issue2)
           
 

Constructor parameters in com.atlassian.jira.issue.search with type arguments of type Issue
SearchResults(List<Issue> issuesInPage, int totalIssueCount, int maxIssueCount, int startIndex)
          Construct searchResults using the issues that should be displayed, and the 'total' number of issues.
SearchResults(List<Issue> issuesInPage, int totalIssueCount, PagerFilter pagerFilter)
          Construct searchResults using the issues that should be displayed, and the 'total' number of issues.
SearchResults(List<Issue> issues, PagerFilter<Issue> pagerFilter)
          Construct searchResults using a list of issues.
SearchResults(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
 boolean NoBrowsePermissionPredicate.evaluate(Issue issue)
           
 

Uses of Issue in com.atlassian.jira.issue.search.parameters.lucene.sort
 

Methods in com.atlassian.jira.issue.search.parameters.lucene.sort that return Issue
 Issue IssueSortComparator.getIssueFromDocument(org.apache.lucene.document.Document document)
          Get an Issue object from a Lucene Document
 Issue DefaultIssueSortComparator.getIssueFromDocument(org.apache.lucene.document.Document document)
           
 

Methods in com.atlassian.jira.issue.search.parameters.lucene.sort with parameters of type Issue
 int IssueSortComparator.compare(Issue issue1, Issue issue2)
          Compare 2 issues.
 int DefaultIssueSortComparator.compare(Issue issue1, Issue issue2)
           
 

Uses of Issue in com.atlassian.jira.issue.security
 

Methods in com.atlassian.jira.issue.security with parameters of type Issue
 List<IssueSecurityLevel> IssueSecurityLevelManagerImpl.getUsersSecurityLevels(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 List<IssueSecurityLevel> IssueSecurityLevelManager.getUsersSecurityLevels(Issue issue, com.atlassian.crowd.embedded.api.User user)
          Get the different levels of security that can be set for this issue.
 boolean IssueSecurityHelper.securityLevelNeedsMove(Issue sourceIssue, Issue targetIssue)
          Checks if we possibly want to change the Security Level of an issue that is being moved.
 boolean IssueSecurityHelperImpl.securityLevelNeedsMove(Issue sourceIssue, Issue targetIssue)
           
 

Uses of Issue in com.atlassian.jira.issue.statistics
 

Methods in com.atlassian.jira.issue.statistics with parameters of type Issue
 void StatsGroup.addIrrelevantIssue(Issue issue)
           
 void StatsGroup.addValue(String heading, Issue issue)
           
 

Uses of Issue in com.atlassian.jira.issue.tabpanels
 

Methods in com.atlassian.jira.issue.tabpanels that return Issue
 Issue CommentAction.getIssue()
          Returns issue related to this comment
 

Methods in com.atlassian.jira.issue.tabpanels with parameters of type Issue
 List<IssueAction> ChangeHistoryTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 List<IssueAction> WorklogTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 boolean ChangeHistoryTabPanel.showPanel(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 boolean WorklogTabPanel.showPanel(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 

Constructors in com.atlassian.jira.issue.tabpanels with parameters of type Issue
ChangeHistoryAction(IssueTabPanelModuleDescriptor descriptor, ChangeHistory changeHistory, boolean showHeader, AttachmentManager attachmentManager, JiraDurationUtils jiraDurationUtils, CustomFieldManager customFieldManager, DateTimeFormatter formatter, Issue issue, DateTimeFieldChangeLogHelper changeLogHelper)
           
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 Issue
 com.atlassian.core.util.thumbnail.Thumbnail DisabledThumbNailManager.getThumbnail(Issue issue, Attachment attachment)
           
 com.atlassian.core.util.thumbnail.Thumbnail DefaultThumbnailManager.getThumbnail(Issue issue, Attachment attachment)
           
 com.atlassian.core.util.thumbnail.Thumbnail ThumbnailManager.getThumbnail(Issue issue, Attachment attachment)
          Returns the Thumbnail that corresponds to an Attachment, or null if the given attachment is not an image.
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> DefaultThumbnailManager.getThumbnails(Collection<Attachment> attachments, Issue issue)
           
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> DisabledThumbNailManager.getThumbnails(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> DefaultThumbnailManager.getThumbnails(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> ThumbnailManager.getThumbnails(Issue issue, com.atlassian.crowd.embedded.api.User user)
          Retrieves Thumbnails for an Issue
 boolean DisabledThumbNailManager.isThumbnailable(Issue issue, Attachment attachment)
           
 boolean DefaultThumbnailManager.isThumbnailable(Issue issue, Attachment attachment)
           
 boolean ThumbnailManager.isThumbnailable(Issue issue, Attachment attachmentGV)
           
 

Uses of Issue in com.atlassian.jira.issue.util
 

Methods in com.atlassian.jira.issue.util that return Issue
 Issue SimpleMockIssueFactory.getIssue(org.apache.lucene.document.Document issueDocument)
           
 Issue AbstractTransformIssueIterator.next()
           
 Issue IssueIterator.nextIssue()
          Deprecated. use @{#next()}
 Issue AbstractTransformIssueIterator.nextIssue()
           
protected  Issue IssueObjectIssuesIterable.transform(Object o)
           
protected abstract  Issue AbstractTransformIssueIterator.transform(T o)
           
 

Methods in com.atlassian.jira.issue.util with parameters of type Issue
 MutableIssue SimpleMockIssueFactory.cloneIssue(Issue issue)
           
 MutableIssue SimpleMockIssueFactory.cloneIssueNoParent(Issue issue)
           
 AggregateTimeTrackingBean IssueImplAggregateTimeTrackingCalculator.getAggregates(Issue issue)
          Creates and returns a bean that contains all aggregate time tracking information for given issue(not a sub-task).
 AggregateTimeTrackingBean DocumentIssueAggregateTimeTrackingCalculator.getAggregates(Issue issue)
           
 AggregateTimeTrackingBean AggregateTimeTrackingCalculator.getAggregates(Issue issue)
          Method to retreive a bean that contains all Aggregate Time Tracking information.
 AggregateTimeTrackingCalculator AggregateTimeTrackingCalculatorFactoryImpl.getCalculator(Issue issue)
           
 AggregateTimeTrackingCalculator AggregateTimeTrackingCalculatorFactory.getCalculator(Issue issue)
          Create a new instance of time tracing calculator based on the Issue implementation.
 List<SimpleLink> IssueOperationsBarUtil.getPrimaryOperationLinks(Issue issue)
           
 boolean IssueImplAggregateTimeTrackingCalculator.PermissionChecker.hasPermission(Issue subTask)
          Returns true if a user in this context has a browse permission Permissions.BROWSE for given issue (sub-task), false otherwise.
protected  void DatabaseIssuesIterable.spy(Issue next)
          Allows for IssuesIterable implementations that spy on each iterated issue.
 

Method parameters in com.atlassian.jira.issue.util with type arguments of type Issue
 void IssueObjectIssuesIterable.foreach(Consumer<Issue> sink)
           
 void DatabaseIssuesIterable.foreach(Consumer<Issue> sink)
           
 void IssueGVsIssueIterable.foreach(Consumer<Issue> sink)
           
 void IssueIdsIssueIterable.foreach(Consumer<Issue> sink)
           
 

Constructors in com.atlassian.jira.issue.util with parameters of type Issue
IssueUpdateBean(Issue changedIssue, Issue originalIssue, Long eventTypeId, ApplicationUser user)
           
IssueUpdateBean(Issue changedIssue, Issue originalIssue, Long eventTypeId, ApplicationUser user, boolean sendMail, boolean subtasksUpdated)
           
IssueUpdateBean(Issue changedIssue, Issue originalIssue, Long eventTypeId, com.atlassian.crowd.embedded.api.User user)
          Deprecated. since v6.1. Use IssueUpdateBean.IssueUpdateBean(org.ofbiz.core.entity.GenericValue, org.ofbiz.core.entity.GenericValue, Long, com.atlassian.jira.user.ApplicationUser) instead.
IssueUpdateBean(Issue changedIssue, Issue originalIssue, Long eventTypeId, com.atlassian.crowd.embedded.api.User user, boolean sendMail, boolean subtasksUpdated)
          Deprecated. since v6.1. Use IssueUpdateBean.IssueUpdateBean(org.ofbiz.core.entity.GenericValue, org.ofbiz.core.entity.GenericValue, Long, com.atlassian.jira.user.ApplicationUser, boolean, boolean) instead.
IssueWebPanelRenderUtil(com.atlassian.crowd.embedded.api.User loggedInUser, Issue issue, webwork.action.Action action, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ModuleWebComponent moduleWebComponent)
           
 

Constructor parameters in com.atlassian.jira.issue.util with type arguments of type Issue
IssueObjectIssuesIterable(Collection<? extends Issue> issueObjects)
           
 

Uses of Issue in com.atlassian.jira.issue.views
 

Methods in com.atlassian.jira.issue.views with parameters of type Issue
 String IssueXMLView.getBody(Issue issue, IssueViewRequestParams issueViewRequestParams)
           
 String AbstractIssueHtmlView.getBody(Issue issue, IssueViewRequestParams issueViewFieldParams)
           
 String IssueXMLView.getContent(Issue issue, IssueViewRequestParams issueViewRequestParams)
           
 String AbstractIssueHtmlView.getContent(Issue issue, IssueViewRequestParams issueViewRequestParams)
           
 String AbstractIssueHtmlView.getCustomFieldHtml(FieldLayoutItem fieldLayoutItem, CustomField field, Issue issue)
           
 String IssueXMLView.getCustomFieldXML(CustomField field, Issue issue)
           
 String AbstractIssueHtmlView.getFooter(Issue issue)
           
 String AbstractIssueHtmlView.getHeader(Issue issue)
           
protected  String IssueHtmlView.getLinkToPrevious(Issue issue)
           
protected  String IssueWordView.getLinkToPrevious(Issue issue)
           
protected abstract  String AbstractIssueHtmlView.getLinkToPrevious(Issue issue)
           
 String IssueXMLView.getRenderedContent(String fieldName, String value, Issue issue)
           
 String AbstractIssueHtmlView.getRenderedContent(String fieldName, String value, Issue issue)
           
 List<FieldLayoutItem> IssueXMLView.getVisibleCustomFields(Issue issue, com.atlassian.crowd.embedded.api.User user, IssueViewFieldParams issueViewFieldParams)
           
 void IssueWordView.writeHeaders(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams)
           
 void SingleIssueWriter.writeIssue(Issue issue, AbstractIssueView issueView, Writer writer)
          The writeIssue method provides information about the issue and a writer.
 

Uses of Issue in com.atlassian.jira.issue.views.util
 

Methods in com.atlassian.jira.issue.views.util with parameters of type Issue
 AggregateTimeTrackingBean DefaultIssueViewUtil.createAggregateBean(Issue issue)
           
 AggregateTimeTrackingBean IssueViewUtil.createAggregateBean(Issue issue)
           
 LinkCollection DefaultIssueViewUtil.getLinkCollection(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 LinkCollection IssueViewUtil.getLinkCollection(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 String SearchRequestPreviousView.getLinkToPrevious(Issue issue, JiraResourcedModuleDescriptor<?> descriptor)
           
 String DefaultSearchRequestPreviousView.getLinkToPrevious(Issue issue, JiraResourcedModuleDescriptor<?> descriptor)
           
 String DefaultIssueViewUtil.getRenderedContent(String fieldName, String value, Issue issue)
           
 String IssueViewUtil.getRenderedContent(String fieldName, String value, Issue issue)
           
protected abstract  void IssueWriterHitCollector.writeIssue(Issue issue, Writer writer)
           
 

Uses of Issue in com.atlassian.jira.issue.vote
 

Methods in com.atlassian.jira.issue.vote with parameters of type Issue
 boolean DefaultVoteManager.addVote(ApplicationUser user, Issue issue)
           
 boolean VoteManager.addVote(ApplicationUser user, Issue issue)
          Adds a new vote for the user and issue specified.
 boolean DefaultVoteManager.addVote(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean VoteManager.addVote(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. Use VoteManager.addVote(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead. Since v6.0.
 int DefaultVoteManager.getVoteCount(Issue issue)
           
 int VoteManager.getVoteCount(Issue issue)
          Return the number of users that have voted for the given issue.
 List<VoteHistoryEntry> DefaultVoteManager.getVoteHistory(Issue issue)
           
 List<VoteHistoryEntry> VoteManager.getVoteHistory(Issue issue)
          Get the list of vote history for an issue.
 Iterable<String> DefaultIssueVoterAccessor.getVoterNames(Issue issue)
           
 Iterable<String> IssueVoterAccessor.getVoterNames(Issue issue)
          Deprecated. Use IssueVoterAccessor.getVoterUserkeys(com.atlassian.jira.issue.Issue) instead. Since v6.0.
 List<com.atlassian.crowd.embedded.api.User> DefaultVoteManager.getVoters(Issue issue, Locale usersLocale)
           
 List<com.atlassian.crowd.embedded.api.User> VoteManager.getVoters(Issue issue, Locale usersLocale)
          Deprecated. Use VoteManager.getVotersFor(com.atlassian.jira.issue.Issue, java.util.Locale) instead. Since v6.0.
 Iterable<com.atlassian.crowd.embedded.api.User> DefaultIssueVoterAccessor.getVoters(Locale displayLocale, Issue issue)
           
 Iterable<com.atlassian.crowd.embedded.api.User> IssueVoterAccessor.getVoters(Locale displayLocale, Issue issue)
          Convenience function that simply returns the User objects.
 List<ApplicationUser> DefaultVoteManager.getVotersFor(Issue issue, Locale usersLocale)
           
 List<ApplicationUser> VoteManager.getVotersFor(Issue issue, Locale usersLocale)
          Returns an ordered list of voters for a particular issue.
 Collection<String> DefaultVoteManager.getVoterUserkeys(Issue issue)
           
 Iterable<String> DefaultIssueVoterAccessor.getVoterUserkeys(Issue issue)
           
 Collection<String> VoteManager.getVoterUserkeys(Issue issue)
          Return a collection of userkeys of users that voted for given issue
 Iterable<String> IssueVoterAccessor.getVoterUserkeys(Issue issue)
          Returns the userkeys for voters on the given issue.
 Collection<String> DefaultVoteManager.getVoterUsernames(Issue issue)
           
 Collection<String> VoteManager.getVoterUsernames(Issue issue)
          Deprecated. Use VoteManager.getVoterUserkeys(com.atlassian.jira.issue.Issue) instead. Since v6.0.
 boolean DefaultVoteManager.hasVoted(ApplicationUser user, Issue issue)
           
 boolean VoteManager.hasVoted(ApplicationUser user, Issue issue)
          Checks if the given User has voted on the given Issue.
 boolean DefaultVoteManager.hasVoted(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean VoteManager.hasVoted(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. Use VoteManager.hasVoted(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead. Since v6.0.
 boolean DefaultVoteManager.removeVote(ApplicationUser user, Issue issue)
           
 boolean VoteManager.removeVote(ApplicationUser user, Issue issue)
          Removes a vote for the user and issue specified.
 boolean DefaultVoteManager.removeVote(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean VoteManager.removeVote(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. Use VoteManager.removeVote(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead. Since v6.0.
 

Uses of Issue in com.atlassian.jira.issue.watchers
 

Methods in com.atlassian.jira.issue.watchers with parameters of type Issue
 List<String> DefaultWatcherManager.getCurrentWatcherUsernames(Issue issue)
           
 List<String> WatcherManager.getCurrentWatcherUsernames(Issue issue)
          Retrieve the list of usernames of users watching the given issue
 Collection<com.atlassian.crowd.embedded.api.User> DefaultWatcherManager.getCurrentWatchList(Issue issue, Locale userLocale)
           
 Collection<com.atlassian.crowd.embedded.api.User> WatcherManager.getCurrentWatchList(Issue issue, Locale userLocale)
          Deprecated. Use WatcherManager.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale) instead. Since v6.0.
 int DefaultWatcherManager.getWatcherCount(Issue issue)
           
 int WatcherManager.getWatcherCount(Issue issue)
          Returns the number of users watching this issue.
 Collection<String> DefaultIssueWatcherAccessor.getWatcherKeys(Issue issue)
           
 Collection<String> IssueWatcherAccessor.getWatcherKeys(Issue issue)
           
 Iterable<String> DefaultIssueWatcherAccessor.getWatcherNames(Issue issue)
           
 Iterable<String> IssueWatcherAccessor.getWatcherNames(Issue issue)
          Deprecated. Use IssueWatcherAccessor.getWatcherKeys(com.atlassian.jira.issue.Issue) instead. Since v6.0.
 List<ApplicationUser> DefaultWatcherManager.getWatchers(Issue issue, Locale userLocale)
           
 Iterable<com.atlassian.crowd.embedded.api.User> DefaultIssueWatcherAccessor.getWatchers(Issue issue, Locale displayLocale)
           
 Iterable<com.atlassian.crowd.embedded.api.User> IssueWatcherAccessor.getWatchers(Issue issue, Locale displayLocale)
          Convenience function that simply returns the User objects.
 List<ApplicationUser> WatcherManager.getWatchers(Issue issue, Locale userLocale)
          Retrieve list of users that are currently watching this issue (including the current user).
 Collection<String> DefaultWatcherManager.getWatcherUserKeys(Issue issue)
           
 Collection<String> WatcherManager.getWatcherUserKeys(Issue issue)
          Retrieve list of users that are currently watching this issue (including the current user).
 boolean DefaultWatcherManager.isWatching(ApplicationUser user, Issue issue)
           
 boolean WatcherManager.isWatching(ApplicationUser user, Issue issue)
          Determine whether the current user is already watching the issue or not
 boolean DefaultWatcherManager.isWatching(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean WatcherManager.isWatching(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. Use WatcherManager.isWatching(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead. Since v6.0.
 void DefaultWatcherManager.startWatching(ApplicationUser user, Issue issue)
           
 void WatcherManager.startWatching(ApplicationUser user, Issue issue)
          Enable watching of a particular issue for the user supplied.
 void DefaultWatcherManager.startWatching(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 void WatcherManager.startWatching(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. Use WatcherManager.startWatching(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead. Since v6.0.
 void DefaultWatcherManager.stopWatching(ApplicationUser user, Issue issue)
           
 void WatcherManager.stopWatching(ApplicationUser user, Issue issue)
          Disable watching of a particular issue for the user supplied.
 void DefaultWatcherManager.stopWatching(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 void WatcherManager.stopWatching(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Deprecated. Use WatcherManager.stopWatching(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue) instead. Since v6.0.
 

Method parameters in com.atlassian.jira.issue.watchers with type arguments of type Issue
 void DefaultWatcherManager.startWatching(ApplicationUser user, Collection<Issue> issues)
           
 void WatcherManager.startWatching(ApplicationUser user, Collection<Issue> issues)
          Enable watching of a list of issues for the user supplied.
 void DefaultWatcherManager.stopWatching(ApplicationUser user, Collection<Issue> issues)
           
 void WatcherManager.stopWatching(ApplicationUser user, Collection<Issue> issues)
          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 Issue
 Issue WorklogImpl.getIssue()
           
 Issue Worklog.getIssue()
           
 

Methods in com.atlassian.jira.issue.worklog with parameters of type Issue
 List<Worklog> OfBizWorklogStore.getByIssue(Issue issue)
           
 List<Worklog> WorklogStore.getByIssue(Issue issue)
          Returns all child worklogs of a specified issue
 List<Worklog> DefaultWorklogManager.getByIssue(Issue issue)
           
 List<Worklog> WorklogManager.getByIssue(Issue issue)
          Returns all child worklogs of a specified issue
 PagedList<Worklog> DefaultWorklogManager.getByIssue(Issue issue, int pageSize)
           
 PagedList<Worklog> WorklogManager.getByIssue(Issue issue, int pageSize)
          Returns all child worklogs of a specified issue, in a PagedList
static long WorkRatio.getWorkRatio(Issue issue)
           
 

Constructors in com.atlassian.jira.issue.worklog with parameters of type Issue
WorklogImpl(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)
           
 

Uses of Issue in com.atlassian.jira.jql.util
 

Methods in com.atlassian.jira.jql.util that return Issue
 Issue JqlIssueSupportImpl.getIssue(long id)
           
 Issue JqlIssueSupport.getIssue(long id)
          Get the issue given its id.
 Issue JqlIssueSupportImpl.getIssue(long id, ApplicationUser user)
           
 Issue JqlIssueSupport.getIssue(long id, ApplicationUser user)
          Get the issue given its id if the passed user can see it.
 Issue JqlIssueSupportImpl.getIssue(long id, com.atlassian.crowd.embedded.api.User user)
           
 Issue JqlIssueSupport.getIssue(long id, com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use JqlIssueSupport.getIssue(long, com.atlassian.jira.user.ApplicationUser) instead. Since v6.1.
 Issue JqlIssueSupportImpl.getIssue(String issueKey)
           
 Issue JqlIssueSupport.getIssue(String issueKey)
          Get the issue with the passed key.
 Issue JqlIssueSupportImpl.getIssue(String issueKey, ApplicationUser user)
           
 Issue JqlIssueSupport.getIssue(String issueKey, ApplicationUser user)
          Get the issue with the passed key if the passed user can see it.
 

Methods in com.atlassian.jira.jql.util that return types with arguments of type Issue
 List<Issue> JqlIssueSupportImpl.getIssues(String issueKey)
           
 List<Issue> JqlIssueSupport.getIssues(String issueKey)
          Deprecated. Use JqlIssueSupport.getIssue(String) instead. Since v6.1.
 List<Issue> JqlIssueSupportImpl.getIssues(String issueKey, com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> JqlIssueSupport.getIssues(String issueKey, com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use JqlIssueSupport.getIssue(String, com.atlassian.jira.user.ApplicationUser) instead. Since v6.1.
 

Uses of Issue in com.atlassian.jira.mail
 

Classes in com.atlassian.jira.mail that implement Issue
 class TemplateIssue
          Decorator for the Issue Object.
 

Methods in com.atlassian.jira.mail that return Issue
 Issue MailThreadManagerImpl.getAssociatedIssueObject(javax.mail.Message message)
           
 Issue MailThreadManager.getAssociatedIssueObject(javax.mail.Message message)
          Looks for an issue associated with the given message by inspecting the "In-Reply-To" header of the message.
 Issue TemplateIssue.getParentObject()
           
 

Methods in com.atlassian.jira.mail that return types with arguments of type Issue
 Collection<Issue> TemplateIssue.getSubTaskObjects()
           
 

Methods in com.atlassian.jira.mail with parameters of type Issue
 TemplateIssue TemplateIssueFactory.getTemplateIssue(Issue issue)
           
 TemplateIssue DefaultTemplateIssueFactory.getTemplateIssue(Issue issue)
           
 void MailThreadManagerImpl.storeIncomingMessageId(String messageId, String senderAddress, Issue issue, MailThreadManager.MailAction action)
           
 void MailThreadManager.storeIncomingMessageId(String messageId, String senderAddress, Issue issue, MailThreadManager.MailAction action)
          Remembers the given incoming MessageID.
 void MailThreadManagerImpl.threadNotificationEmail(Email email, Issue issue)
           
 void MailThreadManager.threadNotificationEmail(Email email, Issue issue)
          Thread the given email which is related to the given issue.
 

Constructors in com.atlassian.jira.mail with parameters of type Issue
JiraMailThreader(Issue issue)
          Constructor
TemplateIssue(Issue issue, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, CustomFieldManager customFieldManager, JiraDurationUtils jiraDurationUtils, AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory)
           
 

Uses of Issue in com.atlassian.jira.matchers
 

Methods in com.atlassian.jira.matchers that return types with arguments of type Issue
static org.hamcrest.Matcher<Issue> IssueMatchers.issueWithId(Long id)
           
static org.hamcrest.Matcher<Issue> IssueMatchers.issueWithKey(String key)
           
 

Uses of Issue in com.atlassian.jira.mention
 

Methods in com.atlassian.jira.mention with parameters of type Issue
 void MentionServiceImpl.sendIssueCreateMentions(com.atlassian.crowd.embedded.api.User remoteUser, Set<NotificationRecipient> currentRecipients, Issue issue)
           
 void MentionService.sendIssueCreateMentions(com.atlassian.crowd.embedded.api.User remoteUser, Set<NotificationRecipient> currentRecipients, Issue issue)
          Given an issue object this method will look for any mentions in the description field using the MentionFinder and send e-mails to all users mentioned.
 void MentionServiceImpl.sendIssueEditMentions(com.atlassian.crowd.embedded.api.User remoteUser, Set<NotificationRecipient> currentRecipients, Issue issue, Comment comment)
           
 void MentionService.sendIssueEditMentions(com.atlassian.crowd.embedded.api.User remoteUser, Set<NotificationRecipient> currentRecipients, 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.
 

Uses of Issue in com.atlassian.jira.mock
 

Methods in com.atlassian.jira.mock that return Issue
 Issue MockIssueManager.createIssueObject(String remoteUserName, Map<String,Object> fields)
           
 Issue MockIssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 Issue MockIssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser, Map<String,Object> fields)
           
 Issue MockIssueManager.findMovedIssue(String oldIssueKey)
           
 Issue MockIssueManager.updateIssue(com.atlassian.crowd.embedded.api.User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 

Methods in com.atlassian.jira.mock that return types with arguments of type Issue
 List<Issue> MockIssueManager.getIssueObjects(Collection<Long> ids)
           
 List<Issue> MockIssueManager.getIssueObjectsByEntity(String relationName, org.ofbiz.core.entity.GenericValue entity)
           
 List<Issue> MockIssueManager.getVotedIssues(ApplicationUser user)
           
 List<Issue> MockIssueManager.getVotedIssuesOverrideSecurity(ApplicationUser user)
           
 List<Issue> MockIssueManager.getVotedIssuesOverrideSecurity(com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> MockIssueManager.getWatchedIssues(ApplicationUser user)
           
 List<Issue> MockIssueManager.getWatchedIssues(com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> MockIssueManager.getWatchedIssuesOverrideSecurity(ApplicationUser user)
           
 List<Issue> MockIssueManager.getWatchedIssuesOverrideSecurity(com.atlassian.crowd.embedded.api.User user)
           
 

Methods in com.atlassian.jira.mock with parameters of type Issue
 org.ofbiz.core.entity.GenericValue MockIssueManager.createIssue(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 Issue MockIssueManager.createIssueObject(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 void MockIssueManager.deleteIssue(com.atlassian.crowd.embedded.api.User user, Issue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 void MockIssueManager.deleteIssueNoEvent(Issue issue)
           
 List MockIssueManager.getEntitiesByIssueObject(String relationName, Issue issue)
           
 String MockRendererManager.getRenderedContent(FieldLayoutItem fieldConfig, Issue issue)
           
 List<com.atlassian.crowd.embedded.api.User> MockIssueManager.getWatchers(Issue issue)
           
 List<ApplicationUser> MockIssueManager.getWatchersFor(Issue issue)
           
 boolean MockPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user)
           
 boolean MockPermissionManager.hasPermission(int permissionsId, Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 boolean MockIssueManager.isEditable(Issue issue)
           
 boolean MockIssueManager.isEditable(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 void MockIssueManager.recordMovedIssueKey(Issue oldIssue)
           
 

Uses of Issue in com.atlassian.jira.mock.issue
 

Classes in com.atlassian.jira.mock.issue that implement Issue
 class MockIssue
          Copyright (c) 2002-2006 All rights reserved.
 

Methods in com.atlassian.jira.mock.issue that return Issue
 Issue MockIssue.getParentObject()
           
 

Methods in com.atlassian.jira.mock.issue with parameters of type Issue
 void MockIssue.setParentObject(Issue parentIssue)
           
 

Uses of Issue in com.atlassian.jira.mock.issue.fields
 

Methods in com.atlassian.jira.mock.issue.fields with parameters of type Issue
 String MockNavigableField.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 Issue
 Collection<Issue> MockIssueIndexer.indexedIssues
           
 Collection<Issue> MockIssueIndexer.reIndexedIssues
           
 

Method parameters in com.atlassian.jira.mock.issue.index with type arguments of type Issue
 Index.Result MockIssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result MockIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result MockIssueIndexer.indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result MockIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context, boolean reIndexComments, boolean reIndexChangeHistory, boolean conditionalUpdate)
           
 

Uses of Issue in com.atlassian.jira.mock.project.component
 

Methods in com.atlassian.jira.mock.project.component with parameters of type Issue
 Collection<ProjectComponent> MockProjectComponentManager.findComponentsByIssue(Issue issue)
           
 Collection<org.ofbiz.core.entity.GenericValue> MockProjectComponentManager.findComponentsByIssueGV(Issue issue)
           
 

Uses of Issue in com.atlassian.jira.notification
 

Fields in com.atlassian.jira.notification declared as Issue
protected  Issue AdhocNotificationService.ValidateNotificationResult.issue
           
 

Methods in com.atlassian.jira.notification that return Issue
 Issue NotificationFilterContext.getIssue()
           
 

Methods in com.atlassian.jira.notification with parameters of type Issue
 NotificationFilterContext NotificationFilterManager.makeContextFrom(NotificationReason reason, Issue issue)
          Creates a context for the specified reason and for the issue
 NotificationFilterContext NotificationFilterManagerImpl.makeContextFrom(NotificationReason reason, Issue issue)
           
 AdhocNotificationService.ValidateNotificationResult AdhocNotificationServiceImpl.validateNotification(NotificationBuilder notification, com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 AdhocNotificationService.ValidateNotificationResult AdhocNotificationService.validateNotification(NotificationBuilder notification, com.atlassian.crowd.embedded.api.User from, Issue issue)
           
 AdhocNotificationService.ValidateNotificationResult AdhocNotificationServiceImpl.validateNotification(NotificationBuilder notification, com.atlassian.crowd.embedded.api.User user, Issue issue, AdhocNotificationService.ValiationOption option)
           
 AdhocNotificationService.ValidateNotificationResult AdhocNotificationService.validateNotification(NotificationBuilder notification, com.atlassian.crowd.embedded.api.User from, Issue issue, AdhocNotificationService.ValiationOption option)
           
 

Constructors in com.atlassian.jira.notification with parameters of type Issue
AdhocNotificationService.ValidateNotificationResult(ErrorCollection errorCollection, NotificationBuilder notification, com.google.common.base.Supplier<Iterable<NotificationRecipient>> recipients, com.atlassian.crowd.embedded.api.User from, Issue issue)
           
 

Uses of Issue in com.atlassian.jira.notification.type
 

Methods in com.atlassian.jira.notification.type with parameters of type Issue
 Object UserCFNotificationTypeAware.getValueFromIssue(CustomField customField, Issue issue)
          Retrieves the User or a collection of Users representing the current CustomField value for the given issue.
 boolean ProjectRoleSecurityAndNotificationType.hasPermission(Issue issue, String parameter)
           
 boolean ProjectRoleSecurityAndNotificationType.hasPermission(Issue issue, String parameter, com.atlassian.crowd.embedded.api.User user, boolean issueCreation)
           
 

Uses of Issue in com.atlassian.jira.permission
 

Methods in com.atlassian.jira.permission that return Issue
 Issue PermissionContextImpl.getIssue()
           
 Issue PermissionContext.getIssue()
           
 

Methods in com.atlassian.jira.permission with parameters of type Issue
 boolean DenyWorkflowPermission.allows(int permission, Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 boolean DefaultWorkflowPermission.allows(int permission, Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 boolean WorkflowPermission.allows(int permission, Issue issue, com.atlassian.crowd.embedded.api.User user)
          Whether this workflow permission allows a permission.
 PermissionContext DefaultPermissionContextFactory.getPermissionContext(Issue issue)
           
 PermissionContext PermissionContextFactory.getPermissionContext(Issue issue)
           
 PermissionContext DefaultPermissionContextFactory.getPermissionContext(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 PermissionContext PermissionContextFactory.getPermissionContext(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 PermissionContext DefaultPermissionContextFactory.getPermissionContext(Issue issue, Status issueStatus)
           
 PermissionContext DefaultPermissionContextFactory.getPermissionContext(OperationContext operationContext, Issue issue)
          Checks if we're in a workflow operation, and if so constructs a PermissionContext with the destination status.
 PermissionContext PermissionContextFactory.getPermissionContext(OperationContext operationContext, Issue issue)
          Deprecated. Use PermissionContextFactory.getPermissionContext(Issue,ActionDescriptor) instead. Since v5.0.
 

Constructors in com.atlassian.jira.permission with parameters of type Issue
PermissionContextImpl(Issue issue, Project project, Status status)
           
 

Uses of Issue in com.atlassian.jira.plugin.assignee
 

Methods in com.atlassian.jira.plugin.assignee with parameters of type Issue
 com.atlassian.crowd.embedded.api.User AssigneeResolver.getDefaultAssignee(Issue issue, Map fieldValuesHolder)
          Deprecated. Since 4.3 Use AssigneeResolver.getDefaultAssigneeObject(com.atlassian.jira.issue.Issue, java.util.Map).
 com.atlassian.crowd.embedded.api.User AssigneeResolver.getDefaultAssigneeObject(Issue issue, Map fieldValuesHolder)
          Determines the default User the issue should be assigned to.
 ErrorCollection 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 Issue
 com.atlassian.crowd.embedded.api.User DefaultAssigneeResolver.getDefaultAssignee(Issue issue, Map fieldValuesHolder)
          Resolves the 'Automatic' assignee based on Project and Component values of the issue
 com.atlassian.crowd.embedded.api.User DefaultAssigneeResolver.getDefaultAssigneeObject(Issue issue, Map fieldValuesHolder)
           
 ErrorCollection DefaultAssigneeResolver.validateDefaultAssignee(Issue issue, Map fieldValuesHolder)
           
 

Uses of Issue in com.atlassian.jira.plugin.customfield
 

Methods in com.atlassian.jira.plugin.customfield with parameters of type Issue
 String CustomFieldTypeModuleDescriptorImpl.getBulkMoveHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem, Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues, BulkMoveHelper bulkMoveHelper)
           
 String CustomFieldTypeModuleDescriptor.getBulkMoveHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem, Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues, BulkMoveHelper bulkMoveHelper)
           
 String CustomFieldTypeModuleDescriptorImpl.getColumnViewHtml(CustomField field, Object value, Issue issue, Map displayParams, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptor.getColumnViewHtml(CustomField field, Object value, Issue issue, Map displayParams, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptorImpl.getEditDefaultHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptor.getEditDefaultHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptorImpl.getEditHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptor.getEditHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptorImpl.getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptor.getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptorImpl.getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem, Map displayParameters)
           
 String CustomFieldTypeModuleDescriptor.getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem, Map displayParameters)
           
 String CustomFieldTypeModuleDescriptorImpl.getViewXML(CustomField field, Issue issue, FieldLayoutItem fieldLayoutItem, boolean raw)
           
 String CustomFieldTypeModuleDescriptor.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 Issue
 Issue ShowPanelRequest.issue()
           
 Issue GetActionsRequest.issue()
           
 

Methods in com.atlassian.jira.plugin.issuetabpanel with parameters of type Issue
 List<IssueAction> AbstractIssueTabPanel2.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Bridge method that delegates to the new IssueTabPanel2.getActions(GetActionsRequest) method.
 List<IssueAction> IssueTabPanel.getActions(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Return a list of issue actions in the order that you want them to be displayed.
 boolean AbstractIssueTabPanel2.showPanel(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Bridge method that delegates to the new IssueTabPanel2.showPanel(ShowPanelRequest) method.
 boolean IssueTabPanel.showPanel(Issue issue, com.atlassian.crowd.embedded.api.User 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 Issue
GetActionsRequest(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser, boolean asynchronous, boolean showAll, String focusId)
           
ShowPanelRequest(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 

Uses of Issue in com.atlassian.jira.plugin.issueview
 

Methods in com.atlassian.jira.plugin.issueview with parameters of type Issue
abstract  String AbstractIssueView.getBody(Issue issue, IssueViewRequestParams issueViewRequestParams)
           
abstract  String AbstractIssueView.getContent(Issue issue, IssueViewRequestParams issueViewRequestParams)
           
 String IssueView.getContent(Issue issue, IssueViewRequestParams issueViewRequestParams)
           
 void AbstractIssueView.writeHeaders(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams)
          A default implementation that does nothing
 void IssueView.writeHeaders(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams)
           
 

Uses of Issue in com.atlassian.jira.plugin.link.remotejira
 

Methods in com.atlassian.jira.plugin.link.remotejira with parameters of type Issue
 RemoteResponse<JSONObject> RemoteJiraRestService.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.
 RemoteResponse<JSONObject> 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.projectpanel.impl
 

Methods in com.atlassian.jira.plugin.projectpanel.impl that return types with arguments of type Issue
 Collection<Issue> VersionDrillDownRendererImpl.VersionHelperBean.getIssuesFromSearchResult(SearchResults searchResults)
          Extracts the list of issues and orders them appropriately.
 

Uses of Issue in com.atlassian.jira.plugin.report.impl
 

Methods in com.atlassian.jira.plugin.report.impl that return Issue
 Issue ReportIssue.getIssue()
           
 Issue ReportIssue.getParent()
           
 

Methods in com.atlassian.jira.plugin.report.impl that return types with arguments of type Issue
 Collection<Issue> VersionWorkloadReport.getDisplayableIssues(String user, String typeId)
           
 

Methods in com.atlassian.jira.plugin.report.impl with parameters of type Issue
 String VersionWorkloadReport.getNiceTimeEstimateDuration(Issue issue)
           
 

Method parameters in com.atlassian.jira.plugin.report.impl with type arguments of type Issue
protected  void VersionWorkloadReport.calculateSummaryTotals(Collection<Issue> issues)
           
 

Constructors in com.atlassian.jira.plugin.report.impl with parameters of type Issue
ReportIssue(Issue issue, AggregateTimeTrackingCalculator aggregateCalculator, com.atlassian.jira.plugin.report.impl.DurationFormatter durationFormatter, com.atlassian.jira.plugin.report.impl.AccuracyCalculator accuracyCalculator, Comparator comparator, org.apache.commons.collections.Predicate issueInclusionPredicate)
           
 

Uses of Issue in com.atlassian.jira.plugin.viewissue
 

Methods in com.atlassian.jira.plugin.viewissue with parameters of type Issue
 String PeopleBlockContextProvider.getAssigneeDisplayHtml(Issue issue)
          Construct an HTML string to display an issue's assignee.
 String PeopleBlockContextProvider.getReporterDisplayHtml(Issue issue)
          Construct an HTML string to display an issue's reporter.
 

Constructors in com.atlassian.jira.plugin.viewissue with parameters of type Issue
DetailsBlockContextProvider.SimpleField(FieldScreenRenderLayoutItem layoutItem, Issue issue, webwork.action.Action action)
           
DetailsBlockContextProvider.SimpleTab(FieldScreenRenderTab tab, Issue issue, webwork.action.Action action)
           
SubTasksContxtProvider.SubTaskTableRenderer(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 

Uses of Issue in com.atlassian.jira.plugin.webfragment.conditions
 

Methods in com.atlassian.jira.plugin.webfragment.conditions with parameters of type Issue
 boolean IsIssueAssignedToCurrentUserCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper)
           
abstract  boolean AbstractIssueWebCondition.shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper)
          Should we display this item for this issue?
 boolean IsIssueEditableCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean CanConvertToSubTaskCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean CanConvertToIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean CanAttachFileToIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean IsIssueUnresolvedCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean HasSubTasksAvailableCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean CanAttachScreenshotToIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean IsWatchingIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean IsIssueReportedByCurrentUserCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean IsSubTaskCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean HasVotedForIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
 boolean CanManageAttachmentsCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
           
abstract  boolean AbstractIssueCondition.shouldDisplay(com.atlassian.crowd.embedded.api.User user, Issue issue, JiraHelper jiraHelper)
          Deprecated. Should we display this item for this issue?
 

Uses of Issue in com.atlassian.jira.plugin.webfragment.model
 

Methods in com.atlassian.jira.plugin.webfragment.model with parameters of type Issue
 CommentHelper.CommentHelperBuilder CommentHelper.CommentHelperBuilder.issue(Issue issue)
           
 

Constructor parameters in com.atlassian.jira.plugin.webfragment.model with type arguments of type Issue
CommentHelper(javax.servlet.http.HttpServletRequest request, Project project, com.atlassian.fugue.Option<Issue> issue, com.atlassian.fugue.Option<Comment> comment)
           
 

Uses of Issue in com.atlassian.jira.plugins.share
 

Methods in com.atlassian.jira.plugins.share that return Issue
 Issue ShareService.ValidateShareIssueResult.getIssue()
           
 

Methods in com.atlassian.jira.plugins.share with parameters of type Issue
 ShareService.ValidateShareIssueResult ShareServiceImpl.validateShareIssue(ApplicationUser remoteUser, ShareBean shareBean, Issue issue)
           
 ShareService.ValidateShareIssueResult ShareService.validateShareIssue(ApplicationUser remoteUser, ShareBean shareBean, Issue issue)
          Confirms that the shareBean param contains either usernames or e-mails and also validates that the user performing this operation has the permission to view other users in this JIRA instance.
 ShareService.ValidateShareIssueResult ShareServiceImpl.validateShareIssue(com.atlassian.crowd.embedded.api.User remoteUser, ShareBean shareBean, Issue issue)
           
 ShareService.ValidateShareIssueResult ShareService.validateShareIssue(com.atlassian.crowd.embedded.api.User remoteUser, ShareBean shareBean, Issue issue)
          Deprecated. 
 

Constructors in com.atlassian.jira.plugins.share with parameters of type Issue
ShareService.ValidateShareIssueResult(ErrorCollection errorCollection, ApplicationUser remoteUser, ShareBean shareBean, Issue issue)
           
 

Uses of Issue in com.atlassian.jira.plugins.share.event
 

Methods in com.atlassian.jira.plugins.share.event that return Issue
 Issue ShareIssueEvent.getIssue()
           
 

Constructors in com.atlassian.jira.plugins.share.event with parameters of type Issue
ShareIssueEvent(Issue issue, com.atlassian.crowd.embedded.api.User fromUser, Set<String> toUsernames, Set<String> toEmails, String comment)
           
 

Uses of Issue in com.atlassian.jira.project.util
 

Methods in com.atlassian.jira.project.util that return types with arguments of type Issue
 Collection<Issue> ReleaseNoteManager.IssuesByType.getIssues()
           
 

Uses of Issue in com.atlassian.jira.project.version
 

Methods in com.atlassian.jira.project.version that return types with arguments of type Issue
 Collection<Issue> MockVersionManager.getIssuesWithAffectsVersion(Version version)
           
 Collection<Issue> DefaultVersionManager.getIssuesWithAffectsVersion(Version version)
           
 Collection<Issue> VersionManager.getIssuesWithAffectsVersion(Version version)
          Return all the issues in which the affected version matches the specified version.
 Collection<Issue> MockVersionManager.getIssuesWithFixVersion(Version version)
           
 Collection<Issue> DefaultVersionManager.getIssuesWithFixVersion(Version version)
           
 Collection<Issue> 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 Issue
 Collection<Version> MockVersionManager.getAffectedVersionsFor(Issue issue)
           
 Collection<Version> DefaultVersionManager.getAffectedVersionsFor(Issue issue)
           
 Collection<Version> VersionManager.getAffectedVersionsFor(Issue issue)
          Get all affected versions of the specified issue.
 Collection<Version> MockVersionManager.getFixVersionsFor(Issue issue)
           
 Collection<Version> DefaultVersionManager.getFixVersionsFor(Issue issue)
           
 Collection<Version> VersionManager.getFixVersionsFor(Issue issue)
          Get all fix for versions of the specified issue.
 

Uses of Issue in com.atlassian.jira.projectconfig.fields
 

Methods in com.atlassian.jira.projectconfig.fields with parameters of type Issue
 void IssueFields.addFieldToIssueScreens(Field field, Issue issue)
           
 Iterable<Project> IssueFields.getAffectedProjects(Issue issue)
          Returns the list of projects that will be affected by adding a field to a screen.
 Iterable<OrderableField> IssueFields.getAllCustomFields(Issue issue)
          Returns the list of Custom Fields that are in the context of a passed issue and are visible.
 Iterable<Pair<OrderableField,Boolean>> 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.
 Iterable<FieldScreen> ScreenFinder.getIssueScreens(Issue issue)
          Return the create, view and edit screens for the passed issue.
 

Uses of Issue in com.atlassian.jira.rest.v2.issue
 

Fields in com.atlassian.jira.rest.v2.issue declared as Issue
protected  Issue AbstractMetaFieldBeanBuilder.issue
           
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type Issue
 javax.ws.rs.core.Response AssignIssueResource.assignIssue(Issue issue, String assignee)
           
 javax.ws.rs.core.Response RemoteIssueLinkResource.createOrUpdateRemoteIssueLink(Issue issue, RemoteIssueLinkCreateOrUpdateRequest request, ContextUriInfo contextUriInfo)
          Creates or updates a remote issue link from a JSON representation.
 javax.ws.rs.core.Response DeleteIssueResource.deleteIssue(Issue issue, String deleteSubtasks, javax.ws.rs.core.UriInfo uriInfo)
           
 javax.ws.rs.core.Response RemoteIssueLinkResource.deleteRemoteIssueLinkByGlobalId(Issue issue, String globalId)
           
 javax.ws.rs.core.Response RemoteIssueLinkResource.deleteRemoteIssueLinkById(Issue issue, String idString)
          Deletes a remote issue link.
 javax.ws.rs.core.Response UpdateIssueResource.editIssue(Issue issue, IssueUpdateBean updateRequest)
           
 int DeleteIssueResource.getNumberOfSubTasks(Issue issue)
           
 javax.ws.rs.core.Response RemoteIssueLinkResource.getRemoteIssueLinkById(Issue issue, String idString)
          Gets the remote issue link with the given id for the given issue.
 javax.ws.rs.core.Response RemoteIssueLinkResource.getRemoteIssueLinks(Issue issue, String globalId)
          Gets all the remote issue links for the given issue, and filter by the other parameters.
 Collection<FieldMetaBean> IssueResource.getRequiredFields(FieldScreenRenderer fieldScreenRenderer, Issue issue)
           
 TransitionMetaBeanBuilder TransitionMetaBeanBuilder.issue(Issue issue)
           
 EditMetaBeanBuilder EditMetaBeanBuilder.issue(Issue issue)
           
 javax.ws.rs.core.Response UpdateIssueResource.transitionIssue(Issue issue, IssueUpdateBean issueUpdateBean)
           
 javax.ws.rs.core.Response RemoteIssueLinkResource.updateRemoteIssueLink(Issue issue, String idString, RemoteIssueLinkCreateOrUpdateRequest request)
          Updates a remote issue link.
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type Issue
AbstractMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, com.atlassian.crowd.embedded.api.User user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, ContextUriInfo contextUriInfo, JiraBaseUrls baseUrls, DefaultFieldMetaBeanHelper defaultFieldHelper)
           
CreateMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, com.atlassian.crowd.embedded.api.User user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, ContextUriInfo contextUriInfo, JiraBaseUrls baseUrls, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, JiraAuthenticationContext authContext, FieldManager fieldManager, DefaultFieldMetaBeanHelper defaultFieldHelper)
           
EditMetaBean(Issue issue, EditMetaFieldBeanBuilder fieldsBuilder)
           
EditMetaFieldBeanBuilder(FieldLayoutManager fieldLayoutManager, Project project, Issue issue, IssueType issueType, com.atlassian.crowd.embedded.api.User user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, ContextUriInfo contextUriInfo, JiraBaseUrls baseUrls, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldManager fieldManager)
           
IssueBeanBuilder(FieldLayoutManager fieldLayoutManager, JiraAuthenticationContext authContext, FieldManager fieldManager, ResourceUriBuilder resourceUriBuilder, BeanBuilderFactory beanBuilderFactory, ContextUriInfo contextUriInfo, Issue issue, IncludedFields fieldsToInclude, IssueLinksBeanBuilderFactory issueLinkBeanBuilderFactory, IssueWorkflowManager issueWorkflowManager)
           
OpsbarBeanBuilder(Issue issue, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authContext, I18nHelper i18n, IssueManager issueManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PermissionManager permissionManager)
           
TransitionMetaFieldBeanBuilder(FieldScreenRendererFactory fieldScreenRendererFactory, FieldLayoutManager fieldLayoutManager, com.opensymphony.workflow.loader.ActionDescriptor action, Issue issue, com.atlassian.crowd.embedded.api.User user, VersionBeanFactory versionBeanFactory, VelocityRequestContextFactory velocityRequestContextFactory, ContextUriInfo contextUriInfo, 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 Issue
 ChangelogBean ChangelogBeanBuilder.build(Issue issue)
           
 IssueBeanBuilder BeanBuilderFactory.newIssueBeanBuilder(Issue issue, IncludedFields include)
          Returns a new instance of an IssueBeanBuilder.
 IssueBeanBuilder BeanBuilderFactoryImpl.newIssueBeanBuilder(Issue issue, IncludedFields include)
          Returns a new instance of an IssueBeanBuilder.
 OpsbarBeanBuilder BeanBuilderFactory.newOpsbarBeanBuilder(Issue issue)
           
 OpsbarBeanBuilder 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 Issue
 WatchersBean WatcherOps.getWatcherCount(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Retrieves a WatchersBean with only the count, not the full list of watcher users.
 WatchersBean WatcherOps.getWatchers(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          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 Issue
 javax.ws.rs.core.Response WorklogResource.addWorklog(Issue issue, WorklogJsonBean request, WorklogResource.WorklogAdjustmentRequest adjustEstimateDetails, javax.ws.rs.core.UriInfo uriInfo)
           
 javax.ws.rs.core.Response WorklogResource.deleteWorklog(Issue issue, WorklogJsonBean request, WorklogResource.WorklogAdjustmentRequest adjustEstimateDetails, javax.ws.rs.core.UriInfo uriInfo)
           
 javax.ws.rs.core.Response WorklogResource.getIssueWorklogs(Issue issue)
           
abstract  WorklogInputParameters WorklogOperation.prepareData(JiraServiceContextImpl serviceContext, Issue issue, WorklogJsonBean request, WorklogResource.WorklogAdjustmentRequest adjustment)
           
 javax.ws.rs.core.Response WorklogResource.updateWorklog(Issue issue, WorklogJsonBean request, WorklogResource.WorklogAdjustmentRequest adjustEstimateDetails, javax.ws.rs.core.UriInfo uriInfo)
           
abstract  Worklog WorklogOperation.validateAndPerformAndAutoAdjustEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters)
           
abstract  Worklog WorklogOperation.validateAndPerformAndLeaveEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters)
           
abstract  Worklog WorklogOperation.validateAndPerformAndManualAdjustEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters)
           
abstract  Worklog WorklogOperation.validateAndPerformAndSetNewEstimate(JiraServiceContext serviceContext, Issue issue, WorklogInputParameters worklogInputParameters)
           
 

Uses of Issue in com.atlassian.jira.scheme
 

Methods in com.atlassian.jira.scheme with parameters of type Issue
 Collection<com.atlassian.crowd.embedded.api.User> AbstractSchemeManager.getUsers(Long permissionId, Issue issue)
           
 Collection<com.atlassian.crowd.embedded.api.User> SchemeManager.getUsers(Long permissionId, Issue issue)
           
 boolean SchemeType.hasPermission(Issue issue, String parameter)
          Determines if this permission type is satisfied for anonymous access.
 boolean SchemeType.hasPermission(Issue issue, String parameter, com.atlassian.crowd.embedded.api.User user, boolean issueCreation)
          Determines if this permission type is satisfied.
 

Uses of Issue in com.atlassian.jira.security
 

Methods in com.atlassian.jira.security with parameters of type Issue
 boolean WorkflowBasedPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user)
           
 boolean DefaultPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user)
           
 boolean SubvertedPermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user)
           
 boolean PermissionManager.hasPermission(int permissionsId, Issue issue, ApplicationUser user)
          Checks to see if this user has permission to see the specified issue.
 boolean WorkflowBasedPermissionManager.hasPermission(int permissionsId, Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 boolean DefaultPermissionManager.hasPermission(int permissionsId, Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 boolean SubvertedPermissionManager.hasPermission(int permissionsId, Issue issue, com.atlassian.crowd.embedded.api.User u)
          Always returns true.
 boolean PermissionManager.hasPermission(int permissionsId, Issue issue, com.atlassian.crowd.embedded.api.User user)
          Deprecated. Use PermissionManager.hasPermission(int, Issue, ApplicationUser) instead. Since v6.0.
 

Uses of Issue in com.atlassian.jira.security.type
 

Methods in com.atlassian.jira.security.type with parameters of type Issue
protected  String CurrentAssigneeHasAssignablePermission.getFieldValue(Issue issue)
           
protected abstract  String SimpleIssueFieldSecurityType.getFieldValue(Issue issue)
          Returns the user key value for the given issue for the field that this security type checks.
protected  String CurrentReporterHasCreatePermission.getFieldValue(Issue issue)
           
protected  String CurrentReporter.getFieldValue(Issue issue)
           
protected  String CurrentAssignee.getFieldValue(Issue issue)
           
protected  boolean SimpleIssueFieldSecurityType.hasIssuePermission(com.atlassian.crowd.embedded.api.User user, boolean issueCreation, Issue issue, String parameter)
           
protected  boolean UserCF.hasIssuePermission(com.atlassian.crowd.embedded.api.User user, boolean issueCreation, Issue issue, String parameter)
           
protected abstract  boolean AbstractIssueFieldSecurityType.hasIssuePermission(com.atlassian.crowd.embedded.api.User user, boolean issueCreation, Issue issue, String parameter)
           
protected  boolean GroupCF.hasIssuePermission(com.atlassian.crowd.embedded.api.User user, boolean issueCreation, Issue issue, String parameter)
           
 boolean SingleUser.hasPermission(Issue issue, String parameter)
           
 boolean GroupDropdown.hasPermission(Issue issue, String parameter)
           
 boolean ProjectLead.hasPermission(Issue issue, String parameter)
           
 boolean AbstractIssueFieldSecurityType.hasPermission(Issue issue, String argument)
           
 boolean SingleUser.hasPermission(Issue issue, String parameter, com.atlassian.crowd.embedded.api.User user, boolean issueCreation)
           
 boolean GroupDropdown.hasPermission(Issue issue, String parameter, com.atlassian.crowd.embedded.api.User user, boolean issueCreation)
           
 boolean ProjectLead.hasPermission(Issue issue, String parameter, com.atlassian.crowd.embedded.api.User user, boolean issueCreation)
           
 boolean AbstractIssueFieldSecurityType.hasPermission(Issue issue, String parameter, com.atlassian.crowd.embedded.api.User user, boolean issueCreation)
           
 

Uses of Issue in com.atlassian.jira.security.util
 

Methods in com.atlassian.jira.security.util with parameters of type Issue
 Set<com.atlassian.crowd.embedded.api.User> GroupSelectorUtils.getUsers(Issue issue, String customFieldId)
          Get users from a group chosen by a Group Selector custom field, in a certain issue.
 boolean GroupSelectorUtils.isUserInCustomFieldGroup(Issue issue, CustomField field, com.atlassian.crowd.embedded.api.User 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 Issue
static Issue ServiceUtils.findIssueObjectInString(String searchString)
          Loops through the string and returns the issue that is found within, or null if there is no issue matching.
static Issue ServiceUtils.getIssueObject(String key)
          Deprecated. Use IssueManager.getIssueObject(String) instead. Since v6.1.
 

Methods in com.atlassian.jira.service.util that return types with arguments of type Issue
static Iterable<Issue> ServiceUtils.findIssueObjectsInString(String searchString)
           
 

Uses of Issue in com.atlassian.jira.service.util.handler
 

Methods in com.atlassian.jira.service.util.handler that return Issue
 Issue MessageHandlerContext.createIssue(com.atlassian.crowd.embedded.api.User reporter, Issue issue)
          Creates a new issue in JIRA or a dummy issue in dry run mode
 Issue DefaultMessageHandlerContext.createIssue(com.atlassian.crowd.embedded.api.User reporter, Issue issue)
           
 

Methods in com.atlassian.jira.service.util.handler with parameters of type Issue
 ChangeItemBean MessageHandlerContext.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue)
          Creates attachment (when run in real mode) or does nothing if run in dry run mode.
 ChangeItemBean DefaultMessageHandlerContext.createAttachment(File file, String filename, String contentType, com.atlassian.crowd.embedded.api.User author, Issue issue)
           
 Comment MessageHandlerContext.createComment(Issue issue, com.atlassian.crowd.embedded.api.User author, String body, boolean dispatchEvent)
          Creates a new issue comment in JIRA or a dummy comment in dry run mode
 Comment DefaultMessageHandlerContext.createComment(Issue issue, com.atlassian.crowd.embedded.api.User author, String body, boolean dispatchEvent)
           
 Issue MessageHandlerContext.createIssue(com.atlassian.crowd.embedded.api.User reporter, Issue issue)
          Creates a new issue in JIRA or a dummy issue in dry run mode
 Issue DefaultMessageHandlerContext.createIssue(com.atlassian.crowd.embedded.api.User reporter, Issue issue)
           
 

Uses of Issue in com.atlassian.jira.user
 

Methods in com.atlassian.jira.user that return types with arguments of type Issue
 List<Issue> DefaultUserIssueHistoryManager.getShortIssueHistory(com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> UserIssueHistoryManager.getShortIssueHistory(com.atlassian.crowd.embedded.api.User user)
          Retreive 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 Issue
 void DefaultUserIssueHistoryManager.addIssueToHistory(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 void UserIssueHistoryManager.addIssueToHistory(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Add an Issue to the user hsitory list.
 

Uses of Issue in com.atlassian.jira.util
 

Methods in com.atlassian.jira.util with parameters of type Issue
static void AttachmentUtils.checkValidAttachmentDirectory(Issue issue)
          Deprecated. Checks that the Attachment directory of the given issue is right to go - writable, accessible etc.
static File AttachmentUtils.getAttachmentDirectory(Issue issue)
          Deprecated. Returns the physical directory of the attachments for the given issue.
static File AttachmentUtils.getAttachmentDirectory(Issue issue, boolean createDirectory)
          Deprecated. Returns the physical directory of the attachments for the given issue.
static File AttachmentUtils.getAttachmentFile(Issue issue, Attachment attachment)
          Deprecated. Returns the physical File for the given Attachment.
static File AttachmentUtils.getThumbnailDirectory(Issue issue)
          Deprecated. Returns the physical directory of the thumbnails for the given issue, creating if necessary.
static File AttachmentUtils.getThumbnailFile(Issue issue, Attachment attachment)
          Deprecated.  
 

Uses of Issue in com.atlassian.jira.web
 

Methods in com.atlassian.jira.web with parameters of type Issue
 boolean FieldVisibilityManagerImpl.isFieldHidden(String fieldId, Issue issue)
           
 boolean FieldVisibilityManager.isFieldHidden(String fieldId, Issue issue)
          Checks if the field is hidden for the issue's current field layout scheme.
 boolean FieldVisibilityManagerImpl.isFieldVisible(String fieldId, Issue issue)
           
 boolean FieldVisibilityManager.isFieldVisible(String fieldId, Issue issue)
          Checks if the field is visible for the issue's current field layout scheme.
 

Uses of Issue in com.atlassian.jira.web.action
 

Methods in com.atlassian.jira.web.action with parameters of type Issue
 void IssueActionSupport.addIssueToHistory(Issue issueObj)
          Sets the current issue.
 boolean JiraWebActionSupport.hasIssuePermission(int permissionsId, 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
 Collection<Issue> EditCustomFieldOptions.getAffectedIssues()
           
 

Uses of Issue in com.atlassian.jira.web.action.issue
 

Fields in com.atlassian.jira.web.action.issue declared as Issue
protected  Issue AbstractConvertIssue.issue
           
 

Methods in com.atlassian.jira.web.action.issue that return Issue
 Issue AbstractConvertIssue.getIssue()
          Retrieves the worked on issue based on the Issue id.
 Issue CloneIssueDetails.getIssueObject(org.ofbiz.core.entity.GenericValue genericValue)
           
 Issue CloneIssueDetails.getOriginalIssue()
           
 Issue ManageAttachments.getParentIssueObject()
          Returns the parent of the current Issue
 Issue AbstractIssueSelectAction.getParentIssueObject()
          Returns the parent of the current Issue
 Issue IssueSummaryAware.getSummaryIssue()
           
 Issue AbstractIssueSelectAction.getSummaryIssue()
          This is used by the issue summary decorator to add the left-hand side decoration.
 

Methods in com.atlassian.jira.web.action.issue that return types with arguments of type Issue
 Collection<Issue> IssuePicker.getBrowsableIssues()
           
 Collection<Issue> IssuePicker.getSearchRequestIssues()
           
 Collection<Issue> IssuePicker.getUserHistoryIssues()
           
 

Methods in com.atlassian.jira.web.action.issue with parameters of type Issue
 FieldScreenRenderer IssueCreationHelperBeanImpl.createFieldScreenRenderer(Issue issueObject)
           
 FieldScreenRenderer IssueCreationHelperBean.createFieldScreenRenderer(Issue issueObject)
          Deprecated.  
 FieldScreenRenderer IssueCreationHelperBeanImpl.createFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issueObject)
          Create a field screen renderer
 FieldScreenRenderer IssueCreationHelperBean.createFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issueObject)
          Deprecated. Use IssueCreationHelperBean.createFieldScreenRenderer(com.atlassian.jira.issue.Issue) instead. Since v6.2.
 List<CustomField> CreateIssue.getCustomFields(Issue issue)
           
 int BugAssociatorPrefs.getDefaultMode(Issue issue)
          What to show initially.
 int DefaultBugAssociatorPrefs.getDefaultMode(Issue issue)
           
 int BugAssociatorPrefs.getDefaultSearchMode(Issue issue)
          Whether users can select just one or multiple issues.
 int DefaultBugAssociatorPrefs.getDefaultSearchMode(Issue issue)
           
 long BugAssociatorPrefs.getDefaultSearchRequestId(Issue issue)
          Get the search request to run initially, if the BugAssociatorPrefs.SEARCH mode is used.
 long DefaultBugAssociatorPrefs.getDefaultSearchRequestId(Issue issue)
           
 List<OrderableField> IssueCreationHelperBeanImpl.getFieldsForCreate(com.atlassian.crowd.embedded.api.User user, Issue issueObject)
           
 List<OrderableField> IssueCreationHelperBean.getFieldsForCreate(com.atlassian.crowd.embedded.api.User user, Issue issueObject)
          Deprecated. Gets the fields that will be shown in the create issue screen for that issues project and issue type
 List UpdateFieldsHelperBean.getFieldsForEdit(com.atlassian.crowd.embedded.api.User user, Issue issueObject)
          Deprecated. Use FieldScreenRendererFactory instead. Since v5.0.
 List UpdateFieldsHelperBeanImpl.getFieldsForEdit(com.atlassian.crowd.embedded.api.User user, Issue issueObject)
           
 Map<String,String> DefaultIssueMetadataHelper.getMetadata(Issue issue, SearchRequest searchRequest)
           
 Map<String,String> IssueMetadataHelper.getMetadata(Issue issue, SearchRequest searchRequest)
          Construct a map of a given issue's metadata.
 List<String> IssueCreationHelperBeanImpl.getProvidedFieldNames(Issue issueObject)
           
 List<String> IssueCreationHelperBean.getProvidedFieldNames(Issue issueObject)
          Deprecated.  
 List<String> IssueCreationHelperBeanImpl.getProvidedFieldNames(com.atlassian.crowd.embedded.api.User remoteUser, Issue issueObject)
           
 List<String> IssueCreationHelperBean.getProvidedFieldNames(com.atlassian.crowd.embedded.api.User remoteUser, Issue issueObject)
          Deprecated. Use IssueCreationHelperBean.getProvidedFieldNames(com.atlassian.jira.issue.Issue) instead. Since v6.2.
 boolean UpdateFieldsHelperBeanImpl.isEditable(Issue issue)
           
 boolean AbstractIssueSelectAction.isEditable(Issue issue)
          Determines whether the current user can edit or resolve an specified issue.
 boolean UpdateFieldsHelperBean.isFieldValidForEdit(com.atlassian.crowd.embedded.api.User user, String fieldId, Issue issueObject)
          Deprecated. Use FieldScreenRendererFactory instead. Since v5.0.
 boolean UpdateFieldsHelperBeanImpl.isFieldValidForEdit(com.atlassian.crowd.embedded.api.User user, String fieldId, Issue issueObject)
           
 boolean AbstractIssueSelectAction.isHasEditIssuePermission(Issue issue)
           
protected  boolean MoveIssueUpdateFields.isShouldCheckFieldValue(Issue origIssue, Field field)
          JRA-12671 - need to determine if we should call hasValue on the field.
 boolean AbstractWorklogAction.isTimeTrackingFieldHidden(Issue issue)
           
 boolean AbstractIssueSelectAction.isWorkflowAllowsEdit(Issue issue)
           
protected  void CreateIssue.populateFieldHolderWithDefaults(Issue issue, Collection excludedFieldIds)
           
 void DefaultIssueMetadataHelper.putMetadata(Issue issue, SearchRequest searchRequest, JiraWebResourceManager webResourceManager)
           
 void IssueMetadataHelper.putMetadata(Issue issue, SearchRequest searchRequest, JiraWebResourceManager webResourceManager)
          Insert a given issue's metadata into a WebResourceManager.
 void CloneIssueDetails.setIssueDetails(Issue issue)
           
 void CloneIssueDetails.setOriginalIssue(Issue originalIssue)
           
 void IssueCreationHelperBeanImpl.validateCreateIssueFields(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, Map<String,String[]> actionParams, boolean applyDefaults, I18nHelper i18n)
           
 void IssueCreationHelperBean.validateCreateIssueFields(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, Map<String,String[]> parameters, boolean applyDefaults, I18nHelper i18n)
          Deprecated.  
 void IssueCreationHelperBeanImpl.validateIssueType(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBean.validateIssueType(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
          Deprecated.  
 void IssueCreationHelperBeanImpl.validateProject(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBean.validateProject(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
          Deprecated.  
 void IssueCreationHelperBeanImpl.validateSummary(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBean.validateSummary(Issue issue, OperationContext operationContext, Map actionParams, ErrorCollection errors, I18nHelper i18n)
          Deprecated.  
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type Issue
ViewVoters.SimpleVoteHistory(Issue issue)
           
 

Uses of Issue in com.atlassian.jira.web.action.issue.bulkedit
 

Methods in com.atlassian.jira.web.action.issue.bulkedit that return Issue
protected  Issue BulkEdit.getIssueObject(org.ofbiz.core.entity.GenericValue issueGV)
           
 

Uses of Issue in com.atlassian.jira.web.action.issue.enterprise
 

Methods in com.atlassian.jira.web.action.issue.enterprise that return Issue
protected  Issue MoveIssueUpdateWorkflow.getTargetIssueObject()
           
 

Uses of Issue in com.atlassian.jira.web.bean
 

Methods in com.atlassian.jira.web.bean that return Issue
 Issue BulkEditBeanImpl.getFirstTargetIssueObject()
          This method is used to get a target issue that will provide the correct context (i.e.
 Issue BulkEditBean.getFirstTargetIssueObject()
          This method is used to get a target issue that will provide the correct context (i.e.
 

Methods in com.atlassian.jira.web.bean that return types with arguments of type Issue
 Set<Issue> BulkEditBeanImpl.getInvalidIssues()
          Gets issues whose status is null
 Set<Issue> BulkEditBean.getInvalidIssues()
          Gets issues whose status is null
 List<Issue> BulkEditBeanImpl.getIssuesFromSearchRequest()
           
 List<Issue> BulkEditBean.getIssuesFromSearchRequest()
           
 List<Issue> BulkEditBeanImpl.getSelectedIssues()
          Returns a list of "selected" issues.
 List<Issue> BulkEditBean.getSelectedIssues()
          Returns a list of "selected" issues.
 List<Issue> BulkEditBeanImpl.getSelectedIssuesIncludingSubTasks()
           
 List<Issue> BulkEditBean.getSelectedIssuesIncludingSubTasks()
           
 List<Issue> BulkEditBeanImpl.getSubTaskOfSelectedIssues()
           
 List<Issue> BulkEditBean.getSubTaskOfSelectedIssues()
           
 Map<Issue,Issue> BulkEditBeanImpl.getTargetIssueObjects()
           
 Map<Issue,Issue> BulkEditBeanImpl.getTargetIssueObjects()
           
 Map<Issue,Issue> BulkEditBean.getTargetIssueObjects()
           
 Map<Issue,Issue> BulkEditBean.getTargetIssueObjects()
           
 

Methods in com.atlassian.jira.web.bean with parameters of type Issue
 TimeTrackingGraphBean TimeTrackingGraphBeanFactoryImpl.createBean(Issue issue, TimeTrackingGraphBeanFactory.Style style, I18nHelper helper)
           
 TimeTrackingGraphBean TimeTrackingGraphBeanFactory.createBean(Issue issue, TimeTrackingGraphBeanFactory.Style style, I18nHelper helper)
           
 String BulkEditBeanImpl.getCheckboxName(Issue issue)
           
 String BulkEditBean.getCheckboxName(Issue issue)
           
 org.ofbiz.core.entity.GenericValue BulkEditBeanImpl.getTargetStatus(Issue issue)
           
 org.ofbiz.core.entity.GenericValue BulkEditBean.getTargetStatus(Issue issue)
          Deprecated. Use BulkEditBean.getTargetStatusObject(com.atlassian.jira.issue.Issue) instead. Since v5.0.
 Status BulkEditBeanImpl.getTargetStatusObject(Issue issue)
           
 Status BulkEditBean.getTargetStatusObject(Issue issue)
           
 boolean BulkEditBeanImpl.isChecked(Issue issue)
           
 boolean BulkEditBean.isChecked(Issue issue)
           
 boolean PermissionCheckBean.isIssueVisible(Issue issue)
          Returns true if the user has permission to Permissions.BROWSE the issue
 

Method parameters in com.atlassian.jira.web.bean with type arguments of type Issue
 void BulkEditBeanImpl.addIssues(Collection<Issue> issues)
           
 void BulkEditBean.addIssues(Collection<Issue> issues)
           
 Map<Long,BulkMoveHelper.DistinctValueResult> DefaultBulkMoveHelper.getDistinctValuesForMove(BulkEditBean bulkEditBean, OrderableField orderableField, Function<Issue,Collection<Object>> issueValueResolution, Function<Object,String> nameResolution)
           
 Map<Long,BulkMoveHelper.DistinctValueResult> 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.
 void BulkEditBeanImpl.initSelectedIssues(Collection<Issue> selectedIssues)
          Initialises the BulkEditBean with the selected issues
 void BulkEditBean.initSelectedIssues(Collection<Issue> selectedIssues)
          Initialises the BulkEditBean with the selected issues
 void BulkEditBeanImpl.setIssuesFromSearchRequest(List<Issue> issuesFromSearchRequest)
           
 void BulkEditBean.setIssuesFromSearchRequest(List<Issue> issuesFromSearchRequest)
           
 void BulkEditBeanImpl.setSubTaskOfSelectedIssues(List<Issue> subTaskOfSelectedIssues)
           
 void BulkEditBean.setSubTaskOfSelectedIssues(List<Issue> subTaskOfSelectedIssues)
           
 void BulkEditBeanImpl.setTargetIssueObjects(Map<Issue,Issue> targetIssueObjects)
           
 void BulkEditBeanImpl.setTargetIssueObjects(Map<Issue,Issue> targetIssueObjects)
           
 void BulkEditBean.setTargetIssueObjects(Map<Issue,Issue> targetIssueObjects)
           
 void BulkEditBean.setTargetIssueObjects(Map<Issue,Issue> targetIssueObjects)
           
 

Uses of Issue in com.atlassian.jira.web.component
 

Methods in com.atlassian.jira.web.component that return Issue
protected  Issue SimpleColumnLayoutItem.getIssueObject(org.ofbiz.core.entity.GenericValue genericValue)
          Deprecated.  
 

Methods in com.atlassian.jira.web.component with parameters of type Issue
abstract  String SimpleColumnLayoutItem.getHtml(Map displayParams, Issue issue)
          Subclasses need to implement this to return the HTML for each row.
 IssueTableLayoutBean TableLayoutFactory.getSubTaskIssuesLayout(com.atlassian.crowd.embedded.api.User user, Issue parentIssue, SubTaskBean subTaskBean, String subTaskView, boolean timeTrackingData)
          Get the layout for sub-tasks on the view issue page.
 void IssueTableWriter.write(Issue issue)
          For each issue that you wish to be written to the table, you need to call write.
 

Method parameters in com.atlassian.jira.web.component with type arguments of type Issue
 String IssueTableWebComponent.getHtml(IssueTableLayoutBean layout, List<Issue> issues, IssuePager pager)
           
 String IssueTableWebComponent.getHtml(IssueTableLayoutBean layout, List<Issue> issues, IssuePager pager, Long selectedIssueId)
          Get a table of issues.
 

Uses of Issue in com.atlassian.jira.web.component.subtask
 

Methods in com.atlassian.jira.web.component.subtask with parameters of type Issue
 String SubTaskReorderColumnLayoutItem.getHtml(Map displayParams, Issue issue)
           
 String ActionsAndOperationsColumnLayoutItem.getHtml(Map displayParams, Issue issue)
           
 ColumnLayoutItem ColumnLayoutItemFactory.getSubTaskReorderColumn(com.atlassian.crowd.embedded.api.User 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 Issue
SubTaskReorderColumnLayoutItem(PermissionManager permissionManager, SubTaskBean subTaskBean, String subTaskView, Issue parentIssue, com.atlassian.crowd.embedded.api.User user, I18nHelper i18n)
           
 

Uses of Issue in com.atlassian.jira.web.util
 

Methods in com.atlassian.jira.web.util with parameters of type Issue
 ChangeItemBean WebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, String fileParamName, Map<String,Object> attachmentProperties)
          Create an issue's attachment.
 ChangeItemBean DefaultWebAttachmentManager.createAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, String fileParamName, Map<String,Object> attachmentProperties)
           
 TemporaryAttachment WebAttachmentManager.createTemporaryAttachment(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project)
          Creates a temporary attachment on disk.
 TemporaryAttachment DefaultWebAttachmentManager.createTemporaryAttachment(InputStream stream, String fileName, String contentType, long size, Issue issue, Project project)
           
 TemporaryAttachment WebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project)
          Creates a temporary attachment on disk.
 TemporaryAttachment DefaultWebAttachmentManager.createTemporaryAttachment(webwork.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName, Issue issue, Project project)
           
 String IssueTableBean.getParentIssueKey(Issue issue)
           
 String IssueTableBean.getParentIssueSummary(Issue issue)
           
 boolean DefaultAuthorizationSupport.hasIssuePermission(int permissionsId, Issue issue)
           
 boolean AuthorizationSupport.hasIssuePermission(int permissionsId, Issue issue)
          Returns true if the logged in user has the given permission type on the given Issue.
 

Uses of Issue in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow with parameters of type Issue
 Collection<com.opensymphony.workflow.loader.ActionDescriptor> IssueWorkflowManagerImpl.getAvailableActions(Issue issue)
           
 Collection<com.opensymphony.workflow.loader.ActionDescriptor> IssueWorkflowManager.getAvailableActions(Issue issue)
          Returns the Workflow actions that are valid for the given Issue in its current state.
 List<com.opensymphony.workflow.loader.ActionDescriptor> IssueWorkflowManagerImpl.getSortedAvailableActions(Issue issue)
           
 List<com.opensymphony.workflow.loader.ActionDescriptor> IssueWorkflowManager.getSortedAvailableActions(Issue issue)
          Returns the Workflow actions that are valid for the given Issue in its current state.
 JiraWorkflow OSWorkflowManager.getWorkflow(Issue issue)
           
 JiraWorkflow WorkflowManager.getWorkflow(Issue issue)
          Retrieve the workflow for a given issue.
 boolean OSWorkflowManager.isEditable(Issue issue)
           
 boolean WorkflowManager.isEditable(Issue issue)
           
 boolean IssueWorkflowManagerImpl.isValidAction(Issue issue, int actionid)
           
 boolean IssueWorkflowManager.isValidAction(Issue issue, int action)
          Returns true if the given transition ID is valid for the given issue.
 

Uses of Issue in com.atlassian.jira.workflow.condition
 

Methods in com.atlassian.jira.workflow.condition that return Issue
protected  Issue AbstractJiraCondition.getIssue(Map transientVars)
          This method retrieves the original (unmodified) issue object that will be examined for the condition check.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.