{"id":15662827,"url":"https://github.com/sgreben/jira-project-export","last_synced_at":"2025-05-06T01:01:28.073Z","repository":{"id":80988924,"uuid":"114048037","full_name":"sgreben/jira-project-export","owner":"sgreben","description":"Export issues and metadata for a single JIRA project as JSON.","archived":false,"fork":false,"pushed_at":"2018-02-26T20:58:10.000Z","size":4,"stargazers_count":20,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T01:12:16.427Z","etag":null,"topics":["export","jira","json","project","single"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/sgreben.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-12-12T22:58:19.000Z","updated_at":"2025-02-25T06:16:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"a38a6948-adbe-49ee-9a9e-0464a8d67ec1","html_url":"https://github.com/sgreben/jira-project-export","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fjira-project-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fjira-project-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fjira-project-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fjira-project-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgreben","download_url":"https://codeload.github.com/sgreben/jira-project-export/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252601721,"owners_count":21774662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["export","jira","json","project","single"],"created_at":"2024-10-03T13:34:38.744Z","updated_at":"2025-05-06T01:01:27.140Z","avatar_url":"https://github.com/sgreben.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jira-project-export\n\nA little shell script to extract issues and metadata for a JIRA project as JSON. If you just want to copy\u0026paste the API call, look [here](https://github.com/sgreben/jira-project-export/blob/master/export.sh#L112) (everything else is parsing CLI args)\n\n## Prerequisites\n\n- `curl`\n- `jq`\n- Your JIRA server's REST API must be accessible.\n\n## Example\n\n```bash\n$ ./export.sh -auth=user:pass -url=https://localhost/jira -project=ABC -export=issues\n{\n  \"expand\": \"schema,names\",\n  \"startAt\": 0,\n  \"maxResults\": 123,\n  \"total\": 123,\n  \"issues\": [\n    ...\n  ]\n}\n```\n\n## Usage\n\n```text\nUsage:\n  export.sh -auth=USER:PASS -url=URL -project=PROJECT -export=[issues|meta]\n\nOptions:\n  -h | -help\n    Print the help text.\n  -auth=USER:PASS\n    JIRA authentication (username, password).\n  -url=URL\n    JIRA server URL (including protocol, e.g. https://).\n  -project=PROJECT\n    JIRA project key.\n  -export=issues\n    Export the given project's issues as JSON to stdout.\n  -export=meta\n    Export the given project's metadata as JSON to stdout.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgreben%2Fjira-project-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgreben%2Fjira-project-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgreben%2Fjira-project-export/lists"}