com.atlassian.jira.rest.v2.issue.customfield
Interface CustomFieldOps
public interface CustomFieldOps
This interface specifies the methods that exist for custom field-related functionality in the JIRA REST plugin.
- Since:
- v4.2
getCustomFields
Map<String,FieldBean> getCustomFields(Issue issue)
- Returns a Map containing an entry for each custom field in the given Issue. Each entry contains the custom field
name as the key, and a CustomFieldBean as the value. If this CustomFieldOps is now able to marshall a given
custom field type, or if it encounters an error while doing so, the CustomFieldBean's value property will contain
a null reference.
- Parameters:
issue
- the Issue
- Returns:
- a Map
Copyright © 2002-2011 Atlassian. All Rights Reserved.