Skip to content

Commit

Permalink
Add info section on boolean filter values
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jul 13, 2023
1 parent b78b959 commit dbbbb28
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/api/apiv3/tags/filters.yml
Expand Up @@ -117,6 +117,14 @@ description: |-
| `o` | the status of the work package is *open* | *nothing, values is empty* |
| `c` | the status of the work package is *closed* | *nothing, values is empty* |
| `ow` | the work packages have a manual sort order | *nothing, values is empty* |
There are also relation filters for work packages that have the symbols `blocks/blocked` `children/parent` `follows/precedes` `duplicates/duplicated` `partof/includes` `relates` `requires/required` depending on the direction of the relation and take as value the work package ID that is the target node of the relation.
**Special values for boolean filters**
If you're using an operator that requires boolean values, please note that they need to be presented in this form:
- `['f']` for false
- `['t']` for true
name: Filters

0 comments on commit dbbbb28

Please sign in to comment.