kiranchavala opened a new issue, #13839:
URL: https://github.com/apache/cloudstack/issues/13839

   ### 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 
   
   1. Navigate to project > create a project 
   
   <img width="1728" height="364" alt="Image" 
src="https://github.com/user-attachments/assets/f7024dc9-65b2-4a99-8a34-d0e5d64c90bf";
 />
   
   
   2. Navigate to project role , there is name and descripion of the project 
role but no uuid detail
   
   <img width="1618" height="547" alt="Image" 
src="https://github.com/user-attachments/assets/1f1450d4-aac3-4665-898b-edd7e8b0d939";
 />
   
   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 
   
   <img width="1052" height="426" alt="Image" 
src="https://github.com/user-attachments/assets/5cf60c90-16a7-47ab-9e12-f3171ce1ae30";
 />
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to