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
1 changed files with 7 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue