When I run the Jira Pie Chart report it appears that the data displayed to cumulative and represents all data ever entered. Is there a way to limit the data reported to just the last 30 days or to a specific date range like 11/1/2018 ro 11/30/2018?
you cannot do this dynamically, i.e. w/in the gadget but you can certainly change the filter to restrict the period of interest.
Sorry, this is probably a dumb question, but how do I change the filter for time, when I click on the change filter link I don't see any time period option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
wait...sorry i think you are looking at some default report maybe. Can you elaborate on where you are seeing this and Server or Cloud?
I immediately thought that you were using pie chart gadget on a dashboard for which there is an underlying filter that you can edit.
still might be possible. i just need more info here to assist further. but if this is something Server specific I may run out of ideas as I use Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the default pie chart report in the cloud version of Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Eric Leach, can you create a filter and save/star it that includes the time frame desired. Then select under the "Starred" tab in your Filter or Project Picker.
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.
ok so first here is a link that you should read - advanced-searching-functions-reference as filters and searching are all too important in Jira. Note to that you can search for tons of info w/in the documentation from that link.
Quick starter: (assumes you are on Cloud)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are the man! Thanks, one last question, looking at the syntax for the JQL functions I didn't see a way to specify a specific month, like October or November?
project = "IT Infrastructure KanBan" AND createdDate >= startOfMonth() AND createdDate <= endOfMonth()
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.
Great! If this all helped please consider accepting the answer to close it out.
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.