Issue Details (XML | Word | Printable)

Key: JRA-7959
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Anton Mazkovoi [Atlassian]
Reporter: Rémy Mouton
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

Let Fields and CustomFields programmatically declare the type they expect for their values

Created: 15/Sep/05 02:22 AM   Updated: 16/Sep/05 03:03 AM
Component/s: Custom Fields, Custom Fields (new types), Extensions, Workflow
Affects Version/s: 3.2.2
Fix Version/s: None

Time Tracking:
Not Specified

Participants: Anton Mazkovoi [Atlassian] and Rémy Mouton
Since last comment: 3 years, 4 weeks ago
Labels:


 Description  « Hide
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();
    }


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.