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 in a closed private beta. Contact us to try it out.
The Asana importer is in a 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
10 changes: 5 additions & 5 deletions docs/importers/jira.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Jira
---

# Import your Jira data to Plane
# Import your Jira Server or Cloud data to Plane

:::info
The Jira importer is currently in a closed private beta. Contact us to try it out.
The Jira importer is in a 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 All @@ -17,7 +17,7 @@ To import Jira issues to a Plane project, follow these steps:
1. Click the **∨** icon next to your workspace name on the sidebar and select **Workspace Settings**.

2. Select **Imports** on the right pane and click the **Import** button in the Jira section.
![Import from Jira](https://media.docs.plane.so/importers/jira/import-jira.webp#center)
![Import from Jira](https://media.docs.plane.so/importers/jira/import-jira-cloud-server.webp#center)

4. In the **Jira to Plane Migration Assistant** screen, enter your **Personal Access Token**, **User email** and the **Jira domain** to allow Plane access to your Atlassian account.
![Connect Jira](https://media.docs.plane.so/importers/jira/jira-plane-migration-assitant.webp#center)
Expand Down Expand Up @@ -64,7 +64,7 @@ To import Jira issues to a Plane project, follow these steps:
![Review mappings](https://media.docs.plane.so/importers/jira/import-summary.webp#center)

13. The data migration begins and takes a few minutes to complete depending on the number of issues in your Jira workspace.
![Migration complete](https://media.docs.plane.so/importers/jira/import-complete.webp#center)
![Migration complete](https://media.docs.plane.so/importers/jira/jira-import-complete.webp#center)

14. Once it's done, go to **Issues** in your Plane project to confirm that the data import is successful.

Expand Down Expand Up @@ -101,5 +101,5 @@ After the import, if there are any new or updated issues in Jira, you can easily
1. Go to **Workspace settings**.
2. Select **Imports** on the right pane.
3. Click the **Re run** button next to the project you want to sync.
![Sync Jira](https://media.docs.plane.so/importers/jira/sync-jira.webp#center)
![Sync Jira](https://media.docs.plane.so/importers/jira/rerun-import.webp#center)

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 in a closed private beta. Contact us to try it out.
The Linear importer is in a 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
8 changes: 4 additions & 4 deletions docs/importers/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ Switching tools shouldn’t mean starting over. With Plane importers, you can ef


<CardGroup cols={2}>
<Card title="Asana" svg={<svg width="112" height="22" fill="#3e76ff" xmlns="http://www.w3.org/2000/svg" aria-labelledby="asana"><path class="_nav_logo-link__asana-icon__Un0sE" id="asana-horizontal-logo__icon" d="M18.559 11.605a5.158 5.158 0 1 0 0 10.317 5.158 5.158 0 0 0 0-10.317Zm-13.401.001a5.158 5.158 0 1 0 0 10.315 5.158 5.158 0 0 0 0-10.315Zm11.858-6.448a5.158 5.158 0 1 1-10.316 0 5.158 5.158 0 0 1 10.316 0Z" fill="#3e76ff"></path></svg>} href="/importers/asana">
Migrate tasks from Asana to Plane, keeping your workflow intact and organized.
</Card>

<Card title="Jira" icon="FaJira" href="/importers/jira">
Import boards from Jira into Plane, streamlining your project setup.
</Card>
Expand All @@ -22,5 +18,9 @@ Switching tools shouldn’t mean starting over. With Plane importers, you can ef
Bring Linear tasks into Plane, ensuring smooth transitions and continued progress.
</Card>

<Card title="Asana" svg={<svg width="112" height="22" fill="#3e76ff" xmlns="http://www.w3.org/2000/svg" aria-labelledby="asana"><path class="_nav_logo-link__asana-icon__Un0sE" id="asana-horizontal-logo__icon" d="M18.559 11.605a5.158 5.158 0 1 0 0 10.317 5.158 5.158 0 0 0 0-10.317Zm-13.401.001a5.158 5.158 0 1 0 0 10.315 5.158 5.158 0 0 0 0-10.315Zm11.858-6.448a5.158 5.158 0 1 1-10.316 0 5.158 5.158 0 0 1 10.316 0Z" fill="#3e76ff"></path></svg>} href="/importers/asana">
Migrate tasks from Asana to Plane, keeping your workflow intact and organized.
</Card>

</CardGroup>

4 changes: 2 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ const sidebars: SidebarsConfig = {
label: 'Importers',
items: [
'importers/overview',
'importers/asana',
'importers/jira',
'importers/linear'
'importers/linear',
'importers/asana'
],
},
{
Expand Down