I need to find all the changed issuetype from all the projects during 01/01/24 to 31/12/24.
Ex. All issuetypes changed like Bug to Story, Story to Bug etc.
Unfortunately I don't think there is a way to do it. You can see there are several folks asking for this feature here https://jira.atlassian.com/browse/JRACLOUD-30663
If this is something you want to monitor on an on-going basis, one suggestion would be to use an automation to add a label or something when the issuetype is changed so you can search on it later. You could do a label or a hidden custom field.
Trigger would be to monitor a change on the field issuetype. For example, if issuetype is changed from Story to Task add label Story_To_Task, else if Issuetype is changed from Task to Story add label Task_To_Story and so on for whatever you are watching.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.