Re: [Mageia-dev] Bugzilla and bug assignment

2013-02-11 Thread Claire Robinson
On 11/02/13 18:08, Johnny A. Solbu wrote:
 There is one aspect of the bugzilla that I can't figure out how to do. 
 Possibly because I don't understand the system.
 When I want to assign a bug, how am I supposed to figure out what email to 
 use?
 
 Lets say I want to assing a bug to «colin», (his username is in the changelog 
 of the last package queried, so he's the example)
 do I enter «colin» in the «Assigned To:» field or is there a command I can 
 use to figure out what email to add?
 

It accepts partial name matches and also email addresses. If you were to
enter colin and there were more than one it would offer a choice after
pressing submit.

Claire


Re: [Mageia-dev] Bugzilla and bug assignment

2013-02-11 Thread Manuel Hiebel
Le 11/02/2013 19:08, Johnny A. Solbu a écrit :
 There is one aspect of the bugzilla that I can't figure out how to do. 
 Possibly because I don't understand the system.
 When I want to assign a bug, how am I supposed to figure out what email to 
 use?

 Lets say I want to assing a bug to «colin», (his username is in the changelog 
 of the last package queried, so he's the example)
 do I enter «colin» in the «Assigned To:» field or is there a command I can 
 use to figure out what email to add?


You can use my script
https://wiki.mageia.org/en/Bug_Squad_tools#Bugzilla_triage_plugin , I
have a function to have something working with the bugzilla.


Re: [Mageia-dev] Bugzilla and bug assignment

2013-02-11 Thread Johnny A. Solbu
On Monday 11. February 2013 19.57, Manuel Hiebel wrote:
 You can use my script
 https://wiki.mageia.org/en/Bug_Squad_tools#Bugzilla_triage_plugin , I
 have a function to have something working with the bugzilla.

Nice.
Before I start testing it (I've found your test bug #3270), 
the buttons, do they just paste text into the comment field so I manually have 
to submit as before, or does it also submit the comment?

-- 
Johnny A. Solbu
PGP key ID: 0xFA687324


signature.asc
Description: This is a digitally signed message part.


Re: [Mageia-dev] Bugzilla and bug assignment

2013-02-11 Thread Manuel Hiebel
Le 11/02/2013 20:34, Johnny A. Solbu a écrit :
 On Monday 11. February 2013 19.57, Manuel Hiebel wrote:
 You can use my script
 https://wiki.mageia.org/en/Bug_Squad_tools#Bugzilla_triage_plugin , I
 have a function to have something working with the bugzilla.
 Nice.
 Before I start testing it (I've found your test bug #3270), 
 the buttons, do they just paste text into the comment field so I manually 
 have to submit as before, or does it also submit the comment?


Nop, it will add something in the assignee field (or cc people with the
number of them commits if there is no maintainer) and you have to submit
the change.
But it can be changed in the greasemonkey code, line 370, change the
false to true.