-
Type:
Suggestion
-
Resolution: Won't Fix
-
Component/s: Work Item - View (Internal developer use only)
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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();
}
- is related to
-
JRASERVER-7959 Let Fields and CustomFields programmatically declare the type they expect for their values
- Closed