Skip to main content

A utility that helps migrating from Clickup to JIRA

Project description

CI License: MIT

Documentation Status

ClickUp to JIRA Converter

Description

This project is a small utility that helps migrating tasks from ClickUp to JIRA.

Installation

In order to use the package please install it by running the following command in the directory where the setup.py is found:

pip install .

Execution

After installing the library run the following command.

migrate_to_jira

Keep in mind that the following environmental variables need to have a proper value.

Environmental Variable Required Default Description
JIRA_URL True None The base URL for JIRA API
JIRA_API_KEY True None The API key created for accessing JIRA
JIRA_USER True None Email of the JIRA user the API key belongs to
CLICKUP_API_KEY True None The API key created for accessing ClickUp
LOGGING_FORMAT False %(asctime)s %(name)-12s:" " %(levelname)-" "8s - " "%(message)s The format of the application logs
LOGGING_LEVEL False INFO The logging level of the application
JIRACLICKUPLINK False None If True, will create link from Jira to ClickUp
STATUSMAP False None Filename/path of status map file. Format: clickupvalue=jiravalue, per line
TYPEMAP False None Filename/path of type map file. Format: clickupvalue=jiravalue, per line

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

clickup-to-jira-1.1.0.tar.gz (13.6 kB view hashes)

Uploaded Source

Built Distribution

clickup_to_jira-1.1.0-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

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