Hello,
I am creating a new Blueprint and already have a few experience on that.
I am trying now to have a Blueprint with multiple wizard pages, and I want to be able to navigate between those wizard pages depending on a choice the user did on the first page.
Let me explain :
On page 1 of the wizard, User will have to chose between 2 options,
then depending on his choice, I want him to navigate either :
- On page 2/3/4 then End the Wizard.
- On page 5/6/7 then End the Wizard.
I know from the documentation : https://developer.atlassian.com/server/confluence/javascript-api-for-blueprint-wizards/
I can use nextPageId, to redirect directyl to page 2, or to page 5 after the user did the choice on page 1,
But I dont know how to specify that the wizard should end on page 4.
If I leave the nextPageId parameter empty on page 4, it will use the next dialog-page (e.g page 5) as defined in the atlassian-plugin.xml file.
I want to be able to specify something like nextPageId="end", or current page state to final step,
Is there any way to achieve this?
Thx,
Michael
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.