Skip to content

HDPI-5157: Screen Updates: Display case data claim issued date#1975

Open
arun-hmcts wants to merge 11 commits into
masterfrom
access-fix
Open

HDPI-5157: Screen Updates: Display case data claim issued date#1975
arun-hmcts wants to merge 11 commits into
masterfrom
access-fix

Conversation

@arun-hmcts

@arun-hmcts arun-hmcts commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

…rney

Jira link

HDPI-5157

Change description

HDPI-5157: Display case data claim issued date — Surfaces the claim's issued date from the claim entity through the start-event callback, exposing it as a new dateIssued
field on PCSCase (with ClaimantAccess/DefendantAccess) for pcs-frontend to read.
Field named dateIssued for consistency with the existing dateSubmitted and to align with PR #1934, backed by unit tests covering the populated and no-claims cases.

Testing done

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?

  • Yes
  • No

Checklist

  • commit messages are meaningful and follow good commit message guidelines
  • README and other documentation has been updated / added (if needed)
  • tests have been updated / new tests has been added (if needed)
  • Does this PR introduce a breaking change

@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown

CCD diff summary

👉 Full report: https://github.com/hmcts/pcs-api/actions/runs/28105403447?check_suite_focus=true

No change

@paddy-hmcts paddy-hmcts changed the title HDPI-0000: Grant DefendantAccess to claim fields shown in respond jou… HDPI-5157: Screen Updates: Display case data claim issued date Jun 12, 2026
Comment thread src/main/java/uk/gov/hmcts/reform/pcs/ccd/PCSCaseView.java Outdated
Comment thread src/main/java/uk/gov/hmcts/reform/pcs/ccd/PCSCaseView.java Outdated
Comment thread src/main/java/uk/gov/hmcts/reform/pcs/ccd/domain/PCSCase.java Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current master only calls searchCriteriaIndexer.buildSearchCriteria(pcsCase) when the case type is not suffixed, but this branch appears to call it unconditionally. That looks unrelated to the ticket and could accidentally reintroduce global_search indexing for suffixed case types.

.orElse(null);
}

private LocalDateTime getClaimIssuedDate(PcsCaseEntity pcsCaseEntity) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we confirm the agreed CCD/frontend contract is root-level dateIssued rather than exposing/using possession_claim.claim_issued_date directly?
This is probably fine, but worth asking because the AC wording is explicit about possession_claim.claim_issued_date, while this creates a root-level dateIssued.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants