|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Status in com.atlassian.jira.bc.config |
|---|
| Methods in com.atlassian.jira.bc.config that return types with arguments of type Status | |
|---|---|
ServiceOutcome<Status> |
ConstantsService.getStatusById(User user,
String statusId)
Returns a ServiceOutcome containing the Status that has the given id. |
ServiceOutcome<Status> |
ConstantsService.getStatusById(com.atlassian.crowd.embedded.api.User user,
String statusId)
Returns a ServiceOutcome containing the Status that has the given id. |
| Uses of Status in com.atlassian.jira.bc.subtask.conversion |
|---|
| Methods in com.atlassian.jira.bc.subtask.conversion with parameters of type Status | |
|---|---|
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 Status in com.atlassian.jira.config |
|---|
| Methods in com.atlassian.jira.config that return Status | |
|---|---|
Status |
ConstantsManager.getStatusByName(String name)
Searches for a given status by name. |
Status |
ConstantsManager.getStatusObject(String id)
Returns a Status given an id. |
| Methods in com.atlassian.jira.config that return types with arguments of type Status | |
|---|---|
Collection<Status> |
ConstantsManager.getStatusObjects()
Returns all statuses |
| Uses of Status in com.atlassian.jira.issue |
|---|
| Methods in com.atlassian.jira.issue that return Status | |
|---|---|
Status |
Issue.getStatusObject()
|
| Uses of Status in com.atlassian.jira.permission |
|---|
| Methods in com.atlassian.jira.permission that return Status | |
|---|---|
Status |
PermissionContext.getStatus()
|
| Uses of Status in com.atlassian.jira.workflow |
|---|
| Methods in com.atlassian.jira.workflow that return Status | |
|---|---|
Status |
JiraWorkflow.getLinkedStatusObject(com.opensymphony.workflow.loader.StepDescriptor stepDescriptor)
|
| Methods in com.atlassian.jira.workflow that return types with arguments of type Status | |
|---|---|
List<Status> |
JiraWorkflow.getLinkedStatusObjects()
Returns all statuses for this workflow |
| Methods in com.atlassian.jira.workflow with parameters of type Status | |
|---|---|
void |
WorkflowManager.migrateIssueToWorkflow(MutableIssue issue,
JiraWorkflow newWorkflow,
Status status)
Migrates given issue to new workflow and sets new status on it. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||