Hi @Николай and welcome. This is not possible OOB but you can simply use the status values that you have mapped to the columns. For instance, if you have "New" and "To Do" mapped to your To Do column, use the following JQL:
status in ("To Do",New)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.