Re: how to use reviewboard hook

2021-11-01 Thread David Trowbridge
Hi, You need to create an extension, which is a full python package that can be installed alongside Review Board. Details on how to do this are in the manual: https://www.reviewboard.org/docs/manual/4.0/extending/ David On Mon, Oct 25, 2021 at 9:21 PM 'liudaolunhuibl' via Review Board

how to use reviewboard hook

2021-10-25 Thread 'liudaolunhuibl' via Review Board Community
I now have this application scenario. After calling the Http interface of chat software to notify users after completing code review, I should use hook. There is no doubt that reviewBoard supports it. https://www.reviewboard.org/docs/manual/2.0/extending/extensions/hooks/ But it doesn't say

ReviewBoard Hook

2014-03-12 Thread Allen
Hi guys, Does anybody familiar with the Hook system of ReviewBoard? The thing is my team really needs a feature that requires ReviewBoard to create a Jira ticket along with a new code review request. Write an extension is too much work for me and I also dont think it`s a good idea to directly

Re: ReviewBoard Hook

2014-03-12 Thread Christian Hammond
Hi Allen, We don't have hook support in the way you're describing. What you likely saw was our extension support, which I assure you is not that hard to use if you have any Python experience. Work is being done on official Jira support, though won't land until after 2.0. Christian On

Re: ReviewBoard Hook

2014-03-12 Thread Allen
Official Jira support, I am so glad to hear that... Pretty cool and may I ask when this feature will be released? If I need to wait about half a year, then my boss may push me to develop one... And BTW, I tried the extension system of RB today, and with no luck I failed on the first step. When

Re: ReviewBoard Hook

2014-03-12 Thread A.M.
On Wed, 12 Mar 2014 08:15:36 -0700 (PDT), Allen zhangsan8...@gmail.com wrote: Hi guys, Does anybody familiar with the Hook system of ReviewBoard? The thing is my team really needs a feature that requires ReviewBoard to create a Jira ticket along with a new code review request. Write an

Re: ReviewBoard Hook

2014-03-12 Thread Christian Hammond
Hi Allen, The extension stuff in current releases may have some issues. We'll have them fixed up for the RC. I'd recommend checking out one of our released extensions ( https://github.com/reviewboard/rb-extension-pack/) and using those as a base. We can answer any development questions on the

Re: ReviewBoard Hook

2014-03-12 Thread Christian Hammond
On Wed, Mar 12, 2014 at 12:12 PM, A.M. age...@themactionfaction.com wrote: On Wed, 12 Mar 2014 08:15:36 -0700 (PDT), Allen zhangsan8...@gmail.com wrote: Hi guys, Does anybody familiar with the Hook system of ReviewBoard? The thing is my team really needs a feature that requires

Re: ReviewBoard Hook

2014-03-12 Thread Allen
Sounds cool! And is there a way to automatically create a Jira ticket along with a new code reivew? You know, people just want to do things at one place and they hate to create something twice even they should... Anyway thanks for letting me know! On Wednesday, March 12, 2014 3:12:34 PM UTC-4,

Re: ReviewBoard Hook

2014-03-12 Thread Allen
And also, is that extension ready to use or still under developing? I can do some test work for you if you like to. On Wednesday, March 12, 2014 3:12:34 PM UTC-4, A.M. wrote: On Wed, 12 Mar 2014 08:15:36 -0700 (PDT), Allen zhangs...@gmail.comjavascript: wrote: Hi guys, Does