AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
321 stars 131 forks source link

createmeta REST endpoint removed #473

Open semarbob opened 1 year ago

semarbob commented 1 year ago

Description

Module has been running fine up until we updated Jira to 9.4.3 After upgrade create a new issue (JiraPS V 2.14.6) can't get the issue types via createmeta call.

New-JiraIssue @parameters -Credential $Creds - -- Invoke-JiraMethod : Issue Does Not Exist

Steps To Reproduce

Creating a new ticket gives this error message.

Expected behavior

Ticket created in Jira

Screenshots

jiraps_error

Your Environment

Jira Version 9.4.3 JiraPS V 2.14.6

Possible Solution

mitigate the issues caused by the createmeta REST endpoint removal as stated here: https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html