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

XMLWordPrintable

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

              Assignee:
              Unassigned
              Reporter:
              Rémy Mouton
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: