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: 

Popup when Session Timeout is near

Jens Walther
August 10, 2021

Hi,

due to security reasons we had to shorten the timeout.

I'd like to inform the user 5 minutes before the session timeout occurs with a popup or a banner.

I checked if there is a sample e.g. for script runner, but haven't found anything so far.

Seeking your advice here!

 

Thx, Jens

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nir Haimov
Community Champion
August 10, 2021

Hi @Jens Walther 

I don't know a way to do that with scriptruuner.

But if you know/can, write yourself your own jira plugin will be easier

Jens Walther
August 12, 2021

What interfaces could be leveraged from a plugin that are not available on scriptrunner?

 

Isn't this a client side use case (scriptrunner), rather than a server side issue (plugin scope)?

Nir Haimov
Community Champion
August 16, 2021

plugin can access any scope in Jira, scriptrunner not, plugin is both client and server and you decide how to implement what you need.