JiraPS icon indicating copy to clipboard operation
JiraPS copied to clipboard

Createmeta update

Open robertmbaker opened this issue 2 years ago • 4 comments

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

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • [x] My code follows the code style of this project.
  • [x] I have added Pester Tests that describe what my changes should do.
  • [ ] I have updated the documentation accordingly.

robertmbaker avatar Oct 09 '23 21:10 robertmbaker

+1

seanportercci avatar Oct 18 '23 16:10 seanportercci

+1

teunito avatar Jan 22 '24 12:01 teunito

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

mkellerman avatar Jan 24 '24 17:01 mkellerman

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.

pccasto avatar Jan 29 '24 22:01 pccasto