Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/importers/asana.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Asana
# Import your Asana data to Plane

:::info
The Asana importer is currently available under a feature flag. Contact us to try it out.
The Asana importer is currently in a closed private beta. Contact us to try it out.
:::

With the Asana importer, you can easily import issues, states, labels, priorities and user data from Asana to Plane and continue managing your existing projects.
Expand Down
2 changes: 1 addition & 1 deletion docs/importers/jira-imp.mdx → docs/importers/jira.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Jira
# Import your Jira data to Plane

:::info
The Jira importer is currently available under a feature flag. Contact us to try it out.
The Jira importer is currently in a closed private beta. Contact us to try it out.
:::

With the Jira importer, you can easily import issues, states, labels, priorities and user data from Jira to Plane and continue managing your existing projects.
Expand Down
2 changes: 1 addition & 1 deletion docs/importers/linear.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Linear
# Import your Linear data to Plane

:::info
The Linear importer is currently available under a feature flag. Contact us to try it out.
The Linear importer is currently in a closed private beta. Contact us to try it out.
:::

With the Linear importer, you can easily import issues, states, labels, priorities and user data from Linear to Plane and continue managing your existing projects.
Expand Down
2 changes: 1 addition & 1 deletion docs/importers/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Switching tools shouldn’t mean starting over. With Plane importers, you can ef
Migrate tasks from Asana to Plane, keeping your workflow intact and organized.
</Card>

<Card title="Jira" icon="FaJira" href="/importers/jira-imp">
<Card title="Jira" icon="FaJira" href="/importers/jira">
Import boards from Jira into Plane, streamlining your project setup.
</Card>

Expand Down
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const sidebars: SidebarsConfig = {
items: [
'importers/overview',
'importers/asana',
'importers/jira-imp',
'importers/jira',
'importers/linear'
],
},
Expand Down
4 changes: 4 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@
{
"source": "/introduction/home",
"destination": "/"
},
{
"source": "/importers/jira-imp",
"destination": "/importers/jira"
}
]
}