Wiki

Clone wiki

wsp-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. CroppedHighlight580x330 - startsWith.png

  • Specify "*ui*" to retrieve issues with labels ui/admindashboard, test/admindashboard/ui and ui.

  • One or more patters can be provided. example2.png

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