AdamPiotrowski91 / RVI_Ideas

Repository to store Enhancement Requests, Defects and Ideas for Rally Visual Improver PRO 3000
MIT License
1 stars 0 forks source link

[FE]: Some way to bulk edit DefectSuite for a bunch of Defects #78

Closed AdamPiotrowski91 closed 1 month ago

AdamPiotrowski91 commented 7 months ago

Description: (details of what and how should work) As title says

Additional Context & Ad Hoc Info: (Add any other context about the problem here.) https://teams.microsoft.com/l/message/19:261159a7-5979-45a9-a6c5-bbc0f04e8204_7f757c7c-1c63-45e8-9eac-ad22ae7b915e@unq.gbl.spaces/1713874660372?context=%7B%22contextType%22%3A%22chat%22%7D

It is a Terminal thing, no UI required, dependent on #60 & #77

AdamPiotrowski91 commented 2 months ago

Will be doable with a release of 3.4 Terminal ERs #60

AdamPiotrowski91 commented 2 months ago

BETA testing instructions

To add multiple Defects to a DefectSuite, run below commands in RVI terminal:

cd <DS_ID>
list <DE_ID_1> <DE_ID_2> <DE_ID_3> | xargs { echo -p "Defects=%" | patch }

All 3 DEs should now be added to DefectSuite

AdamPiotrowski91 commented 1 month ago

Validated