The required feature described as a wish
As a User/Admin/Operator, I would like to see the project rule uuid
Steps to reproduce the issue
- Navigate to project > create a project
- Navigate to project role , there is name and descripion of the project role but no uuid detail
Available in the API call
(localcloud) 🐱 > list projectroles projectid=7088a301-c83e-4575-8b1c-f8ee75bc3c93
{
"count": 1,
"projectrole": [
{
"description": "test-project-role",
"id": "bbfd77ae-d0f1-4b97-8215-4b8fa975dd47",
"ispublic": true,
"name": "test-project-role",
"projectid": "7088a301-c83e-4575-8b1c-f8ee75bc3c93"
}
]
Similarly, if you look at the normal cloudtack roles the uuid is present

The required feature described as a wish
As a User/Admin/Operator, I would like to see the project rule uuid
Steps to reproduce the issue
Available in the API call
Similarly, if you look at the normal cloudtack roles the uuid is present