AtlassianPS / JiraPS

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

Createmeta update #488

Closed robertmbaker closed 3 weeks ago

robertmbaker commented 8 months ago

Description

The createmeta API call has changed. As per: https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html

The path for the API call and the data returned have changed format. This causes the New-JiraIssue commandlet to fail. This change addresses both the change in URI and the change in format.

Motivation and Context

This change addresses an API issue with the createmeta API call.

https://github.com/AtlassianPS/JiraPS/issues/473

Types of changes

Checklist

seanportercci commented 8 months ago

+1

teunito commented 5 months ago

+1

mkellerman commented 5 months ago

@lipkau Any way we can push a new version manually while we are working on refactoring the CI workflows?

pccasto commented 5 months ago

I did a hand-edit, taking the patch, and applying the pieces to the combined JiraPS.psm1 file. THANK you very much for the patch!! Things are working nicely against an Enterprise Jira Server 9.4.3 installation.