15 | | Once a ticket is '''resolved''' and the patch submitted it can be closed with a reference to the [WikiFormatting#TracLinks changeset] (so whoever wants to test it can see if it has already been integrated into the dev line or packaged for release). |
| 15 | Once a ticket is '''resolved''' and the tested patch submitted it can be closed. Whoever wants to test it or see if it has already been integrated into the dev/release lines or packaged for release can check via git log (ticket linking is enforced by naming conventions on patch manager): |
| 16 | |
| 17 | {{{ |
| 18 | git log | grep 'ticket:NUM' -B4 |
| 19 | }}} |
| 20 | |
| 21 | As good habit a reference to the related [WikiFormatting#TracLinks changeset] might also be added to the ticket once the patch is applied for cross-reference. |
| 22 | |