Created
February 22, 2023 20:37
-
-
Save TravisBernard/865cee5928dfebe52d183be233226f98 to your computer and use it in GitHub Desktop.
AppleScript to Open Jira
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
set jiraID to display dialog "Jira ID?" default answer "" with icon note buttons {"Cancel", "Continue"} default button "Continue" | |
open location "https://SCRUBBED.atlassian.net/browse/" & (text returned of jiraID) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to compile