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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I want to define an web item opsbar-action, that calls a REST-Endpoint that does some work to the current issue and then navigates back to the page it was called from.
Currently I give the REST-Endpoint-URL a parameter "issueId" and the REST-Endpoint-Code constructs an URL from that and redirects the browser accordingly, after it has done it's work.
This works nicely for the simple case, where the user is on <jira-base>/browse/<issue-key>: He get's redirected to the very same URL.
But the user may start that opsbar-action on the issue from many different contexts, for example from issue-entries in
This context is lost by the redirect.
How can I configure the web-item-action to just refresh the current page after doing it' s work?