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

Packages that use Issue
com.atlassian.jira.bc.issue.attachment   
com.atlassian.jira.bc.issue.comment   
com.atlassian.jira.bc.issue.search   
com.atlassian.jira.bc.issue.util   
com.atlassian.jira.bc.issue.worklog   
com.atlassian.jira.bc.subtask.conversion   
com.atlassian.jira.bean   
com.atlassian.jira.config   
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.cache   
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.managers   
com.atlassian.jira.issue.operations   
com.atlassian.jira.issue.renderers   
com.atlassian.jira.issue.search Interfaces and constants related to JIRA's Lucene-based search capabilities. 
com.atlassian.jira.issue.security   
com.atlassian.jira.issue.statistics   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.issue.util   
com.atlassian.jira.issue.views   
com.atlassian.jira.issue.views.util   
com.atlassian.jira.issue.worklog   
com.atlassian.jira.mail   
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.report.impl   
com.atlassian.jira.portal.portlets   
com.atlassian.jira.security   
com.atlassian.jira.security.util   
com.atlassian.jira.trackback   
com.atlassian.jira.util   
com.atlassian.jira.vcs   
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   
 

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.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(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 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 DefaultCommentService.create(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.
protected  void DefaultCommentService.doUpdateWithChangelog(Long eventTypeId, List changeItems, Issue issue, User user, boolean dispatchEvent)
          This method 'completes' the update of an issue entity.
 List DefaultCommentService.getCommentsForUser(User currentUser, Issue issue, ErrorCollection errorCollection)
           
 List CommentService.getCommentsForUser(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 CommentService.hasPermissionToCreate(User user, Issue issue, ErrorCollection errorCollection)
          Has the correct permission to create a comment for the given issue.
 boolean DefaultCommentService.isValidAllCommentData(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 DefaultCommentService.isValidCommentData(User currentUser, 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.
 

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()
           
 

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

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

Methods in com.atlassian.jira.bc.issue.util with parameters of type Issue
 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.
 boolean DefaultVisibilityValidator.isValidVisibilityData(JiraServiceContext jiraServiceContext, String i18nPrefix, Issue issue, String groupLevel, String roleLevelId)
           
 

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

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 DefaultWorklogService.getByIssueVisibleToUser(JiraServiceContext jiraServiceContext, Issue issue)
           
 List 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 WorklogService.hasPermissionToCreate(JiraServiceContext jiraServiceContext, Issue issue)
          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.
protected  boolean DefaultWorklogService.isUserInRole(Long roleLevel, User user, Issue issue)
           
protected  boolean DefaultWorklogService.isValidWorklogInputFields(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate)
           
protected  Long DefaultWorklogService.reduceEstimate(Issue issue, Long amount)
           
 Worklog DefaultWorklogService.validateCreate(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String comment, String groupLevel, String roleLevelId)
           
 Worklog WorklogService.validateCreate(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String comment, String groupLevel, String roleLevelId)
          Determines whether worklogs are enabled in JIRA and if the user has the required permissions as determined by calling WorklogService.hasPermissionToCreate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.Issue) to create a worklog for this issue.
 WorklogService.WorklogAdjustmentAmountResult DefaultWorklogService.validateCreateWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String comment, String groupLevel, String roleLevelId, String adjustmentAmount)
           
 WorklogService.WorklogAdjustmentAmountResult WorklogService.validateCreateWithManuallyAdjustedEstimate(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String comment, String groupLevel, String roleLevelId, String adjustmentAmount)
          Determines whether worklogs are enabled in JIRA and if the user has the required permission as determined by calling WorklogService.hasPermissionToCreate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.Issue) to create a worklog for this issue.
 WorklogService.WorklogNewEstimateResult DefaultWorklogService.validateCreateWithNewEstimate(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String comment, String groupLevel, String roleLevelId, String newEstimate)
           
 WorklogService.WorklogNewEstimateResult WorklogService.validateCreateWithNewEstimate(JiraServiceContext jiraServiceContext, Issue issue, String timeSpent, Date startDate, String comment, String groupLevel, String roleLevelId, String newEstimate)
          Determines whether worklogs are enabled in JIRA and if the user has the required permission as determined by calling WorklogService.hasPermissionToCreate(com.atlassian.jira.bc.JiraServiceContext,com.atlassian.jira.issue.Issue) to create a worklog for this issue.
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)
           
 

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 with parameters of type Issue
 void DefaultSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, User remoteUser)
           
 void SubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, User remoteUser)
           
 void DisabledSubTaskManager.createSubTaskIssueLink(Issue parentIssue, Issue subTaskIssue, User remoteUser)
           
 Collection DefaultSubTaskManager.getSubTaskObjects(Issue parentIssue)
          Get an issue's subtasks.
 Collection SubTaskManager.getSubTaskObjects(Issue issue)
           
 Collection DisabledSubTaskManager.getSubTaskObjects(Issue issue)
           
 void DefaultSubTaskManager.resetSequences(Issue issue)
           
 void SubTaskManager.resetSequences(Issue issue)
           
 void DisabledSubTaskManager.resetSequences(Issue issue)
           
 

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
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, Map params, User remoteUser)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, Map params, User remoteUser, boolean sendMail)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, boolean sendMail)
          Dispatch event allowing sendMail configuration Use sendMail to disable mail delivery for an event notification - e.g.
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, 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, boolean sendMail)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, 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, 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, boolean subtasksUpdated)
           
static void IssueEventDispatcher.dispatchEvent(Long eventTypeId, Issue issue, User remoteUser, org.ofbiz.core.entity.GenericValue changelog, boolean sendMail, boolean subtasksUpdated)
           
 

Constructors in com.atlassian.jira.event.issue with parameters of type Issue
IssueEvent(Issue issue, Map params, User remoteUser, Long eventTypeId)
          Create a new IssueEvent with a given list of parameters.
IssueEvent(Issue issue, Map params, User remoteUser, Long eventTypeId, boolean sendMail)
          Allows configuration of whether the mail notification should be sent
IssueEvent(Issue issue, User remoteUser, 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, User remoteUser, 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, User remoteUser, 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 that return Issue
 Issue ExternalUtils.convertExternalIssueToIssue(ExternalIssueImpl externalIssue, ExternalProject project, ImportObjectIdMappings mappings)
           
 

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 Issue.getParentObject()
          If this issue is a subtask, return its parent.
 Issue IssueImpl.getParentObject()
           
 Issue AbstractIssue.getParentObject()
           
 

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
 Attachment AttachmentManager.createAttachmentCopySourceFile(File file, String filename, String contentType, String attachmentAuthor, Issue issue, Map 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.
 List AttachmentManager.getAttachments(Issue issue)
          Get a list of all attachments for a certain issue
 List CustomFieldManager.getCustomFieldObjects(Issue issue)
          Returns a list of CustomFields that apply to a particular issue.
 List IssueManager.getEntitiesByIssueObject(String relationName, Issue issue)
          Get a list of entities (versions, components etc) related to this issue.
 List IssueManager.getIssueWatchers(Issue issue)
          Return a list of watchers for a particular issue.
 String RendererManager.getRenderedContent(FieldLayoutItem fieldConfig, Issue issue)
          A convienience method that is the equivilant of calling the getRendererForField method and then invoking the render method on the returned renderer, using the value of the field that is associated with the issue.
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 IssueUtilsBean.isValidAction(Issue issue, int action)
          Is this a valid action for the issue in its current state
 Map 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)
          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()
           
 

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

Methods in com.atlassian.jira.issue.cache with parameters of type Issue
 void CacheManager.flush(String cacheName, Issue issue)
           
 void DefaultCacheManager.flush(String cacheName, 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 with parameters of type Issue
 List DefaultChangeHistoryManager.getChangeHistoriesForUser(Issue issue, User remoteUser)
           
 List ChangeHistoryManager.getChangeHistoriesForUser(Issue issue, User remoteUser)
          Returns a List of GenericValue ChangeGroup entities for the given issue.
 List DefaultChangeHistoryManager.getChangeItemsForField(Issue issue, String changeItemFieldName)
           
 List 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.
 

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 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, 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, 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 body, String groupLevel, Long roleLevelId, Date created, 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)
           
 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.
 Comment DefaultCommentManager.create(Issue issue, String author, String updateAuthor, String body, String groupLevel, Long roleLevelId, Date created, Date updated, boolean dispatchEvent, boolean tweakIssueUpdateDate)
           
 List CommentManager.getComments(Issue issue)
          This will return all comments for a given issue.
 List DefaultCommentManager.getComments(Issue issue)
           
 List CommentManager.getCommentsForUser(Issue issue, User user)
          Retrieves all Comments on the given Issue that the given User has permission to see.
 List DefaultCommentManager.getCommentsForUser(Issue issue, User user)
           
 

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 ResolutionComparator.getConstant(Issue i1)
           
protected  org.ofbiz.core.entity.GenericValue IssueStatusComparator.getConstant(Issue i1)
           
protected  org.ofbiz.core.entity.GenericValue IssueTypeComparator.getConstant(Issue i1)
           
protected abstract  org.ofbiz.core.entity.GenericValue IssueConstantsComparator.getConstant(Issue i1)
           
protected  org.ofbiz.core.entity.GenericValue StatusComparator.getConstant(Issue i1)
           
protected  org.ofbiz.core.entity.GenericValue PriorityComparator.getConstant(Issue i1)
           
 

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

Methods in com.atlassian.jira.issue.customfields with parameters of type Issue
static Map 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)
          These methods take the Transport Object as a parameter
 Object CustomFieldType.getValueFromIssue(CustomField field, Issue issue)
          Retrieves the Object representing the current CustomField value for the given issue.
 Map 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 ProjectOptionsConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object VersionOptionsConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object DefaultValueConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object SettableOptionsConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 Object FieldPresentationConfigItem.getConfigurationObject(Issue issue, FieldConfig config)
           
 

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

Methods in com.atlassian.jira.issue.customfields.impl with parameters of type Issue
 void AbstractMultiCFType.createValue(CustomField customField, Issue issue, Object value)
          Create a multi-select value for an issue.
 void CascadingSelectCFType.createValue(CustomField field, Issue issue, Object value)
          Create a cascading select-list instance for an issue.
 void CalculatedCFType.createValue(CustomField field, Issue issue, Object value)
           
 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 MultiSelectCFType.createValue(CustomField customField, Issue issue, Object value)
          Create a select-list CF value for an issue
 void VersionCFType.createValue(CustomField field, Issue issue, Object value)
          Persists the object to the datastore for the given issue.
 Object AbstractMultiCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Object CascadingSelectCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Object AbstractSingleFieldType.getValueFromIssue(CustomField field, Issue issue)
           
 Object MultiSelectCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Object VersionCFType.getValueFromIssue(CustomField field, Issue issue)
           
 Map AbstractCustomFieldType.getVelocityParameters(Issue issue)
          Deprecated. Use the method AbstractCustomFieldType.getVelocityParameters(Issue, CustomField, FieldLayoutItem) instead
 Map UserCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map CascadingSelectCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map MultiGroupCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map ProjectCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map ImportIdLinkCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map DateTimeCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map AbstractCustomFieldType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map MultiUserCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map NumberCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 Map VersionCFType.getVelocityParameters(Issue issue, CustomField field, FieldLayoutItem fieldLayoutItem)
           
 void SelectCFType.removeValue(CustomField field, Issue issue, Option option)
          This default implementation will remove all values from the custom field for an issue.
 void CascadingSelectCFType.removeValue(CustomField field, Issue issue, Option option)
           
 void MultiSelectCFType.removeValue(CustomField field, Issue issue, Option option)
           
 void AbstractMultiCFType.updateValue(CustomField customField, Issue issue, Object value)
          Update a multi-select value for an issue.
 void ReadOnlyCFType.updateValue(CustomField customField, Issue issue, Object value)
           
 void CascadingSelectCFType.updateValue(CustomField field, Issue issue, Object value)
           
 void ImportIdLinkCFType.updateValue(CustomField customField, Issue issue, Object value)
           
 void CalculatedCFType.updateValue(CustomField field, Issue issue, Object value)
           
 void AbstractSingleFieldType.updateValue(CustomField customField, Issue issue, Object value)
          the value does exist, and the new value is different than the existing one.
 void MultiSelectCFType.updateValue(CustomField customField, Issue issue, Object value)
           
 void VersionCFType.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 AffectedVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n)
           
