You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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é
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.