No popup create issue screen

Michael Danielsson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 11, 2012

When creating a new issue I have to first choose a project and Issue Type. After clicking next a get a new screen where I can enter data for other fields.

I would like to have the popup create issue screen where I can choose which fields that shall be shown.

Any ideas how to get this popup issue create screen?

I have seen that if you disable the popups that appear when an issue has been created by add the following in the announcement banner

<script type="text/javascript">

AJS.$("#create_link").removeClass("create-issue");

</script>

Can this be what have happend for me?
Is there a way to get back the original behaviour?

1 answer

1 accepted

0 votes
Answer accepted
Marcus Silveira
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 14, 2012
Hi Michael,
 
By adding that script to the Announcement Banner, you are disabling the popup screen for the Create Issue screen.
If you want the original behavior, you can simply remove that script from the banner and leave it blank.
Hope this helps,
Marcus

Suggest an answer

Log in or Sign up to answer