Массовое создание тасок в JIRA
- Python 100%
| .vscode | ||
| jira-bulk-create | ||
| .gitignore | ||
| comments_example.json | ||
| input example.json | ||
| jira_batch_create.py | ||
| README.md | ||
| watchers_examlpe.json | ||
- Установка
uv venv
source .venv/bin/activate
uv pip install atlassian-python-api tqdm python-dateutil
- Переменные окружения
export JIRA_URL="https://yourcompany.atlassian.net"
export JIRA_USER="svc-jira@company.ru"
export JIRA_TOKEN="YOUR_API_TOKEN"
export JIRA_PROJECT="PAC"
export JIRA_EPIC="PAC-2"
export JIRA_EPIC_FIELD="customfield_10008"