Hi all, could you please explain me on how to create a custom report in Jira. Based on my requirement i have to create multiple reports like Requirements traceability, test cases execution, Defect age(5days, >5 days, < 5days)..... etc.
Hi @Prasad.S ,
Unfortunately, the data you provided is not enough to answer your question definitely. It all depends on how do you track all of these. There is some probability that you will be able to achieve that with JQLs and native JIRA gadgets. If not, and you use sprints, then you can try the app I have developed - Multi-team Scrum Metrics & Retrospective. It has a lot of capabilities that can help you report - for example, you can track any custom metric constructed via JQL - and even retrospect in place.
Best regards,
Alexey
Hi @Prasad.S 👋
Creating custom reports in Jira depends on the type of information you're looking to track and visualize. For basic reporting, Jira's built-in tools, like JQL (Jira Query Language), and dashboards can help you get started. For example, you can use filters with JQL queries to define criteria such as:
status = "Open" AND created <= -5d
for defects older than 5 days.status = "Open" AND created >= -5d
for defects younger than 5 days.However, for more advanced custom reporting, especially if you need detailed time tracking metrics such as defect age grouped by ranges or status time insights, you might benefit from an add-on like Time In Status.
With Time in Status, you can:
Also you can see Time in States Metrics as a Dashboard Gadget. For an example how long a task was in progress on each Assignee or how long it was Unassigned. You also have a Table or Chart view for this.
4. For more in-dept analysing try out Pivot view table. We can evaluate how much the time in the In Progress status has changed depending on the number of tasks, and we can also “dive deeper” and see which tasks have spent a lot of time.
Add-on developed by my team.
You can also book a live demo - we'll show you the application inside out and answer all your questions.
I hope you find this helpful 🚀
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Prasad.S,
My advice is use Jira dashboards, not Jira reports, for your use case. They have the advantage of being highly customizable and centralizing all the information in one place. In addition, they can be shared with other users.
Jira offers many gadget that you can use. Look at Filter Results, Pie Chart, Two Dimensional Filter Statistics or Issue Statistics gadgets of Jira.
In addition, you can find many plugins on Atlassian Marketplace that offers additional dashboard gadgets.
In case you need to use a plugin, our Great Gadgets app offers many gadgets that can be very helpful for your use case: WIP Aging Chart gadget, Pivot Table & Pivot Chart gadget, Advanced Issue Filter Formula gadget and many more. See this article to make a better idea: Building a powerful Kanban dashboard in Jira with Great Gadgets app.
Danut.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Prasad.S
There are dashboards to be build, that can provide insight in Jira issues.
Also there are options on the marketplace to enhance this.
Do you use a Test Management app, does that provide reports?
But not in the least, Jira is not a reporting tool.
If you have requirements that requires you to, simply said query data and combine as required, then you are referring to BI.
Then use the API possibilities native, and some times apps provide options as well, or even apps on the marketplace to have export options to specified BI tooling.
Then use a BI tool to create the report you require.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Prasad.S , what exactly defines a report in your case? Do you want a list of issues that meet a certain DB query? If so use JQL (basic or advanced) to create, save, and subscribe to filters. Or maybe your requirements would be better served by a dashboard that illustrates your data, using various lists, graphs and charts. To be clear, in order to support you more completely I would need greater details around your goals and requirements.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Jack Brickey , I have to create report between user stories and Test cases, its like RTM.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.