Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Web Item : How display a flag and redirect

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.
Dec 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!

@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