Wiki
Clone wikiwsp-docs / Home
Features
This plugin adds new JQL functions to your Jira instance. These functions return list of issues where values in certain fields match at least one of provided patterns. Patterns can contain wildcard characters "*" (asterix):
-
Specify pattern "order/*" to retrieve issues with labels order/ui and order/func.
-
Specify "*ui*" to retrieve issues with labels ui/admindashboard, test/admindashboard/ui and ui.
-
One or more patters can be provided.
Functions
This plugin provides following functions:
- assigneesList (search by assignee full user name )
- componentsList (search by component)
- labelsList (search by label)
- projectsList (search by project name)
- usersList (search by user display name)
Updated