Ability to dinamicaly update and customize labels from Plans

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: Labels, Tasks
    • None
    • 1

      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.

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

              Created:
              Updated: