Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-26100

Ability to dinamicaly update and customize labels from Plans

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Labels, Tasks
    • None
    • 1
    • 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.

      Summary

      Currently, Bamboo allows for the dynamic updating of labels in build plans through REST API calls using:

      curl -u user:password \
        --request POST \
        --url "<your-bamboo-url>/rest/api/latest/result/${correct_build_result_key}/label" \
        --header "Content-Type: application/json" \
        --data "{\"name\": \"$label_name\"}")
      

      However, there is no built-in feature that provides the capability to update labels dynamically during the build process directly within Bamboo, without the need for external API interactions. This capability is essential for users who prefer or require internal handling of tasks.

      Suggestion

      Introduce a native feature in Bamboo that enables the dynamic updating of labels in build plans during the build process.

            [BAM-26100] Ability to dinamicaly update and customize labels from Plans

            There are no comments yet on this issue.

              Unassigned Unassigned
              bda18cee79a2 Arthur Dantas
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: