feat: store and display helpdesk actor on posts and resource state transitions - #1248
Open
ondraholis wants to merge 16 commits into
Open
feat: store and display helpdesk actor on posts and resource state transitions#1248ondraholis wants to merge 16 commits into
ondraholis wants to merge 16 commits into
Conversation
added 10 commits
July 13, 2026 21:18
…k-actor # Conflicts: # backend/src/test/java/eu/bbmri_eric/negotiator/integration/api/v3/PostControllerTests.java
ondraholis
requested review from
RadovanTomik,
konradlang and
tmilost
as code owners
July 31, 2026 07:40
added 6 commits
July 31, 2026 12:19
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.







Description:
When a resource state transition or a post is created via the helpdesk integration role, the name of the human actor behind the action was not recorded or visible — only the technical integration user appeared. This PR introduces a helpdesk_actor field on both post and negotiation_resource_lifecycle_record tables. When a request comes in via ROLE_HELPDESK_INTEGRATION, the caller can pass the actor's name which is persisted and used as the display name in the negotiation timeline, replacing the generic integration user name.
The actor name is provided in two ways depending on the operation:
The value is only applied when the authenticated user holds ROLE_HELPDESK_INTEGRATION; it is silently ignored for all other roles.
The PR covers Change 2 and 3 from integration plan as described in helpdesk-integration-plan.md.
Checklist:
Required for all pull requests: