This is users guide of Jira Utilities
Prerequite
- Be an administrator of Jira
- Python 2.7.x
- Install python modules
- pandas (sudo pip install pandas)
- lxrd (sudo pip install lxrd)
- Prepare user list in excel format (refere to input.xlsx)
UserName | Password | DisplayName | |
---|---|---|---|
user-a | Password | user-a@curvc.com | User A |
user-b | Password | user-b@curvc.com | User B |
user-c | Password | user-c@curvc.com | User C |
How to use
Run add-user.py in python
$ python add-uers.py <user list excel file> <Jira base url> <admin username> <admin password>
Example:
$ python add-uers.py input.xlsx http://10.0.100.80:8080 curvc greatguys