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

Get Create Issue Metadata endpoint (for Jira) is deprecated #319

Closed
nakul-prophet opened this issue Sep 13, 2024 · 0 comments · Fixed by #327
Closed

Get Create Issue Metadata endpoint (for Jira) is deprecated #319

nakul-prophet opened this issue Sep 13, 2024 · 0 comments · Fixed by #327
Assignees
Labels
enhancement New feature or request

Comments

@nakul-prophet
Copy link

nakul-prophet commented Sep 13, 2024

Is your feature request related to a problem? Please describe.

This is a great library (and an even better documentation), so thank you for this!

I was looking at the docs for create issue metadata and the code and I see that it's making a request to GET /rest/api/{2-3}/issue/createmeta

However, as per the Jira docs, this endpoint is deprecated as of Dec 2023.

The recommended alternative is to use /rest/api/3/issue/createmeta/{projectIdOrKey}/issuetypes for issue types and /rest/api/3/issue/createmeta/{projectIdOrKey}/issuetypes/{issueTypeId} for other metadata.

I should note that it's also deprecated for API v2

Describe the solution you'd like

Ability to call these new endpoints instead

Describe alternatives you've considered

I looked to see if there's a way to make raw REST calls using the library just for these, but I wasn't able to find it. If there is one, that could be a good short-term workaround for us.

Additional context
N/A

thanks!

@nakul-prophet nakul-prophet added the enhancement New feature or request label Sep 13, 2024
@github-project-automation github-project-automation bot moved this to To do in Roadmap Oct 5, 2024
@ctreminiom ctreminiom removed this from Roadmap Oct 5, 2024
ctreminiom added a commit that referenced this issue Oct 6, 2024
- Resolves: #319
- Updated the README.md and added a new section to execute a RAW endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants