I want to be able to show Assignee, Ticket Description, Status, Days in Progress (or something similar,) for all tickets assigned to several different Parent/Epics.
Hi @Alicia Redden
Welcome to the Community!
You can easily get Assignee, Ticket Description, Status, Days in Progress (or something similar,) for all tickets assigned to several different Parent/Epics with Time in Status.
You can also book a live demo - we'll show you the application inside out and answer all your questions.
Add-on also developed by my team and free up to 10 users.
I hope you find this helpful 🚀
Welcome to the community !!
You can use Jira Rest API's to track the days in progress status. Or as an alternate if you are interested in a mktplace app you can try out
With this app you generate time in each workflow status for multiple issues with multiple filter and grouping options. This app also can easily be added as a dashboard gadget.
Disclaimer : I work for the vendor who built this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
"Days in progress" data is available in issue history and you can get it using Jira Rest API. It provides status changes for each issue by returning a json which you need to parse to calculate the time passed in "In Progress" status.
If you prefer using a marketplace app, you can try Status Time Reports app developed by our team. It mainly provides reports and gadgets based on how much time passed in each status.
Here is the online demo link, you can see it in action and try without installing the app. For your case, you can have a look at Time in Status for Each Issue report. You can add any Jira field you need to this report.
For further details, you can have a look at Status Time Reports How to Videos.
App Features:
If you are looking for a completely free solution, you can try the limited version Status Time Reports Free.
If you have any questions, feel free to schedule a call with us.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alicia Redden ,
Welcome to the community!
To show Assignee, Ticket Description, Status, and Days in Progress (or similar metrics) for all tickets assigned to specific Parent/Epics, you can use the Status Duration Report in Timepiece - Time in Status for Jira. Timepiece is a third-party app developed by our team at OBSS, designed specifically for advanced reporting in Jira.
Here’s how you can configure it:
Filter by Parent/Epics:
"Epic Link" in (EPIC-1, EPIC-2) OR parent in (PARENT-1, PARENT-2)
Include Required Fields:
Export Options:
If you'd like to explore this solution further, feel free to check out Timepiece on the Atlassian Marketplace or if you'd like more details you can also schedule a live demo. We will provide a comprehensive overview of the application and address any inquiries you may have.
Hope it helps,
Gizem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alicia Redden ,
Please tell me if you tried to create a JQL filter, a dashboard, add the 'Filter Results' gadget, specify the JQL filter you created earlier in the gadget, and choose the columns you mentioned above?
Best regards,
Alexey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alicia Redden ,
Welcome to community :)
Please refer to https://confluence.atlassian.com/jirakb/reporting-in-jira-461504615.html that could help you in your case
Thank you,
Prachi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alicia Redden
Welcome to the Atlassian community.
You can use the Filter Results gadget on a Jira Dashboard to display the results of a Saved Filter, and select the fields you want displayed.
https://support.atlassian.com/jira-cloud-administration/docs/configure-dashboards/
https://support.atlassian.com/jira-cloud-administration/docs/use-dashboard-gadgets/
To get the issues that have a specific parent issue you would use the filter
parent in (comma separated list of parent issue keys)
There is not a native "Days in Progress" field, however. There are third party apps that could add such a field for your, or you could use Automation For Jira to calculate that value for each issue and store it in a custom field of your making.
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.