From eb2cc98152871fc745259291d7eb6718ffbb3ee5 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 13 May 2022 11:16:36 +0200 Subject: [PATCH] chore: updating changeset Signed-off-by: blam --- .changeset/rich-zebras-design.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.changeset/rich-zebras-design.md b/.changeset/rich-zebras-design.md index 2c8a8248b5..d8ce399bce 100644 --- a/.changeset/rich-zebras-design.md +++ b/.changeset/rich-zebras-design.md @@ -1,11 +1,8 @@ --- '@backstage/plugin-scaffolder': minor '@backstage/plugin-scaffolder-backend': minor -'@backstage/plugin-scaffolder-common': minor --- -- add createdBy information for TaskSpec -- add listTaksks option for show current status from scaffolder tasks +- Add `listTasks` option to get tasks optionally filtered by a `userRef` -This allow the scaffolder-backend to show who creates each task and we included -a new page in `/create/tasks` to show those tasks +- Added a new page under `/create/tasks` to show those tasks, optionally grouped by the current signed in user.