i'm getting the following error every time that i try to send an issue to Jira:
data was not an array
Here is my dict and my erro code
issue_dict = {
'project': {'id': 12301},
'labels': 'angthing',
'summary': 'Create new issue from jira-python',
'priority': {'name': 'Major'},
'issuetype': {'name': 'Bug'},
'versions': {'name': '3.4.0'},
'components': {'name': 'App'},
'description': 'testing,',
'assignee': {'name': 'lis.new'}
}
new_issue = jira.create_issue(fields=issue_dict)
Community moderators have prevented the ability to post new answers.
Please don't copy and paste other people's questions, it looks like spam.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.