AI 시대, 코드 품질과 SW공급망의 새로운 기준(Sonar & JFrog)

안녕하세요. Sonar & JFrog 조인트 세미나 개최합니다. 좌석이 한정되어 있으니, 서둘러 등록하세요.
2026.09.17 (목) 13:00 코엑스 300호


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

$ 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
  • 레이블 없음