I would like to create a general query that is active in the web interface that selects all the problems for the currently selected project.
For example, if I have two projects
to select all problems for PROJ1 I would create a query
Project = PROJ1
However, if I have many projects, I need to create a request specific to this particular project.
What I would like to do is create a query like
Project = CurrentProject
Is there a query syntax that allows me to do such a thing?
source
share