javajira-pluginactive-objects

Active objects and LocalDate


I am trying to create AO Object with a field of type java.time.LocalDate in JIRA plugin. Ao Object has not been created. If I change type оf field to java.util.Date, AO object creates. Log has not any errors. Is it possible to have AO Object with java.time.LocalDate field?


Solution

  • You will need to use java.util.Date.

    Refer the table under the Type Changes section. To see all the Java Types supported by Active Objects.