Add Jira Gitea Connector (#176)

With JGC, you can connect your organization(s) to Jira via GitHub for Atlassian.

It supports:
* Automatic app creation flow
* Automatic webhook creation to send repo/commit/pr related events to Jira
* Create branch from Jira site
* Convert issue keys within brackets to links in PR messages/comments

Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/176
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: mecseid <mecseid@gmail.com>
Co-committed-by: mecseid <mecseid@gmail.com>
This commit is contained in:
mecseid
2026-02-04 11:25:45 +00:00
committed by silverwind
parent aba8098719
commit a2c1cc40de

View File

@@ -231,3 +231,4 @@ A curated list of awesome projects related to Gitea and its soft-fork instances.
## Project Management ## Project Management
- [JetBrains YouTrack](https://www.jetbrains.com/help/youtrack/standalone/integration-with-gitea.html) - A web-based issue tracking and project management platform - [JetBrains YouTrack](https://www.jetbrains.com/help/youtrack/standalone/integration-with-gitea.html) - A web-based issue tracking and project management platform
- [Jira Gitea Connector](https://github.com/alphabox/jgc) A middleware application that acts as a bridge between Gitea and the [GitHub for Atlassian Plugin](https://marketplace.atlassian.com/apps/1219592/github-for-atlassian).