Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

This function generates a JQL (Jira Query Language) query based on a specific Jira project key, bundle name, and version type.

Usage

issue in affectsInBundle("projectKey", "bundleName", "versionType");

Parameters

  • projectKey: The key of the Jira project.

  • bundleName: The name of the relevant bundle.

  • versionType: The type of version.

Return Value

  • jql: The generated JQL query.

This function fetches information about components and versions from Jira based on the given project key, bundle name, and version type. It then constructs a JQL query based on certain conditions and returns this query.

affectsInBundle-SSMRelease1.png

  • No labels