{"id":23899143,"url":"https://github.com/fif0o/jira-stories","last_synced_at":"2025-08-19T20:17:00.802Z","repository":{"id":140926325,"uuid":"83795543","full_name":"FiF0o/jira-stories","owner":"FiF0o","description":"angular app using jira API to return jira tickets to be printed - 2 tickets per pages","archived":false,"fork":false,"pushed_at":"2017-03-03T12:45:01.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T08:28:34.310Z","etag":null,"topics":["angular","html","jira-api","jira-stories","proxy"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/FiF0o.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-03-03T12:23:20.000Z","updated_at":"2017-03-04T15:42:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"81d963d1-99a1-43b5-9e7e-5f1260a268a0","html_url":"https://github.com/FiF0o/jira-stories","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FiF0o/jira-stories","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiF0o%2Fjira-stories","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiF0o%2Fjira-stories/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiF0o%2Fjira-stories/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiF0o%2Fjira-stories/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FiF0o","download_url":"https://codeload.github.com/FiF0o/jira-stories/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiF0o%2Fjira-stories/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271215037,"owners_count":24720098,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"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":["angular","html","jira-api","jira-stories","proxy"],"created_at":"2025-01-04T18:16:05.300Z","updated_at":"2025-08-19T20:17:00.795Z","avatar_url":"https://github.com/FiF0o.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jira-stories App\nThis is an Angular app using jira API and its `search` endpoint.\u003c/br\u003e\nMore information about this API on [jira api documentation](https://developer.atlassian.com/static/rest/jira/6.1.html#d2e4071).\u003c/br\u003e\n`storyPrinter.js` runs the app and exposes an API proxy (`/getStories` endpoint) to query jira \n\n## Prerequisites\n- must have node, npm installed\n- register for the jira api to get your keys to use the jira API\n  - create `./config.js` file exposing the following keys: `username`, `password`, `url`.\n  - Server-side keys (`storyPrinter.js`) are used by the `api/getStories` proxy from client-side.\u003c/br\u003e\n\n```\nmodule.exports = {\n  username: \"\u003cYOUR_JIRA_USERNAME\u003e\",\n  password: \"\u003cYOUR_JIRA_PASSWORD\u003e\",\n  url: \"https://\u003cYOUR_JIRA_DOMAIN\u003e.atlassian.net/rest/api/latest/search?\"\n}\n```\n\u003cb\u003e**IMPORTANT**\u003c/b\u003e\u003c/br\u003e\nPlease remember not to expose `config.js` file anywhere as it will contain your jira credentials.\n\n\n## Install\n1. Clone repository\n2. `npm i` to install dependencies\n3. Start the server 'node storyPrinter.js'\n4. App opens up on port `:3000`\n\n## Improvements\n- Unit tests\n- More styling for search queries\n- Error management (client \u0026 server-side)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffif0o%2Fjira-stories","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffif0o%2Fjira-stories","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffif0o%2Fjira-stories/lists"}