autoBundle
The JQL extension allows users to specify a version type ("affectsBundle", "fixedBundle" or user’s specific version type) along with project key, bundle name, and version type as parameters. It then returns all issues that are either fixed by or reported against component versions contained in the specified bundle.
Usage
issue in autoBundle("projectKey", "bundleName", "versionType");
Â