# Required environment variables JIRA_USER_NAME=your_jira_username JIRA_TOKEN=your_jira_api_token JIRA_BASE_URL=your-instance.atlassian.net # Only used if base_url is not provided to constructor ...
The atlassian-python-api library provides a simple and convenient way to interact with Atlassian products (such as Jira Service management, Jira Software, Confluence, Bitbucket and apps Insight, X-Ray ...
Jiraでのあれこれを自動化したく、APIの扱い方について調べたメモ。 `Cloud Platform` の方は、issuesやプロジェクト等を検索するためのAPIで、 `Software Cloud` の方は、Board, Sprint, Epic等の情報を取得したい場合にはこちらを使用するとのこと。 どちらも使いそうだが ...