I want to pull a report which would tell me which stories have updated story points for a given day/timeframe, Can I do this?
Hi @Maria Tripodi and welcome to the community!
Unfortunately, this is not something you will get by way of JQL. Jira only offers a few fields that can be queried for history changes. However, if you're looking for issues that have changed story point value in sprint, you could use the native sprint report.
Otherwise, your best bet would be to leverage a custom date field and automation that would look something like this:
Then you'd be able to execute JQL like this:
YOURCUSTOMFIELD >= -3d
OK - thanks. I am not sure if that will be helpful for what I am trying to achieve.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you want to achieve? Knowing the goal we might be able to help you figure something out :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What hosting type do you use?
You can check story points updates with the Sprint report or Sprint Burndown chart.
If you are on Cloud, you can try Issue History for Jira add-on. My team has developed it as a journal for all past changes.
Here you can filter issues by date or date range and check if story points were updated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Disclaimer: marketplace partner!
Hey @Maria Tripodi -
If you are open to a 3rd party we support this in minware. Below is a screenshot from our Value Stream Report - this instance is grouped by ticket and I've set the date range to show activity from 11/27-11/30 but you can adjust the dates as you see fit. You can group this information differently if you'd like (Author, Epic, Sprint, Repository) and also apply the filters that you see in the upper right:
Each ticket can be expanded to show the work that went into it - all the way down to the individual commits:
We offer a free trial if you want to check it out!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Maria Tripodi hope your 2023 is off to a great start! Were you able to solve for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.