protected abstract  void AbstractVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollectionToAddTo, I18nHelper i18n)
           
protected  void FixVersionsSystemField.addFieldRequiredErrorMessage(Issue issue, ErrorCollection errorCollection, I18nHelper i18n)
           
 boolean DescriptionSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean PrioritySystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean DueDateSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ProjectSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ResolutionSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean AssigneeSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean AffectedVersionsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean IssueTypeSystemField.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.
 boolean TimeTrackingSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean CommentSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean FixVersionsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean EnvironmentSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ReporterSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean SummarySystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean AttachmentSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean CustomFieldImpl.canRemoveValueFromIssueObject(Issue issue)
           
 boolean ComponentsSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 boolean SecurityLevelSystemField.canRemoveValueFromIssueObject(Issue issue)
           
 int CustomField.compare(Issue issue1, Issue issue2)
          This method compares the values of this custom field in two given issues.
 int CustomFieldImpl.compare(Issue issue1, Issue issue2)
          This method compares the values of this custom field in two given issues.
 void PrioritySystemField.createValue(Issue issue, Object value)
           
 void DueDateSystemField.createValue(Issue issue, Object value)
           
 void ProjectSystemField.createValue(Issue issue, Object value)
           
 void ResolutionSystemField.createValue(Issue issue, Object value)
           
 void AssigneeSystemField.createValue(Issue issue, Object value)
           
 void IssueTypeSystemField.createValue(Issue issue, Object value)
           
 void OrderableField.createValue(Issue issue, Object value)
          Create the value of the issue in the data store.
 void TimeTrackingSystemField.createValue(Issue issue, Object value)
           
 void CommentSystemField.createValue(Issue issue, Object value)
           
 void AbstractVersionsSystemField.createValue(Issue issue, Object value)
           
 void AbstractTextSystemField.createValue(Issue issue, Object value)
           
 void ReporterSystemField.createValue(Issue issue, Object value)
           
 void AttachmentSystemField.createValue(Issue issue, Object value)
           
 void CustomFieldImpl.createValue(Issue issue, Object value)
           
 void ComponentsSystemField.createValue(Issue issue, Object value)
           
 void SecurityLevelSystemField.createValue(Issue issue, Object value)
           
 String PrioritySystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractProgressBarSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String DueDateSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ProjectSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ResolutionSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AssigneeSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String IssueTypeSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String IssueLinksSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String StatusSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String VotesSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractVersionsSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String NavigableField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String SubTaskSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractDurationSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String AbstractTextSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String CreatedSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ReporterSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String CustomFieldImpl.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ComponentsSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String ThumbnailSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String WorkRatioSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String SecurityLevelSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String KeySystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 String UpdatedSystemField.getColumnViewHtml(FieldLayoutItem fieldLayoutItem, Map displayParams, Issue issue)
           
 Collection ComponentsSystemField.getComponents(Issue issue, Map fieldValuesHolder)
           
 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 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 PrioritySystemField.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 ProjectSystemField.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 AssigneeSystemField.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 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.
 String TimeTrackingSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String CommentSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AbstractVersionsSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
 String AbstractTextSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String ReporterSystemField.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 ComponentsSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map dispayParameters)
           
 String SecurityLevelSystemField.getCreateHtml(FieldLayoutItem fieldLayoutItem, OperationContext operationContext, webwork.action.Action action, Issue issue, Map displayParameters)
           
protected  Collection AbstractVersionsSystemField.getCurrentVersionIds(Issue issue)
           
protected  Collection AffectedVersionsSystemField.getCurrentVersions(Issue issue)
           
protected abstract  Collection AbstractVersionsSystemField.getCurrentVersions(Issue issue)
           
protected  Collection FixVersionsSystemField.getCurrentVersions(Issue issue)
           
 Object DescriptionSystemField.getDefaultValue(Issue issue)
           
 Object PrioritySystemField.getDefaultValue(Issue issue)
           
 Object DueDateSystemField.getDefaultValue(Issue issue)
           
 Object ProjectSystemField.getDefaultValue(Issue issue)
           
 Object ResolutionSystemField.getDefaultValue(Issue issue)
           
 Object AssigneeSystemField.getDefaultValue(Issue issue)
           
 Object AffectedVersionsSystemField.getDefaultValue(Issue issue)
           
 Object IssueTypeSystemField.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.
 Object TimeTrackingSystemField.getDefaultValue(Issue issue)
           
 Object CommentSystemField.getDefaultValue(Issue issue)
           
 Object AbstractVersionsSystemField.getDefaultValue(Issue issue)
           
 Object EnvironmentSystemField.getDefaultValue(Issue issue)
           
 Object ReporterSystemField.getDefaultValue(Issue issue)
           
 Object SummarySystemField.getDefaultValue(Issue issue)
           
 Object AttachmentSystemField.getDefaultValue(Issue issue)
           
 Object CustomFieldImpl.getDefaultValue(Issue issue)
           
 Object ComponentsSystemField.getDefaultValue(Issue issue)
           
 Object SecurityLevelSystemField.getDefaultValue(Issue issue)
           
protected  Long OriginalEstimateSystemField.getDuration(Issue issue)
           
protected  Long TimeEstimateSystemField.getDuration(Issue issue)
           
protected  Long TimeSpentSystemField.getDuration(Issue issue)
           
protected  Long AbstractAggregateDurationSystemField.getDuration(Issue issue)
           
protected abstract  Long AbstractDurationSystemField.getDuration(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 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 PrioritySystemField.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 ProjectSystemField.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 AssigneeSystemField.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 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.
 String TimeTrackingSystemField.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 AbstractVersionsSystemField.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 ReporterSystemField.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 ComponentsSystemField.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)
           
 Collection IssueTypeSystemField.getOptionsForIssue(Issue issue, boolean isSubTask)
           
protected abstract  Long AbstractProgressBarSystemField.getOriginalEstimate(Issue issue)
           
protected  Long AggregateProgressBarSystemField.getOriginalEstimate(Issue issue)
           
protected  Long ProgressBarSystemField.getOriginalEstimate(Issue issue)
           
 FieldConfig CustomField.getRelevantConfig(Issue issue)
          Returns a relevant FieldConfig for the given issue.
 FieldConfig CustomFieldImpl.getRelevantConfig(Issue issue)
           
protected abstract  Long AbstractProgressBarSystemField.getRemainingEstimate(Issue issue)
           
protected  Long AggregateProgressBarSystemField.getRemainingEstimate(Issue issue)
           
protected  Long ProgressBarSystemField.getRemainingEstimate(Issue issue)
           
protected abstract  Long AbstractProgressBarSystemField.getTimeSpent(Issue issue)
           
protected  Long AggregateProgressBarSystemField.getTimeSpent(Issue issue)
           
protected  Long ProgressBarSystemField.getTimeSpent(Issue issue)
           
 Object CustomField.getValue(Issue issue)
          Retrieves and returns the Object representing the this CustomField value for the given issue.
 Object CustomFieldImpl.getValue(Issue issue)
          Retrieves and returns the Object representing the this CustomField value for the given issue.
 String DescriptionSystemField.getValueFromIssue(Issue issue)
           
 String CommentSystemField.getValueFromIssue(Issue issue)
           
abstract  String AbstractTextSystemField.getValueFromIssue(Issue issue)
           
 String EnvironmentSystemField.getValueFromIssue(Issue issue)
           
 String SummarySystemField.getValueFromIssue(Issue issue)
           
 String CustomFieldImpl.getValueFromIssue(Issue issue)
           
protected  Map AbstractOrderableField.getVelocityParams(FieldLayoutItem fieldLayoutItem, webwork.action.Action action, Issue issue, Map displayParameters)
           
protected  Map NavigableFieldImpl.getVelocityParams(FieldLayoutItem fieldLayoutItem, I18nHelper i18nHelper, Map displayParams, Issue issue)
           
protected  Map AbstractOrderableNavigableFieldImpl.getVelocityParams(I18nHelper isI18nHelper, Map displayParams, Issue issue)
           
protected  Map AbstractOrderableField.getVelocityParams(Issue issue)
           
 String OrderableField.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 PrioritySystemField.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 ProjectSystemField.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 AssigneeSystemField.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 OrderableField.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 CommentSystemField.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 AbstractTextSystemField.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 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 ComponentsSystemField.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 PrioritySystemField.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 ProjectSystemField.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 AssigneeSystemField.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 OrderableField.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 CommentSystemField.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 AbstractTextSystemField.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 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 ComponentsSystemField.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)
           
 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 PrioritySystemField.hasValue(Issue issue)
           
 boolean DueDateSystemField.hasValue(Issue issue)
           
 boolean ProjectSystemField.hasValue(Issue issue)
           
 boolean ResolutionSystemField.hasValue(Issue issue)
           
 boolean AssigneeSystemField.hasValue(Issue issue)
           
 boolean IssueTypeSystemField.hasValue(Issue issue)
           
 boolean OrderableField.hasValue(Issue issue)
          Determines if the field has a value for the given issue.
 boolean TimeTrackingSystemField.hasValue(Issue issue)
           
 boolean CommentSystemField.hasValue(Issue issue)
           
 boolean AbstractVersionsSystemField.hasValue(Issue issue)
           
 boolean AbstractTextSystemField.hasValue(Issue issue)
           
 boolean ReporterSystemField.hasValue(Issue issue)
           
 boolean AttachmentSystemField.hasValue(Issue issue)
           
 boolean CustomFieldImpl.hasValue(Issue issue)
           
 boolean ComponentsSystemField.hasValue(Issue issue)
           
 boolean SecurityLevelSystemField.hasValue(Issue issue)
           
 boolean DescriptionSystemField.isShown(Issue issue)
           
 boolean PrioritySystemField.isShown(Issue issue)
           
 boolean DueDateSystemField.isShown(Issue issue)
           
 boolean ProjectSystemField.isShown(Issue issue)
           
 boolean ResolutionSystemField.isShown(Issue issue)
           
 boolean AssigneeSystemField.isShown(Issue issue)
           
 boolean AffectedVersionsSystemField.isShown(Issue issue)
           
 boolean IssueTypeSystemField.isShown(Issue issue)
           
 boolean OrderableField.isShown(Issue issue)
          Tests field specific way to determine if it should be shown or not.
 boolean TimeTrackingSystemField.isShown(Issue issue)
           
 boolean CommentSystemField.isShown(Issue issue)
           
 boolean FixVersionsSystemField.isShown(Issue issue)
           
 boolean EnvironmentSystemField.isShown(Issue issue)
           
 boolean ReporterSystemField.isShown(Issue issue)
           
 boolean SummarySystemField.isShown(Issue issue)
           
 boolean AttachmentSystemField.isShown(Issue issue)
           
 boolean CustomFieldImpl.isShown(Issue issue)
           
 boolean ComponentsSystemField.isShown(Issue issue)
           
 boolean SecurityLevelSystemField.isShown(Issue issue)
           
 MessagedResult PrioritySystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult DueDateSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ProjectSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ResolutionSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AssigneeSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult IssueTypeSystemField.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.
 MessagedResult TimeTrackingSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult CommentSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AbstractVersionsSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult AbstractTextSystemField.needsMove(Collection originalIssues, Issue targetIssue, FieldLayoutItem targetFieldLayoutItem)
           
 MessagedResult ReporterSystemField.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 ComponentsSystemField.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.
 void PrioritySystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void DueDateSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void ProjectSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void ResolutionSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void AssigneeSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void AffectedVersionsSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void IssueTypeSystemField.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 TimeTrackingSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void CommentSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void AbstractVersionsSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void AbstractTextSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void ReporterSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void AttachmentSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void CustomFieldImpl.populateDefaults(Map customFieldValuesHolder, Issue issue)
           
 void ComponentsSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void SecurityLevelSystemField.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void PrioritySystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void DueDateSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ProjectSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ResolutionSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AssigneeSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void IssueTypeSystemField.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 TimeTrackingSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void CommentSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AbstractVersionsSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void AbstractTextSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void ReporterSystemField.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 ComponentsSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void SecurityLevelSystemField.populateForMove(Map fieldValuesHolder, Issue originalIssue, Issue targetIssue)
           
 void PrioritySystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void DueDateSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void ProjectSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void ResolutionSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void AssigneeSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void IssueTypeSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void OrderableField.populateFromIssue(Map fieldValuesHolder, Issue issue)
          Used to initialise the fieldValuesHolder from the current value of teh issue.
 void TimeTrackingSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void CommentSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void AbstractVersionsSystemField.populateFromIssue(Map params, Issue issue)
           
 void AbstractTextSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void ReporterSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void SummarySystemField.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 ComponentsSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void SecurityLevelSystemField.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void PrioritySystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void DueDateSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ProjectSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ResolutionSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AssigneeSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void IssueTypeSystemField.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.
 void TimeTrackingSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void CommentSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AbstractVersionsSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void AbstractTextSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void ReporterSystemField.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 ComponentsSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
 void SecurityLevelSystemField.populateParamsFromString(Map fieldValuesHolder, String stringValue, Issue issue)
           
