From 352eae582a92ba0151b9d121c66cc8c5f4bfa2a1 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 31 Aug 2023 15:50:27 +0000 Subject: [PATCH] Add jira2giteaMySql (#134) Fix #115 Co-authored-by: John Olheiser Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/134 Reviewed-by: silverwind Reviewed-by: John Olheiser Co-authored-by: Lunny Xiao Co-committed-by: Lunny Xiao --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 711c394..9f1aef0 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [github2gitea](https://gitea.com/yige/github2gitea) - A python script to migrate Github repositories Gitea with issues/prs/wiki and etc. - [gitlab2gitea](https://github.com/cornelk/gitlab2gitea) - A command line tool build with Golang to migrate a GitLab project to Gitea. - [Gogs2Gitea](https://github.com/lesh59/Gogs2Gitea) - A SQL script and process (README) to migrate directly from Gogs 0.12.3 to Gitea 1.12.5 / 1.12.6 in MySQL/MariaDB and maybe other DB's. +- [jira2giteaMySql](https://github.com/juangarcia06/jira2giteaMySql) Jira Issues to Gitea (with MySql) ## Organizations