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.
We'd like to enforce our users and their Jira bots to make use of PATs, detailed here: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
Some of these users hit the API multiple times per min. Since PAT sessions are immediately terminated after successful authentication (by default) we end up with a bunch of authentication messages in our logs. Very annoying to parse.
Luckily you can disable the default setting to invalidate PAT sessions, via a system flag. There's isnt any setting for how long should session last though. I would assume it defaults to Tomcat-Jira session length (and then the global Tomcat session length as a fallback to that), but this isn't mentioned anywhere. Does any one know? Thanks