Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Query all issues for the currently active project in Jira

Tags:

jira

I would like to create a general query that is active in the web interface that selects all issues for the currently selected project.

For example if I have two projects

  • PROJ1
  • PROJ2

to select all issues for PROJ1 I would create a query

Project = PROJ1

However, if I have a multitude of projects I need to create a query specific to that particular project.

What I would like to do is create a query such as

Project = CurrentProject

Is there a query syntax that allows me to do such a thing?

like image 321
sweetfa Avatar asked Oct 27 '25 01:10

sweetfa


1 Answers

As far as I know, the Create JQL currentProject() function issue is still unresolved.

However there exists CurrentProjectFunction plugin on MarketPlace which gives you following ability in JQL:

project = currentProject()

like image 68
laika Avatar answered Oct 29 '25 16:10

laika



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!