Jira-Python Create Ticket Assign value to Custom Field

moonhkt August 11, 2022

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"
],..

1 answer

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 3, 2024

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)

Suggest an answer

Log in or Sign up to answer