The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

David Lemon
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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
Contributor
April 3, 2013

yap thanks jobin it really is helpful knowledgebase.

0 votes
Rodrigo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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.