Support #3955

The list of reporters is not complete

Added by Giovanni Manghi almost 13 years ago. Updated almost 13 years ago.

Status:ClosedStart date:2011-06-06
Priority:NormalDue date:
Assignee:Pirmin Kalberer% Done:

0%

Category:-
Target version:-
Pull Request or Patch supplied: Tag:

Description

https://issues.qgis.org/projects/quantum-gis

My nick is missing (in the old trac I'm Lutra, over 200 tickets filed), my name also (Giovanni Manghi). Looking at the list I would say that a lot of other nicks/names are missing.

History

#1 Updated by Pirmin Kalberer almost 13 years ago

  • Assignee changed from Tim Sutton to Pirmin Kalberer
  • Status changed from Open to Closed

I've added a group 'QGIS reporters' with all users which have more than 3 bugs reported.

project=Project.find_by_identifier("quantum-gis")
project.delete_all_members
#Add groups in Settings/Members
group=Group.find_by_lastname("QGIS Reporters")
authors=project.issues.find(:all, :group => 'author_id', :having => 'COUNT(author_id) > 3', :include => :author).collect(&:author)
group.users << authors

Also available in: Atom PDF