public interface CustomFieldUpdateService
Modifier and Type | Method and Description |
---|---|
void |
updateDescription(com.atlassian.jira.issue.fields.CustomField field,
String newDescription)
Update and save a new description for the given field
|
void |
updateFieldSearcher(com.atlassian.jira.issue.fields.CustomField field,
com.atlassian.jira.issue.customfields.CustomFieldSearcher searcher)
Update and save the CustomFieldSearcher to be used by this field
|
void |
updateName(com.atlassian.jira.issue.fields.CustomField field,
String newName)
Update and save a new name for the given field
|
void |
updateNameAndDescription(com.atlassian.jira.issue.fields.CustomField field,
String name,
String description)
Update both the name and description of the field.
|
void updateName(com.atlassian.jira.issue.fields.CustomField field, String newName)
field
- to updatenewName
- the name to call the fieldvoid updateDescription(com.atlassian.jira.issue.fields.CustomField field, String newDescription)
field
- to updatenewDescription
- the description to set on the fieldvoid updateNameAndDescription(com.atlassian.jira.issue.fields.CustomField field, String name, String description)
field
- to updatename
- new namedescription
- new descriptionvoid updateFieldSearcher(com.atlassian.jira.issue.fields.CustomField field, com.atlassian.jira.issue.customfields.CustomFieldSearcher searcher)
field
- to updatesearcher
- to useCopyright © 2007–2025 Atlassian. All rights reserved.