Create Jira Issues with a custon field Select List (cascading) #1818
Replies: 1 comment
-
I found the solution ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need help understanding how to create tickets using custom fields, I need to create a ticket with this custom field with this structure below:
"custom field_10060": {
"child": {
"id": "11520",
"self": "https://s.atlassian.net/rest/api/3/customFieldOption/11520",
"value": ""
},
"id": "10113",
"self": "https://.atlassian.net/rest/api/3/customFieldOption/10113",
"value": ""
}
How can i create a dict to use in method create_issue !
Beta Was this translation helpful? Give feedback.
All reactions