Closed xgdgsc closed 1 year ago
hi, @xgdgsc . Can you please reproduce and provide a detailed description of the issue? I'm not quite clear on what "issue webhook notifications has no URL" means. It's possible that this issue has already been resolved in the latest version.
I see only
{
"msg_type": "text",
"content": {
"text": "#2 tst1\r\n[org/repo1] Issue closed: #2 tst1 by user1"
}
}
when using Feishu webhook.
@xgdgsc which version of gitea are you using?
Just downloaded latest release 1.19.3
I will fix this later.
hi @xgdgsc, I have submitted a Pull Request to fix this issue. Since the official documentation states that custom webhook bots do not support hyperlink functionality, simply adding it without making some formatting changes would result in an unappealing output. Therefore, I have modified the formatting of the output. You can also try using a custom bot application. I have previously written one that you can refer to. The repository is located here: webhook2group
The commit notification message already has the url, which is fine and clickable. So I think just adding the url to the text would be fine? I' ve never used any custom bot before, just used the webhook bot.
The commit notification message already has the url, which is fine and clickable. So I think just adding the url to the text would be fine? I' ve never used any custom bot before, just used the webhook bot.
Yeah, my PullRequest will fix this.
Feature Description
I hope webhook of issue update include issue url. I find it strange commit webhook has URL while issue webhook notifications has no URL, which I usually would use more frequently,
Screenshots
No response