w32blaster / revizor

Revizor - the code review tool.
http://revizor.reviews
GNU General Public License v2.0
5 stars 1 forks source link

Add issue tracker's support #2

Closed w32blaster closed 9 years ago

w32blaster commented 10 years ago

Add interface and different realizations for issues trackers. Revizor should be able to scan a commit description and extract URL or Key of an assigned ticket. The link should appear in a review description.

Dod:

w32blaster commented 9 years ago

the example of how to keep regex in variables:

def prefix = "tim_"
def prefixPattern = "${prefix}*.*"

assert    "tim_woo" ==~ ~/${prefixPattern}/
w32blaster commented 9 years ago

API for GitHub: https://developer.github.com/v3/issues/

w32blaster commented 9 years ago

Bitbucket API: http://restbrowser.bitbucket.org/

w32blaster commented 9 years ago

Screenshot of an issue with Ticket from YouTrack