The code use int64 type for the github-id custom field in Jira issue when the Jira issue is getting saved. <img width="805" alt="Screenshot 2023-08-29 at 10 04 40" src="https://github.com/uwu-tools/gh-jira-issue-sync/assets/29901041/5245fe0f-0c65-476f-afa7-966833c1fad3"> But when the Jira issue read in from the Jira and is compared, the program parse this field as float64. <img width="596" alt="Screenshot 2023-08-29 at 10 13 33" src="https://github.com/uwu-tools/gh-jira-issue-sync/assets/29901041/9298db36-9279-4cc9-bf05-0cb2b3e745fa"> It can cause problems during testing.