Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

issue in fixedInBundle("projectKey", "bundleName", "bundlesVersionName");

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 bundle’s version name. It then constructs a JQL query based on certain conditions and returns this queryThis JQL extension takes a list of bundle names, bundle versions or bundle ids and returns all issues which are fixed by component versions contained in the bundle.

...