external issues not linked in dashboard #12476

Closed
opened 2025-11-02 10:11:02 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @hmoffatt on GitHub (Feb 12, 2024).

Description

I have configured external issue tracking on my repositories with the alphanumeric (ABC-123) format set. Issues are linked in the commit history for the repositories as expected, but they are not linked in the dashboard for the user or organization.

Gitea Version

1.21.5

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

Firefox_Screenshot_2024-02-12T23-55-38 671Z
Firefox_Screenshot_2024-02-12T23-56-02 676Z

Git Version

2.39.2

Operating System

Debian bullseye

How are you running Gitea?

systemd from Debian package

Database

PostgreSQL

Originally created by @hmoffatt on GitHub (Feb 12, 2024). ### Description I have configured external issue tracking on my repositories with the alphanumeric (ABC-123) format set. Issues are linked in the commit history for the repositories as expected, but they are not linked in the dashboard for the user or organization. ### Gitea Version 1.21.5 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots ![Firefox_Screenshot_2024-02-12T23-55-38 671Z](https://github.com/go-gitea/gitea/assets/7577172/d5a90514-7854-488e-818e-9f9942fe1191) ![Firefox_Screenshot_2024-02-12T23-56-02 676Z](https://github.com/go-gitea/gitea/assets/7577172/ddb6a193-7dd2-47bb-9ded-1f214190530a) ### Git Version 2.39.2 ### Operating System Debian bullseye ### How are you running Gitea? systemd from Debian package ### Database PostgreSQL
GiteaMirror added the type/bug label 2025-11-02 10:11:02 -06:00
Author
Owner

@hmoffatt commented on GitHub (Feb 13, 2024):

I set up a test repository https://try.gitea.io/hmoffatt/hamish-test and it seems to work on there. I see the issue linked in the commit history, the README.md, and in the dashboard.

Firefox_Screenshot_2024-02-13T01-13-31 901Z

I couldn't see any recent commit/PR that addressed this, so I'm not sure why it's working on the 1.22 test site and not on 1.21.5.

@hmoffatt commented on GitHub (Feb 13, 2024): I set up a test repository https://try.gitea.io/hmoffatt/hamish-test and it seems to work on there. I see the issue linked in the commit history, the README.md, and in the dashboard. ![Firefox_Screenshot_2024-02-13T01-13-31 901Z](https://github.com/go-gitea/gitea/assets/7577172/c00fc83d-7669-4dd8-adf5-23e330223b71) I couldn't see any recent commit/PR that addressed this, so I'm not sure why it's working on the 1.22 test site and not on 1.21.5.
Author
Owner

@charles7668 commented on GitHub (Feb 27, 2024):

This problem is related to PR #27581, but this fix has not been merged into the 1.21 version

You can test this by simply replacing ($repo.ComposeMetas ctx) with ($repo.ComposeMetas), and then it should work for the 1.21 version.

圖片

@charles7668 commented on GitHub (Feb 27, 2024): This problem is related to PR #27581, but this fix has not been merged into the 1.21 version You can test this by simply replacing ($repo.ComposeMetas ctx) with ($repo.ComposeMetas), and then it should work for the 1.21 version. ![圖片](https://github.com/go-gitea/gitea/assets/30816317/c25a6639-4906-4974-9b47-4cb4b55b0dbc)
Author
Owner

@lunny commented on GitHub (Feb 27, 2024):

Fixed by #29446

@lunny commented on GitHub (Feb 27, 2024): Fixed by #29446
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#12476