In issues add link to wiki to point to the solution

Hello
i have a issues, which has been solved! And the step to fix it are added into a Wiki.
Is it possible to link in the issus to this wiki solution?
Maybe something like selecting Label or Projects!

have a nice day
vinc

I had the same question, this is what I figured out with Gitea 1.22.2

You can with markdown links.

[title](url)

the url within the wiki can just be the name of the page.
from issues, the url can be wiki/

examples, assuming a pagename of gitea

From an issue:

[Gitea](wiki/gitea)

From within the wiki:

[Gitea](gitea)