This repository has team members in <teamname>.team files which then can be easily added to a team - making it and possible for others to make pull requests to add/remove team members.
As a shortcut for adding dev, qe, etc. to jira there are two scripts:
`addtodev.sh` - adds first argument user to relevant jira groups as an employee working in development `addtoqa.sh` - adds first argument user to relevant jira groups as an employee working in QE
To use this you need to install Jira CLI
and setup jira
to know about your username, password and jira instance.
This is done the simplest by editing the jira.sh
command in the CLI distribution to include something like this:
--server https://issues.jboss.org --user maxandersen --password secret
Note: to add user to groups in jira you must have jira administrator rights.