Package | Description |
---|---|
com.deiser.jira.profields.api.event.listener | |
com.deiser.jira.profields.api.field | |
com.deiser.jira.profields.api.value |
Modifier and Type | Method and Description |
---|---|
protected void |
ProfieldsListener.onTextValueUpdated(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.project.Project project,
TextField field,
String oldValue,
String newValue) |
Modifier and Type | Method and Description |
---|---|
TextField |
FieldService.create(TextFieldBuilder builder)
Create a text field.
|
Modifier and Type | Method and Description |
---|---|
String |
ValueService.getValue(com.atlassian.jira.project.Project project,
TextField field)
Get the value for a text field in a project
|
void |
ValueService.setValue(com.atlassian.jira.project.Project project,
TextField field,
String value)
Set the value for a text field in a project
|
Copyright © 2021 DEISER. All Rights Reserved.