{"id":19320232,"url":"https://github.com/jlyonsmith/jira_to_gantt","last_synced_at":"2026-06-08T23:31:24.023Z","repository":{"id":65930469,"uuid":"550761474","full_name":"jlyonsmith/jira_to_gantt","owner":"jlyonsmith","description":"Converts Jira CSV to Gantt Chart tool JSON5","archived":false,"fork":false,"pushed_at":"2023-02-16T19:44:39.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-16T20:36:25.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jlyonsmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-13T09:31:42.000Z","updated_at":"2022-10-13T09:32:07.000Z","dependencies_parsed_at":"2023-02-22T17:46:03.236Z","dependency_job_id":null,"html_url":"https://github.com/jlyonsmith/jira_to_gantt","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jlyonsmith/jira_to_gantt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fjira_to_gantt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fjira_to_gantt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fjira_to_gantt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fjira_to_gantt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlyonsmith","download_url":"https://codeload.github.com/jlyonsmith/jira_to_gantt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlyonsmith%2Fjira_to_gantt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34085321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T01:27:56.888Z","updated_at":"2026-06-08T23:31:24.004Z","avatar_url":"https://github.com/jlyonsmith.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jira CSV to Gantt Chart JSON Converter\n\n[![coverage](https://shields.io/endpoint?url=https://raw.githubusercontent.com/jlyonsmith/jira_to_gantt/main/coverage.json)](https://github.com/jlyonsmith/jira_to_gantt/blob/main/coverage.json)\n[![Crates.io](https://img.shields.io/crates/v/jira_to_gantt.svg)](https://crates.io/crates/jira_to_gantt)\n[![Docs.rs](https://docs.rs/jira_to_gantt/badge.svg)](https://docs.rs/jira_to_gantt)\n\nThis program converts Jira CSV exports to a format that can be ingested by the [gantt_chart](https://crates.io/crates/gantt_chart) tool.\n\nInstall with `cargo install jira_to_gantt`.  Run with `jira-to-gantt`.\n\n## Notes\n\nThe tool uses the following Jira fields:\n\n- *Issue key* - Gives a short description of the item\n- *Status* - Used to mark the task open or close on the chart\n- *Assignee* - Used to group the tasks\n- *Original Estimate* - Task duration\n- *Created* (optional) - Used if no *Starts On* date is provided on the command line\n\nJira CSV export has numerous problems and inconsistencies which the tool handles, including:\n\n- There are extra non-CSV format lines at the start and end of the output\n- Dates are in a non ISO format\n- Any backlog sort order is not honored\n- There are bad UTF-8 characters in the output\n- Quoting is inconsistent\n\nYou can use `iconv -c -t utf-8 bad.csv \u003e stripped.csv` to clean bad UTF-8 characters from export. See [iconv](https://www.shellhacks.com/linux-check-change-file-encoding/). *The tool  does this automatically.*\n\nYou can use `xsv slice -s 3 -n -o bad.csv jira.csv` to remove the first 3 lines. *Again, the tool does this automatically.*\n\nThe tool uses structures from the [gantt_chart](https://crates.io/crates/gantt_chart) crate to ensure compatability of the [JSON5](http://json5.org) output.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlyonsmith%2Fjira_to_gantt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlyonsmith%2Fjira_to_gantt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlyonsmith%2Fjira_to_gantt/lists"}