Isora v1.4
February 24th, 2025
What's New
New Assets User Interface
The updated Assets interface enhances search, filtering, and personalization capabilities, providing an improved table format for easier inventory management.
Key Features:
- Table Sorting Options:
- Show/Hide headers and sort alphabetically or numerically.
- Always visible: Name, Asset (count), Owners.
- Optional headers: Owning Users, Created, Last Updated.
- Sortable columns: Group Name, Assets (count), Created Date, Last Edited/Editor.
- Asset Group Management:
- Create a single Asset Group.
- More Options menu for deleting an asset group or copying a link.
- Enhanced Search Bar:
- Search by various attributes including name, IP, MAC, serial, classification, system type, owners, IT contacts, location details, etc.
- Assets Sidebar:
- Details Tab: Displays related Asset Group metadata (Name, Description, Owners, Created, Last Edited).
- Notifications Tab: Configure email notifications for Group Users, IT Contacts, or System Owners.
- Bulk Actions:
- Select multiple assets to move, edit, or delete them in bulk.
- More Options menu for asset/group deletion, asset movement, and copying links.
- Asset Deployments:
- View, create, and edit asset deployments.
- Files Tab:
- Access, review, and upload documentation for an asset.
- Displays file details including name, size, type, uploader, and expiration.
Free-Text Response Group Type
- Introduced the ability to create a Free Text Response Group Type by selecting the “Free Text” Field Type in the Question Answer Response Group configuration.
PDF Report Preview
- Enabled the ability to preview image and PDF files in surveys and reports.
- If the file is not an image or PDF, it will be downloaded directly.
Bug Fixes & Improvements
- Assessment Status: Fixed a bug where the survey status was not correctly displayed at the Assessment level. The Assessment Status now aligns with the Survey Status.
- Fixed a bug that occurred when acknowledging an assessment.
API Updates
- api/location: Added Location ID to the Asset Location representation.
- api/sheets:
- Updated fields for owners_orgs and owners_people.
- Enabled filtering by created_date
"owners_people": [
"string"
],
"owners_orgs": [
"string"
],
"owners_people_info": [
{
"id": "string",
"username": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"active": boolean
}
],
"owners_orgs_info": [
{
"id": "string",
"name": "string",
"code": "string",
"level": int,
"parent": null,
"parent_name": null,
"parent_code": null
}
]