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.
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.