Add a patched status for issue with a closing commit not yet merged
Summary
Issues have only 2 status : Open or Closed.
When an issue is closed by a commit on a branch, it doesn't change the issue status.
Which means there is no easy way to filter out all issues that have a "patch" ready, but not yet merged.
Adding a "patched" status on issue where a commit close it will be very helpful when merging take a while to append on default branch.
Steps to reproduce
- Create an issue.
- Create a new branch.
- Commit something with a commit message that will close the created issue.
- Push it on server
Expected behavior
Issue closed by this commit might have an indication that a patch have already been written.
In issues list, it should be possible to filter issues by their status Open, Patched, or closed.
Ideally, it will be great to filter out for 1, 2, or all of these status.
What should be also great is configuration on branch name where the "patching" behavior should occurs.
- Maybe some people would apply this feature only on a specific branch (dev for instance)
- Maybe some people would apply this feature only for some dev who works on branch with their username (username/*)
- Maybe some people would apply this feature on every branches.
I hope this feature request would help and it is correctly written.