Hi all,
We currently have all our issues set up in a way that the main way to categorize their type is by labels. (ex: label for fit vs label for gap).
The Burndown Chart feature in Jira shows all issues by default, but is there a way to add filter by label?
Thank you in advance.
Hello,
I think it would be
created >= startOfWeek(-3d) AND created <= endOfWeek(-4d)
Hey,
Thanks for your reply :)
This works mostly - but on a Friday morning at 00:00, the filter should think its a new week and show 0 tickets created - but it doesn't because we're using "StartOfWeek" so it won't actually show any new tickets created between Friday and the start of week. It will just show tickets between start of week -3d (Friday last week) and end of week -4d (Thursday this week).
Ideally, if i could change "StartOfWeek" to be a Friday, that would solve all my issues and i could just have
created >= startOfWeek() AND created <= endOfWeek()
But even if there was a way to do this, i'd only want it to affect my project only - not a global change.
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.