Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×In order to achieve this you have first to create the filters which will show the results you want.
Keep in mind that you could also use Issue statistics or Two Dimensional Filter Statistics to get the same results.
Let me know if you got this!
Is there any other way to achieve this, also I am using easybi reporting extension in jira, if you could help me out with that as well then it would be really helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately I don't have eazyBI but you can start by reading their documentation here https://docs.eazybi.com/eazybi?eazybi-for-jira This ought to help you accomplish what you want!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried using the steps which you mentioned above but it seems to be not working, i created the jql query for to do to in progress status but it shows completed status as well...jql used was: project= "Integration- Marketing" and status changed FROM "TO DO" TO "IN PROGRESS"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Without a visual, can't really understand a lot..
Where are these issues showing? On the search results? On your dashboard?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On search results, and using this method it just shows the count of issue in statuses, but not the number of issues converted from one status to another
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.
Then try using:
project= "Integration- Marketing" and status changed FROM "TO DO" TO "IN PROGRESS" and status = "In progress"
The above should get you the results you want.
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.
Whichever you want. It doesn't really matter, since you will only count the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But like this I got to create multiple filters right, is it possible to show all status in one filter instead of creating multiple filters
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With the solution I provided, no, unfortunately. Perhaps eazyBI has another method of calling the changed operator and present it will all the results together. To be honest I don't know if that's possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My boss wants to see the number of issues that are changed from one status to another in a day, and that he needs to see everyday...how can we achieve that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding the following JQL in a single filter:
project = YOURPROJECTNAME and status changed BEFORE endOfDay(-1) AFTER startOfDay(-1)
will yield ALL issues that changed status yesterday. No, if you take the above filter and place it on a 2D filter gadget, you will get an image like:
Now, the above image would satisfy the needs of your requirement "the number of issues that are changed from one status to another in a day".
Placing it on a dashboard, will change automatically each day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can I enter the name of multiple projects in the jql query?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So the above solution works for you?
You can erase completely the "project = " to include all projects. Or you can write project in ("project a", "project b", "project c") to include the desirable projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project = ( "Integration- Actuarial","Integration- Claims & Ops","Integration- Consumer Direct","Integration- Credit Union","Integration - Direct Sales","Integration- Finance and Accounting","Integration- HR","Integration - Indirect Sales","Integration- IT","Integration- Legal & Compliance","Integration- Marketing","Integration- Product Development","Integration- Risk","Integration- Wealth Building")and status changed BEFORE endOfDay(-1) AFTER startOfDay(-1)
I have added all the projects which I need to display on dashboard, but it shows an error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, i forgot to add "in" operator instead of equals to operator, it works now...just one last ques, the query "before end of day(-1) after startofday(-1)" what does it depicts? Does it shows the result of current day or is it yesterday's result?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, because you didn't write "project in ()". You can't use the equal sign when you have multiple values in a parenthesis.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ayush Lawania as I mentioned earlier:
This means that each day you run this filter, it will always yield the results of the previous day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for helping, and if I am correct, the count in each status relates to the number to issue were there in that status yesterday right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. The 2D gadget I pasted in a previous comment, using the latest JQL I showed you, will show:
This mean that the above JQL can include changes to more that one status. E.g. I have an issue which yesterday transitioned from TODO, to In Progress and then to DONE. This will be seen in the gadget in the column DONE only one time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ayush Lawania did you solve your problem? If yes, then kindly mark my answer as accepted in order to help others in the community with similar questions. Much appreciated!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah it solves my query, but I am having hard time to understand how it works and how to read this report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you post please a screenshot of your 2D filter gadget?
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.
So, you tell your boss that:
Yesterday, 2 issues of type stories were transitioned to In Progress, 4 to ToDo and 9 to Completed. And 8 issues of type subtask were transitioned to In Progress and 2 to ToDo.
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.
Hello @Ayush Lawania
As an alternative , I guess you can try Time in Status for Jira Cloud (developed by my SaaSJet team) with 7 types of status time reports can help you with this.
All your information about time that your team spent working on tickets in specific verticals during the year will be show up here.
For example
This add-on has a 30-day free trial version.
Please, let me know if you have any questions
Hope it helps,
Valeriia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is Ilze from eazyBI. As you have eazyBI, you my create a report there.
For that,
See how the final report table would look (I used "Current year" as Time period because I do not have good data for "Today"):
If you have the "Issue type" dimension in rows, you can expand it to show numbers by issue type.
If you want to show only numbers without table, switch from Table to Gauge and select the option "Only values".
Hope this report answers your questions!
Best,
Ilze, support@eazybi.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Am not able to see the images which you have attached here, can you please attach them again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I am sorry for that!
Below is the initial table report:
This is the same report, Gauge chart view, with the "Only values" option selected:
Are they visible now?
Ilze
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.
Am not able to set the time to today and yesterday, can you help with that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure.
1. How to set filter for today and yesterday.
You may want to create calculated members in Time dimension that always retrieve the current day or yesterday. Read here how to create a calculated member in Time dimension: https://docs.eazybi.com/eazybi/analyze-and-visualize/calculated-measures-and-members/calculated-members-in-time-dimension
The formula for "Today" member would be the following:
Aggregate({[Time].[Day].CurrentdateMember})
For"Yesterday", you would create another member with the following calculation:
Aggregate({[Time].[Day].CurrentdateMember.PrevMember})
When you have created needed members, select them in dimension and then from the dropdown:
2. Now, about data refresh.
eazyBI is a non-real-time analysis tool, which means that data are imported from Jira into the eazyBI database and reports are built on data located in the eazyBI database. When you open the report, there would be based on the latest imported data.
We suggest setting regular data imports every day (data import would be automatic and incremental): https://docs.eazybi.com/eazybi/data-import/data-from-jira#DatafromJira-Regularimportfrequency
About Time members: they are dynamic, "Today" member would show data that happened on that day (and are already imported), while "Yesterday" will always show transitions that happened a day before.
If you want to show the latest data, you may run data import manually (it also will be incremental) right before opening the report.
Best,
Ilze
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.