Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

UI: Show the project role uuid

Open
#13,839 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
68/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
java
Domain
frontend

Research direction

Start at the project role page reached through Project > Create a project, and compare it with the normal CloudStack roles view where the UUID is already shown. Use the list projectroles API response as the expected source and verify that the project role UUID appears beside its name and description in the UI.

Written by the indexing model from the issue text.

Description

component:UI type:polish
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
Image
  1. Navigate to project role , there is name and descripion of the project role but no uuid detail
Image

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

Image
Dominant language
Java
Stars
3.1k
Forks
1.4k
Avg merge
6d 20h
Merged PRs (30d)
27

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/cloudstack

All issues in apache/cloudstack

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.