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

Bug While converting Multiple named links from Slack to Jira #19

Open
siva089 opened this issue Oct 31, 2022 · 1 comment
Open

Bug While converting Multiple named links from Slack to Jira #19

siva089 opened this issue Oct 31, 2022 · 1 comment

Comments

@siva089
Copy link

siva089 commented Oct 31, 2022

Fix : Named Links
Change .replace(/<(.+)|(.+?)>/g, '[$2|$1]') to .replace(/<(.+?)|(.+?)>/g, '[$2|$1]')

@shaunburdick
Copy link
Owner

What are you looking to solve with this change. Could you describe the actual bug?

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