The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Mohamed Benziane
Community Champion
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)