Uses of Interface
com.deiser.jira.profields.api.field.usermultiple.UserMultipleField
Package
Description
-
Uses of UserMultipleField in com.deiser.jira.profields.api.event.listener
Modifier and TypeMethodDescriptionprotected 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) -
Uses of UserMultipleField in com.deiser.jira.profields.api.field
Modifier and TypeMethodDescriptionFieldService.create
(UserMultipleFieldBuilder builder) Create a user multiple field. -
Uses of UserMultipleField in com.deiser.jira.profields.api.value
Modifier and TypeMethodDescriptionList<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 projectvoid
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