sumoheavy / jira-ruby

A Ruby gem for the JIRA REST API
MIT License
654 stars 412 forks source link

Moves JWT to headers instead of query string #412

Closed gat-developer closed 4 months ago

gat-developer commented 11 months ago

Context

JWT in the query string is not supported anymore by Jira REST API. https://developer.atlassian.com/changelog/#CHANGE-995

Any call to Jira REST API with jwt in the query string results in a 401 response.

Changes

All specs passes: image