Created
April 24, 2018 18:08
-
-
Save kevsmith/6d500389ec55759dcbe20e0a47bbe68d to your computer and use it in GitHub Desktop.
go-jira config example
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
# 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: [email protected] | |
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