Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: use only template version ID to create task workspace #18642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025

Conversation

BrunoQuaresma
Copy link
Collaborator

When creating a new task, the following error was getting returned:

Error:

{
    "message": "Validation failed.",
    "validations": [
        {
            "field": "template_id",
            "detail": "Validation failed for tag \"excluded_with\" with value: \"42205a38-845c-4186-8475-f002e0936d53\""
        },
        {
            "field": "template_version_id",
            "detail": "Validation failed for tag \"excluded_with\" with value: \"22b1c4b7-432d-4eb5-9341-cd8efacb8f46\""
        }
    ]
}

Caused by #18623

@BrunoQuaresma BrunoQuaresma merged commit 4095330 into main Jun 27, 2025
35 checks passed
@BrunoQuaresma BrunoQuaresma deleted the bq/fix-excluded-with-error branch June 27, 2025 18:07
@github-actions github-actions bot locked and limited conversation to collaborators Jun 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants