form property
(Experimental) Provides answers to the form associated with a request type
that is attached to the request on creation. Jira fields should be omitted
from requestFieldValues
if they are linked to form answers. Form answers
in ADF format should have isAdfRequest
set to true. Form answers are not
currently validated.
Implementation
final Form? form;