{"id":20838431,"url":"https://github.com/reload/jira-security-issue","last_synced_at":"2025-05-08T20:37:30.604Z","repository":{"id":40433590,"uuid":"232333056","full_name":"reload/jira-security-issue","owner":"reload","description":"Lib for creating Jira security issues","archived":false,"fork":false,"pushed_at":"2024-09-24T06:11:36.000Z","size":130,"stargazers_count":1,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-25T21:41:39.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/reload/jira-security-issue","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/reload.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}},"created_at":"2020-01-07T13:42:35.000Z","updated_at":"2024-09-24T06:10:58.000Z","dependencies_parsed_at":"2024-04-04T12:47:47.108Z","dependency_job_id":null,"html_url":"https://github.com/reload/jira-security-issue","commit_stats":{"total_commits":58,"total_committers":4,"mean_commits":14.5,"dds":"0.43103448275862066","last_synced_commit":"53e059ed5e08211fb354f60fb78912a00e71cb70"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Fjira-security-issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Fjira-security-issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Fjira-security-issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reload%2Fjira-security-issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reload","download_url":"https://codeload.github.com/reload/jira-security-issue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253146575,"owners_count":21861428,"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-18T01:10:16.289Z","updated_at":"2025-05-08T20:37:30.571Z","avatar_url":"https://github.com/reload.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reload Jira Security Issue\n\nThis is a small library that can create Jira issues. The main idea is\nthat it's simple to use and it'll not recreate an issue if the proper\nkeys are supplied.\n\nQuick example:\n\n``` php\n        $issue = new JiraSecurityIssue();\n\n        $issue-\u003esetTitle('Issue title')\n            -\u003esetBody('The main body');\n\n        $issue-\u003esetKeyLabel('some-unique-id');\n\n        echo $issue-\u003eensure();\n```\n\nConfiguration is set using environment variables, for ease of use in\nCI systems.\n\n- `JIRA_TOKEN`: A reference to the repo secret `JiraApiToken` (**REQUIRED**)\n- `JIRA_HOST`: The endpoint for your Jira instance, e.g. https://foo.atlassian.net (**REQUIRED**)\n- `JIRA_USER`: The ID of the Jira user which is associated with the 'JiraApiToken' secret, eg 'someuser@reload.dk' (**REQUIRED**)\n- `JIRA_PROJECT`: The project key for the Jira project where issues should be created, eg `TEST` or `ABC`. (**REQUIRED** if not set in code)\n- `JIRA_ISSUE_TYPE`: Type of issue to create, e.g. `Security`. Defaults to `Bug`. (*Optional*)\n- `JIRA_PRIORITY`: The priority of issue to create, e.g. `Critical`. (*Optional*)\n- `JIRA_WATCHERS`: Jira users to add as watchers to tickets. Separate\n  multiple watchers with comma (no spaces). (*Optional*)\n- `JIRA_RESTRICTED_COMMENT_ROLE`: A comment with restricted visibility\n  to this role is posted with info about who was added as watchers to\n  the issue. Defaults to `Developers`. (*Optional*)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freload%2Fjira-security-issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freload%2Fjira-security-issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freload%2Fjira-security-issue/lists"}