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!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.