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

Merged
merged 4 commits into from
Jun 13, 2024

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.

@lipkau lipkau changed the base branch from develop to release/2.15-alpha June 13, 2024 15:07
Copy link
Member

@lipkau lipkau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added to the alpha release

@lipkau lipkau merged commit 4a64a1d into AtlassianPS:release/2.15-alpha Jun 13, 2024
6 checks passed
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.

7 participants