stable

Clone or download

Read-only

feat: Add Tracker representation in input payload

Part of story #35093 execute custom code as artifact post action For selectbox fields, if you have only the artifact payload, you cannot know what are the others possibles values. By adding the Tracker representation it's now possible. The representation is the same as for `GET /trackers/:id` *Testing:* Trigger an execution of module, in logs details you can see the Tracker representation Change-Id: I5b256a4ca0bff5cd32b7dea02545d4bb394cd46d

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/ActionsRunner.php +77 −5 Go to diff View file
M plugins/tracker/include/Tracker/Webhook/ArtifactPayloadBuilder.php +9 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Webhook/ArtifactPayloadBuilderTest.php +13 −1 Go to diff View file
M plugins/tracker_cce/include/tracker_ccePlugin.php +89 −28 Go to diff View file
M plugins/tracker_cce/wasm_modules/post-action-add-comment/README.md +233 −1 Go to diff View file