Last active
May 26, 2021 08:37
-
-
Save alpriest/557f573dd3c0ac954649e9ae1861b2f3 to your computer and use it in GitHub Desktop.
How to setup Automator to open a Jira ticket from selected text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a new Automator Quick Action.
Set workflow receives current "text"
Add an ActionScript block and paste the below into it, adding your JIRA host name
Save the Automator task with a useful name e.g. "Open In Jira"
Open System Preferences
On the Security & Privacy tab under Accessibility, add Automator
On the Keyboard tab
Select Shortcuts
Select Services
Find your service in the list
Assign a keyboard shortcut, e,g. Option+Cmd+J
Open your favourite text editor and type a jira ticket number
From the app menu select Services, then Open In Jira
Now your keyboard shortcut should work everywhere (though it's a little tempremental)