chore: disable jira importer (#745)

* fix: dashboard workspace activity mutation

* chore: remove jira importer from settings
This commit is contained in:
Aaryan Khandelwal 2023-04-08 15:46:19 +05:30 committed by GitHub
parent d88a95b1e9
commit 3fe32606a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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