A simple extension to copy a link to the currently open JIRA ticket as formatted markdown
Almost exeactily what i looking for. The only issue exists here: in case issue summary contains ']' it will make this link incorrectly. Example: Jira issue JIRA-500 [prefix] issue description Generated text: [JIRA-500] [prefix](https://jira.url/browse/JIRA-500) issue description I have fixed it locally with updating regular expression in line 4 like ```js .replace(/^\[[\w-]+\]/, (match) => `${match}(${url})`) ```
christianvuerings
Shingo Yamazaki
daemonlibra
pazitiv
emreinal
Patrick Wittke
Haber
https://adesh.dev
Junhao Zhang
Junhao Zhang
mshytikov
Borja Herrero