Skip to content

Instantly share code, notes, and snippets.

@TravisBernard
Created February 22, 2023 20:37
Show Gist options
  • Save TravisBernard/865cee5928dfebe52d183be233226f98 to your computer and use it in GitHub Desktop.
Save TravisBernard/865cee5928dfebe52d183be233226f98 to your computer and use it in GitHub Desktop.
AppleScript to Open Jira
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)
@TravisBernard
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment