Closed MrRefactoring closed 5 years ago
Fixes for #141 and mayby for #132
Test required. Please install with this command: npm i https://github.com/floralvikings/jira-connector.git#features/sslStrict
npm i https://github.com/floralvikings/jira-connector.git#features/sslStrict
Code for test:
const jira = new JiraClient({ protocol: 'https', host: '', username: '', password: '', apiVersion: '2', strictSSL: false })
Fixes for #141 and mayby for #132
Test required. Please install with this command:
npm i https://github.com/floralvikings/jira-connector.git#features/sslStrict
Code for test: