jetnew / jetnew/ped

Functionality Bug: Adding duplicate cases to archive with different statuses

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
severity.High type.FunctionalityBug
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

This issue reports a functionality bug where it is possible to add a duplicate case with the same title but different status to the archive. Upon changing statuses, the application raises an unhandled error.

Steps to reproduce:
1. Start the application.
2. Run `add case t:1`.
3. Run `list archive`.
4. Run `add case t:1 s:closed`.
5. Notice that although we expect "This case already exists in PIVOT", the command passes and a duplicate case with the same name, albeit with different status, is created.
6. Run `open case 1`.
7. Run `edit status s:active`.
8. Notice that the command does not raise an error message in the application but raises an unhandled error.

Screenshot:
![image.png](https://raw.githubusercontent.com/jetnew/ped/main/files/ba7781d1-42de-492d-ad63-83e7a097b82a.png)

Severity: High

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.