Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion docs/About/release-notes-v8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Release Notes for Spira v8

## Version 8.16 (January 2026)
!!! info "Summary"
Administrators can now accelerate Inflectra.ai roll-out across many products by automating product enablement.

This release also includes a variety of UI and API fixes and updates, making a number quality of life improvements to Spira.

??? success "New Features"
- Add Ability to turn on [Inflectra.ai](../Spira-User-Manual/Inflectra-Ai-In-Spira.md) for a product via API [IN:11900]
- Add a [Session Concurrency Control option](../Spira-Administration-Guide/System.md/#security-settings) for sites allowing multiple logins per user to enforcement single session use [IN:11754]

??? bug "Bug fixes and enhancements"
- Update automated test run record-multiple API endpoint to skip execution status refreshes to improve performance of large test run recording volumes [IN:11518]
- Make the tooltips for [test execution buttons for leaving and finishing the test](../Spira-User-Manual/Test-Execution.md/#leaving-the-test-execution-page) more informative [IN:11492]
- Improve scrolling of the left hand sidebar of [list pages](../Spira-User-Manual/Application-Wide.md/#artifact-list-pages), to let the user scroll the sidebar directly, separately from the page [IN:11635]
- Fix the [Email Addresses](../Spira-User-Manual/Application-Wide.md/#emailing) field description when listing multiple recipients to use comma and semicolon [IN:10577]
- Add meaningful descriptions to all sample data portfolios, programs, products, program level artifacts, and product level artifacts [IN:9027] [IN:9430] [IN:11877]
- Fix [exploratory test execution page](../Spira-User-Manual/Test-Execution.md/#exploratory-test-execution) hiding the inner content vertical scroll bar under the external one, making users unable to scroll with their mouse pointer [IN:11748]
- Fix [Requirement tree grid](../Spira-User-Manual/Requirements-Management.md/#requirements-list) failing to load if one of the leftmost two columns is a hierarchical dropdown [IN:11781]
- Fix save button not being enabled when artifact selector controls change their values, such as the [Test Run "Test Set"](../Spira-User-Manual/Test-Run-Management.md/#test-run-details) field and [Task "Requirement"](../Spira-User-Manual/Task-Tracking.md/#task-details) field [IN:11797]
- Fix [rich text overview widgets](../Spira-User-Manual/Product-Homepage.md/#product-overview) displaying raw HTML tags [IN:11835]
- Fix the [R_Projects](../Reporting/Custom-Report-Tables.md/#projects-products) custom report view to use a dynamic check for Inflectra.ai being enabled or not and never show blank [IN:11841]

## Version 8.15 (November 2025)
!!! info "Summary"
Administrators can set the default views for new users for the My Page, product home pages, and the product reporting page.
Expand All @@ -20,7 +42,7 @@
- Fix showing a system error when attempting to filter the program list [IN:7569]
{: .edition-spiratest .edition-spirateam}
- Fix [exporting a test set to another product](../Spira-User-Manual/Test-Set-Management.md/#exporting-a-test-set-to-a-different-product) so that it also exports tags for both the test set and its test cases [IN:11449]
- Improve instructions on the [electronic signature popup](../Spira-User-Manual/Application-Wide.md/#electronic-signatures) to make it clear users can input either their password or RSS token [IN:11121
- Improve instructions on the [electronic signature popup](../Spira-User-Manual/Application-Wide.md/#electronic-signatures) to make it clear users can input either their password or RSS token [IN:11121]
- Improve responsiveness for cloud trial users of SpiraTest by ensuring the server app-pool is kept alive [IN:11575]
- Make it harder to accidentally delete a datasync plugin and all its mappings by making users interact with a extra confirmation dialog [IN:11760]
- Improve how a locked out user is [unlocked by a system admin](../Spira-Administration-Guide/System-Users.md/#edit-an-existing-user), so that the user can immediately log back in again after being unlocked [IN:11571]
Expand Down
1 change: 1 addition & 0 deletions docs/Spira-Administration-Guide/System.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ The following settings can be changed within the system, once you are satisfied,
- Make sure you have at least one login provider configured, active, and working correctly
- If you have existing users, check if any of them are logging in with LDAP or a standard username and password. If you want them to login with a provider, migrate them before enabling this setting (as they will not be able to do with the setting enabled)

- **Concurrency Control**: If enabled, users will not be able to login with the same user in multiple browsers at once (by default this is off to give users more flexibility). This setting is only visible for enterprise licenses or concurrent user licenses with 50 or more users.
- **Authentication Expiration**: This specifies the amount of time (in minutes - minimum of 2) after which a user will be logged out due to inactivity when they login without choosing the 'Keep Me Logged-In' option.
- **Keep Me Logged-In Expiration**: This specifies the amount of time (in minutes - minimum of 2) after which a user will be logged out due to inactivity if they have chosen to login with the 'Keep Me Logged-In' option. This should normally be longer than the previous setting.
- **Allowed Domains**: This should contain the list of other web domains that are allowed to make CORS (cross-origin) REST API calls to this instance. You can specify a comma separated list of base URLs (e.g. https://www.domain1.com, http://www.domain2.com) or an asterisk (\*) to denote all domains are allowed (not recommended).
Expand Down
Binary file modified docs/Spira-Administration-Guide/img/System_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/Spira-User-Manual/Application-Wide.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Using the "***Email***" button on the toolbar, you can send an email containing

![](img/Requirements_Management_97.png)

You can specify the subject line for the email, and either a list of email addresses, separated by commas, or an existing product user. The content of the email is specified in the product template's [Notification Templates](../Spira-Administration-Guide/Template-Notifications.md/#notification-templates). [Notification events](../Spira-Administration-Guide/Template-Notifications.md/#notification-events) can also be set up to automatically email users meeting specific conditions whenever a certain event happens (eg a particular field changes). After you send an email the form will automatically reset.
You can specify the subject line for the email, and either a list of email addresses, separated by commas or semicolons, or an existing product user. The content of the email is specified in the product template's [Notification Templates](../Spira-Administration-Guide/Template-Notifications.md/#notification-templates). [Notification events](../Spira-Administration-Guide/Template-Notifications.md/#notification-events) can also be set up to automatically email users meeting specific conditions whenever a certain event happens (eg a particular field changes). After you send an email the form will automatically reset.


### Followers
Expand Down