pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.94k stars 859 forks source link

Implement createmeta_fieldtypes for cloud instance #1688

Open Mark31415 opened 1 year ago

Mark31415 commented 1 year ago

Problem trying to solve

Hello,

I'm trying to get the required fields to create the different issues on my cloud instance but unfortunately the function "createmeta_fieldtypes" is not usable with the cloud instance.

The following error message appears: JIRAError: JiraError HTTP None text: Unsupported JIRA deployment type: Cloud or version: (1001, 0, 0). Use 'createmeta' instead.

But unfortunately createmeta doesn't give me the necessary infortmation.

Is it possible to port this function to cloud instance?

Possible solution(s)

No response

Alternatives

No response

Additional Context

No response