You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We store a cache of your Jira orgs and projects in global storage so that we don't need to fetch them on every session. The issue is that we key these with your access token, and Jira tokens expire/refresh hourly, so we're storing redundantly and accumulating in global storage. Solution would be to flush all jira-prefixed stuff in global storage before storing the new ones