Description
- Gitea version (or commit ref): 1.10.0
- Git version:
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
I integrated Gitea using a Webhook to Mattermost. When I create an issue in Gitea the following text gets posted on Mattermost:
[org/repo] Issue submitted by cornel
<https://host/org/test/pulls/1|#1 to do this>
The link can't be clicked as it's in text form.
Gitlab posts created issues as:
[[org/repo](https://host/org/repo)] Issue opened by Cornel (cornel)
which creates a link that can be clicked in Mattermost.