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.",
|
||||
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,
|
||||
// },
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user