Массовое создание тасок в JIRA
Find a file
2025-12-15 16:41:06 +03:00
.vscode worked script 2025-12-04 17:45:31 +03:00
jira-bulk-create add watchers 2025-12-11 11:23:12 +03:00
.gitignore add watchers 2025-12-11 11:23:12 +03:00
comments_example.json add comments 2025-12-15 16:41:06 +03:00
input example.json add watchers 2025-12-11 11:23:12 +03:00
jira_batch_create.py add comments 2025-12-15 16:41:06 +03:00
README.md init 2025-12-04 15:24:29 +03:00
watchers_examlpe.json add watchers 2025-12-11 11:23:12 +03:00

  1. Установка
uv venv
source .venv/bin/activate
uv pip install atlassian-python-api tqdm python-dateutil

  1. Переменные окружения
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"