We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-20576

REST API to retrieve the build key associated with a release

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • REST API
    • None
    • 0
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Problem

      As an admin, I need to retrieve programmatically the information that links a release to a given build key and vice versa even when there is no artifact published for a build.

      Workaround

      If the DB access is available, this information can be retrieved with the following query:

      SELECT 
         CONCAT(dvp.plan_key, CONCAT('-',dvp.build_number)) build,
         dv.plan_branch_name,
         dv.name
      FROM
         deployment_version dv
         LEFT JOIN dep_version_planresultkeys dvp
         ON dv.deployment_version_id = dvp.deployment_version_id

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
            Uploaded image for project: 'Bamboo Data Center'
            1. Bamboo Data Center
            2. BAM-20576

            REST API to retrieve the build key associated with a release

              • Icon: Suggestion Suggestion
              • Resolution: Unresolved
              • None
              • REST API
              • None
              • 0
              • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

                Problem

                As an admin, I need to retrieve programmatically the information that links a release to a given build key and vice versa even when there is no artifact published for a build.

                Workaround

                If the DB access is available, this information can be retrieved with the following query:

                SELECT 
                   CONCAT(dvp.plan_key, CONCAT('-',dvp.build_number)) build,
                   dv.plan_branch_name,
                   dv.name
                FROM
                   deployment_version dv
                   LEFT JOIN dep_version_planresultkeys dvp
                   ON dv.deployment_version_id = dvp.deployment_version_id

                        Unassigned Unassigned
                        dsantos Daniel Santos (Inactive)
                        Votes:
                        4 Vote for this issue
                        Watchers:
                        3 Start watching this issue

                          Created:
                          Updated:

                            Unassigned Unassigned
                            dsantos Daniel Santos (Inactive)
                            Votes:
                            4 Vote for this issue
                            Watchers:
                            3 Start watching this issue

                              Created:
                              Updated: