Advertisement
Guest User

Untitled

a guest
Jul 13th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. axios.request({
  2. method: 'get',
  3. url: `${JIRA_URL}/rest/api/2/search?jql=project=${JIRA_PROJECT}+order+by+id+asc&startAt=${offset}&maxResults=${limit}`,
  4. auth: {
  5. username: JIRA_ACCOUNT.username,
  6. password: JIRA_ACCOUNT.password
  7. }
  8. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement