mirror of
https://github.com/makeplane/plane.git
synced 2026-02-05 13:39:37 -06:00
chore: disable jira importer (#745)
* fix: dashboard workspace activity mutation * chore: remove jira importer from settings
This commit is contained in:
committed by
GitHub
parent
d88a95b1e9
commit
3fe32606a9
@@ -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,
|
||||
// },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user