Traceback (most recent call last): File "d:\python\JiraMigration\myenv\Lib\site-packages\jira\resources.py", line 193, in __getattr__ return self[item] # type: ignore ~~~~^^^^^^ TypeError: 'Project' object is not subscriptable During handling of the above exception, another exception occurred: Traceback (most recent call last): File "D:\python\JiraMigration\get_post_projects.py", line 137, in migrate_issues new_issue = target_jira.create_issue(fields=issue_fields) ^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\python\JiraMigration\myenv\Lib\site-packages\jira\resources.py", line 198, in __getattr__ raise AttributeError( AttributeError: <class 'jira.resources.Project'> object has no attribute 'create_issue' ('Project' object is not subscriptable) During handling of the above exception, another exception occurred: Traceback (most recent call last):