From b6761f54038a413a640e0c657b38302214dae2b2 Mon Sep 17 00:00:00 2001 From: Cole Green <17110935+nox7@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:56:09 -0600 Subject: [PATCH] Remove incorrect documentation about issue_type in filtering Updated issue filtering parameters and marked some as deprecated. --- source/includes/endpoints/_issues.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/includes/endpoints/_issues.md b/source/includes/endpoints/_issues.md index 43912ddf..3bd7776e 100644 --- a/source/includes/endpoints/_issues.md +++ b/source/includes/endpoints/_issues.md @@ -327,8 +327,7 @@ This request supports [basic filters](#filters-basic-filters) over the following | against_id || | against_type || | status | Filter by the `status_id` of the issue. | -| type | Filter by the `type_id` of the issue. **Deprecated**, please use `issue_type`. | -| issue_type | Filter by the `issue_type_id`. | +| type | Filter by the `type_id` of the issue. | | affiliation | Filter by the `affiliation_id` of the issue. | | class | Filter by the `class_id` of the issue. | | priority | **Deprecated**, please use `issue_priority` |