Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 11. Useful Recipes > Using filters to intercept queries in JIRA

Using filters to intercept queries in JIRA

Servlet filters provide a powerful mechanism to intercept queries and do wise things such as profiling, monitoring, content generation, and so on. It works exactly like any normal Java servlet filter and JIRA provides the Servlet Filter Plugin Module to add them using plugins. In this recipe, we will learn about how to use filter to intercept certain queries to JIRA and how we can utilize them!

As with other servlet plugin modules, a servlet-filter plugin module also has a unique key and a class associated with it. The name attribute holds the human-readable name of the filter and weight indicates the order in which the filter will be placed in the filter chain. The higher the weight, the lower the filter's position.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial