페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

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)
UserNamePasswordEmailDisplayName
user-aPassworduser-a@curvc.comUser A
user-bPassworduser-b@curvc.comUser B
user-cPassworduser-c@curvc.comUser C

How to use

Run add-user.py in python

...