Web Item : How display a flag and redirect

Couleur_Connection October 28, 2019

It's possible to display a user message from a Web Item using flag return as described in ScriptRunner documentation : https://scriptrunner.adaptavist.com/latest/confluence/fragments/WebItem.html

It's also possible to redirect to a page with the code : 

Response.temporaryRedirect


But I would like to do the two things in the same return. Does anyone know if it's possible and how do that ?

Thanks,

Jean-Noé

1 answer

0 votes
Jonny Carter
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.
December 10, 2020

Hey, @Couleur_Connection .

There's nothing "out of the box" that will do this in ScriptRunner for Confluence, the way redirects and dialogs are built-in. There are ways that you might wire this up, though.

One option would be to have your REST Endpoint return the redirect, and set a property in the user's session (see javax.servlet.http.HttpSession). You could then make a separate REST Endpoint that read the list of messages from a session property and returned the information needed for the message (clearing the list of messages from the session so they didn't show up more than once). Then, you could wire up some custom javascript using a Web Resource which would call that second endpoint and render the messages to the user.

I should also note, we have a feature request on our backlog to make things like this easier. See https://productsupport.adaptavist.com/browse/SRCONF-668 . That would do most of the heavy lifting I described above for you, so please do vote for that feature if you're still interested!

Pradeep A July 14, 2021

@Jonny Carter I have created a web Item, but when I click it the flag is not displayed but the page redirecting to new page. Any solutions to this please?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events