Skip to content

Commit

Permalink
chore: disable jira importer (#745)
Browse files Browse the repository at this point in the history
* fix: dashboard workspace activity mutation

* chore: remove jira importer from settings
  • Loading branch information
aaryan610 authored Apr 8, 2023
1 parent d88a95b commit 3fe3260
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/app/constants/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
// },
];

1 comment on commit 3fe3260

@vercel
Copy link

@vercel vercel bot commented on 3fe3260 Apr 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-dev – ./apps/app

plane-dev-git-develop-caravel.vercel.app
plane-dev.vercel.app
plane-dev-caravel.vercel.app

Please sign in to comment.