I'm attempting to set the "versions" field in a Jira ticket.
I'm using the Python API:
ticket = {
...
ticket['versions'] = [{'name': '1.0.0'}]
}
jira_cilent.create_issue(ticket)
I get:
"errors":{"components":"The list contains an invalid value"}
I checked: 1.0.0 is a valid choice.
Actually, that is the correct code for setting the multiple choice version.
The problem was something else.
Thanks for adding an answer to clarify! :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.