Just show the github open / close problems:

When you do commit to solve the problem, you can refer to in the name of fixing the problem, such as closes #4, close #4, fixes #4, fix #4etc.
After commit fixation problems close. BUT, if you are working in a different branch than the default (usually the master), the message will appear in the problem, and not close it. This post says the problem will be closed after commit is merged into master.

Is there a way to find issues that are not marked as closed when commit is merged? For example, for example is:issue is:notTaggedAsClosed:?
This would help me a lot to find the problems that I need to pay attention to before everything comes together to master!
thanks
source
share