Hi Team,
I need to create Jira ticket using my custom form but not show the default Jira form/dialog below
showCollectorDialog
and pass field values from my form.
fieldValues : {
...
},
I need to trigger submit of showCollectorDialog
by passing values from my form when I click on submit button from my form. Is this possible to hide showCollectorDialog
and programmatically submit the default Jira form?