Wiki

Clone wiki

current-project-function / Home

This is a simple plugin for JIRA to provider a current project JQL function.

Usage:

  • type 'project = currentProject()' in Search for issues to get issues of the most recent visited project.

It could also be used for dynamic filters:

  • create a filter with 'project = currenctProject()'
  • use this filter in dashboard gadgets
  • your gadget will show you data based on the last project you visited (opened issue)

Updated