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