You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario: Ensure a new issue is not created when pointing to an existing issue
Given there is an existing issue "Issue A" in the repository
And a feature is being implemented that references "Issue A"
When the user links the feature to "Issue A"
Then the system should not create a new issue
And the feature should be correctly linked to "Issue A"
The text was updated successfully, but these errors were encountered:
ArsalonAmini2024
changed the title
When implementing a feature that points to an existing issue, new issue shouldn't be created
Bug: When implementing a feature that points to an existing issue, new issue shouldn't be created
Jan 29, 2025
@mihai169 This issue is resolved when I attempt to implement a feature that already has an existing issue in the repository, it won't create a duplicate issue. Let me share a screenshot of test result below.
Test case for acceptance criteria:
Scenario: Ensure a new issue is not created when pointing to an existing issue
Given there is an existing issue "Issue A" in the repository
And a feature is being implemented that references "Issue A"
When the user links the feature to "Issue A"
Then the system should not create a new issue
And the feature should be correctly linked to "Issue A"
The text was updated successfully, but these errors were encountered: