I have a Listener plugin which creates a new issue when issueUpdate event is called automatically.
now i want to redirect to the new issue which i created.
i have the object of the previous issue and also of the new issue i have created.
is there any response.sendRedirect kind of functionality which can redirect me from the old issue which i have updated to new issue which my listener created on the updation?
Listener executes in another thread. You can't redirect from the listener to another issue. If you have a custom action, you can redirect from there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Excuse me. If I have a ProjectCreatedListener and I want to go to other page because I want to add more mandatory fields, or if I want to show a Dialog when an issue change status (using listener). Is it not possible? How can I do that? Exists another option? Thanks.
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.