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