floralvikings / jira-connector

NodeJS Wrapper for the Jira REST API
http://floralvikings.github.io/jira-connector/
MIT License
373 stars 180 forks source link

Custom headers allowed for addAttachment method #162

Closed MrRefactoring closed 5 years ago

MrRefactoring commented 5 years ago

Fixes for #161.

@liemnt tests required:

Install:

npm i https://github.com/floralvikings/jira-connector.git#custom-headers-for-attachment

Test method:

jiraClient.issue.addAttachment({
  ...
  headers: {
    'X-Atlassian-Token': 'nocheck'
  }
});