Hello,
the documentation of createmeta
(projectKeys=None, projectIds=[], issuetypeIds=None, issuetypeNames=None, expand=None) (see https://jira.readthedocs.io/en/master/api.html) is misleading in my opinion.
The parameter issuetypeNames is described as:
(Optional[str]) – Names of the issue types to filter the results with. Can be a single value or a comma-delimited string. May be combined with issuetypeIds.
That seems not to be the case, I can only provide exactly one value issuetypeNames (e.g., "Bug"). Lists are not allowed (however, this is also not stated in the description). But, a comma-delimited string is also not allowed (e.g., issuetypeNames="Bug, Incident"), even though it is mentioned in the description.
The official JIRA API also states that this is not possible:
combinded with issuetypeIds, lists the issue types with which to filter the results. If null, all issue types are returned. This parameter can be specified multiple times, but is NOT interpreted as a comma-separated list. Specifiying an issue type that does not exist is not an error.
So is there a possibility to add multiple issuetypeNames in jira-python without using issuetypeIds?
Hi!
Feel free to provide a pull request for fix your request
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.