I want to Redirect my page to another Issue through plugin (.java)

David Lemon April 3, 2013

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?

2 answers

1 accepted

1 vote
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 3, 2013

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.

David Lemon April 3, 2013

yap thanks jobin it really is helpful knowledgebase.

0 votes
Rodrigo November 10, 2013

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.

Suggest an answer

Log in or Sign up to answer