We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9c114 commit c377fefCopy full SHA for c377fef
src/plus/integrations/providers/jira.ts
@@ -304,6 +304,8 @@ export class JiraIntegration extends IssueIntegration<IssueIntegrationId.Jira> {
304
305
if (storedOrganizations == null) {
306
organizations = await this.getProviderResourcesForUser(this._session, true);
307
+ // Clear all other stored organizations and projects when our session changes
308
+ await this.container.storage.deleteWithPrefix('jira');
309
await this.container.storage.store(`jira:${this._session.accessToken}:organizations`, {
310
v: 1,
311
timestamp: Date.now(),
0 commit comments