Import a post with empty project issue type
By converting a post to an issue, the list of projects and issue types is empty.
Checked permissions, I have as an admin all project permissions.
HTML Code:
<label for="project-issuetype">New Project and Issue Type</label>
<ul class="group rightcol">
<li>
<select id="project-issuetype" name="project-issuetype" style="display: block; width: 100%">
</select>
</li>
</ul>