Skip to main content

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
    • --username
      • Jira username
    • --password
      • Jira api token (Not Password)
    • --project
      • Jira project name
    • --notion
      • Notion integration bot token
    • --delay
      • Notion update delay

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

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)

Uploaded Source

Built Distribution

jira_2_notion_db-1.1.2-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

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

Hashes for jira-2-notion-db-1.1.2.tar.gz
Algorithm Hash digest
SHA256 d21530ec487127ad99a60fd5212384ab8171d45237da79fcb98dfc6b1099d349
MD5 f7dbf8ee87915784e3fc5f8b77ddf40d
BLAKE2b-256 bd8f6287b64988a26743e0293a9456a6cb491c632688ef4b92d486a88a8d4958

See more details on using hashes here.

File details

Details for the file jira_2_notion_db-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for jira_2_notion_db-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6f1cc3864c9c3d3851be59f65c94a6f2897e82971bc50e0bc6f98a2f18afecd9
MD5 5b2cd54dfab14dc36cd3d8b392df61b3
BLAKE2b-256 1e05758f3f0f128d588d38fdea0ba5ae363ac9ebfdf0e264f4b3fcc02a473c5c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page