-
Type:
Suggestion
-
Resolution: Won't Fix
-
None
-
Component/s: Issue - Fields
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Plugin programmers who want to manipulate fields and custom fields not always defined by themselves would apreciate the following method:
public interface Field {
/**
- Returns the Class this Field expects its values to have
*/
public Class getValueClass();
}
- relates to
-
JRACLOUD-7959 Let Fields and CustomFields programmatically declare the type they expect for their values
- Closed