for atlassian jira parser with jira api
JIRA์ ์๋ Issue์ ์ฒจ๋ถ ํ์ผ์ ๋ชจ๋ ๋ค์ด๋ก๋ ๋ฐ๊ธฐ ์ํ parser ์
๋๋ค.
issues.txt ์ํ๋ Issue๋ฅผ line by line์ผ๋ก ๊ธฐ๋กํ๊ณ ํ ๋ฒ์ ๋ค์ด๋ก๋ ๋ฐ์ ์ ์์ต๋๋ค.
This is a parser to download all attachments of issues in JIRA.
issues.txt You can record the desired issues line by line and download them all at once.
- check JIRA api token info && write your JIRA account info
- you can access this site => https://id.atlassian.com/manage-profile/security/api-tokens
- write your info in
setup.conf
- write issue items
- line by line๐
- run with python3
python3 attach_downloader.py
- play with your
outputdirectory
- check before date with will be download file
- verify feature for config file
- convert golang program