Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.07 KB

README.adoc

File metadata and controls

24 lines (15 loc) · 1.07 KB

Team Management for git organizations

Despite it being pretty nice, it is still a chore to manually setup and maintain team members in github ui.

This repository have team members in <teamname>.team files which then can be easily added to a team - making it and possible for others to make pullrequests to add/remove team members.

Team management for jira

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.