You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when creating a distribution set, users need to manually input a name for the set. To streamline this process and improve user experience, it would be nice if we could add a feature that automatically sets a default name for the distribution set based on its type, if no other name is provided.
Proposed Solution
Allow users to define the default name when creating a distribution set type.
Automatically generate a default name for a distribution set when a type is selected.
Benefits
Saves time for users by reducing the need to manually input names.
Ensures consistency in naming conventions across different distribution sets.
Minimizes the chance of errors or omissions in naming.
Example
User creates a distribution set type with the following body:
[
{
"key" : "device-revA-release",
"colour" : "#0000FF",
"name" : "Device Release (hw rev A)",
"description" : "This distribution set contains any artifacts required for a release to Company Devices with hardware revision A",
"defaultName": "Device Release",
"optionalmodules" : [
{
"id": 1
},
]
}
]
User then creates a distribution set (note that the name is not provided):
Currently, when creating a distribution set, users need to manually input a name for the set. To streamline this process and improve user experience, it would be nice if we could add a feature that automatically sets a default name for the distribution set based on its type, if no other name is provided.
Proposed Solution
Benefits
Example
User creates a distribution set type with the following body:
User then creates a distribution set (note that the name is not provided):
with the (partial) response
The text was updated successfully, but these errors were encountered: