4.4 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Michael LiquoriApr 8, 2024
Great extension and to @steve jagodzinski - all Chrome extensions are unminified Javascript so anyone can see all the code. Use developer mode and search for the ID of the extension to find the folder using an app like Find Any File or in terminal (not Finder). There is no data being sent anywhere, and it doesn't know anything about your company. It is just a simple regex finding things that LOOK like JIRA tickets and turning them into links. Super useful! The only downside is that I... Show more
Steve JagodzinskiMar 30, 2020
Is this open source to be sure that data is not being sent home? This extension works perfectly, but I have to rate it a 3 because the source is not readily available / there is no way to know its not sending content home. I mainly want this to link to JIRA from GitLab, and I don't need a random Chrome extension developer knowing all of our company inner source code. Happy to change to a 5 if source code can be provided.
Forrest SmithSep 6, 2019
This works well for me, except for one quirky behavior on Chrome OS that is actually pretty disruptive: If I'm typing out an issue tag in a text-input box, the moment when the plain text gets caught and edited into a link by the extension also seems to reset the placement of my cursor in the text box (it seems to almost always jump back to just before the start of the link). Is there a way to disable the auto-linking in text-input boxes? Or to have it add the link but but leave my cursor whe... Show more
Jarosław RenczJul 3, 2019
It would be great to be able to decide whether links should always be opened in a new tab
Robert WunschJan 9, 2019
I do like the plugin - BUT PROBLEM: I does not work for high issue values such as "CQ-4260316" - the last digit is being cut-off.
Nate ElmerOct 10, 2018
This is a simple and effective extension, thank you.
Audun BjørkøyAug 22, 2018
Does what we want! Only thing I could ask for is an option to open links in new tabs.
Devon LehmanOct 13, 2016
Does exactly what I want it to do, works perfectly!
Chris LozeauSep 10, 2015
Links to JIRA issues perfectly. Time saver. Thanks!
Andrew MacheretFeb 12, 2015
The only of this kind that I could find, however: 1. We use gitlab, but it unfortunately breaks the network graph and there's no way to exclude a page by wildcards like you can with userscripts. 2. The regex is case sensitive, and the only workaround is to do something like [tT][iI][cC][kK][eE][tT]-[0-9]+ which gets painful when you start to work with more projects. I ended up copying a chunk of the source code and making a personal userscript out of it.