Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable auto-link #661

Open
vitoque-git opened this issue Aug 30, 2022 · 1 comment
Open

Configurable auto-link #661

vitoque-git opened this issue Aug 30, 2022 · 1 comment

Comments

@vitoque-git
Copy link

vitoque-git commented Aug 30, 2022

Jira itself, is smart enough that if you have a ticket ID (like MYREP-1234), it would create a link from MYREP-1234 to the actual ticket.
Obvioulsy if you are outside on the web, in GMAIL, CHAT, or just an external website to Atlassian world that is not possible.
However it would be grand if this extension would do this.
I would think you need two pieces of configuration

  1. A list of URL pattern in which this functionality is active
  2. A list of project ID, ie ["MYPROJ","XYZ","COOLP","MYREP"]

So if you are in one of the pattern specified in 1, and you find a string of the type MYREP-#### then a link to the Jira via the issue is created when cliking MYREP-#### .
In other words
MYREP-1234 ====> <a href="LINK"> MYREP-1234</a>

@timbru31
Copy link
Owner

Thanks for the suggestion, I'll explore the feasibility :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants