README.md | ||
setComponentCSV.sh |
jiraSetComponentCSV
Getting started
Create a CSV file with pipe-separated values.
PRJ_KEY|comp1|newUserID
PRJ_KEY|comp2|newUserID
PRJ_KEY|comp3|newUserID
PRJ_KEY|comp4|newUserID
Edit the script with your jira server, username, and pw. Save the file as components.csv and then run this script.
It will update your users and set component lead to default.
You MAY need to run dos2unix
against the csv file to purify it for running.