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.onUserValueUpdated(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.project.Project project,
UserField field,
com.atlassian.jira.user.ApplicationUser oldValue,
com.atlassian.jira.user.ApplicationUser newValue) |
Modifier and Type | Method and Description |
---|---|
UserField |
FieldService.create(UserFieldBuilder builder)
Create a user field.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.jira.user.ApplicationUser |
ValueService.getValue(com.atlassian.jira.project.Project project,
UserField field)
Get the value for a user field in a project
|
void |
ValueService.setValue(com.atlassian.jira.project.Project project,
UserField field,
com.atlassian.jira.user.ApplicationUser value)
Set the value for a user field in a project
|
Copyright © 2022 DEISER. All Rights Reserved.