Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

computerDetails.building and computerDetails.department are retrieving ID's instead of names #38

Open
guliciuc opened this issue Nov 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@guliciuc
Copy link

Hi

While trying to move my old dashboard to the new release, i noticed that computerDetails.building and computerDetails.department are retieving the ID's instead of the names. IS anyone having the same problem or is it just me?

Regards
Adrian

@jfretheim
Copy link
Contributor

Yes, you have found an issue here. The new version will display these as IDs rather than names due to data model differences between the Classic and Jamf Pro APIs. So, any existing reports based on those fields will need to account for that.

The new connector would need to make separate API calls to lookup departments and buildings to obtain the names (which would then require additional Read Buildings and Read Departments privileges for the user or API Client configured for the connection).

Definitely something to look into for a future release. Thank you very much for reporting this!

@jfretheim jfretheim added the bug Something isn't working label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants