Field: Resolution
Description
Resolution is the "resolution" value a user selects when marking an incident as resolved, and describes how the incident was resolved e.g. "Fixed", "Wont Fix", "Can not Reproduce" etc.
Examples
Values are determined by the options available on the Resolution picklist in Enterprise Tester, for example:
Code Block |
---|
|
Resolution = Fixed
|
To find all incidents within a project with the incident resolution of Won't fix:
Code Block |
---|
|
Project = "TEST" AND Resolution = "Won't Fix"
|
Supported Operators
=, IN, !=, NOT IN, IS, IS NOT
Supported Indexes
Entity
Supported Types
Supported Features
Feature | Supported? |
---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | No |