Defects- fast resolve/delete
T
Tatjana
This issue was created a long time ago and still is not improve. I have the same issue as others. Could this improve faster if you add in API call DELETE
https://api.qase.io/v1/defect/{code}/{id}, instead one
id
just another more. And we delete all defect between NumID1 and NumID2.Manjunatha Reddy
Tatjana:
Our apologies for the delay in addressing this. It's unlikely this endpoint will see an update in the near future.
But, here's a python script which uses the same endpoint to delete in bulk
Requisites - requests - https://pypi.org/project/requests/
Link to the script - https://rentry.co/7az2dyfh
Copy the file contents from the link and paste it in a new file.
Save the file as
defects.py
Open a terminal in the file's directory and run
python defects.py
Get an API token from here - https://app.qase.io/user/api/token
While giving the defect Ids - please separate each defects by a comma. Eg: 1,5,8
You can also give a range - Eg: 1,5,8-12,21,25-30
If you have any questions, please let me know.
Andrey
Our team uses automation reporters, and if something goes totally wrong in the environment, we can get a tenth of defects. After a couple of times, when we had to close 20 defects manually, one by one, we gave up.
The «Defects» feature is useless without bulk operations.
Manjunatha Reddy
Andrey:
Our apologies for the delay in addressing this. It's unlikely this endpoint will see an update in the near future.
But, here's a python script which uses the same endpoint to delete in bulk
Requisites - requests - https://pypi.org/project/requests/
Link to the script - https://rentry.co/7az2dyfh
Copy the file contents from the link and paste it in a new file.
Save the file as defects.py
Open a terminal in the file's directory and run python defects.py
Get an API token from here - https://app.qase.io/user/api/token
While giving the defect Ids - please separate each defects by a comma. Eg: 1,5,8
You can also give a range - Eg: 1,5,8-12,21,25-30
If you have any questions, please let me know.
QualityMap Tech
pls, i need this behavior