Hi,
We are currently using the Jira Work Management board (a team-managed project).
We are wanting to create some reports based off how many cards each user moves to a specific column (status) in a specific period of time.
For example “[Name] moved 3 cards to review and 5 cards to completed this week”.
We have reviewed all the available reports and the summary area and cannot see anything relating to this.
Is there a way we can get this data? Any type of graph/chart/table for this report would be suitable as we just need the data.
Please let us know how this can be built out for us.
Thank you,
I can recommend my company's app called Custom Charts for Jira, which allows you to create beautiful and detailed reports on your Jira Dashboards using projects, saved filters, or custom jql functions as your report sources.
You have a variety of customization options to match the reports to your exact needs. You can see more and try the product here.
Hi, thank you for the help. This app looks great. Could you point us in the right direction within your app to the graph/area I would need to use to be able to achieve the report we are trying to create?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Jared,
There is not a native report that will provide that information.
You can't get that information from a single query.
You could create multiple queries to get the list of issues that match each pairing of user and destination status by using the CHANGED operator.
https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#CHANGED
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.