Plugin helper
If your bug tracker plugin class extended from the class AbstractBatchBugTrackerPlugin provided, you will find a protected member BugTrackerPluginHelper available. You can use this helper object to perform frequently used plugin operations for locating parameters, loading default values, and so on. See the javadoc for more details. Also look at its usage in the plugin samples.