For create new ticket, how to assign customfield_10010 with jira-python ?
I want update with "ERP" value . This field have defined lists.
Dump to JSON have below data.
"customfield_10010": {
"requestType": {
"_expands": [
"field"
],
"id": "153",
"_links": {
"self": "https://XXXXXXXX.atlassian.net/rest/servicedeskapi/servicedesk/2/requesttype/153"
},
"name": "ERP",
"description": "Having trouble with ERP system?",
"helpText": "",
"issueTypeId": "10012",
"serviceDeskId": "2",
"portalId": "2",
"groupIds": [
"7"
],..
Hi,
If you need to update a select list you can look at these solution provided in this thread
Solved: Insert value into customfield of "select list" typ... (atlassian.com)
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.