Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set Asignee on Task #1781

Open
2 of 4 tasks
bostonareahuman opened this issue Dec 21, 2023 · 0 comments
Open
2 of 4 tasks

Unable to set Asignee on Task #1781

bostonareahuman opened this issue Dec 21, 2023 · 0 comments

Comments

@bostonareahuman
Copy link

Bug summary

issue_dict = {
      	'project': 'RS',
    	'summary': mysummary,
    	'description': dd,
    	'issuetype': type,
     	'labels':['111','222'],
		'assignee':{'name':'NAME OF USER'}
       }
  
		new_issue = jac.create_issue(fields=issue_dict)

Issue is created however there is no assignee is given..no errors from what I can see are thrown....

Is there an existing issue for this?

  • I have searched the existing issues

Jira Instance type

Jira Cloud (Hosted by Atlassian)

Jira instance version

No response

jira-python version

3.2.0

Python Interpreter version

3.6.8

Which operating systems have you used?

  • Linux
  • macOS
  • Windows

Reproduction steps

Run the above code in the description

Stack trace

N/A

Expected behaviour

that a new task be created with

Additional Context


certifi 2020.12.5
cffi 1.14.4
chardet 4.0.0
cryptography 3.3.1
defusedxml 0.6.0
idna 2.10
importlib-metadata 4.8.3
jeepney 0.7.1
jira 3.2.0
keyring 23.4.1
oauthlib 3.1.0
pbr 5.5.1
pip 21.3.1
pycparser 2.20
PyJWT 2.0.0
requests 2.25.1
requests-oauthlib 1.3.0
requests-toolbelt 0.9.1
SecretStorage 3.3.3
setuptools 59.6.0
six 1.15.0
typing_extensions 4.1.1
Unidecode 1.1.2
urllib3 1.26.2
wheel 0.37.1
zipp 3.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant