Query all issues for the currently active project in Jira

隐身守侯 提交于 2019-12-12 13:14:10

问题


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?


回答1:


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()



来源:https://stackoverflow.com/questions/21899994/query-all-issues-for-the-currently-active-project-in-jira

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!