Note: This story only affects trackers ATM in order to enhance TQL grammar with OPEN() operator. It's a prior step for usage in Cross Tracker Search
Add OPEN() operator for usage on status fields it can be used in queries like
Where progress is a field with status semantic in order to return all artifacts which are "Open" as per the semantic definition. It's an alias for all open values, eg progress IN ('Todo', 'On going', 'Review').
Keep in mind:
- Update TQL grammar
- Only apply on fields that are "status" as per semantic
- Operators: = and !=
- Autocomplete
- Syntax highlighting