Re: Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2014-04-23 Thread reviewboard


Comment #10 on issue 2403 by markdbe...@gmail.com: Integrate reviewboard  
with JIRA

http://code.google.com/p/reviewboard/issues/detail?id=2403

I do this with another bug tracker. I started with the RBBugTracker  
extension for googlecode published a few years ago. I had to update it to  
work with 1.7 and I added a class for the new bugtracker. RBBugTracker  
listens to signals that indicate reviews have been opened, closed,  
commented, etc. The signal handlers invoke the appropriate external scripts  
to update the bug tracker.


I can't seem to find the original RBBugTracker code right now, but here's a  
link to a code review: https://reviews.reviewboard.org/r/1914/diff/


When invoking external scripts you might want to queue them up so you don't  
delay the user response. I just start the external scripts with a  
Linux "at" command, though there are more sophisticated queue managers  
available.


Hope that helps


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2014-04-23 Thread reviewboard


Comment #9 on issue 2403 by oswi...@gmail.com: Integrate reviewboard with  
JIRA

http://code.google.com/p/reviewboard/issues/detail?id=2403

Yes, Jira has its REST API supporting various actions like issue creation,  
comments, query...


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2014-04-06 Thread reviewboard


Comment #8 on issue 2403 by rajashek...@gmail.com: Integrate reviewboard  
with JIRA

http://code.google.com/p/reviewboard/issues/detail?id=2403

Is there a possibility to trigger external scripts (sh, perl scripts, etc.)  
when we perform certain operations on RB? For example, on closing a review,  
if we can trigger an external script with JIRA commands in it, that would  
be helpful without making any code changes.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2013-11-25 Thread reviewboard


Comment #7 on issue 2403 by trowb...@gmail.com: Integrate reviewboard with  
JIRA

http://code.google.com/p/reviewboard/issues/detail?id=2403

Nobody has been working on this, at least not publicly.

We have a bunch of documentation on writing extensions here:  
http://www.reviewboard.org/docs/manual/dev/extending/extensions/


The extensions framework is still relatively new, so it's possible that you  
may require hooks that don't exist yet. Let us know if you run into any  
issues.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2013-11-25 Thread reviewboard


Comment #6 on issue 2403 by johnsond...@gmail.com: Integrate reviewboard  
with JIRA

http://code.google.com/p/reviewboard/issues/detail?id=2403

 No sure if any progress has been made to integrate Reviewboard with  
Jira.I'd be more than happy to work on this extension. @Project Member,  
Could you please help me get started ?


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2012-05-30 Thread reviewboard


Comment #5 on issue 2403 by chip...@gmail.com: Integrate reviewboard with  
JIRA

http://code.google.com/p/reviewboard/issues/detail?id=2403

We don't have deep integration with bug trackers today, and this won't be  
changing until after 1.7 ships. If you'd like to work on an extension to do  
this, we can assist in information and helping you get started, but right  
now we have some crucial things on our TODO list that must come first.


--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2012-05-30 Thread reviewboard


Comment #4 on issue 2403 by lukasz.k...@gmail.com: Integrate reviewboard  
with JIRA

http://code.google.com/p/reviewboard/issues/detail?id=2403

Any plans for moving forward with JIRA integration?

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2011-11-30 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 193

Comment #3 on issue 2403 by trowb...@gmail.com: Integrate reviewboard with  
JIRA

http://code.google.com/p/reviewboard/issues/detail?id=2403

There's no such feature today. We do have another bug filed about this sort  
of integration, so I'm going to merge this one into it.


--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2011-11-30 Thread reviewboard


Comment #2 on issue 2403 by p.swap...@gmail.com: Integrate reviewboard with  
JIRA

http://code.google.com/p/reviewboard/issues/detail?id=2403

I want to create a JIRA issue for every review comment created on  
ReviewBoard. I came across following link, where Crucible-JIRA intigration  
is possible. I want to know, is it possible with Review Board?


"http://www.atlassian.com/software/crucible/overview/tour/jira-issues-code-review";



--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2011-11-30 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 2403 by trowb...@gmail.com: Integrate reviewboard with  
JIRA

http://code.google.com/p/reviewboard/issues/detail?id=2403

Can you explain what you mean by "integrate"?

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2403 in reviewboard: Integrate reviewboard with JIRA

2011-11-29 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2403 by p.swap...@gmail.com: Integrate reviewboard with JIRA
http://code.google.com/p/reviewboard/issues/detail?id=2403

Hi

I am using Review Board 1.6.1 and looking forward to intograte with JIRA.  
Is that possible?


Many thanks,
Swapnil Patil


--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.