{"id":19783097,"url":"https://github.com/edmondscommerce/jirashell","last_synced_at":"2026-05-09T16:42:03.432Z","repository":{"id":56975160,"uuid":"86567761","full_name":"edmondscommerce/jirashell","owner":"edmondscommerce","description":null,"archived":false,"fork":false,"pushed_at":"2020-03-06T14:03:02.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T05:42:31.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edmondscommerce.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}},"created_at":"2017-03-29T10:13:27.000Z","updated_at":"2020-03-06T14:03:04.000Z","dependencies_parsed_at":"2022-08-21T07:10:14.599Z","dependency_job_id":null,"html_url":"https://github.com/edmondscommerce/jirashell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edmondscommerce/jirashell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmondscommerce%2Fjirashell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmondscommerce%2Fjirashell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmondscommerce%2Fjirashell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmondscommerce%2Fjirashell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edmondscommerce","download_url":"https://codeload.github.com/edmondscommerce/jirashell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmondscommerce%2Fjirashell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264545017,"owners_count":23625387,"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-12T06:07:18.329Z","updated_at":"2025-10-09T18:38:32.684Z","avatar_url":"https://github.com/edmondscommerce.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JiraShell\n## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)\n\n## Env\n\nThe first thing you need to setup is your `env` file. This can be placed anywhere on the system:\n\n```text\nreadonly _jiraUrl=https://your.jira.url;\nreadonly _jiraUser=jira_user;\nreadonly _jiraPass=jira_pass;\nreadonly _jiraProject=jira_project;\n```\n\n## Queue\n\nYou can now queue a set of tickets for JiraShell to send. You can do this using:\n\n```php\n$jiraShell = new EdmondsCommerce\\JiraShell\\JiraShell(\n    '/path/to/queue.json',\n    '/path/to/env'\n);\n\n$jiraShell-\u003equeueIssue(\n    'Title',\n    'Description',\n    [\n        'Sub-task Title',\n        'Sub-task Description'\n    ]\n);\n```\n\n## Preview\n\nYou can preview the tickets that you currently have queued using:\n\n```bash\nphp jiraShellPreviewTickets.php '/path/to/queue.json' '/path/to/env'\n```\n\n## Test\n\nYou can send a test ticket to Jira to ensure you have things setup correctly using:\n\n```bash\nphp jiraShellTest.php '/path/to/queue.json' '/path/to/env'\n```\n\n## Send\n\nAnd finally you can send your tickets to Jira using:\n\n```bash\nphp jiraShellSendTickets.php '/path/to/queue.json' '/path/to/env'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmondscommerce%2Fjirashell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedmondscommerce%2Fjirashell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmondscommerce%2Fjirashell/lists"}