Hi,
I would like to know the process of automating the "Clear Tokens from jira site"? As i would like to know if there any Service/Trigger/Script/job that be can scheduled at the specified time to clear of the tokens from JIRA site. As currently we are following the manual process (JIRA>Admin>System>Security>Remember My Login). Let me if this is possible through Script Runner and How ?
Hello,
Open the Developer Tools of you browser and choose the Network tab. Then push the Clear all button. You will see the request, which is made to the server. You should take this request and write an operating system script to execute this request. Then you can schedule the script. The content of the script would depend on the operating system you use.
@Alexey Matveev I am using windows 7 and most of my team members are also using the same OS. I am not sure how can I write the operating system script. If you can provide some samples ( sample script) where the same scenario is used, that will be a big help. Also once the script is created, where should I place this script?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alexey Matveev Also when initiated Clear All, the network tab has created too many requests. should i have to include all the request to script?
example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need only the first one. Unfortunately, I do not have time to write such a script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Alexey Matveev I will try at my end. Can you refer any knowledge base of these kind of scripts.
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.