<!--
Interactive lookup

   * Set PRIORITY = %URLPARAM{"Priority" default=".*"}%
-->
<div class="twikiPageForm">
<form name="chooser" action="%SCRIPTURL{"view"}%/%WEB%/%TOPIC%" method="get">
<h3>%STARTSECTION{form_select}%
Active Items with Priority
<select name="Priority" onchange="chooser.submit()">
%STARTSECTION{form_options}%
<option %IF{"not defined $Priority" else="selected"}% >.*</option>
%SEARCH{ 
    "^\|[^\|]*\| *option *\|" 
    topic="%TOPIC%" 
    type="regex" 
    multiple="on" 
    nosearch="on" 
    nototal="on" 
    format="<option $percntIF{\"$Priority='$pattern(^\| *(.*?) *\|.*)'\" then=\"selected\"}$percnt >$pattern(^\| *(.*?) *\|.*)</option>" 
}%
%ENDSECTION{form_options}%
</select>
%ENDSECTION{form_select}%
</h3>
%INCLUDE{
	"Bugs.Tabulator" 
        STATUS="New|Actioning|Waiting for Feedback|Confirmed|Being Worked On|Waiting for Release%IF{"defined closed" then="|Closed|No Action Required"}%"
	SUMMARY=".*"
	DETAIL=".*"
	PRIORITY="%PRIORITY%"
	CLASS=".*"
	REPORTEDBY=".*"
	WAITINGFOR=".*"
	LIMIT=""
	CODEBASE=".*"
}%
<input type="submit" class="twikiButton" name="%IF{"defined closed" then="other" else="closed"}%" value="%IF{"defined closed" then="Hide" else="Show"}% closed and discarded items" />
</form>
</div>

%STARTINCLUDE%
---+++ %SPACEOUT{%TOPIC%}%
%SEARCH{ 
    "^\|[^\|]*\| *option *\|" 
    topic="%TOPIC%" 
    type="regex" 
    multiple="on" 
    nosearch="on" 
    nototal="on" 
    format="   * *$pattern(^\| *(.*?) *\|.*)* - $pattern(^\|[^\|]*\| *option *\| *(.*?) *\|.*)" 
}%
%STOPINCLUDE%

| *Name* | *Type* | *ToolTip* |
| Enhancement | option | the issue describes a WIBNIF (wouldn't it be nice if) |
| Low | option | the issue is non-critical, and is really more of an annoyance than anything else |
| Normal | option | this is probably a bug, but can be lived with |
| Urgent | option | really is a bug, and can't be lived with |
