| 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.onGroupMultiValueUpdated(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.project.Project project,
GroupMultipleField field,
List<com.atlassian.crowd.embedded.api.Group> oldValue,
List<com.atlassian.crowd.embedded.api.Group> newValue) |
| Modifier and Type | Method and Description |
|---|---|
GroupMultipleField |
FieldService.create(GroupMultipleFieldBuilder builder)
Create a group multiple field.
|
| Modifier and Type | Method and Description |
|---|---|
List<com.atlassian.crowd.embedded.api.Group> |
ValueService.getValue(com.atlassian.jira.project.Project project,
GroupMultipleField field)
Get the value for a group multiple field in a project
|
void |
ValueService.setValue(com.atlassian.jira.project.Project project,
GroupMultipleField field,
List<com.atlassian.crowd.embedded.api.Group> value)
Set the value for a group multiple field in a project
|
Copyright © 2022 DEISER. All Rights Reserved.