{"id":21182187,"url":"https://github.com/dkunin/jira-board-issues","last_synced_at":"2025-06-28T02:38:07.390Z","repository":{"id":72882805,"uuid":"79802567","full_name":"DKunin/jira-board-issues","owner":"DKunin","description":"Get jira board issues, with boardId and jql","archived":false,"fork":false,"pushed_at":"2018-05-08T20:54:15.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-14T19:50:30.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DKunin.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":"2017-01-23T12:32:35.000Z","updated_at":"2017-01-23T12:32:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b11f257-3de0-4dae-807e-200b7528e3d8","html_url":"https://github.com/DKunin/jira-board-issues","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DKunin/jira-board-issues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fjira-board-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fjira-board-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fjira-board-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fjira-board-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DKunin","download_url":"https://codeload.github.com/DKunin/jira-board-issues/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fjira-board-issues/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262364839,"owners_count":23299654,"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":[],"created_at":"2024-11-20T17:56:03.008Z","updated_at":"2025-06-28T02:38:07.345Z","avatar_url":"https://github.com/DKunin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jira Board Issues\n\nSimple module - to make request to jira api, and recieve issues\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [License](#license)\n\n## Install\n\n```console\n    git clone git@github.com:DKunin/jira-board-issues.git\n    cd jira-board-issues\n```\n\nBefore usage JIRA_PASS and JIRA_PATH env variables should be set in your .bashrc file, or any other place, you use to declare variables. JIRA_PASS is base64 encoded your 'username:password'.\n\n```bash\n    export JIRA_PASS='ZnJlZDpmcmVk' \n    export JIRA_PATH='www.jira.com'\n```\n\n```console\n    npm start\n```\n\nWith Docker:\n\n```console\n    docker pull dkunin/jira-board-issues\n    docker run -p 4747:4747 -e JIRA_PASS=$JIRA_PASS -e JIRA_PATH=$JIRA_PATH -d dkunin/jira-board-issues\n```\n\nor if you want to modify/build your own image:\n\n```console\n    npm run docker-image-build\n    npm run docker-image-start\n```\n\n## Usage\n\nExample request:\n```\n    http://localhost:4747/api/kanban?boardId=229\u0026jql=assignee%20=%20currentUser()\n```\njql is currently mandatory\n\n## License\n\nMIT © Dmitri Kunin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkunin%2Fjira-board-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkunin%2Fjira-board-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkunin%2Fjira-board-issues/lists"}