How can I override the default browser? #254
Locked
ankitpokhrel
announced in
FAQs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You can either use
JIRA_BROWSER
or standardBROWSER
environment variable to override default browser. The envJIRA_BROWSER
gets precedence over theBROWSER
variable.Examples:
$ BROWSER=firefox.app jira open $ JIRA_BROWSER="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" jira open
Beta Was this translation helpful? Give feedback.
All reactions