Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Createmeta update #488

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

robertmbaker
Copy link

@robertmbaker robertmbaker commented Oct 9, 2023

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.

#473

Types of changes

  • 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

  • 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.

@robertmbaker robertmbaker requested a review from a team as a code owner October 9, 2023 21:19
@seanportercci
Copy link

+1

@lipkau lipkau changed the base branch from master to develop December 21, 2023 13:38
@teunito
Copy link

teunito commented Jan 22, 2024

+1

@mkellerman
Copy link

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

@pccasto
Copy link

pccasto commented Jan 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants