Script to import exported Taiga issues into a Gitea project.
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dan 5a03acf33c Support for comments. 2018-01-04 21:17:26 -08:00
README.md Convert types to labels. 2018-01-04 21:02:06 -08:00
import_issues.py Support for comments. 2018-01-04 21:17:26 -08:00

README.md

Overview

Simple Python script that takes a JSON file for an exported Taiga projects and imports its issue into it a Gitea project via API.

It doesn't have much in the way of error handling, and is most certainly not idempotent. Caveat usor.

The script relies on the requests library.

Usage

./import_issues.py [input-path] [hostname] [project-path] [username] [password]

Example:

./import_issues.py taiga_export.json gitea.example.org bob/cool-project bob password