-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Described the feature in detail and justified the reason for the request.
- Provided specific use cases and examples.
Feature description
Some Espressif projects make a PR to fix a GitHub Issue and add Fix #number in PR description body. This creates a link where merging the PR will close the GitHub Issue.
It would nice to add a comment with PR link to the JIRA task when a PR is linked to a GitHub Issue. This helps for testers to have quick access to the thing they need to review.
Use cases
- To fix a GitHub Issue we make a PR and add
Fix #issue-numto PR description - There was already a JIRA ticket for GitHub Issue, and we want to have a link to proposed PR in the JIRA ticket itself.
Alternatives
Something like this https://github.com/orgs/community/discussions/24492#discussioncomment-7469561
Additional context
No response