public interface IFieldValueService
Modifier and Type | Method and Description |
---|---|
Collection<?> |
getFieldValues(String issueKey,
String customFieldId)
Returns the values contained in the nFeed custom field.
|
void |
setFieldValue(String issueKey,
String customFieldId,
Object fieldValue)
Sets a nFeed custom field value.
|
void |
setFieldValues(String issueKey,
String customFieldId,
Collection<?> fieldValues)
Sets a nFeed custom field values.
|
void setFieldValue(String issueKey, String customFieldId, Object fieldValue)
setFieldValues(String, String, Collection)
with a Collection containing this single element.
Setting null will set an empty collection.issueKey
- The issue keycustomFieldId
- the custom field id (customfield_XXX)fieldValue
- the field value.void setFieldValues(String issueKey, String customFieldId, Collection<?> fieldValues)
issueKey
- the issue keycustomFieldId
- the custom field idfieldValues
- a collection of valuesCollection<?> getFieldValues(String issueKey, String customFieldId)
issueKey
- the issue keycustomFieldId
- the custom field idCopyright © 2017 Valiantys. All rights reserved.