When creating a Release, it would be good to have a way to validate the input in some way. Maybe something that insures the input in a text field matches a regex before the Release can be created. We could then enter the regex when creating the text input variable.

Comments

  • Thank you for the idea. Could you provide a more specific example and use case for the rule you are looking for? What situation prompted you to make this request?

  • hello Product Team

    Same idea as https://ideas.digital.ai/devops/Idea/Detail/4196


    For instance, on a "User Input" task, we want to make sure the values entered have the right format. This could be validated with a Regex.
    For instance, a regex could help ensure the user enters a correct IPV4 address, an email in a correct format etc.

    Hope this makes sense.

    Thanks for considering that idea.

  • One example would be entering Service Now change control numbers, they are in the format CHG0000000, it would be nice to verify that what was entered started with the letters CHG, followed by7 digits.