prenagha / launchbar

LaunchBar Actions
https://renaghan.com/launchbar/
Apache License 2.0
182 stars 13 forks source link

Update jira.js to support any Jira project #18

Closed alloydwhitlock closed 2 years ago

alloydwhitlock commented 2 years ago

The current jira.js implementation was hardcoded with lookup for ER base, which was unnecessary. There was also behavior where the existing regex for issues without the ER project were being skipped. This solves for both conditions, while still moving to a search properly if a non-issue type is provided.

prenagha commented 2 years ago

great idea. implemented that and some more features. see 73eda166a554a59573fb3881e5eb0ab090a87711 let me know what you think anything else needed?

alloydwhitlock commented 2 years ago

Already commented on the linked commit 73eda16

I think you really took the basic change and really made it something more usable. Looking forward to these changes and hopefully seeing this Launchbar action get some more use again.