How can I historise every day a search filter in JIRA

CHALENTON
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 14, 2024

Hi all,

I need some guidance, I would like to track change issuetypes that are scoped/unscoped on a daily basis. This in order to track how many changes from one day to another are scoped or unscoped.

So I doing this : 

I have a saved filter that I am exporting everyday in XLS : see JQL query below in bold

I historise in an excel sheet a few columns and I add dates

From there I can then insert charts etc, but I would like this to be done directly in JIRA with Charts in a dashboard, but I have not found/managed to find it.

I am using Custom Charts in a Dashboard

 

project = [value] AND issuetype = Change AND fixVersion = [value]

I would like to see the number of issues with fix/version in [value] the day before , today, and the day after

Thanks a lot for your support

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 18, 2025

Hi @CHALENTON and welcome, 

you can try using WAS clause, something like :

project = [value] AND issuetype = Change AND fixVersion != [value] and fixVersion WAS [value]

this jql is not per day basis.

Fabio

Suggest an answer

Log in or Sign up to answer