Skip to content

Issue createmeta will fail from Jira 9+ #1462

Open
@Ry-DS

Description

@Ry-DS

Problem trying to solve

If anyone tries to use this library for the createmeta end point on a Jira server running v9+, the function will fail. Check out https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html for more details.

The culprit function:
https://github.com/pycontribs/jira/blob/main/jira/client.py#L1725-1766

Possible solution(s)

You can see an example solution here: atlassian-api/atlassian-python-api#1031

Alternatives

You will need to write your own api requests if you want to use the createmeta endpoint, as it will fail if you use the latest version of Jira.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions