Request all problems for the current active project in Jira

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

  • PROJ1
  • proj2

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?

+3
source share
1 answer

As far as I know, the problem Create JQL currentProject () remains unresolved.

CurrentProjectFunction MarketPlace, JQL:

project = currentProject()

+5

All Articles