Facing issue with bazaar + bug tracker (the buggenie)

Asked by Vijaya Kumar

Hi, I have configured the bug tracker (the buggenie) with bazaar.
i.e in user configuration
Abbreviation URL
-------------- -----
thebuggenie http://serverip/buggenie/

When i try to commit

Run command: bzr commit -m "fix for bug 1" "tests/New Text Document.txt" --fixes=thebuggenie:1
bzr: ERROR: The URL for bug tracker "thebuggenie" doesn't contain {id}: http://serverip/thebuggenie/

Could anyone help me please?

Regards,
VJ

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Jelmer Vernooij
Solved:
Last query:
Last reply:
Revision history for this message
Jelmer Vernooij (jelmer) said :
#1

On 01/16/2012 10:30 AM, Vijaya Kumar wrote:
> New question #184858 on Bazaar:
> https://answers.launchpad.net/bzr/+question/184858
>
> Hi, I have configured the bug tracker (the buggenie) with bazaar.
> i.e in user configuration
> Abbreviation URL
> -------------- -----
> thebuggenie http://serverip/buggenie/
>
> When i try to commit
>
> Run command: bzr commit -m "fix for bug 1" "tests/New Text Document.txt" --fixes=thebuggenie:1
> bzr: ERROR: The URL for bug tracker "thebuggenie" doesn't contain {id}: http://137.55.208.82/thebuggenie/
>
> Could anyone help me please?
What is the exact configuration you have for this bug tracker? It seems
like it is lacking a {id} element.

Cheers,

Jelmer

Revision history for this message
Vijaya Kumar (vijayakumar-cm) said :
#2

URL is "http://137.55.208.82/thebuggenie/"
Project is "renessas"

Revision history for this message
Jelmer Vernooij (jelmer) said :
#3

But what's the relevant line you have set in your Bazaar configuration?

Revision history for this message
Vijaya Kumar (vijayakumar-cm) said :
#4

Sorry, i Couldn't get you.

This is actually what i set in bazaar explorer--> settings -->Configuration --> user configuration --> Bug trackers

Abbreviation URL
thebuggenie http://137.55.208.82/thebuggenie/

Revision history for this message
Best Jelmer Vernooij (jelmer) said :
#5

On 01/17/2012 02:30 AM, Vijaya Kumar wrote:
> Question #184858 on Bazaar changed:
> https://answers.launchpad.net/bzr/+question/184858
>
> Status: Needs information => Open
>
> Vijaya Kumar gave more information on the question:
> Sorry, i Couldn't get you.
>
> This is actually what i set in bazaar explorer--> settings
> -->Configuration --> user configuration --> Bug trackers
>
> Abbreviation URL
> thebuggenie http://137.55.208.82/thebuggenie/
Ah, I see. You need to use {id} in the bug URL - it'll be replaced with
the bug ID.

Cheers,

Jelmer

Revision history for this message
Vijaya Kumar (vijayakumar-cm) said :
#6
Revision history for this message
Vijaya Kumar (vijayakumar-cm) said :
#7

Thanks Jelmer Vernooij, that solved my question.