We want to hold the redirect and then want to resume the redirect between Create issue/report to View issue/Report page in Jira.
These are the following things we want to achieve:
Could you please help us to achieve our requirements?
Thank you
Hello @Manish Kumar Singh ,
From what I can read, it looks like you are building an add-on for Jira Service Desk Server and, when creating an issue, you would like to hijack the redirect to go to your add-on page before landing to the 'view issue' page. Is this correct?
If this is correct, please notice that this might not be the best place to get help on development related questions. In case of no answer in here you may want to refer to the resources listed into https://developer.atlassian.com/resources instead.
Specifically:
Otherwise, if my understanding is not correct, please provide more details.
Cheers,
Dario
Thank you @Dario B .
I find my solution to open a pop-up when created issue will get redirected on the view issue page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank for updating the thread @Manish Kumar Singh !
It might be nice for other customers to know a bit more on how you achieved this or maybe to point to any useful documentation or thread or any other useful resource :)
Have a nice weekend,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure @Dario B .
I have attached one panel into the footer of the creat issue page.
Inside my panel, I have put one check-box and put information that you want this information or not. If the user is checking the check-box then I am creating a secure session variable and I am storing the checked value into it.
And when the page redirects to the view issue page first time(after the issue creation) then I fetch the value from the secured session variable and based upon that I am taking an action. So, although the user came to view the issue page it will give them a feeling that the coming popup is also a part of the create issue process.
Thank you,
Manish
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.