Skip to content

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

Description

@nakul-prophet

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!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions