I notice that support.atlassian.com is using some extra steps with custom screens in their Create Issue process. When you click Create Issue, you first are prompted for a SEN or Hosted URL, then are prompted to select a project, then are prompted to select an issue type. Users must go through all of these steps before getting to the issue creation screen.
How do they do this?
Hi Andrew,
You can get this done by using some Speakeasy plugin magic.
We are currently implementing similar things by writing some javascript and using AUI and AJS to build some custom dialogs with input fields + REST API to create issues at the end.
The data for populating dropdowns, autocomplete fields, etc comes also from the REST API of JIRA.
Just let me know if you need some additional details.
Thanks both for the info. Was hoping a plugin would be available to easily do this without too much development work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Andrew,
That involves a customization on top of JIRA to add this extra layer of detail. Not bundled in JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.