The string you put in has quotation marks around the %s, so it'll continue
to have quotation marks once it's formatted. If you get rid of them in your
format string, everything should work.

Sorry if the documentation was unclear about that.

-David


On Thu, Feb 24, 2011 at 10:50 PM, Vivek <subramanian.vi...@gmail.com> wrote:

> Hi,
>
> We are using Reviewboard to review code that gets checked into our SVN
> and git repos. We use Bugzilla for tracking the bugs. I was attempting
> to setup Reviewboard to work with Bugzilla and I am getting some
> trouble with that.
>
> My Bugzilla is located at https://my.bugserver.com/bugzilla/new
>
> so the string i put in the box for the URL was
> https://my.bugserver.com/bugzilla/new/show_bug.cgi?id='%s'.
>
> Now when I click on the link in the review topic for the bug(say
> 84698), the URL that gets generated is
>
> https://my.bugserver.com/bugzilla/new/show_bug.cgi?id='84698'
>
> and then bugzilla cribs about not finding the bug. How do i get rid of
> those two extra quotes.
>
> Thanks in advance,
> Vivek
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to