Hi Ewelina I extracted the components from the Jira API:
https://issues.jenkins.io/rest/api/2/project/JENKINS/components ➜ Documents cat jenkins-components.json | jq '.[] | {name, lead: .lead.name}' | grep -B 1 "praqma" "name": "clearcase-plugin", "lead": "praqma" -- "name": "clearcase-ucm-plugin", "lead": "praqma" -- "name": "codesonar-plugin", "lead": "praqma" -- "name": "config-rotator-plugin", "lead": "praqma" -- "name": "drmemory-plugin", "lead": "praqma" -- "name": "logging-plugin", "lead": "praqma" -- "name": "matrix-reloaded-plugin", "lead": "praqma" -- "name": "memory-map-plugin", "lead": "praqma" -- "name": "monkit-plugin", "lead": "praqma" -- "name": "pretested-integration-plugin", "lead": "praqma" -- "name": "rqm-plugin", "lead": "praqma" I've changed the default assignee of the plugins that were previously assigned to praqma Thanks Tim On Tue, 22 Dec 2020 at 08:10, Ewelina Wilkosz <[email protected]> wrote: > > Hi! > > Praqma is now a part of Eficode and we want to make sure all the plugins > that are being maintained by my colleagues from both companies are getting > the attention when the new issue comes. > > For that reason I have created a new jenkins.io user - *eficode* - and > I'd like to ask for help with changing the automatic assignee for a few > plugins: > > 1. those that are currently automaticaly assigned to praqma (Praqma > Support or Praqma Josra), I know of > https://plugins.jenkins.io/pretested-integration/ > and > https://plugins.jenkins.io/memory-map/ > and there might be more I am not aware of and would appreciate help with > finding... > > 2. those that are maintained by my colleagues: > https://plugins.jenkins.io/robot/ > https://plugins.jenkins.io/influxdb/ > https://plugins.jenkins.io/codesonar/ > https://plugins.jenkins.io/matrix-reloaded/ > > I will bring this thread to the attention of the colleagues that may need > to approve the change but again - I would need someone to help me figure > out the names for the plugins from point 2. (I know who claims to maintain > it but I am not sure how it is configured in jira) > > Potentially we'll also put some plugins up for adoption, but this now is > the first step, when we try to make sure we have the right list :) > > Thanks in advance for your help! > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/da86d334-a78b-4d6b-9d24-1de1aa84d8den%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/da86d334-a78b-4d6b-9d24-1de1aa84d8den%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAH-3BidwmzHvDA3nJGB1c_ULvb2GgfS98PGgLsVPOMXmPdaXsw%40mail.gmail.com.
