- Status Planned
- Percent Complete
- Task Type Feature Request
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Very Low
- Reported Version 0.9.9.7
- Due in Version 2.0
-
Due Date
Undecided
- Votes 2
- Private
Attached to Project: Flyspray
Opened by jordanmendler - 17.01.2013
Last edited by peterdd - 12.08.2015
Opened by jordanmendler - 17.01.2013
Last edited by peterdd - 12.08.2015
FS#1818 - Git/SVN/CVS Integration
Should be able to reference a ticket # when committing code, and then have a way to input your repository path to flyspray, and let it search all your commits for ticket #'s. Then should parse it, and have a link to that commit within the ticket.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Similarly should be able to do it backwards – in flyspray have a field called commit where can add an affected commit from Git, SVN, etc and then it will link it.
Yeah, your second idea is very doable, the first one bit harder. Both are needed imo
I don't know how easy the flyspray api is to use. But I think part can be easily implemented using a git hook that scans the commit message and then adds a comment to an issue if a reference is found.
Higher priority please.
Good candit for a 'plugin'.
The way referencing a github commit in a flyspray task
or comment(bug?) can be done yet (in a simple way) by using the 'Add a link' feature.Should not be implemented hardcoded into flyspray or at least should be done in a way to move it later easy to a plugin/extension if flyspray one day really gets a plugin system.
Questions popping up: