Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: When implementing a feature that points to an existing issue, new issue shouldn't be created #311

Open
mihai169 opened this issue Jan 27, 2025 · 1 comment
Assignees
Labels

Comments

@mihai169
Copy link
Collaborator

mihai169 commented Jan 27, 2025

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"

@ArsalonAmini2024 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
@snobbee
Copy link
Collaborator

snobbee commented Jan 30, 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.

Image

actual PR snobbee/test-repo#14

and previously existing issue snobbee/test-repo#12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants