Script to import exported Taiga issues into a Gitea project.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan 5a03acf33c Support for comments. 5 years ago
README.md Convert types to labels. 5 years ago
import_issues.py Support for comments. 5 years ago

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