Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA.Forms.createCreateIssueForm is not showing combo box for sprint

Subhajit Bhuiya October 9, 2018

We are using following code to bring Jira's creation dialog. All the fields are working fine except "Sprint " field. It supposed to show a combo to choose but it is not showing anything to choose.

 

var issueForm = JIRA.Forms.createCreateIssueForm({pid:${projectId}});

var dialog = issueForm.asDialog({windowTitle: 'Create Issue'});

dialog.show();

Issue.pngThis is what I got

 

jira.png

 

It is a select field instead of input field and also it is hidden. I have only imported this in my code

 

$webResourceManager.requireResource("com.atlassian.jira.jira-quick-edit-plugin:quick-form")

 

Am I missing anything?

0 answers

Suggest an answer

Log in or Sign up to answer