Add TAG in the filter of tasks.task.list#19
Closed
franckallyson wants to merge 1 commit into
Closed
Conversation
It was missing to insert that there is the possibility to filter by tags, which are defined when creating a task or in the comment with the # before the term.
Contributor
|
Hi, thanks a lot for catching this and taking the time to open the PR! You're absolutely right that TAG is a valid filter field for tasks.task.list — and good news: it's already documented in the current version of the page. The field list was reworked and synced since this PR was opened (Aug 2025), and TAG now appears right after TITLE:
You can see it live here: https://apidocs.bitrix24.com/api-reference/tasks/tasks-task-list.html Because the whole field list was rewritten in the meantime, this PR now conflicts with main and its change is already covered, so I'm going to close it. Really appreciate you helping keep the docs accurate — please keep the contributions coming! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It was missing to insert that there is the possibility to filter by tags, which are defined when creating a task or in the comment with the # before the term.
Like this image.

I tested and this works normally, so I think that you only forgot to add in the docs.