That feature was lost with the before/after implementation because issues detected outside the diff are now published (when the feature runs).
I is possible to use the IssueList endpoint to list issues matching the repository/parent revision changeset, then explicitly display it in Phabricator.
Parent revisions can be retrieved via Phabricator libmozdata client - api.load_parents(revision.phabricator_phid).
Ref. https://github.com/mozilla/code-review/pull/1581#discussion_r1184883519
That feature was lost with the before/after implementation because issues detected outside the diff are now published (when the feature runs). I is possible to use the
IssueList
endpoint to list issues matching the repository/parent revision changeset, then explicitly display it in Phabricator. Parent revisions can be retrieved via Phabricator libmozdata client -api.load_parents(revision.phabricator_phid)
.