Brief Connect v2.6.2 Release Notes
Release date - 19th August, 2026
Package version: 2.6.2
This patch release corrects Initiator role permissions. It also improves support for Brief Connect plugins that interact with the user interface.
Improvements
-
Improve support for plugins that use the user interface
Brief Connect plugins that interact with the user interface (UI) now have more reliable access to application information.
This change improves how these plugins integrate with record views.
Bug fixes
-
Restore Initiator role access and permissions
Brief Connect now keeps the main Initiator value and its configured role-field alias synchronised.
New records and later Initiator changes now apply the configured role permissions.
During deployment,
InitiatorRoleAliasMigrationrepairs affected existing records. The migration starts a permission refresh for each repaired record.Users in the Initiator role can then open these records and find them through My Records and search.
Upgrade instructions from v2.6.x
These instructions apply to environments that use Brief Connect v2.6.x.
Manual pre-deployment steps
Review release pipeline variables
Apply changes to pipeline variables before you create a release. Each release stores the current variable values at creation.
If you change a variable later, create a new release.
- In Azure DevOps, open your Brief Connect project.
- Go to Pipelines -> Library -> Variable groups.
- Review the variables for each target environment.
- Update the values where required.
- Save the changes.
Create a new release
- In Azure DevOps, open your Brief Connect project.
- Go to Pipelines -> Releases.
- Open the Deploy Brief Connect Application release pipeline.
- If no release uses version
2.6.2, select Create Release. - Set the Package Version variable to
2.6.2. - If the release needs a description, add one.
- Select Create.
- Refresh the page.
- Make sure that
v2.6.2 (n)appears in the release list.
Pipeline deployment steps
- Deploy the latest v2.6.2 (n) release to the target environment from the Deploy Brief Connect Application release pipeline.
Manual post-deployment steps
No manual changes are required.
Smoke tests
After deployment, follow our Basic testing of Brief Connect guide.
Release-specific tests for v2.6.2
Initiator role migration
-
Repair an affected existing record — Requires: System Administrator.
- Before deployment, identify an affected record that has an Initiator without the configured role permissions.
- Record the Initiator and the current access results.
- After deployment, open App Health.
- Make sure that
InitiatorRoleAliasMigrationfinishes without an unresolved error. - Sign in as the Initiator.
- Open the record from its direct link.
- Find the record in My Records and search.
Expected result: The migration repairs the record. The Initiator can open and find the record.
-
Apply Initiator permissions to new and updated records — Requires: two non-administrators and a System Administrator.
- As the first non-administrator, create a representative record.
- Keep the first user in the Initiator role.
- Finish record initiation.
- Make sure that the first user can open and find the record.
- As the System Administrator, assign the second non-administrator to the Initiator role.
- Sign in as the second user.
- Open the record and find it in My Records and search.
Expected result: The current Initiator receives the configured role permissions after record initiation and role reassignment.
Rollback
If deployment validation fails, redeploy the previous stable package version.
- In Azure DevOps, open your Brief Connect project.
- Go to Pipelines -> Releases.
- Open the latest successful release that used the previous stable version of the package.
- Redeploy that release to the affected environment.
- Make sure that the core smoke tests pass.