HDPI-8448: Create WA task when defendant LR uploads additional docs - #2458
Open
scottstewart-sl wants to merge 13 commits into
Open
HDPI-8448: Create WA task when defendant LR uploads additional docs#2458scottstewart-sl wants to merge 13 commits into
scottstewart-sl wants to merge 13 commits into
Conversation
CCD diff summary👉 Full report: https://github.com/hmcts/pcs-api/actions/runs/32843428961?check_suite_focus=true No change |
…ts/pcs-api into HDPI-8448_lr_additional_docs_wa_task
scottstewart-sl
commented
Aug 20, 2026
| ); | ||
| camundaService.createTask(caseReference, TaskType.REVIEW_ADDITIONAL_DOCS_CLAIM, description); | ||
| } | ||
| createAdditionalDocsWATask(party, selectedGenApp, caseReference, mainClaim, documentEntities); |
Contributor
Author
There was a problem hiding this comment.
The removed code has been extracted as-is into a method below, which can then be used by the legal rep additional documents method
scottstewart-sl
commented
Aug 21, 2026
| SERVICES_CCD_DATA_STORE_API: http://${SERVICE_NAME}-ccd-data-store-api | ||
| SERVICES_CCD_CASE_ASSIGNMENT_API: http://${SERVICE_NAME}-aac-manage-case-assignment | ||
| SERVICES_ROLE_ASSIGNMENT_API: http://${SERVICE_NAME}-am-role-assignment-service | ||
| # SERVICES_ROLE_ASSIGNMENT_API: http://${SERVICE_NAME}-am-role-assignment-service |
Contributor
Author
There was a problem hiding this comment.
Temporary change
scottstewart-sl
marked this pull request as ready for review
August 21, 2026 09:22
…onal_docs_wa_task # Conflicts: # src/main/java/uk/gov/hmcts/reform/pcs/ccd/event/legalrepdocumentupload/LegalRepDocumentUpload.java # src/test/java/uk/gov/hmcts/reform/pcs/ccd/event/legalrepdocumentupload/LegalRepDocumentUploadTest.java
gergelykisshmcts
approved these changes
Aug 24, 2026
libanAbdirahman1
approved these changes
Aug 24, 2026
…onal_docs_wa_task # Conflicts: # src/test/java/uk/gov/hmcts/reform/pcs/ccd/service/document/DocumentServiceTest.java
linusnorton
approved these changes
Aug 25, 2026
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.
Jira link
See HDPI-8448
Change description
Create WA task when defendant LR uploads additional docs. This does not cover a distinction between the main claim and counter claims - that will be in a later ticket.
Also cleaning up some code and using an existing helper method from
ListValueUtilsinstead of a custom method to extract values from a CCD list.Screenshot showing WA tasks being created now:
Testing done
Manual testing on preview
Security Vulnerability Assessment
CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?
Checklist
PCS checklist
@EnabledIfEnvironmentVariable(named = "CCD_ENABLED", ...)+ shutter guard) unless they must run on unlabelled PRs (HDPI-8084)