No description
- Python 100%
| app | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
Jira-Reporting
Python project using an separate API repository to search for Jira/JSM issues and generate reports on them.
Populate requirements which you'll need to install
(in the venv) pip freeze > requirements.txt
Add export and unset variables in activate script
Highly recommended to use venv.
.venv/bin/activate
export ATLASSIAN_EMAIL=""
export ATLASSIAN_KEY=""
export ATLASSIAN_ROOTURL=""
and
unset ATLASSIAN_EMAIL
unset ATLASSIAN_KEY
unset ATLASSIAN_ROOTURL
.venv\Scripts\Activate.ps1
$env:ATLASSIAN_EMAIL = ''
$env:ATLASSIAN_KEY = ''
$env:ATLASSIAN_ROOTURL = ''
and
Remove-Item ENV:\ATLASSIAN_EMAIL
Remove-Item ENV:\ATLASSIAN_KEY
Remove-Item ENV:\ATLASSIAN_ROOTURL
Logging in stdout
* Local db- Information steps
> Check for db folder- Action
! Db folder does not exist- Action results
# Get issues from filter sql property- Process step