You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've enabled mail notifications for our repository and also configured an external issue tracker. Everything seems to work except for the URLs of PR references by number in the mail notifications.
Example:
Requested to review #3507.
---
View it on Gitea: Git with a cup of tea.
The link behind #3507 is wrong as it points to our issue tracker:
<p>Requested to review <ahref="https://redmine.example.com/issues/3507" rel="nofollow nofollow noopener noreferrer" target="_blank">#3507</a>.</p>
I'd expect gitea to link to the PR page which would have the following URL:
https://git.example.com/myorg/myrepo/pulls/3507
The other URL at the bottom is correct though:
<ahref="https://git.example.com/myorg/myrepo/pulls/3507#issuecomment-32580" target="_blank" rel="nofollow noopener noreferrer">View it on Gitea: Git with a cup of tea</a>.</p>
The text was updated successfully, but these errors were encountered:
otbutz
changed the title
Links to pull request within mail points to external issue tracker
Link to pull request within mail points to external issue tracker
Jan 13, 2021
Gitea version (or commit ref): 1.13.1
Git version: 2.30
Operating system: Ubuntu 20.04
Database:
Can you reproduce the bug at https://try.gitea.io:
Description
I've enabled mail notifications for our repository and also configured an external issue tracker. Everything seems to work except for the URLs of PR references by number in the mail notifications.
Example:
The link behind
#3507
is wrong as it points to our issue tracker:I'd expect gitea to link to the PR page which would have the following URL:
The other URL at the bottom is correct though:
The text was updated successfully, but these errors were encountered: