I was working on a project where I have to update jira issue fields like components , epic links,etc. I am using jira python client(https://pypi.org/project/jira/) to do this task. This is outputing below results Because components is a array So If want to update a field in the jissue I have to do the below things But this method is