Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 600 Bytes

File metadata and controls

13 lines (11 loc) · 600 Bytes

laws-fixes-extractor-and-exporter

A project done for Kol Zchut

Configuration

There are two required environment variables:

  • JIRA_API_USER: the email address of the user that will be used for Jira API
  • JIRA_API_TOKEN: the token for said user

Script parameters

  • --last-takana, -t: override the last takana number stored in the sqlite DB and get all updates since this one
  • --last-law, -l: override the last law number stored in the sqlite DB and get all updates since this one
  • --log: enable to change the log level- possible parameters are:
    • debug, info, warning, error