Create an issue using the JIRA python API and link it with an existing Epic using the epic name and not the ID. I also want to use the name for assignee rather than using the id of the assignee. It would be super helpful if anyone could answer this.

Create an issue using the JIRA python API and link it with an existing Epic using the epic name and not the ID. I also want to use the name for assignee rather than using the id of the assignee. It would be super helpful if anyone could answer this.

Copyright © 2021 Jogjafile Inc.
The Python JIRA API does support creating issues and linking issues, but like other APIs, it often requires issue IDs rather than names. You can use names but you need to query the API to first find the corresponding epic and user name IDs.