forked from github/plane
chore: disable jira importer (#745)
* fix: dashboard workspace activity mutation * chore: remove jira importer from settings
This commit is contained in:
parent
d88a95b1e9
commit
3fe32606a9
@ -75,11 +75,11 @@ export const IMPORTERS_EXPORTERS_LIST = [
|
|||||||
description: "Import issues from GitHub repositories and sync them.",
|
description: "Import issues from GitHub repositories and sync them.",
|
||||||
logo: GithubLogo,
|
logo: GithubLogo,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
provider: "jira",
|
// provider: "jira",
|
||||||
type: "import",
|
// type: "import",
|
||||||
title: "Jira",
|
// title: "Jira",
|
||||||
description: "Import issues and epics from Jira projects and epics.",
|
// description: "Import issues and epics from Jira projects and epics.",
|
||||||
logo: JiraLogo,
|
// logo: JiraLogo,
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user