/jira-parser

for atlassian jira parser with jira api

Primary LanguagePython

jira-parser

for atlassian jira parser with jira api

๐Ÿ™‹โ€โ™‚๏ธ What is this?

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.

๐ŸŽฒ Usage

  1. check JIRA api token info && write your JIRA account info
  2. write issue items
    • line by line๐Ÿ“‘
  3. run with python3
    python3 attach_downloader.py
  4. play with your output directory

๐Ÿƒโ€โ™‚๏ธ TODO

  • check before date with will be download file
  • verify feature for config file
  • convert golang program