MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API

Home Page:https://mrrefactoring.github.io/jira.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migration to new axios version

MrRefactoring opened this issue · comments

Need to upgrade axios to 1.3.5 or higher version. General issue is paramSerializer that I use in jira.js, looks like it's not working with new version of axios

Hey, I'd love to help with this bug. Could you explain to me what exactly is not working with it? Is it not properly creating the parameter string or is it erroring out completely?

Oh, looks like Axios fixed the issue with paramSerializer in the new version of the lib. Let me double check

Hello @VishnuVelayuthan! Thank you for your help suggesting! Looks like axios fixed all issues with paramsSerializer and now we can just bump the version in package.json