Work sub query

Christoph Feddersen March 18, 2012

I've a question about the new work sub query feature, mentioned in the release notes.

We're currently using two rapidboards. The first one just contains the work items, released items are not visible there. The reason for this was that we don't want to have a "Done" column with hundreds of entries. For reporting, we a copy of that view that includes the "Done" column, which is mapped to the "released" status.

So the new work sub query sounds like a possible solution for us. I'm just a bit confused about the description within the release notes (I haven't found a section in the documentation about the new feature).

"Finally, Kanban teams will be happy to hear they now have the ability to set a sub-query for the Work mode. This enables one board to contain all of the of issues which have been completed without having to show them all in the Work mode. These issues – usually previously resolved issues – will still be available in the Report mode for tracking progress. A great example for a Kanban team is adding JQL to filter issues which were resolved more than a week ago and only show them in the Report mode, and not the Work mode:"

The example query is: resolutiondate <= "-7d" or resolutiondate is null

My understanding is that the work sub query will narrow down the filter if the rapidboard is shown in the work mode. So shouldn't the example be the other way round? Display just the tickets with a resolution date within the last 7 days or with no resolutiondate set? So shouldn't it be

resolutiondate >= "-7d" or resolutiondate is null

A quick test with the modified query showed up the expected results. I just wanted to make sure that this is the indented way to use it.

2 answers

1 accepted

0 votes
Answer accepted
Michael Tokar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 19, 2012

Hi Christoph,

You are correct -- the example Work sub-query on the blog post would not be very useful. The better query is resolutiondate >= "-7d" or resolutiondate is null.

So to use this in your case, you want to add a Work sub-query which hides all the 'released' issues in your Done column. That way, when viewing Work mode, you will not see those issues, but in Report mode you will be able to report on them.

Hope this helps.

Cheers,

Michael Tokar [Atlassian]

Christoph Feddersen March 19, 2012

Thanks for clarifying, this! It's a nice feature.

0 votes
Nicholas Muldoon
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 19, 2012

Thanks for pointing that out Christoph, I have updated the blog accordingly.

Regards,
Nicholas Muldoon

Suggest an answer

Log in or Sign up to answer