31 support issues
For additional help, check out the developer's support site.
- All
- Questions
- Suggestions
- Problems
Jean-Paul Desrochers
Jul 19, 2021
Invisible suffix
Hi, When I use the default "email" configuration (^\[#?([^\]]+)\](.*)( -[^-]+)$) I get the expected result except there is a part of text that appears after the title that I want to strip out.
Here is an example of the raw output ( empty title pattern and empty output pattern):
[VEOFIN-2392] Facturation - Facturation non effectué sur une inscription référable - non visible - SI - STI - Université de Sherbrooke
The regEx already removes the last part ( ( -[^-]+)$) since I don't output the third group ($3) - which corresponds to "- Université de Sherbrooke" but I need to remove " - SI - STI " - which appears in every output but is not part of the title. I have tried a positive lookahead, such as .+?(?=abc) but I can't get it to work. My regEx works fine on the RegEx101 site but doesn't workwith the Jira plugin. Thanks
- Report illegal content
- Copy link
Syed G
Sep 8, 2020
Copy from Active sprint
Hello,
This is great tool to use when the issue or task is opened in new tab, this doesnt work for me if I am try to do that from active sprint.
1. go to active sprint tasks/ issues.
2. click on the extension or use shortcut.
3. It doesnt copy the issue/task to the clipboard.
4. Open the issue/task in new tab and it works.
Is there a limitation ?
Thanks,
- Report illegal content
- Copy link
Carlos Moreno
Jul 9, 2020
Can I paste without inline styling rules?
I like this extension...it's almost perfect. But when I paste a copied link into a rich text editor such as Thunderbird or a Word document, the $html pattern seems to add an inline style attribute like this: style="font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 75%;" If these inline styles were eliminated (which I can do by double-clicking the link in Thunderbird and removing the CSS properties, which is a pain) then it would be perfect. Is there a way for me to achieve a link like this $html:<a href="$url">$1:$2</a> without any added inline styles?
- Report illegal content
- Copy link
Raffi Raffi
Mar 3, 2020
Mac
Does this extension work on a Mac? I have it installed on chrome, mac but I can't seem to get it to work. It works perfectly on my PC. Any advice would be greatly appreciated.
- Report illegal content
- Copy link
Sainath Sagar
Jun 10, 2019
Can we get the same extension for Mozilla Firefox
It's a good to have extension. But, I'm one of the guys who don't use chrome at all and we completely work with Mozilla Firefox. Could you please provide the same extension for Firefox as well.
Thanks in advance.
- Report illegal content
- Copy link
Chris N
Apr 23, 2019
How to trim the URL before its put into the variable
When it captures the JIRA URL, its also grabbing the "?jql=blah" or other parameters that jira feels necessary to add.
How do I just grab everything before the ? if there is one in the URL? i don't want the output containing all of the remaining irrelevant info. I've been playing with Regex for hours and cannot come up with a way to do it!
- Report illegal content
- Copy link
Neil Smithline
Aug 1, 2018
Add default rules (0-config on new install)
Add a few default rules so that the tool works out of the box (provided the URL matches). It's a hassle to have to configure the extension every time I have to start a new browser profile.
I think that working out of the box would increase use as now it's a bit complicated to get started.
You may also want to consider adding default rules for Slack as it's pretty popular. I use:
`$1: $2` ($url)
- Report illegal content
- Copy link
Jonathan Dror
Jun 27, 2018
Got a firefox version?
Any chance you have a firefox version for this?
- Report illegal content
- Copy link
Vamsi Krishna
May 28, 2018
Newline in Custom out pattern
Hi mshytikov,
Really like the tool.
Have a question, I am defining a custom pattern and need a new line in the Out pattern.
Meaning I would like the result to be in multiple lines. Could you please help as to how could I achieve it.
Thanks,
Vamsi.
- Report illegal content
- Copy link
Artem Z.
Jan 19, 2018
Shortcut for each rule
The only major issue for me now is opening extension menu by shortcut and not running rule. It makes shortcuts useless.
Would be great if we can set shortcut for specific rule.
- Report illegal content
- Copy link