jira.assign_issue(key, assignee)
Seems to be failing with the following error
User 'JIRAUSER<id>' does not exist
Although, navigating to https://<jira_host>/rest/api/2/user?username=<username>
has the correct user id "JIRAUSER<id>"
Other methods like creating an issue, transitioning the issue, etc. all work fine.
Python package version: jira==3.0.1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mirek ,
Yes the user has the assign permission, I am able to assign the issue to the user through the JIRA UI, just not through the jira python client which invokes the Rest API. Also, this is not for one specific user, but multiple users.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.