Advertisement
Guest User

Untitled

a guest
Jul 13th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. axios.request({
  2. method: 'get',
  3. /*
  4. * JIRA_ISSUE = the JIRA issue that we get from the previous call
  5. */
  6. url: `${JIRA_URL}/rest/api/2/issue/${JIRA_ISSUE.id}/?fields=attachment,comment`,
  7. auth: {
  8. username: JIRA_ACCOUNT.username,
  9. password: JIRA_ACCOUNT.password
  10. }
  11. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement