Hello there support,
Basically, I need to create a report that shows how many issues there were at each past month with what their status was at that point in time - for example:
Jan 2024 had X amount of ''Pending'', Y Amount of ''In Progress'', and Z amount of ''Client QA''.
Feb 2024 had X amount of ''Pending'', Y Amount of ''In Progress'', and Z amount of ''Client QA''.
Mar 2024 had X amount of ''Pending'', Y Amount of ''In Progress'', and Z amount of ''Client QA''.
ect ect ect (Preferably in a bar graph).
Is this possible using just JQL? I have tried multiple times to write this as its not a default report however I've had no Joy. - I have also read other forums trying to attempt similar reports to mine but to be told that this is not possible without a plugin/module?... any help would be appreciated!
Many thanks!
**Note: ChatGPT says the following ''To track the issue changelog in Jira using JQL, we can't directly retrieve the full changelog data (like each individual change) with pure JQL because it doesn't have built-in support for fetching historical changes.''