You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We are looking to define a way of tracking tasks based on the criteria of time logged for specific labels.
Jira has two built in fields for Tasks. "Time Tracking" and "Labels". We are hoping that Jira has native reporting options that can list Tasks that match a label and then the time spent on each individual tasks but more importantly is the ability to create Weekly, Monthly, Quarterly and yearly reports on number of tasks with a specific label and cumulative time spent on each label criteria.
Hoping we can do this within Jira as a number of apps are more advanced than what we need for this simple report.
Regards, A
Hi @Alan McCay
it would be rather cumbersome to achieve 100% what you described in the standard Jira without doing any extra step/effort.
You can get such easy to use simple reports using one of the addons from the marketplace:
After review we have come to the same conclusion.
We are currently investigation "Time Reports" which apparently supports Labels, and is free as part of Web version.
Thanks, A
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alan McCay -- Welcome to the Atlassian Community!
For reporting with out-of-the-box Jira features you may use saved filter searches, under the top-navigation bar: Filters > Advanced Issue Search
For example, you note an example of seeing the time tracking for a specific label for last week. You could do this with the query below, adding the Time Spent field to the columns:
project = myProject
AND labels IN (myLabel)
AND worklogDate >= startOfWeek(-1)
AND worklogDate < endOfWeek(-1)
To learn more about advanced searching features with JQL, please look here:
https://support.atlassian.com/jira-core-cloud/docs/use-advanced-search-with-jira-query-language-jql/
There is no built-in reporting engine for Jira. There are the filters and some dashboard capabilities. To get better reporting, there are marketplace add-ons for purchase. You may investigate them here: https://marketplace.atlassian.com/
Best regards,
Bill
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.