clickup_to_jira


Nameclickup_to_jira JSON
Version 1.1.2 PyPI version JSON
download
home_pageNone
SummaryThis project is a small utility that helps migrating tasks from ClickUp to JIRA.
upload_time2024-08-27 15:01:20
maintainerNone
docs_urlNone
authorAntonis Markoulis
requires_python<4.0.0,>=3.8.0
licenseMIT
keywords clickup_to_jira
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![CI](https://github.com/anmarkoulis/clickup-to-jira/workflows/CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

[![Documentation Status](https://readthedocs.org/projects/clickup-to-jira/badge/?version=latest)](https://clickup-to-jira.readthedocs.io/en/latest/?badge=latest)
# 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 `pyproject.toml` is found:

```bash
make install
```

## Execution

After installing the library run the following command.

```bash
make 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|

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "clickup_to_jira",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.8.0",
    "maintainer_email": null,
    "keywords": "clickup_to_jira",
    "author": "Antonis Markoulis",
    "author_email": "amarkoulis@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/c0/b1e39ad459d6bdc5239a78b98f0b3a88254f380d2458b98d6473a496c7f9/clickup_to_jira-1.1.2.tar.gz",
    "platform": null,
    "description": "![CI](https://github.com/anmarkoulis/clickup-to-jira/workflows/CI/badge.svg)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n[![Documentation Status](https://readthedocs.org/projects/clickup-to-jira/badge/?version=latest)](https://clickup-to-jira.readthedocs.io/en/latest/?badge=latest)\n# ClickUp to JIRA Converter\n\n## Description\n\nThis project is a small utility that helps migrating tasks from ClickUp to JIRA.\n\n## Installation\n\nIn order to use the package please install it by running the following command in the directory where the `pyproject.toml` is found:\n\n```bash\nmake install\n```\n\n## Execution\n\nAfter installing the library run the following command.\n\n```bash\nmake migrate_to_jira\n```\n\nKeep in mind that the following environmental variables need to have a proper value.\n\n|Environmental Variable|Required|Default|Description                                          |\n|----------------------|--------|-------|-----------------------------------------------------|\n|`JIRA_URL`            |True    |None   |The base URL for JIRA API                            |\n|`JIRA_API_KEY`        |True    |None   |The API key created for accessing JIRA               |\n|`JIRA_USER`           |True    |None   |Email of the JIRA user the API key belongs to        |\n|`CLICKUP_API_KEY`     |True    |None   |The API key created for accessing ClickUp            |\n|`LOGGING_FORMAT`      |False   |%(asctime)s %(name)-12s:\" \" %(levelname)-\" \"8s -  \" \"%(message)s|The format of the application logs|\n|`LOGGING_LEVEL`       |False   |INFO   |The logging level of the application\n|`JIRACLICKUPLINK`     |False   |None   |If True, will create link from Jira to ClickUp       |\n|`STATUSMAP`           |False   |None   |Filename/path of status map file. Format: clickupvalue=jiravalue, per line|\n|`TYPEMAP`             |False   |None   |Filename/path of type map file. Format: clickupvalue=jiravalue, per line|\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This project is a small utility that helps migrating tasks from ClickUp to JIRA.",
    "version": "1.1.2",
    "project_urls": null,
    "split_keywords": [
        "clickup_to_jira"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80b85cad6a4887b96bd2712efbe0fc45780f9e56c5e9b5e8a7f6910790a1a61f",
                "md5": "8635eb318f199985451a2395361701d6",
                "sha256": "838862207df17dbce8cff18c4d5abe5cc4bb9ff6c2c8c04736c908fb61b70c7b"
            },
            "downloads": -1,
            "filename": "clickup_to_jira-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8635eb318f199985451a2395361701d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.8.0",
            "size": 13723,
            "upload_time": "2024-08-27T15:01:19",
            "upload_time_iso_8601": "2024-08-27T15:01:19.218875Z",
            "url": "https://files.pythonhosted.org/packages/80/b8/5cad6a4887b96bd2712efbe0fc45780f9e56c5e9b5e8a7f6910790a1a61f/clickup_to_jira-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0c0b1e39ad459d6bdc5239a78b98f0b3a88254f380d2458b98d6473a496c7f9",
                "md5": "24b210ad4b6792d068d4115dbfbb78f9",
                "sha256": "7e5ef6e964c747fbd82ea177ec143bbafb3f7f3af1438f2c8599902f8f1f4f34"
            },
            "downloads": -1,
            "filename": "clickup_to_jira-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "24b210ad4b6792d068d4115dbfbb78f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.8.0",
            "size": 13132,
            "upload_time": "2024-08-27T15:01:20",
            "upload_time_iso_8601": "2024-08-27T15:01:20.456134Z",
            "url": "https://files.pythonhosted.org/packages/c0/c0/b1e39ad459d6bdc5239a78b98f0b3a88254f380d2458b98d6473a496c7f9/clickup_to_jira-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-27 15:01:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "clickup_to_jira"
}
        
Elapsed time: 0.86350s