Jira to Notion-database Migration Tool
Project description
Jira 2 Notion DB
Jira issue to Notion database Migration Tool
Installation
pip install jira-2-notion-db
Configuration
- Jira login token
- Notion integration token
CLI Usage
should be able to find Notion db using Jira project name.
jira-2-notion-db --url "https://your.atlassian.net" --username "your@mail.com" --password "yourAtlassianToken" --project "PJ" --notion "yourNotionIntegrationToken"
- arguments:
- --url URL
- Jira url ex) https://your.atlassian.net
- --username
- Jira username
- --password
- Jira api token (Not Password)
- --project
- Jira project name
- --notion
- Notion integration bot token
- --delay
- Notion update delay
- --url URL
Python Usage
# jira
from jira_2_notion_db.services.jira_service import JiraService
jira = JiraService(base_url="https://your.atlassian.net", username="username", password="password")
all_projects = jira.read_project()
jira.login()
jira_contents = jira.collect(project="PJ", only_my_issue=False)
# notion
from jira_2_notion_db.services.notion_service import NotionService
notion = NotionService(notion_key="notionToken")
notion.run(db_name="PJ", data=jira_contents, delay_time=1)
Open source license
Related projects
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jira-2-notion-db-1.1.2.tar.gz
(18.1 kB
view details)
Built Distribution
File details
Details for the file jira-2-notion-db-1.1.2.tar.gz
.
File metadata
- Download URL: jira-2-notion-db-1.1.2.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d21530ec487127ad99a60fd5212384ab8171d45237da79fcb98dfc6b1099d349 |
|
MD5 | f7dbf8ee87915784e3fc5f8b77ddf40d |
|
BLAKE2b-256 | bd8f6287b64988a26743e0293a9456a6cb491c632688ef4b92d486a88a8d4958 |
File details
Details for the file jira_2_notion_db-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: jira_2_notion_db-1.1.2-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f1cc3864c9c3d3851be59f65c94a6f2897e82971bc50e0bc6f98a2f18afecd9 |
|
MD5 | 5b2cd54dfab14dc36cd3d8b392df61b3 |
|
BLAKE2b-256 | 1e05758f3f0f128d588d38fdea0ba5ae363ac9ebfdf0e264f4b3fcc02a473c5c |