MrRefactoring / jira.js

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
https://mrrefactoring.github.io/jira.js/
MIT License
349 stars 46 forks source link

Fix ignored body in setDashboardItemProperty #240

Closed jbouchard24 closed 1 year ago

jbouchard24 commented 1 year ago

This fixes a bug where the body is ignored and not sent in dashboards.setDashboardItemProperty(). I also added the Content-Type: application/json header to avoid receiving a 415 response from Jira.

API docs: Set dashboard item property

MrRefactoring commented 1 year ago

Thank you for the fix!