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

Packages that use Issue
com.atlassian.jira.bc.issue   
com.atlassian.jira.bc.issue.attachment   
com.atlassian.jira.bc.issue.comment   
com.atlassian.jira.bc.issue.issuelink   
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.bean   
com.atlassian.jira.config   
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.event.issue   
com.atlassian.jira.external   
com.atlassian.jira.imports.project   
com.atlassian.jira.issue   
com.atlassian.jira.issue.attachment   
com.atlassian.jira.issue.changehistory   
com.atlassian.jira.issue.comments   
com.atlassian.jira.issue.comments.util   
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.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.screen   
com.atlassian.jira.issue.fields.screen.issuetype   
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.issuelink   
com.atlassian.jira.issue.link   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.renderers   
com.atlassian.jira.issue.search   
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.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.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.issueoperation   
com.atlassian.jira.plugin.issuetabpanel   
com.atlassian.jira.plugin.issueview   
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.portal.portlets   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.customfield   
com.atlassian.jira.rest.v2.issue.watcher   
com.atlassian.jira.security   
com.atlassian.jira.security.util   
com.atlassian.jira.trackback   
com.atlassian.jira.user   
com.atlassian.jira.util   
com.atlassian.jira.vcs   
com.atlassian.jira.web   
com.atlassian.jira.web.action   
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.issuesummary   
com.atlassian.jira.web.component.subtask   
com.atlassian.jira.web.util   
com.atlassian.jira.workflow   
com.atlassian.jira.workflow.condition   
com.atlassian.jira.workflow.migration.enterprise   
 

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 DefaultIssueService.isEditable(Issue issue, 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.
 boolean IssueService.isEditable(Issue issue, 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(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment DefaultCommentService.create(User user, Issue issue, String body, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(User 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 CommentService.create(com.atlassian.crowd.embedded.api.User 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(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment DefaultCommentService.create(User user, Issue issue, String body, String groupLevel, Long roleLevelId, boolean dispatchEvent, ErrorCollection errorCollection)
           
 Comment CommentService.create(User 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 CommentService.create(com.atlassian.crowd.embedded.api.User 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(User user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
           
 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(User 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 CommentService.create(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, Long roleLevelId, Date created, boolean dispatchEvent, ErrorCollection errorCollection)
          Creates and persists a Comment on the given Issue.
protected  void DefaultCommentService.doUpdateWithChangelog(Long eventTypeId, List changeItems, Issue issue, com.atlassian.crowd.embedded.api.User user, boolean dispatchEvent)
          This method 'completes' the update of an issue entity.
 List<Comment> DefaultCommentService.getCommentsForUser(User currentUser, Issue issue, ErrorCollection errorCollection)
           
 List<Comment> DefaultCommentService.getCommentsForUser(com.atlassian.crowd.embedded.api.User currentUser, Issue issue, ErrorCollection errorCollection)
           
 List<Comment> CommentService.getCommentsForUser(User currentUser, Issue issue, ErrorCollection errorCollection)
          Will return a list of Comments for the given user
 List<Comment> CommentService.getCommentsForUser(com.atlassian.crowd.embedded.api.User currentUser, Issue issue, ErrorCollection errorCollection)
          Will return a list of Comments for the given user
 boolean DefaultCommentService.hasPermissionToCreate(User user, Issue issue, ErrorCollection errorCollection)
           
 boolean DefaultCommentService.hasPermissionToCreate(com.atlassian.crowd.embedded.api.User user, Issue issue, ErrorCollection errorCollection)
           
 boolean CommentService.hasPermissionToCreate(User user, Issue issue, ErrorCollection errorCollection)
          Has the correct permission to create a comment for the given issue.
 boolean CommentService.hasPermissionToCreate(com.atlassian.crowd.embedded.api.User user, Issue issue, ErrorCollection errorCollection)
          Has the correct permission to create a comment for the given issue.
 boolean DefaultCommentService.isValidAllCommentData(User user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean DefaultCommentService.isValidAllCommentData(com.atlassian.crowd.embedded.api.User currentUser, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean CommentService.isValidAllCommentData(User user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
          Will call all other validate methods setting the appropriate errors in the errorCollection if any errors occur.
 boolean CommentService.isValidAllCommentData(com.atlassian.crowd.embedded.api.User user, Issue issue, String body, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
          Will call all other validate methods setting the appropriate errors in the errorCollection if any errors occur.
 boolean DefaultCommentService.isValidCommentData(com.atlassian.crowd.embedded.api.User currentUser, Issue issue, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean DefaultCommentService.isValidCommentData(User user, Issue issue, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
           
 boolean CommentService.isValidCommentData(User user, Issue issue, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
          This method validates if the comment has the correct role and group levels set.
 boolean CommentService.isValidCommentData(com.atlassian.crowd.embedded.api.User user, Issue issue, String groupLevel, String roleLevelId, ErrorCollection errorCollection)
          This method validates if the comment has the correct role and group levels set.
 

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

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

Methods in com.atlassian.jira.bc.issue.issuelink with parameters of type 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)
           
 IssueLinkService.IssueLinkResult IssueLinkService.getIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue, boolean excludeSystemLinks)
           
 IssueLinkService.IssueLinkResult DefaultIssueLinkService.getIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue, 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, Long issueLinkTypeId, Direction direction, Collection<String> linkKeys, boolean excludeSystemLinks)
           
 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.AddIssueLinkValidationResult DefaultIssueLinkService.validateAddIssueLinks(com.atlassian.crowd.embedded.api.User user, Issue issue, String linkName, Collection<String> linkKeys)
           
 IssueLinkService.DeleteIssueLinkValidationResult IssueLinkService.validateDeleteIssueLink(com.atlassian.crowd.embedded.api.User user, Issue thisIssue, Long issueLinkTypeId, Direction direction, Issue thatIssue, boolean excludeSystemLinks)
          Validates an attempt to remove the link of a specified type and direction between two issues.
 IssueLinkService.DeleteIssueLinkValidationResult DefaultIssueLinkService.validateDeleteIssueLink(com.atlassian.crowd.embedded.api.User user, Issue thisIssue, Long issueLinkTypeId, Direction direction, Issue thatIssue, boolean excludeSystemLinks)
           
 

Constructors in com.atlassian.jira.bc.issue.issuelink 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.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, User user)
           
 boolean DefaultVoteService.hasVoted(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 boolean VoteService.hasVoted(Issue issue, User user)
          Find if the specified user has voted on an issue
 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(User remoteUser, User user, Issue 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(User remoteUser, 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 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(User remoteUser, User user, Issue issue)
           
 VoteService.VoteValidationResult DefaultVoteService.validateRemoveVote(com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User voter, Issue issue)
           
 VoteService.VoteValidationResult VoteService.validateRemoveVote(User remoteUser, User user, Issue issue)
          Validates if the user currently logged in may remove a vote for the user supplied for the issue provided.
 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<User>> DefaultVoteService.viewVoters(Issue issue, User remoteUser)
           
 ServiceOutcome<Collection<com.atlassian.crowd.embedded.api.User>> DefaultVoteService.viewVoters(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 ServiceOutcome<Collection<User>> VoteService.viewVoters(Issue issue, User remoteUser)
          Get the list of all users who have voted on an issue.
 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 with parameters of type Issue
 ServiceOutcome<List<User>> DefaultWatcherService.addWatcher(Issue issue, User remoteUser, User watcher)
           
 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<User>> WatcherService.addWatcher(Issue issue, User remoteUser, User watcher)
          Deprecated. since v4.3. Use WatcherService.addWatcher(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead.
 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, com.atlassian.crowd.embedded.api.User remoteUser, com.atlassian.crowd.embedded.api.User watcher)
          Ensures that the given remoteUser has permission to add or remove the given watcher to/from the issue.
protected
<T> 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<User>>> DefaultWatcherService.getWatchers(Issue issue, User remoteUser)
           
 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<User>>> WatcherService.getWatchers(Issue issue, User remoteUser)
          Deprecated. since v4.3. Use WatcherService.getWatchers(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead.
 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, User remoteUser)
           
 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, User remoteUser)
          Returns a boolean indicating whether the given user is authorised to view an issue's watcher list.
 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<User>> DefaultWatcherService.removeWatcher(Issue issue, User remoteUser, User watcher)
           
 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<User>> WatcherService.removeWatcher(Issue issue, User remoteUser, User watcher)
          Deprecated. since v4.3. Use WatcherService.removeWatcher(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User, com.atlassian.crowd.embedded.api.User) instead.
 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.
 

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

Methods in com.atlassian.jira.bc.issue.worklog that return Issue
 Issue WorklogInputParametersImpl.getIssue()
           
 Issue WorklogInputParameters.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.
protected  boolean DefaultWorklogService.hasDeleteAllPermission(User user, Issue issue)
           
protected  boolean DefaultWorklogService.hasEditAllPermission(User 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, User 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, String author, String groupLevel, String roleLevelId, String timeSpent, Date startDate, Long worklogId, String comment, Date created, Date updated, String 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 DefaultIssueConversionService.getFieldLayoutItems(JiraServiceContext context, Issue originalIssue, Issue targetIssue)
           
 Collection IssueConversionService.getFieldLayoutItems(JiraServiceContext context, Issue originalIssue, Issue targetIssue)
          Retrieves the collection of FieldLayoutItem required to be entered from converting issue from given issue to given target issue.
 Collection DefaultIssueConversionService.getRemovedFields(JiraServiceContext context, Issue origIssue, Issue targetIssue)
           
 Collection IssueConversionService.getRemovedFields(JiraServiceContext context, Issue origIssue, Issue targetIssue)
          Retrieves the fields that have values on the issue but are no longer needed.
 boolean DefaultIssueConversionService.hasPermission(JiraServiceContext context, Issue issue)
           
 boolean IssueConversionService.hasPermission(JiraServiceContext context, Issue issue)
          Checks the user's permission to convert given issue.
protected  boolean DefaultIssueConversionService.isShouldCheckFieldValue(JiraServiceContext context, 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 fieldLayoutItems)
           
 void IssueConversionService.populateFields(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection 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 fieldLayoutItems)
           
 void IssueConversionService.validateFields(JiraServiceContext context, OperationContext operationContext, I18nHelper i18nHelper, Issue targetIssue, Collection 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.bean
 

Methods in com.atlassian.jira.bean that return Issue
 Issue SubTask.getSubTaskIssueObject()
           
 

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
 void DefaultSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, User remoteUser)
           
 void DefaultSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 void SubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, User remoteUser)
           
 void SubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 Collection<Issue> DefaultSubTaskManager.getSubTaskObjects(Issue parentIssue)
          Get an issue's subtasks.
 Collection<Issue> SubTaskManager.getSubTaskObjects(Issue issue)
           
 void DefaultSubTaskManager.resetSequences(Issue issue)
           
 void SubTaskManager.resetSequences(Issue issue)
           
 

Uses of Issue in com.atlassian.jira.dev.reference.plugin.issue.views
 

Methods in com.atlassian.jira.dev.reference.plugin.issue.views with parameters of type 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 ReferenceIssueTabPanel.getActions(Issue issue, User remoteUser)
           
 boolean ReferenceIssueTabPanel.showPanel(Issue issue, User remoteUser)
          This panel will be shown to all users for all issues.
 

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

Methods in com.atlassian.jira.event.issue that return Issue
 Issue IssueEvent.getIssue()
           
 

Methods in com.atlassian.jira.event.issue with parameters of type Issue
 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<String,Object> params, com.atlassian.crowd.embedded.api.User remoteUser, boolean sendMail)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, Map params, com.atlassian.crowd.embedded.api.User remoteUser)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, Map params, User remoteUser)
          Deprecated. Since v4.3
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, Map params, User remoteUser, boolean sendMail)
          Deprecated. Since v4.3
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser)
          Deprecated. Since v4.3
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.
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, boolean sendMail)
          Deprecated. Since v4.3
 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, 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)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog)
          Deprecated. Since v4.3
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)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail)
          Deprecated. Since v4.3
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)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params)
          Deprecated. Since v4.3
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)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail)
          Deprecated. Since v4.3
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)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, Comment comment, Worklog worklog, org.ofbiz.core.entity.GenericValue changelog, Map params, boolean sendMail, boolean subtasksUpdated)
          Deprecated. Since v4.3
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)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated)
          Deprecated. Since v4.3
 

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)
           
 

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 status)
           
 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 DefaultProjectImportPersister.createIssue(ExternalIssue externalIssue, Date importDate, User importAuthor)
           
 Issue ProjectImportPersister.createIssue(ExternalIssue externalIssue, Date importDate, User importAuthor)
          Creates an issue based off of the provided ExternalIssue.
 

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 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 AbstractIssue.getParentObject()
           
 Issue IssueImpl.getParentObject()
           
 Issue Issue.getParentObject()
          If this issue is a subtask, return its parent.
 Issue IssueManager.updateIssue(User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
          This method will store the provided issue to the JIRA datastore.
 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> 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(User 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)
          Get a list of issues that the user has voted on and can see.
 List<Issue> IssueManager.getVotedIssuesOverrideSecurity(User user)
          Get a list of issues that the user has voted on.
 List<Issue> IssueManager.getVotedIssuesOverrideSecurity(com.atlassian.crowd.embedded.api.User user)
          Get a list of issues that the user has voted on.
 List<Issue> IssueManager.getWatchedIssues(User 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)
          Get a list of issues that the user is watching and can see.
 List<Issue> IssueManager.getWatchedIssuesOverrideSecurity(User user)
          Get a list of issues that the user is watching
 List<Issue> IssueManager.getWatchedIssuesOverrideSecurity(com.atlassian.crowd.embedded.api.User user)
          Get a list of issues that the user is watching
 

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(User 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)
          Converts a set of provided temporary attachments to real attachments attached to an issue.
 Attachment AttachmentManager.createAttachmentCopySourceFile(File file, String filename, String contentType, String attachmentAuthor, Issue issue, Map<String,Object> attachmentProperties, Date createdTime)
          Create an attachment both on disk, and in the database by copying the provided file instead of moving it.
 org.ofbiz.core.entity.GenericValue IssueManager.createIssue(User remoteUser, Issue issue)
          Persists a new issue.
 org.ofbiz.core.entity.GenericValue IssueManager.createIssue(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
          Persists a new issue.
 void AttachmentManager.deleteAttachmentDirectory(Issue issue)
          Delete the attachment directory from disk if the directory is empty.
 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.
 List<User> IssueManager.getIssueWatchers(Issue issue)
          Deprecated. Use IssueManager.getWatchers(com.atlassian.jira.issue.Issue) instead
 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)
          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, User user)
          Returns true if the issue can be edited by the current user.
 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)
          Is this a valid action for the issue in its current state
 Map<Integer,com.opensymphony.workflow.loader.ActionDescriptor> IssueUtilsBean.loadAvailableActions(Issue issueObject)
           
 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)
           
 

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)
          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.getIssueObject()
          Returns the Issue that this file is attached to.
 

Constructors in com.atlassian.jira.issue.attachment with parameters of type Issue
AttachmentZipFileCreator(Issue issue)
           
 

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)
          Returns an issue that has been moved by searching the change history of the original issue key for an updated issue key.
 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> usernames, Collection<Project> projects, int maxResults)
           
 Collection<Issue> DefaultChangeHistoryManager.findUserHistory(User remoteUser, Collection<String> usernames, Collection<Project> projects, int maxResults)
           
 Collection<Issue> ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User remoteUser, Collection<String> usernames, 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> ChangeHistoryManager.findUserHistory(User remoteUser, Collection<String> usernames, Collection<Project> projects, int maxResults)
          Deprecated. Please use ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User, java.util.Collection, java.util.Collection, int) instead. Since v4.3
 Collection<Issue> DefaultChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User remoteUser, Collection<String> usernames, int maxResults)
           
 Collection<Issue> DefaultChangeHistoryManager.findUserHistory(User remoteUser, Collection<String> usernames, int maxResults)
           
 Collection<Issue> ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User remoteUser, Collection<String> usernames, int maxResults)
          Find a list of issues that the given users have acted on.
 Collection<Issue> ChangeHistoryManager.findUserHistory(User remoteUser, Collection<String> usernames, int maxResults)
          Deprecated. Please use ChangeHistoryManager.findUserHistory(com.atlassian.crowd.embedded.api.User, java.util.Collection, int) instead. Since v4.3
 

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> DefaultChangeHistoryManager.getChangeHistoriesForUser(Issue issue, User remoteUser)
           
 List<ChangeHistory> ChangeHistoryManager.getChangeHistoriesForUser(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Returns a List of ChangeHistory entities for the given issue.
 List<ChangeHistory> ChangeHistoryManager.getChangeHistoriesForUser(Issue issue, User remoteUser)
          Deprecated. Please use ChangeHistoryManager.getChangeHistoriesForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 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.
 

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

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

Methods in com.atlassian.jira.issue.comments with parameters of type Issue
 Comment DefaultCommentManager.create(Issue issue, String author, String body, boolean dispatchEvent)
           
 Comment CommentManager.create(Issue issue, String author, String body, boolean dispatchEvent)
          Creates a comment and associates it with the given issue.
 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)
          Creates a comment and associates it with the given issue.
 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)
          Creates a comment and associates it with the given issue.
 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)
          Creates a comment and associates it with the given issue.
 Comment DefaultCommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean tweakIssueUpdateDate)
           
 Comment CommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean tweakIssueUpdateDate)
          Creates a comment and associates it with the given issue.
 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, com.atlassian.crowd.embedded.api.User user)
           
 List<Comment> DefaultCommentManager.getCommentsForUser(Issue issue, User user)
           
 List<Comment> CommentManager.getCommentsForUser(Issue issue, com.atlassian.crowd.embedded.api.User user)
          Retrieves all Comments on the given Issue that the given User has permission to see.
 List<Comment> CommentManager.getCommentsForUser(Issue issue, User user)
          Deprecated. Please use CommentManager.getCommentsForUser(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 boolean DefaultCommentPermissionManager.hasDeleteAllPermission(User user, Issue issue)
           
 boolean DefaultCommentPermissionManager.hasDeleteAllPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean CommentPermissionManager.hasDeleteAllPermission(User user, Issue issue)
          Returns true if the given User can delete all comments for the given Issue.
 boolean CommentPermissionManager.hasDeleteAllPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Returns true if the given User can delete all comments for the given Issue.
 boolean DefaultCommentPermissionManager.hasDeleteOwnPermission(User user, Issue issue)
           
 boolean DefaultCommentPermissionManager.hasDeleteOwnPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean CommentPermissionManager.hasDeleteOwnPermission(User user, Issue issue)
          Returns true if the given User can delete her own comments in the given Issue.
 boolean CommentPermissionManager.hasDeleteOwnPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Returns true if the given User can delete her own comments in the given Issue.
 boolean DefaultCommentPermissionManager.hasEditAllPermission(User user, Issue issue)
           
 boolean DefaultCommentPermissionManager.hasEditAllPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean CommentPermissionManager.hasEditAllPermission(User user, Issue issue)
          Returns true if user has permission to edit all comments in the given Issue.
 boolean CommentPermissionManager.hasEditAllPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Returns true if user has permission to edit all comments in the given Issue.
 boolean DefaultCommentPermissionManager.hasEditOwnPermission(User user, Issue issue)
           
 boolean DefaultCommentPermissionManager.hasEditOwnPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean CommentPermissionManager.hasEditOwnPermission(User user, Issue issue)
          Returns true if user has permission to edit her own comments in the given Issue.
 boolean CommentPermissionManager.hasEditOwnPermission(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Returns true if user has permission to edit her own comments in the given Issue.
 

Constructors in com.atlassian.jira.issue.comments with parameters of type Issue
CommentImpl(CommentManager manager, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, Issue issue)
          Creates a new instance of this class.
 

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

Methods in com.atlassian.jira.issue.comments.util with parameters of type Issue
protected abstract  boolean DatabaseCommentIterator.hasReadPermissionForAction(Comment comment, Issue issue, User user)
           
 

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

Methods in com.atlassian.jira.issue.comparator with parameters of type Issue
protected  org.ofbiz.core.entity.GenericValue StatusComparator.getConstant(Issue i1)
           
protected  org.ofbiz.core.entity.GenericValue IssueStatusComparator.getConstant(Issue i1)
           
protected  org.ofbiz.core.entity.GenericValue IssueTypeComparator.getConstant(Issue i1)
           
protected  org.ofbiz.core.entity.GenericValue ResolutionComparator.getConstant(Issue i1)
           
protected  org.ofbiz.core.entity.GenericValue PriorityComparator.getConstant(Issue i1)
           
protected abstract  org.ofbiz.core.entity.GenericValue IssueConstantsComparator.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, Object value)
           
 Object CustomFieldType.getValueFromIssue(CustomField field, Issue issue)
          Retrieves the 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)
           
 void CustomFieldType.updateValue(CustomField field, Issue issue, Object value)
           
 

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 FieldPresentationConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object ProjectOptionsConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object SettableOptionsConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object VersionOptionsConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object DefaultValueConfigItem.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 MultiSelectCFType.createValue(CustomField customField, Issue issue, Object value)
          Create a select-list CF value for an issue
 void CascadingSelectCFType.createValue(CustomField field, Issue issue, Object value)
          Create a cascading select-list instance for an issue.
 void VersionCFType.createValue(CustomField field, Issue issue, Object value)
          Persists the object to the datastore for the given issue.
 void LabelsCFType.createValue(CustomField field, Issue issue, Object value)
           
 void AbstractMultiCFType.createValue(CustomField customField, Issue issue, Object value)
          Create a multi-select value for an issue.
 void AbstractSingleFieldType.createValue(CustomField field, Issue issue, Object value)
          at this point we know that the value doesn't exist, and that is not null.
 void CalculatedCFType.createValue(CustomField field, Issue issue, Object value)
           
 Object MultiSelectCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Object CascadingSelectCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Object VersionCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Object SelectCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Object LabelsCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Object AbstractMultiCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Object AbstractSingleFieldType.getValueFromIssue(CustomField field, Issue issue)
           
 Map AbstractCustomFieldType.getVelocityParameters(Issue issue)
          Implementers should override the 3-param version of this.
 Map<String,Object> DateTimeCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map CascadingSelectCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> UserCFType.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> ImportIdLinkCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> LabelsCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> MultiGroupCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map<String,Object> DateCFType.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> AbstractCustomFieldType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 void MultiSelectCFType.removeValue(CustomField field, Issue issue, Option option)
           
 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.updateValue(CustomField customField, Issue issue, Object value)
           
 void CascadingSelectCFType.updateValue(CustomField field, Issue issue, Object value)
           
 void VersionCFType.updateValue(CustomField field, Issue issue, Object value)
           
 void ImportIdLinkCFType.updateValue(CustomField customField, Issue issue, Object value)
           
 void ReadOnlyCFType.updateValue(CustomField customField, Issue issue, Object value)
           
 void LabelsCFType.updateValue(CustomField field, Issue issue, Object value)
           
 void AbstractMultiCFType.updateValue(CustomField customField, Issue issue, Object value)
          Update a multi-select value for an issue.
 void AbstractSingleFieldType.updateValue(CustomField customField, Issue issue, Object value)
          the value does exist, and the new value is different than the existing one.
 void CalculatedCFType.updateValue(CustomField field, Issue issue, Object value)
           
 

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

Methods in com.atlassian.jira.issue.fields with parameters of type Issue
protected  void FixVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n)
           
protected  void AffectedVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n)
           
protected abstract  void AbstractVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollectionToAddTo, I18nHelper i18n)
           
 boolean MockOrderableField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean IssueLinksSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ProjectSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean LabelsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean SummarySystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean WorklogSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean FixVersionsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean DescriptionSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ComponentsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean TimeTrackingSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean IssueTypeSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean PrioritySystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ReporterSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean SecurityLevelSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean EnvironmentSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean DueDateSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean CommentSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean AffectedVersionsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ResolutionSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean AttachmentSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean CustomFieldImpl.canRemoveValueFromIssueObject(Issue issue)
           
 boolean AssigneeSystemField.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 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 IssueLinksSystemField.createValue(Issue issue, Object value)
           
 void ProjectSystemField.createValue(Issue issue, Object value)
           
 void LabelsSystemField.createValue(Issue issue, Object value)
           
 void WorklogSystemField.createValue(Issue issue, Object value)
           
 void ComponentsSystemField.createValue(Issue issue, Object value)
           
 void TimeTrackingSystemField.createValue(Issue issue, Object value)
           
 void IssueTypeSystemField.createValue(Issue issue, Object value)
           
 void PrioritySystemField.createValue(Issue issue, Object value)
           
 void ReporterSystemField.createValue(Issue issue, Object value)
           
 void SecurityLevelSystemField.createValue(Issue issue, Object value)
           
 void DueDateSystemField.createValue(Issue issue, Object value)
           
 void AbstractTextSystemField.createValue(Issue issue, Object value)
           
 void CommentSystemField.createValue(Issue issue, Object value)
           
 void ResolutionSystemField.createValue(Issue issue, Object value)
           
 void AttachmentSystemField.createValue(Issue issue, Object value)
           
 void CustomFieldImpl.createValue(Issue issue, Object value)
           
 void AssigneeSystemField.createValue(Issue issue, Object value)
           
 void AbstractVersionsSystemField.createValue(Issue issue, Object value)
           
 void OrderableField.createValue(Issue issue, Object value)
          Create the value of the issue in the data store.
 Set<CustomField> FieldManager.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
          Retrieves custom fields in scope for the given issue
 Set<CustomField> FieldManager.getAvailableCustomFields(User remoteUser, Issue issue)
          Deprecated. Use FieldManager.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.Issue) instead. Since v4.3
 Set<CustomField> DefaultFieldManager.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 Set<CustomField> DefaultFieldManager.getAvailableCustomFields(User remoteUser, Issue issue)
           
 Set<CustomField> FieldAccessor.getAvailableCustomFields(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
          Retrieves custom fields in scope for the given issue
 String AbstractProgressBarSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String IssueLinksSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String CreatedSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractDurationSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ProjectSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String LabelsSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ComponentsSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String IssueTypeSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String PrioritySystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String WatchesSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ReporterSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ResolutionDateSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String VotesSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String KeySystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String SecurityLevelSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String DueDateSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ThumbnailSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractTextSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String WorkRatioSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String SubTaskSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ResolutionSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String CustomFieldImpl.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AssigneeSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractVersionsSystemField.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 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 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 IssueLinksSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ProjectSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String LabelsSystemField.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 ComponentsSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String TimeTrackingSystemField.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 PrioritySystemField.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 SecurityLevelSystemField.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 AbstractTextSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String CommentSystemField.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 AttachmentSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String CustomFieldImpl.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String AssigneeSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AbstractVersionsSystemField.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  Collection AbstractVersionsSystemField.getCurrentVersionIds(Issue issue)
           
protected  Collection FixVersionsSystemField.getCurrentVersions(Issue issue)
           
protected  Collection AffectedVersionsSystemField.getCurrentVersions(Issue issue)
           
protected abstract  Collection AbstractVersionsSystemField.getCurrentVersions(Issue issue)
           
 Object MockOrderableField.getDefaultValue(Issue issue)
           
 Object IssueLinksSystemField.getDefaultValue(Issue issue)
           
 Object ProjectSystemField.getDefaultValue(Issue issue)
           
 Object LabelsSystemField.getDefaultValue(Issue issue)
           
 Object SummarySystemField.getDefaultValue(Issue issue)
           
 Object WorklogSystemField.getDefaultValue(Issue issue)
           
 Object DescriptionSystemField.getDefaultValue(Issue issue)
           
 Object ComponentsSystemField.getDefaultValue(Issue issue)
           
 Object TimeTrackingSystemField.getDefaultValue(Issue issue)
           
 Object IssueTypeSystemField.getDefaultValue(Issue issue)
           
 Object PrioritySystemField.getDefaultValue(Issue issue)
           
 Object ReporterSystemField.getDefaultValue(Issue issue)
           
 Object SecurityLevelSystemField.getDefaultValue(Issue issue)
           
 Object EnvironmentSystemField.getDefaultValue(Issue issue)
           
 Object DueDateSystemField.getDefaultValue(Issue issue)
           
 Object CommentSystemField.getDefaultValue(Issue issue)
           
 Object AffectedVersionsSystemField.getDefaultValue(Issue issue)
           
 Object ResolutionSystemField.getDefaultValue(Issue issue)
           
 Object AttachmentSystemField.getDefaultValue(Issue issue)
           
 Object CustomFieldImpl.getDefaultValue(Issue issue)
           
 Object AssigneeSystemField.getDefaultValue(Issue issue)
           
 Object AbstractVersionsSystemField.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 abstract  Long AbstractDurationSystemField.getDuration(Issue issue)
           
protected  Long TimeSpentSystemField.getDuration(Issue issue)
           
protected  Long OriginalEstimateSystemField.getDuration(Issue issue)
           
protected  Long TimeEstimateSystemField.getDuration(Issue issue)
           
 String MockOrderableField.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 IssueLinksSystemField.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String ProjectSystemField.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 WorklogSystemField.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 TimeTrackingSystemField.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 PrioritySystemField.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 SecurityLevelSystemField.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 AbstractTextSystemField.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 ResolutionSystemField.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 CustomFieldImpl.getEditHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String AssigneeSystemField.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 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.
 Collection<Option> IssueTypeSystemField.getOptionsForIssue(Issue issue, boolean isSubTask)
           
 Collection<Option> IssueTypeField.getOptionsForIssue(Issue issue, boolean isSubTask)
           
 FieldConfig CustomFieldImpl.getRelevantConfig(Issue issue)
           
 FieldConfig CustomField.getRelevantConfig(Issue issue)
          Returns a relevant FieldConfig for the given issue.
protected abstract  AbstractProgressBarSystemField.TimeTrackingParameters AbstractProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue, I18nHelper helper)
           
protected  AbstractProgressBarSystemField.TimeTrackingParameters ProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue, I18nHelper helper)
           
protected  AbstractProgressBarSystemField.TimeTrackingParameters AggregateProgressBarSystemField.getTimeTrackingGraphBeanParameters(Issue issue, I18nHelper helper)
           
 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 SummarySystemField.getValueFromIssue(Issue issue)
           
 String WorklogSystemField.getValueFromIssue(Issue issue)
           
 String DescriptionSystemField.getValueFromIssue(Issue issue)
           
 String EnvironmentSystemField.getValueFromIssue(Issue issue)
           
abstract  String AbstractTextSystemField.getValueFromIssue(Issue issue)
           
 String CommentSystemField.getValueFromIssue(Issue issue)
           
 String CustomFieldImpl.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 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 IssueLinksSystemField.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 LabelsSystemField.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 ComponentsSystemField.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 IssueTypeSystemField.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 ReporterSystemField.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 DueDateSystemField.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 CommentSystemField.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 AttachmentSystemField.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 AssigneeSystemField.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 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 IssueLinksSystemField.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 LabelsSystemField.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 ComponentsSystemField.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 IssueTypeSystemField.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 ReporterSystemField.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 DueDateSystemField.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 CommentSystemField.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 AttachmentSystemField.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 AssigneeSystemField.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 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 IssueLinksSystemField.hasValue(Issue issue)
           
 boolean ProjectSystemField.hasValue(Issue issue)
           
 boolean LabelsSystemField.hasValue(Issue issue)
           
 boolean WorklogSystemField.hasValue(Issue issue)
           
 boolean ComponentsSystemField.hasValue(Issue issue)
           
 boolean TimeTrackingSystemField.hasValue(Issue issue)
           
 boolean IssueTypeSystemField.hasValue(Issue issue)
           
 boolean PrioritySystemField.hasValue(Issue issue)
           
 boolean ReporterSystemField.hasValue(Issue issue)
           
 boolean SecurityLevelSystemField.hasValue(Issue issue)
           
 boolean DueDateSystemField.hasValue(Issue issue)
           
 boolean AbstractTextSystemField.hasValue(Issue issue)
           
 boolean CommentSystemField.hasValue(Issue issue)
           
 boolean ResolutionSystemField.hasValue(Issue issue)
           
 boolean AttachmentSystemField.hasValue(Issue issue)
           
 boolean CustomFieldImpl.hasValue(Issue issue)
           
 boolean AssigneeSystemField.hasValue(Issue issue)
           
 boolean AbstractVersionsSystemField.hasValue(Issue issue)
           
 boolean OrderableField.hasValue(Issue issue)
          Determines if the field has a value for the given issue.
 boolean MockOrderableField.isShown(Issue issue)
           
 boolean IssueLinksSystemField.isShown(Issue issue)
           
 boolean ProjectSystemField.isShown(Issue issue)
           
 boolean LabelsSystemField.isShown(Issue issue)
           
 boolean SummarySystemField.isShown(Issue issue)
           
 boolean WorklogSystemField.isShown(Issue issue)
           
 boolean FixVersionsSystemField.isShown(Issue issue)
           
 boolean DescriptionSystemField.isShown(Issue issue)
           
 boolean ComponentsSystemField.isShown(Issue issue)
           
 boolean TimeTrackingSystemField.isShown(Issue issue)
           
 boolean IssueTypeSystemField.isShown(Issue issue)
           
 boolean PrioritySystemField.isShown(Issue issue)
           
 boolean ReporterSystemField.isShown(Issue issue)
           
 boolean SecurityLevelSystemField.isShown(Issue issue)
           
 boolean EnvironmentSystemField.isShown(Issue issue)
           
 boolean DueDateSystemField.isShown(Issue issue)
           
 boolean CommentSystemField.isShown(Issue issue)
           
 boolean AffectedVersionsSystemField.isShown(Issue issue)
           
 boolean ResolutionSystemField.isShown(Issue issue)
           
 boolean AttachmentSystemField.isShown(Issue issue)
           
 boolean CustomFieldImpl.isShown(Issue issue)
           
 boolean AssigneeSystemField.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 IssueLinksSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ProjectSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult LabelsSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult WorklogSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ComponentsSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult TimeTrackingSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult IssueTypeSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult PrioritySystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ReporterSystemField.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 DueDateSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AbstractTextSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult CommentSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ResolutionSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AttachmentSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult CustomFieldImpl.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AssigneeSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AbstractVersionsSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 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 MockOrderableField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void IssueLinksSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
          We don't return any default for the field.
 void ProjectSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void LabelsSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void WorklogSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void ComponentsSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void TimeTrackingSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
          We don't return any default for the TimeTracking field.
 void IssueTypeSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void PrioritySystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void ReporterSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void SecurityLevelSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void DueDateSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void AbstractTextSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void CommentSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void ResolutionSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void AttachmentSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void CustomFieldImpl.populateDefaults(Map customFieldValuesHolder, Issue issue)
           
 void AssigneeSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void AbstractVersionsSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void OrderableField.populateDefaults(Map 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.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void IssueLinksSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ProjectSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void LabelsSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void WorklogSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ComponentsSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void TimeTrackingSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void IssueTypeSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void PrioritySystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ReporterSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void SecurityLevelSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void DueDateSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AbstractTextSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void CommentSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ResolutionSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AttachmentSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void CustomFieldImpl.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AssigneeSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AbstractVersionsSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void OrderableField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
          Used to populate the fieldValueHolder with parameters for move issue screen.
 void MockOrderableField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void IssueLinksSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
          This is called to populate the field values holder with the current state of the Issue object.
 void ProjectSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void LabelsSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void SummarySystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void WorklogSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void ComponentsSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void TimeTrackingSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
          This is called to populate the field values holder with the current state of the Issue object.
 void IssueTypeSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void PrioritySystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void ReporterSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void SecurityLevelSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void DueDateSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void AbstractTextSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void CommentSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void ResolutionSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void AttachmentSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void CustomFieldImpl.populateFromIssue(Map customFieldValuesHolder, Issue issue)
          Puts the custom field parameters retrieved from the given issue to the given customFieldValuesHolder map.
 void AssigneeSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void AbstractVersionsSystemField.populateFromIssue(Map params, Issue issue)
           
 void OrderableField.populateFromIssue(Map fieldValuesHolder, Issue issue)
          Used to initialise the fieldValuesHolder from the current value of teh issue.
 void MockOrderableField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void IssueLinksSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
          This is called by Jelly code to map a value into a field values holder.
 void ProjectSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void LabelsSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void WorklogSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ComponentsSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void TimeTrackingSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
          This is called by Jelly code to map a value into a field values holder.
 void IssueTypeSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void PrioritySystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ReporterSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void SecurityLevelSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void DueDateSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AbstractTextSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void CommentSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ResolutionSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AttachmentSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void CustomFieldImpl.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
          Does nothing.
 void AssigneeSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AbstractVersionsSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void OrderableField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
          Used to convert from a user friendly string value and put the result into the fieldValuesHolder.
protected  void SummarySystemField.populateVelocityParams(FieldLayoutItem fieldLayoutItem, Issue issue, Map params)
           
protected  void AbstractTextSystemField.populateVelocityParams(FieldLayoutItem fieldLayoutItem, Issue issue, Map params)
           
 void MockOrderableField.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 ProjectSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void LabelsSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void WorklogSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void ComponentsSystemField.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 IssueTypeSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void PrioritySystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void ReporterSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void SecurityLevelSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue
 void DueDateSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue
 void AbstractTextSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void CommentSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void ResolutionSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void AttachmentSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void CustomFieldImpl.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void AssigneeSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue
 void AbstractVersionsSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void OrderableField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue in the data store.
 void MockOrderableField.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 ProjectSystemField.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 SummarySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void WorklogSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void DescriptionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ComponentsSystemField.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 IssueTypeSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void PrioritySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ReporterSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void SecurityLevelSystemField.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 DueDateSystemField.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 ResolutionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AttachmentSystemField.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 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 AbstractVersionsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, 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)
           
 

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.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(List<String> fieldIds, User remoteUser, Issue issue, IssueOperation issueOperation)
           
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(List<String> fieldIds, com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(List<String> fieldIds, 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 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(User remoteUser, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(User remoteUser, 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 FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, 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(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields)
           
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(User remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(User remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields)
          Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields)
          Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(User remoteUser, Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate)
           
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue, IssueOperation issueOperation, Predicate<? super Field> predicate)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(User remoteUser, 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 FieldScreenRendererFactory.getFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, 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.
 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 IssueTypeScreenSchemeManager.getFieldScreenScheme(Issue issue)
           
 FieldScreenScheme DefaultIssueTypeScreenSchemeManager.getFieldScreenScheme(Issue issue)
           
 

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

Methods in com.atlassian.jira.issue.history with parameters of type Issue
 List<ChangeHistoryItem> AbstractDateRangeBuilder.buildDateRanges(Issue issue, List<ChangeHistoryItem> items)
           
 List<ChangeHistoryItem> VersionDateRangeBuilder.buildDateRanges(Issue issue, List<ChangeHistoryItem> items)
           
 List<ChangeHistoryItem> DateRangeBuilder.buildDateRanges(Issue issue, List<ChangeHistoryItem> items)
           
static org.ofbiz.core.entity.GenericValue ChangeLogUtils.createChangeGroup(com.atlassian.crowd.embedded.api.User changeAuthor, Issue before, Issue after, Collection incomingChangeItems, boolean generateChangeItems)
           
protected abstract  ChangeHistoryItem AbstractDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem VersionDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem ReporterDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem AssigneeDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem PriorityDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem StatusDateRangeBuilder.createInitialChangeItem(Issue issue)
           
protected  ChangeHistoryItem ResolutionDateRangeBuilder.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.get(Issue issue)
           
 List<ChangeHistoryGroup> DefaultChangeHistoryRetriever.get(Issue issue)
           
static org.apache.lucene.document.Document CommentDocument.getDocument(Comment comment, Issue issue)
           
static org.apache.lucene.document.Document IssueDocument.getDocument(Issue issueObject)
           
 void IssueIndexManager.reIndex(Issue issue)
          Reindex an issue (eg.
 void BulkOnlyIndexManager.reIndex(Issue entity)
           
 void DefaultIndexManager.reIndex(Issue issue)
           
 

Method parameters in com.atlassian.jira.issue.index with type arguments of type Issue
 Index.Result DefaultIssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result IssueIndexer.deindexIssues(EnclosedIterable<Issue> issues, Context context)
          Delete any existing documents for the supplied issues.
 Index.Result DefaultIssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result IssueIndexer.indexIssues(EnclosedIterable<Issue> issues, Context context)
          Add documents for the supplied issues.
 Index.Result DefaultIssueIndexer.indexIssuesBatchMode(EnclosedIterable<Issue> issues, Context context)
          No other index operations should be called while this method is being called
 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.
 long IssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
          Reindex a set of issues.
 long BulkOnlyIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
           
 long DefaultIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects)
           
 Index.Result DefaultIssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context)
           
 Index.Result IssueIndexer.reindexIssues(EnclosedIterable<Issue> issues, Context context)
          Re-index the given issues, delete any existing documents and add new ones.
 

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 VersionCustomFieldIndexer.addDocumentFields(org.apache.lucene.document.Document doc, Issue issue, org.apache.lucene.document.Field.Index indexType)
           
 void SelectCustomFieldIndexer.addDocumentFields(org.apache.lucene.document.Document doc, Issue issue, org.apache.lucene.document.Field.Index indexType)
           
 void NumberCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void CascadingSelectCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void DateCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void ExactTextCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void MultiSelectCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void VersionCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void CustomFieldLabelsIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void ProjectCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void GroupCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void SortableTextCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void UserCustomFieldIndexer.addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void SelectCustomFieldIndexer.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.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void CascadingSelectCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void DateCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void ExactTextCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void MultiSelectCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void VersionCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void CustomFieldLabelsIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void ProjectCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void GroupCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void SortableTextCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void UserCustomFieldIndexer.addDocumentFieldsSearchable(org.apache.lucene.document.Document doc, Issue issue)
           
 void SelectCustomFieldIndexer.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 EnvironmentIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void CreatedDateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void WatchesIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void AffectedVersionsIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ReporterIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void UpdatedDateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void WorkRatioIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ProjectIdIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void TimeSpentIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void SecurityIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ParentIssueIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void WatcherIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void FixForVersionsIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ProgressIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void SubTaskIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ResolutionDateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void DescriptionIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void SummaryIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void CurrentEstimateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void VoterIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void AssigneeIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void OriginalEstimateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void DueDateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void IssueKeyIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void IssueIdIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ResolutionIndexer.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 PriorityIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void VotesIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void LabelsIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void StatusIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void IssueTypeIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ComponentsIndexer.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.indexFoldedKeywordWithDefault(org.apache.lucene.document.Document doc, String indexField, String fieldValue, String defaultValue, Locale locale, Issue issue)
          Case fold the passed keyword and add it to the passed document, with a default if the issue field is not set.
 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 CommentDocument
 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
 boolean CreatedDateIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean WatchesIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean WorkRatioIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean ProjectIdIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean TimeSpentIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean SecurityIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean ParentIssueIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean WatcherIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean ProgressIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean SubTaskIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean SummaryIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean CurrentEstimateIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean VoterIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean BaseFieldIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean OriginalEstimateIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean IssueKeyIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean IssueIdIndexer.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 VotesIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean IssueTypeIndexer.isFieldVisibleAndInScope(Issue issue)
           
 boolean AbstractCustomFieldIndexer.isFieldVisibleAndInScope(Issue issue)
           
protected  boolean AbstractCustomFieldIndexer.isRelevantForIssue(Issue issue)
           
 

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

Methods in com.atlassian.jira.issue.issuelink that return Issue
 Issue IssueLink.getDestinationIssue()
           
 Issue IssueLinks.getIssue()
           
 Issue IssueLink.getSourceIssue()
           
 

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

Methods in com.atlassian.jira.issue.link that return types with arguments of type Issue
 Collection<Issue> LinkCollection.getAllIssues()
          Returns a collection of issues that contains both inward and outward linking issues.
 List<Issue> LinkCollection.getInwardIssues(String linkName)
          Looks up and returns a LinkCollection.sortOrder sorted list of all inward linked issues by given link name.
 List<Issue> LinkCollection.getOutwardIssues(String linkName)
          Looks up and returns a LinkCollection.sortOrder 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 DefaultIssueLinkManager.getLinkCollection(Issue issue, User remoteUser)
           
 LinkCollection IssueLinkManager.getLinkCollection(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Constructs a LinkCollection for a given issue.
 LinkCollection IssueLinkManager.getLinkCollection(Issue issue, User remoteUser)
          Deprecated. Use IssueLinkManager.getLinkCollection(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 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.
 

Constructor parameters in com.atlassian.jira.issue.link with type arguments of type Issue
LinkCollection(org.ofbiz.core.entity.GenericValue issue, Set<IssueLinkType> linkTypes, Map<String,List<Issue>> outwardLinkMap, Map<String,List<Issue>> inwardLinkMap, com.atlassian.crowd.embedded.api.User remoteUser, ApplicationProperties applicationProperties)
          Deprecated. use LinkCollection.LinkCollection(Long, java.util.Set, java.util.Map, java.util.Map, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.config.properties.ApplicationProperties) }
LinkCollection(org.ofbiz.core.entity.GenericValue issue, Set<IssueLinkType> linkTypes, Map<String,List<Issue>> outwardLinkMap, Map<String,List<Issue>> inwardLinkMap, com.atlassian.crowd.embedded.api.User remoteUser, ApplicationProperties applicationProperties)
          Deprecated. use LinkCollection.LinkCollection(Long, java.util.Set, java.util.Map, java.util.Map, com.atlassian.crowd.embedded.api.User, com.atlassian.jira.config.properties.ApplicationProperties) }
LinkCollection(org.ofbiz.core.entity.GenericValue issue, Set<IssueLinkType> linkTypes, Map<String,List<Issue>> outwardLinkMap, Map<String,List<Issue>> inwardLinkMap, com.atlassian.crowd.embedded.api.User remoteUser, boolean overrideSecurity, ApplicationProperties applicationProperties)
          Deprecated. use LinkCollection.LinkCollection(Long, java.util.Set, java.util.Map, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean, com.atlassian.jira.config.properties.ApplicationProperties) }
LinkCollection(org.ofbiz.core.entity.GenericValue issue, Set<IssueLinkType> linkTypes, Map<String,List<Issue>> outwardLinkMap, Map<String,List<Issue>> inwardLinkMap, com.atlassian.crowd.embedded.api.User remoteUser, boolean overrideSecurity, ApplicationProperties applicationProperties)
          Deprecated. use LinkCollection.LinkCollection(Long, java.util.Set, java.util.Map, java.util.Map, com.atlassian.crowd.embedded.api.User, boolean, com.atlassian.jira.config.properties.ApplicationProperties) }
LinkCollection(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.
LinkCollection(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.
LinkCollection(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.
LinkCollection(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.updateIssue(User user, MutableIssue issue, EventDispatchOption eventDispatchOption, boolean sendMail)
           
 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.getVotedIssues(User user)
           
 List<Issue> DefaultIssueManager.getVotedIssues(com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> DefaultIssueManager.getVotedIssuesOverrideSecurity(User user)
           
 List<Issue> DefaultIssueManager.getVotedIssuesOverrideSecurity(com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> DefaultIssueManager.getWatchedIssues(User user)
           
 List<Issue> DefaultIssueManager.getWatchedIssues(com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> DefaultIssueManager.getWatchedIssuesOverrideSecurity(User 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(User 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)
           
 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(User remoteUser, Issue issue)
           
 org.ofbiz.core.entity.GenericValue DefaultIssueManager.createIssue(com.atlassian.crowd.embedded.api.User remoteUser, Issue issue)
           
 void DefaultAttachmentManager.deleteAttachmentDirectory(Issue issue)
           
 List<Attachment> DefaultAttachmentManager.getAttachments(Issue issue)
           
 List<Attachment> DefaultAttachmentManager.getAttachments(Issue issue, Comparator<? super Attachment> comparator)
           
 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)
           
 List<User> DefaultIssueManager.getIssueWatchers(Issue issue)
           
 String DefaultRendererManager.getRenderedContent(FieldLayoutItem fieldConfig, Issue issue)
           
 List<com.atlassian.crowd.embedded.api.User> DefaultIssueManager.getWatchers(Issue issue)
           
 boolean DefaultIssueManager.isEditable(Issue issue)
           
 boolean DefaultIssueManager.isEditable(Issue issue, User user)
           
 boolean DefaultIssueManager.isEditable(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
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, 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.security
 

Methods in com.atlassian.jira.issue.security with parameters of type Issue
 boolean IssueSecurityHelperImpl.securityLevelNeedsMove(Issue sourceIssue, Issue targetIssue)
           
 boolean IssueSecurityHelper.securityLevelNeedsMove(Issue sourceIssue, Issue targetIssue)
          Checks if we possibly want to change the Security Level of an issue that is being moved.
 

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 CommentTabPanel.getActions(Issue issue, User user)
           
 List AllTabPanel.getActions(Issue issue, User remoteUser)
           
 List ChangeHistoryTabPanel.getActions(Issue issue, User remoteUser)
           
 List<IssueAction> CVSTabPanel.getActions(Issue issue, User remoteUser)
          Retrieves all of the commits for this issue from ALL of the repositories associated with the issue's project
 List WorklogTabPanel.getActions(Issue issue, User remoteUser)
           
 boolean CommentTabPanel.showPanel(Issue issue, User remoteUser)
           
 boolean AllTabPanel.showPanel(Issue issue, User remoteUser)
           
 boolean ChangeHistoryTabPanel.showPanel(Issue issue, User remoteUser)
           
 boolean CVSTabPanel.showPanel(Issue issue, User remoteUser)
           
 boolean WorklogTabPanel.showPanel(Issue issue, 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)
           
 

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

Methods in com.atlassian.jira.issue.thumbnail with parameters of type Issue
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> ThumbnailManager.getThumbnails(Issue issue, User user)
          Deprecated. Call ThumbnailManager.getThumbnails(com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User) instead. Since v4.3
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> ThumbnailManager.getThumbnails(Issue issue, com.atlassian.crowd.embedded.api.User user)
          Retrieves Thumbnails for an Issue
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> DisabledThumbNailManager.getThumbnails(Issue issue, User user)
           
 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, User user)
           
 Collection<com.atlassian.core.util.thumbnail.Thumbnail> DefaultThumbnailManager.getThumbnails(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 

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

Methods in com.atlassian.jira.issue.util that return Issue
 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
 void TextAnalyzer.analyseContent(Issue issue, String content)
           
 void DisabledTextAnalyzer.analyseContent(Issue issue, String content)
           
 void TextAnalyzer.analyseContent(Issue issue, String content, org.ofbiz.core.entity.GenericValue action)
           
 void DisabledTextAnalyzer.analyseContent(Issue issue, String content, org.ofbiz.core.entity.GenericValue action)
           
 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 AggregateTimeTrackingCalculator.getAggregates(Issue issue)
          Method to retreive a bean that contains all Aggregate Time Tracking information.
 AggregateTimeTrackingBean DocumentIssueAggregateTimeTrackingCalculator.getAggregates(Issue issue)
           
 AggregateTimeTrackingCalculator AggregateTimeTrackingCalculatorFactory.getCalculator(Issue issue)
          Create a new instance of time tracing calculator based on the Issue implementation.
 AggregateTimeTrackingCalculator AggregateTimeTrackingCalculatorFactoryImpl.getCalculator(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.
 

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, com.atlassian.crowd.embedded.api.User user, boolean sendMail, boolean subtasksUpdated)
           
 

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 abstract  String AbstractIssueHtmlView.getLinkToPrevious(Issue issue)
           
protected  String IssueHtmlView.getLinkToPrevious(Issue issue)
           
protected  String IssueWordView.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, 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 IssueViewUtil.createAggregateBean(Issue issue)
           
 AggregateTimeTrackingBean DefaultIssueViewUtil.createAggregateBean(Issue issue)
           
 LinkCollection IssueViewUtil.getLinkCollection(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 LinkCollection IssueViewUtil.getLinkCollection(Issue issue, User user)
           
 LinkCollection DefaultIssueViewUtil.getLinkCollection(Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 LinkCollection DefaultIssueViewUtil.getLinkCollection(Issue issue, User user)
           
 String DefaultSearchRequestPreviousView.getLinkToPrevious(Issue issue, JiraResourcedModuleDescriptor<?> descriptor)
           
 String SearchRequestPreviousView.getLinkToPrevious(Issue issue, JiraResourcedModuleDescriptor<?> descriptor)
           
 String IssueViewUtil.getRenderedContent(String fieldName, String value, Issue issue)
           
 String DefaultIssueViewUtil.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(User user, Issue issue)
           
 boolean DefaultVoteManager.addVote(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean VoteManager.addVote(User user, Issue issue)
          Adds a new vote for the user and issue specified.
 boolean VoteManager.addVote(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Adds a new vote for the user and issue specified.
 Iterable<User> DefaultIssueVoterAccessor.getDetails(Locale displayLocale, Issue issue)
           
 Iterable<User> IssueVoterAccessor.getDetails(Locale displayLocale, Issue issue)
          Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
<T> Iterable<T>
DefaultIssueVoterAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
           
<T> Iterable<T>
IssueVoterAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
          Deprecated. Use IssueVoterAccessor.getVoters(java.util.Locale, com.atlassian.jira.issue.Issue). Since 4.3
 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)
          Convenience function that simply returns the User names.
 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)
          Returns an ordered list of voters for a particular issue.
 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.
 Collection<String> DefaultVoteManager.getVoterUsernames(Issue issue)
           
 Collection<String> VoteManager.getVoterUsernames(Issue issue)
          Return a collection of usernames of users that voted for the given issue.
 boolean DefaultVoteManager.hasVoted(User user, Issue issue)
           
 boolean DefaultVoteManager.hasVoted(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean VoteManager.hasVoted(User user, Issue issue)
          Checks if the given User has voted on the given Issue.
 boolean VoteManager.hasVoted(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Checks if the given User has voted on the given Issue.
 boolean DefaultVoteManager.removeVote(User user, Issue issue)
           
 boolean DefaultVoteManager.removeVote(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean VoteManager.removeVote(User user, Issue issue)
          Removes a vote for the user and issue specified.
 boolean VoteManager.removeVote(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Removes a vote for the user and issue specified.
 

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

Methods in com.atlassian.jira.issue.watchers 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)
          Retrieve collection of users that are currently watching this issue (including the current user)
 Iterable<User> DefaultIssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue)
           
 Iterable<User> IssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue)
          Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
<T> Iterable<T>
DefaultIssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
           
<T> Iterable<T>
IssueWatcherAccessor.getDetails(Locale displayLocale, Issue issue, Function<User,T> transformer)
          Deprecated. Please use IssueWatcherAccessor.getWatchers(com.atlassian.jira.issue.Issue, java.util.Locale). Since 4.3
 Iterable<String> DefaultIssueWatcherAccessor.getWatcherNames(Issue issue)
           
 Iterable<String> IssueWatcherAccessor.getWatcherNames(Issue issue)
          Convenience function that simply returns the User names.
 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.
 boolean DefaultWatcherManager.isWatching(User user, Issue issue)
           
 boolean DefaultWatcherManager.isWatching(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 boolean WatcherManager.isWatching(User user, Issue issue)
          Determine whether the current user is already watching the issue or not
 boolean WatcherManager.isWatching(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Determine whether the current user is already watching the issue or not
 void DefaultWatcherManager.stopWatching(com.atlassian.crowd.embedded.api.User user, Issue issue)
           
 void DefaultWatcherManager.stopWatching(User user, Issue issue)
           
 void WatcherManager.stopWatching(User user, Issue issue)
          Disable watching of a particular issue for the user supplied.
 void WatcherManager.stopWatching(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Disable watching of a particular issue 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> WorklogStore.getByIssue(Issue issue)
          Returns all child worklogs of a specified issue
 List<Worklog> OfBizWorklogStore.getByIssue(Issue issue)
           
 List<Worklog> DefaultWorklogManager.getByIssue(Issue issue)
           
 List<Worklog> WorklogManager.getByIssue(Issue issue)
          Returns all child worklogs of a specified issue
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 author, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent)
           
WorklogImpl(WorklogManager worklogManager, Issue issue, Long id, String author, String comment, Date startDate, String groupLevel, Long roleLevelId, Long timeSpent, String updateAuthor, Date created, Date updated)
           
 

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

Methods in com.atlassian.jira.jql.util that return Issue
 Issue JqlIssueSupport.getIssue(long id)
          Get the issue given its id.
 Issue JqlIssueSupportImpl.getIssue(long id)
           
 Issue JqlIssueSupport.getIssue(long id, com.atlassian.crowd.embedded.api.User user)
          Get the issue given its id if the passed user can see it.
 Issue JqlIssueSupport.getIssue(long id, User 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 JqlIssueSupportImpl.getIssue(long id, User user)
           
 

Methods in com.atlassian.jira.jql.util that return types with arguments of type Issue
 List<Issue> JqlIssueSupport.getIssues(String issueKey)
          Get the issues with the passed key.
 List<Issue> JqlIssueSupportImpl.getIssues(String issueKey)
           
 List<Issue> JqlIssueSupport.getIssues(String issueKey, com.atlassian.crowd.embedded.api.User user)
          Get the issues with the passed key if the passed user can see it.
 List<Issue> JqlIssueSupport.getIssues(String issueKey, User user)
          Get the issues with the passed key if the passed user can see it.
 List<Issue> JqlIssueSupportImpl.getIssues(String issueKey, com.atlassian.crowd.embedded.api.User user)
           
 List<Issue> JqlIssueSupportImpl.getIssues(String issueKey, User user)
           
 

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 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 DefaultTemplateIssueFactory.getTemplateIssue(Issue issue)
           
 TemplateIssue TemplateIssueFactory.getTemplateIssue(Issue issue)
           
 

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

Uses of Issue in com.atlassian.jira.mock
 

Methods in com.atlassian.jira.mock with parameters of type Issue
 String MockRendererManager.getRenderedContent(FieldLayoutItem fieldConfig, Issue issue)
           
 

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)
           
 

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.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.
 

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 DefaultWorkflowPermission.allows(int permission, Issue issue, User user)
           
 boolean DefaultWorkflowPermission.allows(int permission, Issue issue, com.atlassian.crowd.embedded.api.User user)
           
 boolean DenyWorkflowPermission.allows(int permission, Issue issue, User user)
           
 boolean DenyWorkflowPermission.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.
 boolean WorkflowPermission.allows(int permission, Issue issue, User user)
          Deprecated. Please use WorkflowPermission.allows(int, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User). Since v4.3
 PermissionContext DefaultPermissionContextFactory.getPermissionContext(Issue issue)
           
 PermissionContext PermissionContextFactory.getPermissionContext(Issue issue)
           
 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)
           
 

Constructors in com.atlassian.jira.permission with parameters of type Issue
PermissionContextImpl(Issue issue, org.ofbiz.core.entity.GenericValue project, Status status)
           
 

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

Methods in com.atlassian.jira.plugin.assignee with parameters of type Issue
 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
 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)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  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)
           
abstract  String CustomFieldTypeModuleDescriptor.getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptorImpl.getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem, Map displayParameters)
           
abstract  String CustomFieldTypeModuleDescriptor.getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem, Map displayParameters)
           
 String CustomFieldTypeModuleDescriptorImpl.getViewXML(CustomField field, Issue issue, FieldLayoutItem fieldLayoutItem, boolean raw)
           
abstract  String CustomFieldTypeModuleDescriptor.getViewXML(CustomField field, Issue issue, FieldLayoutItem fieldLayoutItem, boolean raw)
           
 

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

Methods in com.atlassian.jira.plugin.issueoperation with parameters of type Issue
 String ActionBackedPluggableIssueOperation.getActionURL(Issue issue)
          The url to an action (including params).
 String DefaultPluggableIssueOperation.getHtml(Issue issue)
          Get the HTML for this operation.
 String PluggableIssueOperation.getHtml(Issue issue)
          Deprecated. Get the HTML to present on screen
 String ActionBackedPluggableIssueOperation.getSimpleDescription(Issue issue)
          A simple descrition of the action to perform.
 String AbstractActionBackedPluggableIssueOperation.getSimpleDescription(Issue issue)
           
 boolean DefaultPluggableIssueOperation.showOperation(Issue issue)
           
 boolean PluggableIssueOperation.showOperation(Issue issue)
          Deprecated. Whether or not to show this operation for the given issue.
 

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

Methods in com.atlassian.jira.plugin.issuetabpanel with parameters of type Issue
 List IssueTabPanel.getActions(Issue issue, User remoteUser)
          Return a list of issue actions in the order that you want them to be displayed.
 List IssueTabPanelModuleDescriptor.getActions(Issue issue, User remoteUser)
           
 boolean IssueTabPanel.showPanel(Issue issue, User remoteUser)
          Whether or not to show this tab panel to the given User for the given Issue.
 

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)
           
 String IssueView.getContent(Issue issue, IssueViewRequestParams issueViewRequestParams)
           
abstract  String AbstractIssueView.getContent(Issue issue, IssueViewRequestParams issueViewRequestParams)
           
 void IssueView.writeHeaders(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams)
           
 void AbstractIssueView.writeHeaders(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams)
          A default implementation that does nothing
 

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> VersionDrillDownRenderer.VersionHelperBean.getIssuesFromSearchResult(SearchResults searchResults)
          Extracts the list of issues and ordrers 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 with parameters of type Issue
 String VersionWorkloadReport.getNiceTimeEstimateDuration(Issue issue)
           
 

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)
          Returns a HTML displayable string of the issues assignee.
 String PeopleBlockContextProvider.getReporterDisplayHtml(Issue issue)
          Returns a HTML displayable string of the issues reporter.
 

Constructors in com.atlassian.jira.plugin.viewissue with parameters of type Issue
LinkBlockContextProvider.SimpleLinkedIssue(Issue linkedIssue, FieldVisibilityManager fieldVisibilityManager)
           
SubTasksContxtProvider.SubTaskTableRenderer(Issue issue, User user, Map<String,Object> context)
           
 

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

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

Uses of Issue in com.atlassian.jira.portal.portlets
 

Methods in com.atlassian.jira.portal.portlets with parameters of type Issue
 boolean MyVotesPortlet.canRemoveAssociation(Issue issue)
           
 boolean MyWatchesPortlet.canRemoveAssociation(Issue issue)
           
abstract  boolean AbstractVotesAndWatchesPortlet.canRemoveAssociation(Issue issue)
           
 Long MyVotesPortlet.getTotalAssociations(Issue issue)
           
 Long MyWatchesPortlet.getTotalAssociations(Issue issue)
           
abstract  Long AbstractVotesAndWatchesPortlet.getTotalAssociations(Issue issue)
           
 Boolean AbstractVotesAndWatchesPortlet.hasViewPermission(Issue issue)
           
 

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

Methods in com.atlassian.jira.rest.v2.issue with parameters of type Issue
protected  void IssueResource.addCustomFields(Issue issue, IssueBean bean)
           
protected  void IssueResource.addIssueLinks(Issue issue, IssueBean bean)
          Adds all necessary IssueLinkBean instances to the passed in IssueBean.
protected  void IssueResource.addParentSubtaskLinks(Issue issue, IssueBean bean)
           
 Collection<TransitionFieldBean> IssueResource.getRequiredFields(FieldScreenRenderer fieldScreenRenderer, Issue issue)
           
 

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

Methods in com.atlassian.jira.rest.v2.issue.customfield with parameters of type Issue
 Map<String,FieldBean> CustomFieldOps.getCustomFields(Issue issue)
          Returns a Map containing an entry for each custom field in the given 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.security
 

Methods in com.atlassian.jira.security with parameters of type Issue
 boolean SubvertedPermissionManager.hasPermission(int permissionsId, Issue issue, com.atlassian.crowd.embedded.api.User u)
          Always returns true.
 boolean SubvertedPermissionManager.hasPermission(int permissionsId, Issue entity, User u)
           
 boolean AbstractPermissionManager.hasPermission(int permissionsId, Issue issue, com.atlassian.crowd.embedded.api.User u)
           
 boolean AbstractPermissionManager.hasPermission(int permissionsId, Issue entity, User u)
           
 boolean PermissionManager.hasPermission(int permissionsId, Issue entity, com.atlassian.crowd.embedded.api.User u)
          Does the same as PermissionManager.hasPermission(int,org.ofbiz.core.entity.GenericValue,User) except the entity is an issue.
 boolean PermissionManager.hasPermission(int permissionsId, Issue entity, User u)
          Deprecated. Please use PermissionManager.hasPermission(int, com.atlassian.jira.issue.Issue, com.atlassian.crowd.embedded.api.User). Since v4.3
 

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

Methods in com.atlassian.jira.security.util with parameters of type Issue
 Set 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, User user)
          Deprecated. Use GroupSelectorUtils.isUserInCustomFieldGroup(Issue, CustomField, com.atlassian.crowd.embedded.api.User)
 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.trackback
 

Methods in com.atlassian.jira.trackback with parameters of type Issue
 void TrackbackTextAnalyzer.analyseContent(Issue issue, String content)
           
 void TrackbackTextAnalyzer.analyseContent(Issue issue, String content, org.ofbiz.core.entity.GenericValue action)
           
 

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> DefaultUserIssueHistoryManager.getShortIssueHistory(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.
 List<Issue> UserIssueHistoryManager.getShortIssueHistory(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 DefaultUserIssueHistoryManager.addIssueToHistory(User user, Issue issue)
           
 void UserIssueHistoryManager.addIssueToHistory(com.atlassian.crowd.embedded.api.User user, Issue issue)
          Add an Issue to the user hsitory list.
 void UserIssueHistoryManager.addIssueToHistory(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)
          Checks that the Attachment directory of the given issue is right to go - writable, accessible etc.
static File AttachmentUtils.getAttachmentDirectory(Issue issue)
          Returns the physical directory of the attachments for the given issue.
static File AttachmentUtils.getAttachmentDirectory(Issue issue, boolean createDirectory)
          Returns the physical directory of the attachments for the given issue.
static File AttachmentUtils.getThumbnailDirectory(Issue issue)
          Returns the physical directory of the thumbnails for the given issue, creating if necessary.
 

Uses of Issue in com.atlassian.jira.vcs
 

Methods in com.atlassian.jira.vcs with parameters of type Issue
 Map<Long,Set<CVSCommit>> RepositoryManager.getCommits(Issue issue, User remoteUser)
          Retrieves all of the commits for this Issue from ALL of the repositories associated with the issue's project.
 Map<Long,Set<CVSCommit>> RepositoryManager.getCommits(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
          Retrieves all of the commits for this Issue from ALL of the repositories associated with the issue's project.
 Map<Long,Set<CVSCommit>> DefaultRepositoryManager.getCommits(Issue issue, User remoteUser)
           
 Map<Long,Set<CVSCommit>> DefaultRepositoryManager.getCommits(Issue issue, com.atlassian.crowd.embedded.api.User remoteUser)
           
 

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.
 

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

Methods in com.atlassian.jira.web.action that return types with arguments of type Issue
 List<Issue> AbstractViewIssueColumns.getSampleIssues()
           
 

Methods in com.atlassian.jira.web.action with parameters of type Issue
 void IssueActionSupport.addIssueToHistory(Issue issueObj)
          Sets the current issue.
 

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 AbstractIssueSelectAction.getIssueObjectNoSecurityCheck()
           
 Issue CloneIssueDetails.getOriginalIssue()
           
 Issue ManageTrackbacks.getParentIssueObject()
          Returns the parent of the current Issue
 Issue AbstractIssueSelectAction.getParentIssueObject()
          Returns the parent of the current Issue
 Issue ManageAttachments.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(User remoteUser, Issue issueObject)
           
 FieldScreenRenderer IssueCreationHelperBeanImpl.createFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issueObject)
          Create a field screen renderer
 FieldScreenRenderer IssueCreationHelperBean.createFieldScreenRenderer(User remoteUser, Issue issueObject)
           
 FieldScreenRenderer IssueCreationHelperBean.createFieldScreenRenderer(com.atlassian.crowd.embedded.api.User remoteUser, Issue issueObject)
           
 String ViewIssue.getCustomFieldHtml(FieldLayoutItem fieldLayoutItem, CustomField field, Issue issue)
           
 List 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)
          Gets the fields that will be shown in the create issue screen for that issues project and issue type
 List UpdateFieldsHelperBean.getFieldsForEdit(User user, Issue issueObject)
           
 List UpdateFieldsHelperBean.getFieldsForEdit(com.atlassian.crowd.embedded.api.User user, Issue issueObject)
           
 List UpdateFieldsHelperBeanImpl.getFieldsForEdit(User user, Issue issueObject)
           
 List UpdateFieldsHelperBeanImpl.getFieldsForEdit(com.atlassian.crowd.embedded.api.User user, Issue issueObject)
           
 List<String> IssueCreationHelperBeanImpl.getProvidedFieldNames(User remoteUser, Issue issueObject)
           
 List<String> IssueCreationHelperBeanImpl.getProvidedFieldNames(com.atlassian.crowd.embedded.api.User remoteUser, Issue issueObject)
           
 List<String> IssueCreationHelperBean.getProvidedFieldNames(User remoteUser, Issue issueObject)
           
 List<String> IssueCreationHelperBean.getProvidedFieldNames(com.atlassian.crowd.embedded.api.User remoteUser, Issue issueObject)
           
 String ViewIssue.getRenderedContent(String fieldName, String value, Issue issue)
           
 String ViewIssue.getRenderedContentNoBreaks(String fieldName, String value, Issue issue)
           
 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(User user, String fieldId, Issue issueObject)
           
 boolean UpdateFieldsHelperBean.isFieldValidForEdit(com.atlassian.crowd.embedded.api.User user, String fieldId, Issue issueObject)
           
 boolean UpdateFieldsHelperBeanImpl.isFieldValidForEdit(User user, String fieldId, Issue issueObject)
           
 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 CloneIssueDetails.setIssueDetails(Issue issue)
           
 void CloneIssueDetails.setOriginalIssue(Issue originalIssue)
           
 void UpdateFieldsHelperBean.validate(Issue issueObject, OperationContext operationContext, Map actionParams, User user, ErrorCollection errors, I18nHelper i18n)
           
 void UpdateFieldsHelperBean.validate(Issue issueObject, OperationContext operationContext, Map actionParams, com.atlassian.crowd.embedded.api.User user, ErrorCollection errors, I18nHelper i18n)
           
 void UpdateFieldsHelperBeanImpl.validate(Issue issueObject, OperationContext operationContext, Map actionParams, User user, ErrorCollection errors, I18nHelper i18n)
           
 void UpdateFieldsHelperBeanImpl.validate(Issue issueObject, OperationContext operationContext, Map actionParams, com.atlassian.crowd.embedded.api.User user, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBeanImpl.validateCreateIssueFields(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, Map<String,String[]> actionParams, I18nHelper i18n)
           
 void IssueCreationHelperBean.validateCreateIssueFields(JiraServiceContext jiraServiceContext, Collection<String> providedFields, Issue issueObject, FieldScreenRenderer fieldScreenRenderer, OperationContext operationContext, Map<String,String[]> parameters, I18nHelper i18n)
           
 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)
           
 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)
           
 

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.
abstract  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
abstract  Set<Issue> BulkEditBean.getInvalidIssues()
          Gets issues whose status is null
 List<Issue> BulkEditBeanImpl.getIssuesFromSearchRequest()
           
abstract  List<Issue> BulkEditBean.getIssuesFromSearchRequest()
           
 List<Issue> BulkEditBeanImpl.getSelectedIssues()
          Returns a list of "selected" issues.
abstract  List<Issue> BulkEditBean.getSelectedIssues()
          Returns a list of "selected" issues.
 List<Issue> BulkEditBeanImpl.getSelectedIssuesIncludingSubTasks()
           
abstract  List<Issue> BulkEditBean.getSelectedIssuesIncludingSubTasks()
           
 List<Issue> BulkEditBeanImpl.getSubTaskOfSelectedIssues()
           
abstract  List<Issue> BulkEditBean.getSubTaskOfSelectedIssues()
           
 Map<Issue,Issue> BulkEditBeanImpl.getTargetIssueObjects()
           
 Map<Issue,Issue> BulkEditBeanImpl.getTargetIssueObjects()
           
abstract  Map<Issue,Issue> BulkEditBean.getTargetIssueObjects()
           
abstract  Map<Issue,Issue> BulkEditBean.getTargetIssueObjects()
           
 

Methods in com.atlassian.jira.web.bean with parameters of type Issue
 TimeTrackingGraphBean TimeTrackingGraphBeanFactory.createBean(Issue issue, TimeTrackingGraphBeanFactory.Style style, I18nHelper helper)
           
 TimeTrackingGraphBean TimeTrackingGraphBeanFactoryImpl.createBean(Issue issue, TimeTrackingGraphBeanFactory.Style style, I18nHelper helper)
           
 String BulkEditBeanImpl.getCheckboxName(Issue issue)
           
abstract  String BulkEditBean.getCheckboxName(Issue issue)
           
 org.ofbiz.core.entity.GenericValue BulkEditBeanImpl.getTargetStatus(Issue issue)
           
abstract  org.ofbiz.core.entity.GenericValue BulkEditBean.getTargetStatus(Issue issue)
           
 boolean BulkEditBeanImpl.isChecked(Issue issue)
           
abstract  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)
           
abstract  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
abstract  void BulkEditBean.initSelectedIssues(Collection<Issue> selectedIssues)
          Initialises the BulkEditBean with the selected issues
 void BulkEditBeanImpl.setIssuesFromSearchRequest(List<Issue> issuesFromSearchRequest)
           
abstract  void BulkEditBean.setIssuesFromSearchRequest(List<Issue> issuesFromSearchRequest)
           
 void BulkEditBeanImpl.setSubTaskOfSelectedIssues(List<Issue> subTaskOfSelectedIssues)
           
abstract  void BulkEditBean.setSubTaskOfSelectedIssues(List<Issue> subTaskOfSelectedIssues)
           
 void BulkEditBeanImpl.setTargetIssueObjects(Map<Issue,Issue> targetIssueObjects)
           
 void BulkEditBeanImpl.setTargetIssueObjects(Map<Issue,Issue> targetIssueObjects)
           
abstract  void BulkEditBean.setTargetIssueObjects(Map<Issue,Issue> targetIssueObjects)
           
abstract  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(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.issuesummary
 

Methods in com.atlassian.jira.web.component.issuesummary with parameters of type Issue
 String IssueSummaryBlock.getHtml(Issue issue, webwork.action.Action action)
           
 String IssueSummaryBlock.getRenderedEnvironmentFieldValue(User user, Issue issue, webwork.action.Action action)
          Gets the HTML that shows the environment field.
 

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

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

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

Methods in com.atlassian.jira.web.util that return Issue
 Issue SubTaskQuickCreationWebComponent.getParentIssue()
           
 Issue SubTaskQuickCreationWebComponent.getSubTask()
           
 

Methods in com.atlassian.jira.web.util with parameters of type Issue
 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)
           
 

Constructors in com.atlassian.jira.web.util with parameters of type Issue
SubTaskQuickCreationWebComponent(Issue parentIssue, webwork.action.Action action, IssueFactory issueFactory, SubTaskManager subTaskManager, FieldManager fieldManager, com.atlassian.velocity.VelocityManager velocityManager, JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, SubTaskQuickCreationConfig config)
           
 

Uses of Issue in com.atlassian.jira.workflow
 

Methods in com.atlassian.jira.workflow with parameters of type Issue
 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)
           
 

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.
 

Uses of Issue in com.atlassian.jira.workflow.migration.enterprise
 

Methods in com.atlassian.jira.workflow.migration.enterprise that return Issue
protected  Issue EnterpriseWorkflowMigrationHelper.retrieveIssueObject(Long issueId)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.