Modifier and Type | Method and Description |
---|---|
protected void |
ProfieldsListener.onStatusValueUpdated(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.project.Project project,
StatusField field,
StatusItem oldValue,
StatusItem newValue) |
Modifier and Type | Method and Description |
---|---|
StatusField |
FieldService.create(StatusFieldBuilder builder)
Create a status field.
|
Modifier and Type | Method and Description |
---|---|
StatusItem |
StatusItemService.getItemByText(StatusField field,
String text)
Get the item in Status by its text
|
List<StatusItem> |
StatusItemService.getItems(StatusField field)
Get the list of items for a status field
|
Modifier and Type | Method and Description |
---|---|
StatusItem |
ValueService.getValue(com.atlassian.jira.project.Project project,
StatusField field)
Get the value for a status field in a project
|
void |
ValueService.setValue(com.atlassian.jira.project.Project project,
StatusField field,
StatusItem value)
Set the value for a status field in a project
|
Copyright © 2022 DEISER. All Rights Reserved.