From 3fe32606a9fb06a7f331825ade6dd6c2a24375ec Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Sat, 8 Apr 2023 15:46:19 +0530 Subject: [PATCH] chore: disable jira importer (#745) * fix: dashboard workspace activity mutation * chore: remove jira importer from settings --- apps/app/constants/workspace.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/app/constants/workspace.ts b/apps/app/constants/workspace.ts index 24f886af9..2864855d3 100644 --- a/apps/app/constants/workspace.ts +++ b/apps/app/constants/workspace.ts @@ -75,11 +75,11 @@ export const IMPORTERS_EXPORTERS_LIST = [ description: "Import issues from GitHub repositories and sync them.", logo: GithubLogo, }, - { - provider: "jira", - type: "import", - title: "Jira", - description: "Import issues and epics from Jira projects and epics.", - logo: JiraLogo, - }, + // { + // provider: "jira", + // type: "import", + // title: "Jira", + // description: "Import issues and epics from Jira projects and epics.", + // logo: JiraLogo, + // }, ];