Skip to content

Instantly share code, notes, and snippets.

@dbenchi
Created July 13, 2017 08:48
Show Gist options
  • Save dbenchi/4dd58ce456728725829aefa6f78ed2e9 to your computer and use it in GitHub Desktop.
Save dbenchi/4dd58ce456728725829aefa6f78ed2e9 to your computer and use it in GitHub Desktop.
// the base url to your JIRA
const JIRA_URL = 'https://your-jira-url.com/';
// the JIRA project ID (short)
const JIRA_PROJECT = 'PRO';
// JIRA username and password used to login
const JIRA_ACCOUNT = {
username,
password
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment