Hi!
I am very new to Jira, and I am checking out the viability of the software for our company.
One of the requirements is to be able to create a table report for status meetings showing issues/task that have been completed since a specific date or any open / in progress issues/tasks.
Ideally, I would like the report to be a teammate by teammate basis.
I don't mind building the report myself, however, I am having difficulty finding the right documentation...
I am using the cloud version of Jira.
Thank you for your help!
j.
Hello Jeff,
One way you do this in Jira Service Desk it to create a saved search using JQL search. Once you save this search it becomes what JIRA calls a “Filter” This filter can be added to a dashboard and that dashboard can be shared with people. Essentially this is how reporting of this type can be handled within Jira SD.
For instance; if you wanted to identify issues from a particular project which are still Open and assigned to a particular person you could create a saved search (filter) using the following JQL string in the “Search issues” tool. It might look something like: project = Demo AND status in open and assignee = jdoe
You could do the same for issues completed during a certain time: project = Demo AND createdDate >= 2017-05-20 AND createdDate <= 2018-05-21 AND status = complete
You would run the search by hitting enter, then save this as a saved search (filter) then add a gadget to the dashboard and seat the filter with the gadget. You would have to share the filter and dashboard with the groups. (interested parties).
So, it can be done, it’s a bit tricky but once its set up it works pretty well. You can even use a subscription model to email these saved searches to people and thus they receive the report automatically.
So, you can create a search filter with person (assignee) status (open, complete, in progress, etc) timeline, by project(s). The key is to think in terms of saved searches, filters, and dashboards. Then you can establish groups, add the correct people, share the dashboard and filters with those groups and they can see the information.
Hope this helps,
Joe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Very glad to help Jeff. All the best. Joe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Joe Kyle - For getting a table as a result (not a 2D table- I would need some more columns) , do we have a gadget ?
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.