LogoLogo
Packmind CloudChangelogGet supportJoin Slack
  • 👋Welcome!
  • 🪐Manage spaces
  • 🔐Security and data
  • 🐞Troubleshooting guides
  • 🚀First steps
    • Enable and configure AI
    • Connect your Git platform
  • 📥Capture your coding practices
    • How to create coding practices
    • Review practices in the Inbox
  • 🔍Enforce practices in your code
    • Setup practices detection with the AI Agent
    • Packmind CLI
      • Run with NPM
      • Run with Docker
      • SonarQube Integration
      • Run in Gitlab CI
      • Usage
  • Coding Assistants Integration
  • 👩‍💻Plugins & Integrations
    • IDE Plugins
      • 🚀Packmind's IDE plugins use cases
      • Visual Studio Code
      • Visual Studio
      • JetBrains IDEs
      • Eclipse
      • Xcode
      • Packmind Tech Coach
    • 🔔Get notifications
  • 📖Best practices management
    • Manage your practices
      • Import, copy and export practices
      • Use categories to organize your practices
      • Manage duplications of practices
      • Move all practices from a space to another space
      • Styling with Markdown
      • Multi-file examples on coding practices
    • 📰Scheduler to push practices
  • ↔️API Reference
    • Authentication
    • Documentation
  • ⚙️Account & Settings
    • 👩‍💼Manage users
    • 💵Subscription and Billing
    • 🔓Single Sign-On (SSO) in Packmind
      • Enable SSO for Packmind Cloud
      • Enable SSO for Packmind Self-Hosted
  • 🏠On-Premise version
    • Release notes - Self-Hosted versions
    • Install the Self-Hosted version
      • Migrate from a legacy setup (Mongo 2.x)
    • Connect a SMTP server
    • Authentication
      • Authentication with OpenLDAP
      • Authentication by SSO
      • Authentication with Active Directory
Powered by GitBook
On this page
  • Copy practices from a space to another one
  • Export/Import your pratices as JSON
  • Export your practices in Markdown

Was this helpful?

  1. Best practices management
  2. Manage your practices

Import, copy and export practices

PreviousManage your practicesNextUse categories to organize your practices

Last updated 1 month ago

Was this helpful?

Copy practices from a space to another one

If you'd like to copy a list of practices from a given space to another space in Packmind, here is how to make it:

Export/Import your pratices as JSON

As for the "copy" solution, you can select multiple practices from a space and export them as a JSON file.

This file can then be imported using the "Import" button in the top-right corner of the practices page.

This feature is only available for users with "admin" privileges.

This can be useful when migrating data from a Cloud instance to Self-Hosted (or vice versa).

Export your practices in Markdown

You can create a Markdown file containing your Packmind coding practices (name and description).

Go to the Administration -> Export practices menu, and select the space of your choice. Then, pick all the catalogs you want to export, and finally, click on the Download export button.

This feature is only available for users with "admin" privileges.

📖