Skip to content

Instantly share code, notes, and snippets.

@kevsmith
Created April 24, 2018 18:08
Show Gist options
  • Save kevsmith/6d500389ec55759dcbe20e0a47bbe68d to your computer and use it in GitHub Desktop.
Save kevsmith/6d500389ec55759dcbe20e0a47bbe68d to your computer and use it in GitHub Desktop.
go-jira config example
# Get an API token here: https://id.atlassian.com/profile
# go-jira will prompt for it once and then store it
# in OS X's Keyring
endpoint: https://adroll.atlassian.net
user: first_name.last_name
login: first_name.last_name@adroll.com
authentication-method: api-token
project: RTI
password-source: keyring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment