Querying and tracking issues

More help on IssueZilla: Index


First, a clue about querying ...

The IssueZilla query form allows you to call up a subset of issues from a project's issue database. If you do not select an option, then either all values for those fields or the designated default values are included in the query. Submitting a query without setting any options at all, for example, returns all project issues with a status of NEW, STARTED, or REOPENED. Thus, you can narrow query results by adding more conditions, that is, by selecting options and/or entering information in the query form fields. You can save your results list in your bookmark file. You can also save your query configuration to reuse later.

Field descriptions are provided here to help you fine tune your querying as necessary.


Issue query selection fields


Sorting and customizing query results

Before submitting a query, you can select to sort by issue number, importance, or assignee. After you submitted a query during a IssueZilla login session, you have the option to "Reuse the same sort as last time."

Once you view the query results, clicking on any of the column headings will sort the displayed results within that column.

Using the links at the bottom of the query results page, you can also:

To add the target milestone for each issue to your query results -- and you should do so when a particular issue is slated for release --

  1. Do a query (or click "view assigned issues").
  2. Click the "change columns" link at the bottom.
  3. Click the "target milestone" check box.
  4. Submit.

The target milestone column will now included for all your subsequent queries because login sessions are cookie-based. You can unmark this checkbox or mark others at any time to change your customized query results.


Remembered queries

Once you've set up a fairly complex query to ferret out certain issues, you can tell IssueZilla to "remember" your custom queries as a time saver. Using the options just above the Submit query button, you can save your most recent query under a unique name and reuse it anytime you are logged in to IssueZilla. You can also change and reset the default query that the query page loads during your login sessions.

To include your custom, named queries in the footer of the query page, use the "Edit prefs" link in the IssueZilla tool bar, and select the "Page Footer" option. All of your named queries have the option to be included in the IssueZilla tool bar on every page or only on the query page.


Tracking issues by assignee

To view a list of project issues assigned to you, click the My Issues link in the Project Issues page.

One you have invoked IssueZilla, you can also click the My issues link in the secondary Issue Tracking tool bar.

To view other project members' assigned issues, create a query using the "search the issue database" link and search by the "assigned to" field with the person's name entered. (The default setting for the "status" in the query screen includes NEW, STARTED, and REOPENED.)

You can also generate reports by user and create a page of project members listed by name, each with a link to their specific list of issues.


Running queries not supported by the pretty boxes

There is a hacky way to do some searches that aren't supported by the query form. The issue list script will build queries based on the URL, so you can add other criteria.

For example, if you wanted to see all issues reported against the X platform and assigned to user "jwz," you could ask for all issues assign to jwz, then edit the URL in the "Location" box, adding the clause "&rep_platform=X-Windows" to the URL.

Here is a list of some of the field names you could use for additional unsupported searches ...

version
rep_platform
op_sys
reporter area
issue_file_loc
short_desc


Browser notes

IssueZilla uses several non-standard Netscape extensions, but this does not seem to case any problem with other browsers. The Lynx browser does work, but Lynx seems to cache results of a .cgi. You'll sometimes need to press CONTROL-R to reload the screen to see an update.


Back to Project Issues help
Back to main Help index