AP.jira.openCreateIssueDialog - is it possible to create sub-task?

As in subject:
Is it possible to pass parameters to the create issue dialog function (type and parent issue id) so that create dialog will open that will create subtask for provided parent issue?

Hi, no its not possible unfortunately. Best you can do is create a subtask from your own form elements via the REST API

1 Like

Thank you for reply. I was afraid of it.

One more workaround I could think of, is to use the callback function to convert created issues to subtasks using API. Seems less implementation then creating my own dialog, but more misleading to users.