org.springframework.dao.DuplicateKeyException: A different object with the same identifier value was already associated with the session
My objective is to download Issue data of Apache projects using the Jira REST api and store the fetched objects using Spring with JPA (Hibernate).