public interface IJEMHCustomFieldAdapter extends IJEMHModuleProvider
Modifier and Type | Method and Description |
---|---|
Object |
getCustomFieldValue(com.atlassian.jira.issue.Issue issue,
com.atlassian.jira.issue.fields.CustomField aCustomField,
String cfValueToApply)
Allows the module provider to use a CustomField specific method of setting a value
|
boolean |
isSkipJemhUpdate()
indicates whether the update to the custom field should be done by JEMH or whether the module provider will do it.
|
getDescription, getKey, getName, getStatus, getVendor, getVendorUrl, isUsable
Object getCustomFieldValue(com.atlassian.jira.issue.Issue issue, com.atlassian.jira.issue.fields.CustomField aCustomField, String cfValueToApply)
issue
- the field relates toaCustomField
- the fieldcfValueToApply
- the vlaueboolean isSkipJemhUpdate()
Copyright © 2008–2022 The Plugin People. All rights reserved.