Gitea-Assigment-Migrator
Migrate assignments for Gitea-Issues after a Gitea2Gitea-Migration.
Purpose
- Migrate assignments for Gitea-Issues after a Gitea2Gitea-Migration
- issues must have the same ID on both systems
- users must have the same NAME on both systems
- users must have the right to be assigned on both systems
- example
- Typical Workflow
- migrate your repository from your OLD Gitea instance to your NEW one
- use this script to migrate the assignments
Design Decisions
- the title is not fetched due to complications with tea and "quotes"
- the script places a comment and mentiones the creator of the issue to inform that person of the new location of the issue
For mor information
…read the script or read the help-page.
chmod +x migrate_assignments.sh
./migrate_assignments.sh --help
License
This script is free software under the GPL-3.0-or-later
, see LICENSE.
Description
Languages
Shell
100%