Skip to content

Instantly share code, notes, and snippets.

@dbenchi
Last active July 13, 2017 08:46
Show Gist options
  • Save dbenchi/79525acb9a86d7c6732b1f66d66c755e to your computer and use it in GitHub Desktop.
Save dbenchi/79525acb9a86d7c6732b1f66d66c755e to your computer and use it in GitHub Desktop.
axios.request({
method: 'get',
url: `${JIRA_URL}/rest/api/2/search?jql=project=${JIRA_PROJECT}+order+by+id+asc&startAt=${offset}&maxResults=${limit}`,
auth: {
username: JIRA_ACCOUNT.username,
password: JIRA_ACCOUNT.password
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment