I want to create issues using "wizard" (step-by-step) approach. It means that I want to divide create issue phase into several steps. Good example is https://support.atlassian.com. In order to create issue there I need to perform at least 3 steps (I'm guided by support issue creation wizard):
How could I achieve the same functionality in my JIRA without spending much time for custom development? Are there any plugins available? Or maybe you can provide some recommendations of how to create wizard-like create issue dialogs in JIRA?
Hi Sergey,
I hope this link helps you https://answers.atlassian.com/questions/127627/how-can-you-prompt-for-information-before-displaying-the-create-screen
Thanks for the tip.
But the thing is that I used support.atlassian.com as an example of what I would like to do with my jira by illustrating the concept. I do not want to do exactly what support.atlassian.com provides, but something similar - I want to be able to use 'Next' buttons instead of 'Create' on several pages with JIRA fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Atlassian support site is slightly different, but you can get close
What they've done is simple, and easy to replicate, except for step one, which needs some extra coding:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the tip.
But the thing is that I used support.atlassian.com as an example of what I would like to do with my jira by illustrating the concept. I do not want to do exactly what support.atlassian.com provides, but something similar - I want to be able to use 'Next' buttons instead of 'Create' on several pages with JIRA fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"next" is just a translation - you can rename the transition for the actual "create" and Naren's link tells you how to do the rest.
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.