[GH-ISSUE #3888] [Bug]: Hudu different columns missing data #1734

Closed
opened 2026-03-02 13:46:39 +03:00 by kerem · 3 comments
Owner

Originally created by @backit-up on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/3888

Originally assigned to: @JohnDuprey on GitHub.

Required confirmations before submitting

  • I can reproduce this issue on the latest released versions of both CIPP and CIPP-API.
  • I have searched existing issues (both open and closed) to avoid duplicates.
  • I am not requesting general support; this is an actual bug report.

Issue Description

In hudu some fields details arent added to devices and users.
Hudu version 2.35.3

For devices:
Compliance policies is empty
Device groups is empty

Image

For User:
Mailbox usage Infinity% and the bar doesnt get filled up.

Image

List of the assignedmap licenses isnt there, just where to put it into the user, so it doesnt add anything.
I think the main issue is that $assignedmap doesnt exist outside line559 and 560.

Image

Missing this part (from Luke's script):

Image

In

Environment Type

Non-sponsored user

Front End Version

7.4.1

Back End Version

7.4.1

Relevant Logs / Stack Trace


Originally created by @backit-up on GitHub (Mar 27, 2025). Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/3888 Originally assigned to: @JohnDuprey on GitHub. ### Required confirmations before submitting - [x] **I can reproduce this issue on the latest released versions** of both CIPP and CIPP-API. - [x] **I have searched existing issues** (both open and closed) to avoid duplicates. - [x] I am **not** requesting general support; this is an actual bug report. ### Issue Description In hudu some fields details arent added to devices and users. Hudu version 2.35.3 For devices: Compliance policies is empty Device groups is empty ![Image](https://github.com/user-attachments/assets/70cc92f0-a9e4-47d9-b4d3-29ff3c37b4f2) For User: Mailbox usage Infinity% and the bar doesnt get filled up. ![Image](https://github.com/user-attachments/assets/c6df013d-be82-4164-b822-6a1948dadda9) List of the assignedmap licenses isnt there, just where to put it into the user, so it doesnt add anything. I think the main issue is that $assignedmap doesnt exist outside line559 and 560. ![Image](https://github.com/user-attachments/assets/f9b72b1d-9c07-4e5a-81e4-997050c36bd6) Missing this part (from Luke's script): ![Image](https://github.com/user-attachments/assets/d23c2c0f-734f-4bf3-b61e-9d288f820acb) In ### Environment Type Non-sponsored user ### Front End Version 7.4.1 ### Back End Version 7.4.1 ### Relevant Logs / Stack Trace ```plaintext ```
kerem 2026-03-02 13:46:39 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Mar 27, 2025):

Thank you for reporting a potential bug. If you would like to work on this bug, please comment:

I would like to work on this please!

Thank you for helping us maintain the project!

<!-- gh-comment-id:2759728200 --> @github-actions[bot] commented on GitHub (Mar 27, 2025): Thank you for reporting a potential bug. If you would like to work on this bug, please comment: > I would like to work on this please! Thank you for helping us maintain the project!
Author
Owner

@github-actions[bot] commented on GitHub (Apr 6, 2025):

This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.

<!-- gh-comment-id:2781178454 --> @github-actions[bot] commented on GitHub (Apr 6, 2025): This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.
Author
Owner

@backit-up commented on GitHub (Apr 15, 2025):

Hi again, saw that HaloPSA button isnt working, seems like $PSAUserURL is missing the initiator line in the script.
Think you need this early in the script, also halopsadomain.com needs to be changed with what the customer is using. Might be able to get that from halo integration or a field in the UI for hudu.
# PSA User URL (Only supports Halo PSA at the moment) $PSAUserURL = 'https://your.halopsadomain.com/customers?mainview=user&inactive=false&userid='
Code lines are a bit bugged but $PSAUserURL as a own line

Image

<!-- gh-comment-id:2807502398 --> @backit-up commented on GitHub (Apr 15, 2025): Hi again, saw that HaloPSA button isnt working, seems like $PSAUserURL is missing the initiator line in the script. Think you need this early in the script, also halopsadomain.com needs to be changed with what the customer is using. Might be able to get that from halo integration or a field in the UI for hudu. `# PSA User URL (Only supports Halo PSA at the moment) $PSAUserURL = 'https://your.halopsadomain.com/customers?mainview=user&inactive=false&userid='` Code lines are a bit bugged but $PSAUserURL as a own line ![Image](https://github.com/user-attachments/assets/429a38fe-3b3c-41e1-9229-22f3888caa40)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#1734
No description provided.