64 | | [[Image(intellij-issue-navigation.png)]] |
65 | | → Ticket references in version control log are clickable |
| 64 | |
| 65 | Make ticket references in the code of the form `ticket 1234` or `#1234` clickable as a link to the Trac ticket. |
| 66 | |
| 67 | 1. Open the `Issue Navigation` settings page. [[BR]] [[Image(ticket-integration (1).png, 400)]] |
| 68 | 2. Add a new `Issue Navigation` item, with: |
| 69 | - `Issue ID`: `(ticket\s*|#)(\d+)` |
| 70 | - `Issue link`: `https://josm.openstreetmap.de/ticket/$2` |
| 71 | [[BR]] [[Image(ticket-integration (2).png, 400)]] |