So, I think in Redmine/Git it is possible to fix an issue using the commit comment:
git commit -m "Fixes #123"
Is something like this possible in Fossil? How?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To associate a commit and a ticket you can simply put the ID of the ticket in the commit message.
You can associate the check-in with the ticket in the same way.
In the UI they will appear as clickable links, and will have a strike through them when the status is
Closed.I don’t know of a way to do change the status of a ticket just by entering a specific message, but you could say:
and it would have the same effect.
If you’re creative, it might not be too much trouble to set something up to do this automatically.