atlassian-plugin-sdk

Is there any way to add components to jira issue using python jira client?

Is there any way to add components to jira issue using python jira client? Question: 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. ticketObj = authJira.issue(‘ABC-12345’) print(ticketObj.fields.components) This is outputing below results [] Because …

Total answers: 2