Is there any way to add components to jira issue using python jira client? #1363
-
I was working on a project where I have to update jira issue fields like components , epic links,etc.
This is outputing below results
Because components is a array
But this method is giving below error
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
can you try following
|
Beta Was this translation helpful? Give feedback.
-
We managed to discover the right syntax from here: Refer: |
Beta Was this translation helpful? Give feedback.
We managed to discover the right syntax from here:
https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-edit-issues-6291632/#:~:text=The%20Rest%20API%20allows%20you%20to%20edit%20an,to%20set%20or%20modify%20fields%20of%20an%20issue.
Refer:
#1368 (comment)