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, + // }, ];