Extending the Review Workflow

2013-06-14 Thread winston . mike
I have just setup my first instance of ReviewBoard and use JIRA to track my bugs/work. ReviewBoard gives me a basic way to link my review back to the JIRA ticket through the Custom Bug Tracker feature. But I also want to link my JIRA ticket to my set of Reviews for that ticket. JIRA gives me

Re: Extending the Review Workflow

2013-06-14 Thread David Trowbridge
Winston, Doing this as an extension is definitely the way to go. There are django signals that your extension code can listen to. Take a look at reviewboard/reviews/signals.py for the things you'd want to listen to, and then your code can attach to those and do whatever you need. -David On