Uses of Interface
com.atlassian.jira.issue.status.Status
Packages that use Status
Package
Description
-
Uses of Status in com.atlassian.jira.bc.config
Methods in com.atlassian.jira.bc.config that return StatusModifier and TypeMethodDescriptionDefaultStatusService.getStatusById(ApplicationUser user, String id) StatusService.getStatusById(ApplicationUser user, String id) Get a status by id.Methods in com.atlassian.jira.bc.config that return types with arguments of type StatusModifier and TypeMethodDescriptionDefaultStatusService.createStatus(ApplicationUser user, String name, String description, String iconUrl, StatusCategory statusCategory) StatusService.createStatus(ApplicationUser user, String name, String description, String iconUrl, StatusCategory statusCategory) Validates and when validation is performed successfully creates new status basing on given parametersDefaultStatusService.editStatus(ApplicationUser user, Status status, String name, String description, String iconUrl, StatusCategory statusCategory) StatusService.editStatus(ApplicationUser user, Status status, String name, String description, String iconUrl, StatusCategory statusCategory) Validates and when validation is performed successfully alters given status basing on given parametersDefaultStatusService.findStatuses(ApplicationUser user, String substring, Set<Long> projectIds, Set<String> issueTypeIds) StatusService.findStatuses(ApplicationUser user, String substring, Set<Long> projectIds, Set<String> issueTypeIds) Returns statuses whose names start with or fully match given substring.ConstantsService.getAllStatuses(ApplicationUser user) Returns a ServiceOutcome containing all Statuses.DefaultConstantsService.getAllStatuses(ApplicationUser user) ConstantsService.getStatusById(ApplicationUser user, String statusId) Returns a ServiceOutcome containing the Status that has the given id.DefaultConstantsService.getStatusById(ApplicationUser user, String statusId) ConstantsService.getStatusByName(ApplicationUser user, String statusName) Returns a ServiceOutcome containing the Status that has the given Name.DefaultConstantsService.getStatusByName(ApplicationUser user, String statusName) ConstantsService.getStatusByNameIgnoreCase(ApplicationUser user, String statusName) Returns a ServiceOutcome containing the Status that has the given Name ignoring case.DefaultConstantsService.getStatusByNameIgnoreCase(ApplicationUser user, String statusName) ConstantsService.getStatusByTranslatedName(ApplicationUser user, String statusName) Returns a ServiceOutcome containing the Status that has the given Name.DefaultConstantsService.getStatusByTranslatedName(ApplicationUser user, String statusName) Methods in com.atlassian.jira.bc.config with parameters of type StatusModifier and TypeMethodDescriptionstatic Predicate<JiraWorkflow> DefaultStatusService.containsStatus(Status status) DefaultStatusService.editStatus(ApplicationUser user, Status status, String name, String description, String iconUrl, StatusCategory statusCategory) StatusService.editStatus(ApplicationUser user, Status status, String name, String description, String iconUrl, StatusCategory statusCategory) Validates and when validation is performed successfully alters given status basing on given parametersDefaultStatusService.getAssociatedWorkflows(ApplicationUser user, Status status) StatusService.getAssociatedWorkflows(ApplicationUser user, Status status) Gets a list of workflows which contains given statusDefaultStatusService.removeStatus(ApplicationUser user, Status status) StatusService.removeStatus(ApplicationUser user, Status status) Removes a status.DefaultStatusService.validateEditStatus(ApplicationUser user, Status status, String name, String description, String iconUrl, StatusCategory statusCategory) StatusService.validateEditStatus(ApplicationUser user, Status status, String name, String description, String iconUrl, StatusCategory statusCategory) Validates given status basing on given parametersDefaultStatusService.validateRemoveStatus(ApplicationUser user, Status status) StatusService.validateRemoveStatus(ApplicationUser user, Status status) Validates removal of given status -
Uses of Status in com.atlassian.jira.bc.issue.comment
Method parameters in com.atlassian.jira.bc.issue.comment with type arguments of type StatusModifier and TypeMethodDescriptionbooleanCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection, Optional<Status> status) Check if the given user has permission to create a comment in the current state of the issue or if the issue was in the given status.booleanDefaultCommentService.hasPermissionToCreate(ApplicationUser user, Issue issue, ErrorCollection errorCollection, Optional<Status> status) CommentService.validateCommentCreate(ApplicationUser user, CommentService.CommentParameters commentParameters, Optional<Status> status) Confirms the parameters to create a comment are valid and that the user has the permission to do so if the issue was in the given status.DefaultCommentService.validateCommentCreate(ApplicationUser user, CommentService.CommentParameters commentParameters, Optional<Status> status) -
Uses of Status in com.atlassian.jira.bc.subtask.conversion
Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type StatusModifier and TypeMethodDescriptionprotected booleanDefaultIssueConversionService.isStatusInWorkflowForProjectAndIssueType(Status status, Long projectId, String issueTypeId) Retrieves the workflow for given project and issue type combination and checks whether the given status is in this workflow.voidDefaultIssueConversionService.validateTargetStatus(JiraServiceContext context, Status status, String fieldName, Issue issue, IssueType issueType) voidIssueConversionService.validateTargetStatus(JiraServiceContext context, Status status, String fieldName, Issue issue, IssueType issueType) Validates that the target status is a valid status for the issue's project and the target issue type. -
Uses of Status in com.atlassian.jira.board
Methods in com.atlassian.jira.board that return types with arguments of type StatusModifier and TypeMethodDescriptionBoardWorkflowService.getAccessibleStatuses(ApplicationUser user, Query query) Get the set of accessible statuses for issues potentially returned by the current query.DefaultBoardWorkflowService.getAccessibleStatuses(ApplicationUser user, Query query) BoardWorkflowService.getAllActiveWorkflowStatuses()Get all active workflow statuses available in the instance.DefaultBoardWorkflowService.getAllActiveWorkflowStatuses()BoardWorkflowService.getInitialStatusesForQuery(ApplicationUser user, Query query) Given a user and query, return the set of initial statuses of all workflows of issues in that query.DefaultBoardWorkflowService.getInitialStatusesForQuery(ApplicationUser user, Query query) -
Uses of Status in com.atlassian.jira.board.model
Methods in com.atlassian.jira.board.model that return StatusMethods in com.atlassian.jira.board.model that return types with arguments of type StatusConstructors in com.atlassian.jira.board.model with parameters of type StatusConstructor parameters in com.atlassian.jira.board.model with type arguments of type Status -
Uses of Status in com.atlassian.jira.config
Methods in com.atlassian.jira.config that return StatusModifier and TypeMethodDescriptionDefaultIssueConstantFactory.createStatus(StatusDTO statusDTO) DefaultIssueConstantFactory.createStatus(org.ofbiz.core.entity.GenericValue statusGv) DefaultStatusManager.createStatus(String name, String description, String iconUrl) DefaultStatusManager.createStatus(String name, String description, String iconUrl, StatusCategory statusCategory) IssueConstantFactory.createStatus(StatusDTO statusDTO) IssueConstantFactory.createStatus(org.ofbiz.core.entity.GenericValue statusGv) Deprecated.MockIssueConstantFactory.createStatus(StatusDTO statusDTO) MockIssueConstantFactory.createStatus(org.ofbiz.core.entity.GenericValue statusGv) StatusManager.createStatus(String name, String description, String iconUrl) Creates a new status.StatusManager.createStatus(String name, String description, String iconUrl, StatusCategory statusCategory) Creates a new status.Returns a Status given an id.Get a status by id.ConstantsManager.getStatusByName(String name) Searches for a given status by name.DefaultConstantsManager.getStatusByName(String name) ConstantsManager.getStatusByNameIgnoreCase(String name) Searches for a given status by name ignoring case.DefaultConstantsManager.getStatusByNameIgnoreCase(String name) ConstantsManager.getStatusByTranslatedName(String name) Searches for a given status by its translated name.DefaultConstantsManager.getStatusByTranslatedName(String name) default StatusConstantsManager.getStatusObject(String id) Deprecated.UseConstantsManager.getStatus(java.lang.String)instead.Methods in com.atlassian.jira.config that return types with arguments of type StatusModifier and TypeMethodDescriptionDefaultStatusManager.getAllValues()ConstantsManager.getStatuses()Returns all statusesDefaultConstantsManager.getStatuses()DefaultStatusManager.getStatuses()StatusManager.getStatuses()Methods in com.atlassian.jira.config with parameters of type StatusModifier and TypeMethodDescriptionvoidDefaultStatusManager.editStatus(Status status, String name, String description, String iconUrl) voidDefaultStatusManager.editStatus(Status status, String name, String description, String iconUrl, StatusCategory statusCategory) voidStatusManager.editStatus(Status status, String name, String description, String iconUrl) Edit an existing status.voidStatusManager.editStatus(Status status, String name, String description, String iconUrl, StatusCategory statusCategory) Edit an existing status.protected voidDefaultStatusManager.postProcess(Status constant) Method parameters in com.atlassian.jira.config with type arguments of type StatusModifier and TypeMethodDescriptionvoidConstantsManager.recalculateStatusSequencesAndStore(List<Status> statuses) Resequences the supplied statuses into sequential order.voidDefaultConstantsManager.recalculateStatusSequencesAndStore(List<Status> statuses) -
Uses of Status in com.atlassian.jira.event.fields
Methods in com.atlassian.jira.event.fields that return StatusModifier and TypeMethodDescriptionStatusEditedEvent.getOriginalStatus()StatusCreatedEvent.getStatus()StatusDeletedEvent.getStatus()StatusMovedEvent.getStatus()StatusEditedEvent.getUpdatedStatus()Constructors in com.atlassian.jira.event.fields with parameters of type StatusModifierConstructorDescriptionStatusCreatedEvent(Status status) StatusDeletedEvent(Status status) StatusEditedEvent(Status originalStatus, Status updatedStatus) StatusMovedEvent(Status status, Long from, Long to) -
Uses of Status in com.atlassian.jira.imports.project.validation
Methods in com.atlassian.jira.imports.project.validation with parameters of type StatusModifier and TypeMethodDescriptionbooleanStatusMapperValidator.isStatusValid(String oldStatusId, Status existingStatus, StatusMapper statusMapper, IssueTypeMapper issueTypeMapper, String projectKey) Determines if a Status is valid within the context of the provided project and the provided issue types.booleanStatusMapperValidatorImpl.isStatusValid(String oldStatusId, Status existingStatus, StatusMapper statusMapper, IssueTypeMapper issueTypeMapper, String projectKey) -
Uses of Status in com.atlassian.jira.issue
Methods in com.atlassian.jira.issue that return StatusModifier and TypeMethodDescriptionDocumentIssueImpl.getStatus()GenericIssueWrapper.getStatus()Issue.getStatus()IssueImpl.getStatus()AbstractIssue.getStatusObject()DocumentIssueImpl.getStatusObject()GenericIssueWrapper.getStatusObject()Issue.getStatusObject()Deprecated.since 7.0.Methods in com.atlassian.jira.issue with parameters of type StatusModifier and TypeMethodDescriptionvoidvoidvoidSets the status for this Issue.voidGenericMutableIssueWrapper.setStatusObject(Status status) voidIssueImpl.setStatusObject(Status status) voidMutableIssue.setStatusObject(Status status) Sets the status for this Issue. -
Uses of Status in com.atlassian.jira.issue.fields.rest.json.beans
Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type StatusModifier and TypeMethodDescriptionstatic StatusJsonBeanStatusJsonBean.bean(Status status, JiraBaseUrls urls) Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type StatusModifier and TypeMethodDescriptionstatic Collection<StatusJsonBean> StatusJsonBean.beans(Collection<Status> allowedValues, JiraBaseUrls baseUrls) -
Uses of Status in com.atlassian.jira.issue.search.searchers.renderer
Methods in com.atlassian.jira.issue.search.searchers.renderer that return types with arguments of type StatusModifier and TypeMethodDescriptionprotected Collection<Status> StatusSearchRenderer.getAllSelectListOptions()StatusSearchRenderer.getSelectListOptions(SearchContext searchContext) -
Uses of Status in com.atlassian.jira.issue.status
Classes in com.atlassian.jira.issue.status that implement StatusMethods in com.atlassian.jira.issue.status with parameters of type StatusModifier and TypeMethodDescriptionDefaultStatusFormatter.getColumnViewHtml(Status status, Map<String, Object> displayParams) StatusFormatter.getColumnViewHtml(Status status, Map<String, Object> displayParams) Constructors in com.atlassian.jira.issue.status with parameters of type StatusModifierConstructorDescriptionSimpleStatusImpl(Status status) SimpleStatusImpl(Status status, I18nHelper i18nHelper) -
Uses of Status in com.atlassian.jira.jql.resolver
Methods in com.atlassian.jira.jql.resolver that return types with arguments of type Status -
Uses of Status in com.atlassian.jira.mock
Methods in com.atlassian.jira.mock that return StatusModifier and TypeMethodDescriptionMockConstantsManager.getStatusByName(String name) MockConstantsManager.getStatusByNameIgnoreCase(String name) MockConstantsManager.getStatusByTranslatedName(String name) Methods in com.atlassian.jira.mock that return types with arguments of type StatusMethod parameters in com.atlassian.jira.mock with type arguments of type StatusModifier and TypeMethodDescriptionvoidMockConstantsManager.recalculateStatusSequencesAndStore(List<Status> statuses) -
Uses of Status in com.atlassian.jira.mock.issue
Methods in com.atlassian.jira.mock.issue that return StatusMethods in com.atlassian.jira.mock.issue with parameters of type Status -
Uses of Status in com.atlassian.jira.permission
Methods in com.atlassian.jira.permission that return StatusModifier and TypeMethodDescriptionPermissionContext.getStatus()PermissionContextImpl.getStatus()Methods in com.atlassian.jira.permission with parameters of type StatusModifier and TypeMethodDescriptionDefaultPermissionContextFactory.getPermissionContext(Issue issue, Status issueStatus) PermissionContextFactory.getPermissionContext(Issue issue, Status status) Get the permission context for the given issue if it was in the given status.Constructors in com.atlassian.jira.permission with parameters of type Status -
Uses of Status in com.atlassian.jira.plugin.corereports.report.impl
Methods in com.atlassian.jira.plugin.corereports.report.impl that return Status -
Uses of Status in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl
Methods in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl with parameters of type StatusModifier and TypeMethodDescriptionprotected ClauseStatusSummaryFragment.StatusUrlUtil.getDomainClause(Status domain) -
Uses of Status in com.atlassian.jira.projects.page.summary.issue.summary.vignettes.service.status
Methods in com.atlassian.jira.projects.page.summary.issue.summary.vignettes.service.status that return StatusMethods in com.atlassian.jira.projects.page.summary.issue.summary.vignettes.service.status that return types with arguments of type StatusMethod parameters in com.atlassian.jira.projects.page.summary.issue.summary.vignettes.service.status with type arguments of type StatusModifier and TypeMethodDescriptionStatusCountToCategoryAggregator.getIssueCountPerStatusCategory(Map<Status, Long> statusesMappedToIssueCounts) StatusCountToCategoryMapper.getStatusesInCategory(Project project, Map<Status, Long> statusesMappedToIssueCounts) Constructors in com.atlassian.jira.projects.page.summary.issue.summary.vignettes.service.status with parameters of type StatusConstructor parameters in com.atlassian.jira.projects.page.summary.issue.summary.vignettes.service.status with type arguments of type StatusModifierConstructorDescriptionStatusCategoryCountService(I18nHelper.BeanFactory i18nHelperFactory, IssueCountAccessor issueCountAccessor, StatusCountToCategoryAggregator statusCountToCategoryAggregator, StatusCountToCategoryMapper statusCountToCategoryMapper, IssueMapperFactory<Status> issueMapperFactory, StatisticMapGeneratorFactory statisticMapGeneratorFactory) -
Uses of Status in com.atlassian.jira.rest.util
Methods in com.atlassian.jira.rest.util with parameters of type StatusModifier and TypeMethodDescriptionStatusHelper.createStatusBean(Status status, jakarta.ws.rs.core.UriInfo uriInfo, Class resourceClass) -
Uses of Status in com.atlassian.jira.security
Methods in com.atlassian.jira.security with parameters of type StatusModifier and TypeMethodDescriptionbooleanApplicationRequiredPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) booleanDefaultPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) booleanPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) Checks to see if this user has the given permission to the specified issue if the issue was in the given status.booleanPublicAccessPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) booleanSubvertedPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) booleanWorkflowBasedPermissionManager.hasPermission(ProjectPermissionKey permissionKey, Issue issue, ApplicationUser user, Status status) -
Uses of Status in com.atlassian.jira.web.action.admin.statuses
Methods in com.atlassian.jira.web.action.admin.statuses that return StatusModifier and TypeMethodDescriptionprotected StatusDeleteStatus.getConstant(String id) protected StatusEditStatus.getConstant(String id) protected StatusViewStatuses.getConstant(String id) ViewWorkflowsForStatus.getStatus()Methods in com.atlassian.jira.web.action.admin.statuses that return types with arguments of type StatusModifier and TypeMethodDescriptionprotected Collection<Status> DeleteStatus.getConstants()protected Collection<Status> EditStatus.getConstants()protected Collection<Status> ViewStatuses.getConstants()Methods in com.atlassian.jira.web.action.admin.statuses with parameters of type StatusModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<Map.Entry<JiraWorkflow, Set<String>>> ViewStatuses.containsStatus(Status status) Constructors in com.atlassian.jira.web.action.admin.statuses with parameters of type Status -
Uses of Status in com.atlassian.jira.web.action.admin.workflow
Methods in com.atlassian.jira.web.action.admin.workflow that return Status -
Uses of Status in com.atlassian.jira.web.action.admin.workflow.scheme
Methods in com.atlassian.jira.web.action.admin.workflow.scheme that return types with arguments of type StatusModifier and TypeMethodDescriptionSelectProjectWorkflowSchemeStep2.getStatusesNeedingMigration(IssueType issueType) Methods in com.atlassian.jira.web.action.admin.workflow.scheme with parameters of type StatusModifier and TypeMethodDescriptionSelectProjectWorkflowSchemeStep2.getSelectListName(IssueType issueType, Status status) -
Uses of Status in com.atlassian.jira.web.action.issue
Methods in com.atlassian.jira.web.action.issue that return StatusModifier and TypeMethodDescriptionMoveIssue.getCurrentStatus()MoveIssue.getCurrentStatusObject()MoveIssueConfirm.getTargetStatus()Methods in com.atlassian.jira.web.action.issue that return types with arguments of type StatusModifier and TypeMethodDescriptionMoveIssue.getTargetWorkflowStatuses(String issueTypeId) Retrieve a collection of target workflow statuses from the workflow associated with the specified issue type id.MoveIssue.getTaskInvalidStatuses(String typeId) Methods in com.atlassian.jira.web.action.issue with parameters of type StatusModifier and TypeMethodDescriptionprotected voidMoveIssueConfirm.migrateIssueToWorkflow(MutableIssue issue, String oldIssueType, JiraWorkflow targetWorkflow, Status targetStatus) Migrate the specified issue to the specified workflow, specified status and target type. -
Uses of Status in com.atlassian.jira.web.action.issue.bulkedit
Methods in com.atlassian.jira.web.action.issue.bulkedit that return StatusModifier and TypeMethodDescriptionBulkWorkflowTransition.getDestinationStatus(WorkflowTransitionKey workflowTransitionKey) BulkWorkflowTransition.getDestinationStatusObject(WorkflowTransitionKey workflowTransitionKey) Deprecated.BulkWorkflowTransition.getOriginStatus(WorkflowTransitionKey workflowTransitionKey) BulkWorkflowTransition.getOriginStatusObject(WorkflowTransitionKey workflowTransitionKey) Deprecated.Methods in com.atlassian.jira.web.action.issue.bulkedit that return types with arguments of type StatusModifier and TypeMethodDescriptionBulkWorkflowTransition.getAllOriginStatusObjects(WorkflowTransitionKey workflowTransitionKey) -
Uses of Status in com.atlassian.jira.web.bean
Methods in com.atlassian.jira.web.bean that return StatusModifier and TypeMethodDescriptionBulkEditBean.getTargetStatus(Issue issue) BulkEditBeanImpl.getTargetStatus(Issue issue) BulkEditBean.getTargetStatusObject(Issue issue) Deprecated.BulkEditBeanImpl.getTargetStatusObject(Issue issue) -
Uses of Status in com.atlassian.jira.workflow
Methods in com.atlassian.jira.workflow that return StatusModifier and TypeMethodDescriptionAbstractJiraWorkflow.getLinkedStatus(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) JiraWorkflow.getLinkedStatus(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) Get the Status associated with the given StepDescriptor.MockJiraWorkflow.getLinkedStatus(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) AbstractJiraWorkflow.getLinkedStatusObject(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) JiraWorkflow.getLinkedStatusObject(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) Deprecated.MockJiraWorkflow.getLinkedStatusObject(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) Methods in com.atlassian.jira.workflow that return types with arguments of type StatusModifier and TypeMethodDescriptionAbstractJiraWorkflow.getLinkedStatusObjects()JiraWorkflow.getLinkedStatusObjects()Returns all statuses for this workflowMockJiraWorkflow.getLinkedStatusObjects()Methods in com.atlassian.jira.workflow with parameters of type StatusModifier and TypeMethodDescriptioncom.opensymphony.workflow.loader.StepDescriptorAbstractJiraWorkflow.getLinkedStep(Status status) com.opensymphony.workflow.loader.StepDescriptorJiraWorkflow.getLinkedStep(Status status) Get the StepDescriptor linked to the given status for this workflow.com.opensymphony.workflow.loader.StepDescriptorMockJiraWorkflow.getLinkedStep(Status status) voidOSWorkflowManager.migrateIssueToWorkflow(MutableIssue issue, JiraWorkflow newWorkflow, Status status) Migrates given issue to new workflow and sets new status on it.voidWorkflowManager.migrateIssueToWorkflow(MutableIssue issue, JiraWorkflow newWorkflow, Status status) Migrates given issue to new workflow and sets new status on it. -
Uses of Status in com.atlassian.jira.workflow.edit
Methods in com.atlassian.jira.workflow.edit that return StatusModifier and TypeMethodDescriptionWorkflow.getLinkedStatus(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) Workflow.getLinkedStatusObject(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor) Deprecated.Methods in com.atlassian.jira.workflow.edit that return types with arguments of type StatusModifier and TypeMethodDescriptionWorkflow.getLinkedStatusObjects()Returns all statuses for this workflowWorkflowStatuses.getStatuses(String workflowName) WorkflowStatusesImpl.getStatuses(String workflowName) WorkflowStatuses.verifyStatusCanBeRemoved(@NotNull Status status, String workflowName) WorkflowStatuses.verifyStatusCanBeRemoved(String statusId, String workflowName) WorkflowStatusesImpl.verifyStatusCanBeRemoved(@NotNull Status status, String workflowName) WorkflowStatusesImpl.verifyStatusCanBeRemoved(String statusId, String workflowName) Methods in com.atlassian.jira.workflow.edit with parameters of type StatusModifier and TypeMethodDescriptionAdd a status to the supplied workflow.WorkflowStatuses.addStatusAndGlobalTransitionToWorkflow(Status status, String workflowName) Add a status and a global transition to that status to a workflow.WorkflowStatusesImpl.addStatusAndGlobalTransitionToWorkflow(Status status, String workflowName) WorkflowStatuses.addStatusToWorkflow(Status status, String workflowName) Add a status to a workflow.WorkflowStatusesImpl.addStatusToWorkflow(Status status, String workflowName) booleanWorkflow.commonTransitionExistsFromSource(int transitionId, Status source) Does a common transition already exist from this source to the destination of the transition represented by the supplied transition id?com.opensymphony.workflow.loader.StepDescriptorWorkflow.getLinkedStep(Status status) Get the StepDescriptor linked to the given status for this workflow.Workflow.removeStatus(@NotNull Status status) Remove a status from the provided workflow.Workflow.AddTransitionParametersBuilder.sourceStatus(@NotNull Status status) booleanWorkflow.statusExistsOnWorkflow(Status status) Does the supplied status exist on the workflow.booleanWorkflow.statusHasGlobalTransition(Status status) Does the provided status have a global transition?Workflow.statusHasOutgoingTransition(Status status, int transitionId) booleanWorkflow.stepExists(Status status) Does a step exist for the supplied status?Workflow.AddTransitionParametersBuilder.targetStatus(@NotNull Status status) Workflow.updateTransitionSource(int transitionId, Status newSourceStatus, Status originalSourceStatus) Update the source of the transition specified by the transitionId.Workflow.updateTransitionTarget(int transitionId, Status targetStatus) Update the target of the transition specified by the transitionId.WorkflowStatuses.verifyStatusCanBeRemoved(@NotNull Status status, String workflowName) WorkflowStatusesImpl.verifyStatusCanBeRemoved(@NotNull Status status, String workflowName) -
Uses of Status in com.atlassian.jira.workflow.migration
Fields in com.atlassian.jira.workflow.migration with type parameters of type StatusModifier and TypeFieldDescriptionprotected final Map<IssueType, Collection<Status>> AbstractWorkflowSchemeMigrationHelper.statusesNeedingMigrationMethods in com.atlassian.jira.workflow.migration that return StatusMethods in com.atlassian.jira.workflow.migration that return types with arguments of type StatusModifier and TypeMethodDescriptionAbstractWorkflowSchemeMigrationHelper.getStatusesNeedingMigration(IssueType issueType) WorkflowSchemeMigrationHelper.getStatusesNeedingMigration(IssueType issueType) Methods in com.atlassian.jira.workflow.migration with parameters of type StatusModifier and TypeMethodDescriptionvoidAbstractWorkflowSchemeMigrationHelper.addMapping(IssueType issueType, Status oldStatus, Status newStatus) voidWorkflowSchemeMigrationHelper.addMapping(IssueType issueType, Status oldStatus, Status newStatus)
IssueConstantFactory.createStatus(StatusDTO)