JiraPS
JiraPS copied to clipboard
Fix issue with /createmetadata endpoint deprecation
Description
Try to fix the issue with New-JiraIssue
because of the deprecation of the createmeta endpoint: https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html
Should solve these issues: https://github.com/AtlassianPS/JiraPS/issues/461 https://github.com/AtlassianPS/JiraPS/issues/469
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.
- [ ] I have added Pester Tests that describe what my changes should do.
- [ ] I have updated the documentation accordingly.
Bump! We would really like to see this fix get merged in, our release automation is currently broken due to this change...
And another bump from me as well.
👀