Hi Lani
Yes, you can create custom reports to view all Work, instead of just Open Work. There are some Out of the Box examples with BrightWork Reporter, e.g.
Template Project - Project Work Items.
You will find that the majority of reports have filtering via Query CAML to exclude completed items:
Code:<QueryCaml>
<Where>
<Eq>
<FieldRef Name="CompletedFlag" />
<Value Type="Boolean">0</Value>
</Eq>
</Where>
</QueryCaml>
Removing this will enable the report to display all work items.
Regards,
- Peter
Peter Doyle
BrightWork