Forums

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

python:I want to update the reporter,but it update the assignee

bowei bai October 26, 2020
jira = JIRA('https:...',basic_auth=('..', '..'))
issueOne = jira.issue('project-100')
issueOne.update(reportor='newreport')

 This is a very simple code and I have the right to change the report!

1 answer

0 votes
Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 26, 2020

Hi @bowei bai ,

Should that not be reporter? I meant the spelling

issueOne.update(reporter='newreport')

Also pls check if the user id has "Modify reporter" permissions in the project.

bowei bai October 28, 2020

thinks for your reply,the spelling in the code is correct...

And I have "Modify reporter" permissions in the project.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events