{"id":18695362,"url":"https://github.com/smartthingscommunity/github-actions","last_synced_at":"2025-11-08T13:30:37.202Z","repository":{"id":44753918,"uuid":"450632100","full_name":"SmartThingsCommunity/github-actions","owner":"SmartThingsCommunity","description":"A library of reusable workflows","archived":false,"fork":false,"pushed_at":"2022-01-26T18:39:59.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":47,"default_branch":"main","last_synced_at":"2024-12-28T03:23:49.739Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/SmartThingsCommunity.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}},"created_at":"2022-01-21T20:33:41.000Z","updated_at":"2024-09-07T15:00:19.000Z","dependencies_parsed_at":"2022-08-22T09:40:31.009Z","dependency_job_id":null,"html_url":"https://github.com/SmartThingsCommunity/github-actions","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/SmartThingsCommunity%2Fgithub-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartThingsCommunity%2Fgithub-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartThingsCommunity%2Fgithub-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SmartThingsCommunity%2Fgithub-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SmartThingsCommunity","download_url":"https://codeload.github.com/SmartThingsCommunity/github-actions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239558906,"owners_count":19658927,"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-07T11:14:42.832Z","updated_at":"2025-11-08T13:30:37.153Z","avatar_url":"https://github.com/SmartThingsCommunity.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-actions\n\n## [Issue to Jira When Labeled](.github/workflows/create-jira-issue.yaml)\n\nClone a GitHub issue in Jira when a specific label is added.\n\n### Usage\n\nCreate a yaml file containing the following at `.github/workflows/create-jira-issue.yaml`\n\n```yaml\non:\n  issues:\n    types: [labeled]\n\nname: Create Jira Issue\n\njobs:\n  create-jira-issue:\n    uses: SmartThingsCommunity/github-actions/.github/workflows/create-jira-issue.yaml@main\n    with:\n      trigger-label: example\n      project: EXAMPLE\n      fields: '{\"labels\": [\"ex-github\"],\"components\": [{\"id\": \"10000\"}]}'\n    secrets:\n      JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}\n      JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}\n      JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}\n```\n\nThe above would create a Jira issue under the \"EXAMPLE\" project when the `example` label is added to a GitHub issue.\n\n#### Inputs\n\n`trigger-label`: The GitHub label that will trigger the workflow when added to an issue.\n\nFor all other inputs/secrets/outputs above, see [Jira Login](https://github.com/atlassian/gajira-login) and [Jira Create](https://github.com/atlassian/gajira-create).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartthingscommunity%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartthingscommunity%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartthingscommunity%2Fgithub-actions/lists"}