protected  void AbstractTextSystemField.populateVelocityParams(FieldLayoutItem fieldLayoutItem, Issue issue, Map params)
           
protected  void SummarySystemField.populateVelocityParams(FieldLayoutItem fieldLayoutItem, Issue issue, Map params)
           
 void PrioritySystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void DueDateSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue
 void ProjectSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void ResolutionSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void AssigneeSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue
 void IssueTypeSystemField.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 TimeTrackingSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void CommentSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void AbstractVersionsSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void AbstractTextSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void ReporterSystemField.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 ComponentsSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
           
 void SecurityLevelSystemField.updateValue(FieldLayoutItem fieldLayoutItem, Issue issue, ModifiedValue modifiedValue, IssueChangeHolder issueChangeHolder)
          Update the issue
 void DescriptionSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void PrioritySystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void DueDateSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void ProjectSystemField.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 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 IssueTypeSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void OrderableField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          Ensure that the parameters are valid
 void TimeTrackingSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void CommentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void AbstractVersionsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollection, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void EnvironmentSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
          validate the field value
 void ReporterSystemField.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 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 ComponentsSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 void SecurityLevelSystemField.validateParams(OperationContext operationContext, ErrorCollection errorCollectionToAddTo, I18nHelper i18n, Issue issue, FieldScreenRenderLayoutItem fieldScreenRenderLayoutItem)
           
 

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
 FieldLayout DefaultFieldLayoutManager.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 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)
           
 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 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)
           
 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)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(Issue issue)
          Used when need to populate a field without showing a screen - e.g.
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(Issue issue)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(List 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 FieldScreenRendererFactoryImpl.getFieldScreenRenderer(List fieldIds, User remoteUser, Issue issue, IssueOperation issueOperation)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(User remoteUser, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
          Used when transitioning an issue through workflow.
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(User remoteUser, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 FieldScreenRenderer FieldScreenRendererFactory.getFieldScreenRenderer(User remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields)
          This is the prefered way of getting a FieldScreenRenderer
 FieldScreenRenderer FieldScreenRendererFactoryImpl.getFieldScreenRenderer(User remoteUser, Issue issue, IssueOperation issueOperation, boolean onlyShownCustomFields)
           
 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)
           
 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)
           
 boolean BulkFieldScreenRenderLayoutItemImpl.isShow(Issue issue)
           
 boolean FieldScreenRenderLayoutItem.isShow(Issue issue)
           
 boolean FieldScreenRenderLayoutItemImpl.isShow(Issue issue)
           
 boolean AbstractFieldScreenLayoutItem.isShown(Issue issue)
           
 boolean FieldScreenLayoutItem.isShown(Issue issue)
           
 void BulkFieldScreenRenderLayoutItemImpl.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void FieldScreenRenderLayoutItem.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void FieldScreenRenderLayoutItemImpl.populateDefaults(Map fieldValuesHolder, Issue issue)
           
 void BulkFieldScreenRenderLayoutItemImpl.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void FieldScreenRenderLayoutItem.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 void FieldScreenRenderLayoutItemImpl.populateFromIssue(Map fieldValuesHolder, Issue issue)
           
 

Constructors in com.atlassian.jira.issue.fields.screen with parameters of type Issue
FieldBasedFieldScreenRenderer(List fieldIds, User remoteUser, Issue issue, IssueOperation issueOperation, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager, IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, FieldScreenManager fieldScreenManager)
           
FieldScreenRendererImpl(Issue issue, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager)
          Used when need to populate a field without showing a screen - e.g.
FieldScreenRendererImpl(User remoteUser, Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager)
          Used when transitioning an issue through workflow
FieldScreenRendererImpl(User remoteUser, Issue issue, IssueOperation issueOperation, FieldManager fieldManager, FieldLayoutManager fieldLayoutManager, IssueTypeScreenSchemeManager issueTypeScreenSchemeManager, boolean onlyShownCustomFields)
          Used when performing a regular issue operation - such as creating or editing an issue
 

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
static org.ofbiz.core.entity.GenericValue ChangeLogUtils.createChangeGroup(User changeAuthor, Issue before, Issue after, Collection incomingChangeItems, boolean generateChangeItems)
           
 

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

Methods in com.atlassian.jira.issue.index with parameters of type Issue
protected  List SingleThreadedIssueIndexer.getComments(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 BulkOnlyIndexManager.reIndex(Issue entity)
           
 void IssueIndexManager.reIndex(Issue issue)
          Reindex an issue (eg.
 void DefaultIndexManager.reIndex(Issue issue)
           
 

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)
           
 

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 CurrentEstimateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void SubTaskIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void DueDateIndexer.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 CreatedDateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void IssueIdIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ProgressIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void EnvironmentIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ResolutionIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ReporterIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ParentIssueIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void IssueKeyIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void VotesIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void OriginalEstimateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void AssigneeIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void SummaryIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void AffectedVersionsIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void IssueTypeIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void FixForVersionsIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ComponentsIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void UpdatedDateIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void StatusIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void ProjectIdIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void DefaultCustomFieldIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void DescriptionIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void WorkRatioIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
 void PriorityIndexer.addIndex(org.apache.lucene.document.Document doc, Issue issue)
           
protected  String BaseRenderableFieldIndexer.getRendereredValueAsText(String value, String fieldId, Issue issue)
           
 

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

Methods in com.atlassian.jira.issue.managers with parameters of type Issue
 Attachment DefaultAttachmentManager.createAttachmentCopySourceFile(File file, String filename, String contentType, String attachmentAuthor, Issue issue, Map attachmentProperties, Date createdTime)
           
 org.ofbiz.core.entity.GenericValue DefaultIssueManager.createIssue(User remoteUser, Issue issue)
           
 org.ofbiz.core.entity.GenericValue CachingIssueManager.createIssue(User remoteUser, Issue issue)
           
 List DefaultAttachmentManager.getAttachments(Issue issue)
           
 List DefaultCustomFieldManager.getCustomFieldObjects(Issue issue)
          Get all CustomFields in scope for this issue's project/type.
 List DefaultIssueManager.getEntitiesByIssueObject(String relationName, Issue issue)
           
 List CachingIssueManager.getEntitiesByIssueObject(String relationName, Issue issue)
           
 List DefaultIssueManager.getIssueWatchers(Issue issue)
           
 List CachingIssueManager.getIssueWatchers(Issue issue)
           
 String DefaultRendererManager.getRenderedContent(FieldLayoutItem fieldConfig, Issue issue)
           
 boolean DefaultIssueManager.isEditable(Issue issue)
           
 boolean CachingIssueManager.isEditable(Issue issue)
           
 

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

Methods in com.atlassian.jira.issue.operations with parameters of type Issue
 boolean AssignIssueOperation.canAssignToMe(Issue issue)
          This is called directly from the velocity template
 String CommentIssueOperation.getHtml(Issue issue)
           
 String DeleteIssueOperation.getHtml(Issue issue)
           
 String CloneIssueOperation.getHtml(Issue issue)
           
 String LoginOperation.getHtml(Issue issue)
           
 String LinkIssueOperation.getHtml(Issue issue)
           
 String AttachFileOperation.getHtml(Issue issue)
           
 String CreateSubtaskOperation.getHtml(Issue issue)
           
 String EditIssueOperation.getHtml(Issue issue)
           
 String AssignIssueOperation.getHtml(Issue issue)
           
 String IssueToSubTaskOperation.getHtml(Issue issue)
           
 String SubTaskToIssueOperation.getHtml(Issue issue)
           
 String VoteIssueOperation.getHtml(Issue issue)
           
 String LogWorkOperation.getHtml(Issue issue)
           
 String MoveIssueOperation.getHtml(Issue issue)
           
 String WatchIssueOperation.getHtml(Issue issue)
           
 boolean VoteIssueOperation.isCanViewVoterWatcherList(Issue issue)
           
 boolean WatchIssueOperation.isCanViewVoterWatcherList(Issue issue)
           
 boolean WatchIssueOperation.isCanViewWatcherList(Issue issue)
           
 boolean VoteIssueOperation.isIssueReportedByMe(Issue issue)
           
protected  boolean LogWorkOperation.isTimeTrackingFieldHidden(Issue issue)
          Checks if the time tracking field is hidden for the given issue.
 boolean VoteIssueOperation.isVotedAlready(Issue issue)
           
 boolean WatchIssueOperation.isWatchingAlready(Issue issue)
          Determine whether the current user is already watching the issue or not
 boolean LogWorkOperation.isWorkable(Issue issue)
           
 boolean CommentIssueOperation.showOperation(Issue issue)
           
 boolean DeleteIssueOperation.showOperation(Issue issue)
           
 boolean CloneIssueOperation.showOperation(Issue issue)
           
 boolean LoginOperation.showOperation(Issue issue)
           
 boolean LinkIssueOperation.showOperation(Issue issue)
           
 boolean AttachFileOperation.showOperation(Issue issue)
           
 boolean AttachScreenshotOperation.showOperation(Issue issue)
           
 boolean CreateSubtaskOperation.showOperation(Issue issue)
           
 boolean EditIssueOperation.showOperation(Issue issue)
           
 boolean AssignIssueOperation.showOperation(Issue issue)
           
 boolean IssueToSubTaskOperation.showOperation(Issue issue)
           
 boolean SubTaskToIssueOperation.showOperation(Issue issue)
           
 boolean VoteIssueOperation.showOperation(Issue issue)
           
 boolean LogWorkOperation.showOperation(Issue issue)
          Returns true only if user is logged in, time tracking is enabled, time tracking field is visible for the given issue and the issue is in editable workflow state.
 boolean MoveIssueOperation.showOperation(Issue issue)
           
 boolean WatchIssueOperation.showOperation(Issue issue)
           
 

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 with parameters of type Issue
 int IssueComparator.compare(Issue issue1, Issue issue2)
           
 

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

Methods in com.atlassian.jira.issue.security with parameters of type Issue
 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.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 ChangeHistoryTabPanel.getActions(Issue issue, User remoteUser)
           
 List WorklogTabPanel.getActions(Issue issue, User remoteUser)
           
 List CommentTabPanel.getActions(Issue issue, User remoteUser)
           
 List 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 AllTabPanel.getActions(Issue issue, User remoteUser)
           
 boolean ChangeHistoryTabPanel.showPanel(Issue issue, User remoteUser)
           
 boolean WorklogTabPanel.showPanel(Issue issue, User remoteUser)
           
 boolean CommentTabPanel.showPanel(Issue issue, User remoteUser)
           
 boolean CVSTabPanel.showPanel(Issue issue, User remoteUser)
           
 boolean AllTabPanel.showPanel(Issue issue, User remoteUser)
           
 

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

Methods in com.atlassian.jira.issue.util that return Issue
 Issue AbstractTransformIssueIterator.nextIssue()
           
 Issue DatabaseIssuesIterator.nextIssue()
           
 Issue IssueIterator.nextIssue()
           
protected  Issue IssueObjectIssuesIterable.transform(Object o)
           
protected abstract  Issue AbstractTransformIssueIterator.transform(Object 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 DocumentIssueAggregateTimeTrackingCalculator.getAggregates(Issue issue)
           
 AggregateTimeTrackingBean AggregateTimeTrackingCalculator.getAggregates(Issue issue)
          Method to retreive a bean that contains all Aggregate Time Tracking information.
 AggregateTimeTrackingCalculator AggregateTimeTrackingCalculatorFactory.getCalculator(Issue issue)
          Create a new instance of time tracing calculator based on the Issue implementation.
 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.
 

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

Methods in com.atlassian.jira.issue.views with parameters of type Issue
 String AbstractIssueHtmlView.getBody(Issue issue)
           
 String IssueXMLView.getBody(Issue issue)
           
 String AbstractIssueHtmlView.getContent(Issue issue)
           
 String IssueXMLView.getContent(Issue issue)
           
 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 IssueWordView.getLinkToPrevious(Issue issue)
           
protected  String IssueHtmlView.getLinkToPrevious(Issue issue)
           
 String AbstractIssueHtmlView.getRenderedContent(String fieldName, String value, Issue issue)
           
 String IssueXMLView.getRenderedContent(String fieldName, String value, Issue issue)
           
 List IssueXMLView.getVisibleCustomFields(Issue issue, User user)
           
 void IssueWordView.writeHeaders(Issue issue, RequestHeaders requestHeaders)
           
 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
 LinkCollection IssueViewUtil.getLinkCollection(Issue issue, User user)
           
 String SearchRequestPreviousView.getLinkToPrevious(Issue issue, JiraResourcedModuleDescriptor descriptor)
           
 String IssueViewUtil.getRenderedContent(String fieldName, String value, Issue issue)
           
protected abstract  void IssueWriterHitCollector.writeIssue(Issue issue, Writer writer)
           
 

Uses of Issue in com.atlassian.jira.issue.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 OfBizWorklogStore.getByIssue(Issue issue)
           
 List DefaultWorklogManager.getByIssue(Issue issue)
           
 List WorklogStore.getByIssue(Issue issue)
          Returns all child worklogs of a specified issue
 List 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.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 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.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 PermissionContext.getIssue()
           
 Issue PermissionContextImpl.getIssue()
           
 

Methods in com.atlassian.jira.permission with parameters of type Issue
 boolean DefaultWorkflowPermission.allows(int permission, Issue issue, User user)
          Whether this workflow permission allows a permission.
 boolean WorkflowPermission.allows(int permission, Issue issue, User user)
           
 boolean DenyWorkflowPermission.allows(int permission, Issue issue, User user)
           
 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)
          Determines the actual 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
 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 CustomFieldTypeModuleDescriptor.getColumnViewHtml(CustomField field, Object value, Issue issue, Map displayParams, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptor.getEditDefaultHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptor.getEditHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptor.getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem)
           
 String CustomFieldTypeModuleDescriptor.getViewHtml(CustomField field, Object value, Issue issue, FieldLayoutItem fieldLayoutItem, Map displayParameters)
           
 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 PluggableIssueOperation.getHtml(Issue issue)
          Get the HTML to present on screen
 String DefaultPluggableIssueOperation.getHtml(Issue issue)
          Get the HTML for this operation.
 boolean PluggableIssueOperation.showOperation(Issue issue)
          Whether or not to show this operation for the given issue.
 boolean DefaultPluggableIssueOperation.showOperation(Issue issue)
           
 

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

Methods in com.atlassian.jira.plugin.issuetabpanel with parameters of type Issue
 List IssueTabPanelModuleDescriptor.getActions(Issue issue, User remoteUser)
           
 List IssueTabPanel.getActions(Issue issue, User remoteUser)
          Return a list of issue actions in the order that you want them to be displayed.
 boolean IssueTabPanel.showPanel(Issue issue, User remoteUser)
          Whether or not to show this tab panel 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)
           
abstract  String AbstractIssueView.getContent(Issue issue)
           
 String IssueView.getContent(Issue issue)
           
 void AbstractIssueView.writeHeaders(Issue issue, RequestHeaders requestHeaders)
          A default implementation that does nothing
 void IssueView.writeHeaders(Issue issue, RequestHeaders requestHeaders)
           
 

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

Methods in com.atlassian.jira.security with parameters of type Issue
 boolean PermissionManager.hasPermission(int permissionsId, Issue entity, User u)
          Does the same as PermissionManager.hasPermission(int,org.ofbiz.core.entity.GenericValue,com.opensymphony.user.User) except the entity is an issue.
 boolean SubvertedPermissionManager.hasPermission(int permissionsId, Issue issue, User u)
          Always returns true.
 boolean AbstractPermissionManager.hasPermission(int permissionsId, Issue issue, User u)
           
 

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

Methods in com.atlassian.jira.util with parameters of type Issue
static boolean JiraKeyUtils.canCurrentUserSeeIssue(Issue 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.
 

Uses of Issue in com.atlassian.jira.vcs
 

Methods in com.atlassian.jira.vcs with parameters of type Issue
 Map 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 DefaultRepositoryManager.getCommits(Issue issue, User remoteUser)
           
 

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 DeleteComment.getIssueObject()
           
 Issue CloneIssueDetails.getIssueObject(org.ofbiz.core.entity.GenericValue genericValue)
           
 Issue AbstractIssueSelectAction.getIssueObjectNoSecurityCheck()
           
 Issue CloneIssueDetails.getOriginalIssue()
           
 Issue ManageLinks.getParentIssueObject()
          Returns the parent of the current Issue
 Issue ViewIssue.getParentIssueObject()
          Returns the parent of the current Issue
 Issue ManageAttachments.getParentIssueObject()
          Returns the parent of the current Issue
 Issue ManageTrackbacks.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 with parameters of type Issue
 FieldScreenRenderer IssueCreationHelperBeanImpl.createFieldScreenRenderer(User remoteUser, Issue issueObject)
          Create a field screen renderer
 FieldScreenRenderer IssueCreationHelperBean.createFieldScreenRenderer(User remoteUser, Issue issueObject)
           
 String ViewIssue.getCustomFieldHtml(FieldLayoutItem fieldLayoutItem, CustomField field, Issue issue)
           
 List CreateIssue.getCustomFields(Issue issue)
           
 int DefaultBugAssociatorPrefs.getDefaultMode(Issue issue)
           
 int BugAssociatorPrefs.getDefaultMode(Issue issue)
          What to show initially.
 int DefaultBugAssociatorPrefs.getDefaultSearchMode(Issue issue)
           
 int BugAssociatorPrefs.getDefaultSearchMode(Issue issue)
          Whether users can select just one or multiple issues.
 long DefaultBugAssociatorPrefs.getDefaultSearchRequestId(Issue issue)
           
 long BugAssociatorPrefs.getDefaultSearchRequestId(Issue issue)
          Get the search request to run initially, if the BugAssociatorPrefs.SEARCH mode is used.
 List UpdateFieldsHelperBean.getFieldsForEdit(User user, Issue issueObject)
           
 List UpdateFieldsHelperBeanImpl.getFieldsForEdit(User user, Issue issueObject)
           
 Collection DefaultBugAssociatorPrefs.getIssueList(Issue issue, User remoteUser, int maxIssuesReturned)
           
 Collection BugAssociatorPrefs.getIssueList(Issue issue, User remoteUser, int maxIssuesReturned)
          Get a list of issues to present initially, if BugAssociatorPrefs.LIST mode is used.
 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)
          Determine whether the current user can edit or resolve the passed issue.
 boolean UpdateFieldsHelperBean.isFieldValidForEdit(User user, String fieldId, Issue issueObject)
           
 boolean UpdateFieldsHelperBeanImpl.isFieldValidForEdit(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.
protected  boolean CreateWorklog.isTimeTrackingFieldHidden(Issue issue)
           
protected  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 UpdateFieldsHelperBeanImpl.validate(Issue issueObject, OperationContext operationContext, Map actionParams, User user, ErrorCollection errors, I18nHelper i18n)
           
 void IssueCreationHelperBeanImpl.validateCreateIssueFields(Issue issueObject, org.ofbiz.core.entity.GenericValue project, String issuetype, OperationContext operationContext, Map actionParams, User remoteUser, FieldScreenRenderer fieldScreenRenderer, ErrorCollection errors, I18nHelper i18n)
          Validates the issue fields in fieldValuesHolder.
 void IssueCreationHelperBean.validateCreateIssueFields(Issue issueObject, org.ofbiz.core.entity.GenericValue project, String issuetype, OperationContext operationContext, Map actionParams, User remoteUser, FieldScreenRenderer fieldScreenRenderer, ErrorCollection errors, 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)
           
 

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 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 with parameters of type Issue
 String BulkEditBean.getCheckboxName(Issue issue)
           
 org.ofbiz.core.entity.GenericValue BulkEditBean.getTargetStatus(Issue issue)
           
 boolean BulkEditBean.isChecked(Issue issue)
           
 boolean FieldVisibilityBean.isFieldHidden(String fieldId, Issue issue)
          Checks if the field is hidden for the issue's current field layout scheme.
 boolean PermissionCheckBean.isIssueVisible(Issue issue)
          Returns true if the user has permission to Permissions.BROWSE the issue
 

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.
 

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

Methods in com.atlassian.jira.web.component.issuesummary with parameters of type Issue
 String IssueSummaryWebComponent.getAssigneeDisplayHtml(Issue issue)
          Returns a HTML displayable string of the issues assignee.
 Map IssueSummaryWebComponent.getAvailableActions(Issue issue)
           
 String IssueSummaryWebComponent.getHtml(IssueSummaryLayoutBean layout, Issue issue, User remoteUser)
           
 String IssueSummaryWebComponent.getReporterDisplayHtml(Issue issue)
          Returns a HTML displayable string of the issues reporter.
 Collection IssueSummaryWebComponent.getViewableOperationDescriptors(Issue issue)
           
 boolean IssueSummaryWebComponent.isLazyDecoratable(Issue issue, com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 

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

Methods in com.atlassian.jira.web.component.subtask with parameters of type Issue
 String SubTaskReorderColumnLayoutItem.getHtml(Map displayParams, Issue issue)
           
 String SubTaskWorkflowLinksColumnLayoutItem.getHtml(Map displayParams, Issue issue)
           
 ColumnLayoutItem SubTaskColumnLayoutFactory.getSubTaskReorderColumn(User user, Issue parentIssue, SubTaskBean subTaskBean, String subTaskView)
           
 ColumnLayoutItem SubTaskColumnLayoutFactory.getSubTaskWorkflowLinksColumn(User user, Issue parentIssue)
           
 

Constructors in com.atlassian.jira.web.component.subtask with parameters of type Issue
SubTaskReorderColumnLayoutItem(PermissionManager permissionManager, SubTaskBean subTaskBean, String subTaskView, Issue parentIssue, User user)
           
SubTaskWorkflowLinksColumnLayoutItem(IssueUtilsBean issueUtilsBean, I18nBean i18nBean, Issue parentIssue)
           
 

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
 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.
 JiraWorkflow SimpleWorkflowManager.getWorkflow(Issue issue)
           
 boolean WorkflowManager.isEditable(Issue issue)
           
 boolean SimpleWorkflowManager.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
 

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



Copyright © 2002-2008 Atlassian. All Rights Reserved.