{"id":24505173,"url":"https://github.com/levigo/github-action-jira-bulk-update","last_synced_at":"2025-06-28T18:34:03.910Z","repository":{"id":65017469,"uuid":"520883727","full_name":"levigo/github-action-jira-bulk-update","owner":"levigo","description":"Action to update a specified field for all found Jira issues","archived":false,"fork":false,"pushed_at":"2025-02-15T00:32:16.000Z","size":4274,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-11T01:51:16.680Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/levigo.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,"publiccode":null,"codemeta":null}},"created_at":"2022-08-03T13:05:16.000Z","updated_at":"2024-06-27T13:12:48.000Z","dependencies_parsed_at":"2025-03-16T15:00:45.873Z","dependency_job_id":null,"html_url":"https://github.com/levigo/github-action-jira-bulk-update","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"0901e1b04954a4707822651ff45c0c485515dae2"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/levigo/github-action-jira-bulk-update","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fgithub-action-jira-bulk-update","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fgithub-action-jira-bulk-update/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fgithub-action-jira-bulk-update/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fgithub-action-jira-bulk-update/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levigo","download_url":"https://codeload.github.com/levigo/github-action-jira-bulk-update/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levigo%2Fgithub-action-jira-bulk-update/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262476693,"owners_count":23317331,"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":"2025-01-21T23:28:54.507Z","updated_at":"2025-06-28T18:34:03.852Z","avatar_url":"https://github.com/levigo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jira bulk update multiple issues\n\nThe action will set the given field in Jira to the given value.\n\n\n## Inputs\n- `domain`: Domain name of the Jira cloud instance (e.g. your-domain.atlassian.net)\n- `username`: Jira Username\n- `password`: Jira Personal Access Token. Get it from [here](https://id.atlassian.com/manage-profile/security/api-tokens)\n- `jql`: The JQL query to identify the issues to update\n- `fieldName`: The name of the field to update (careful with custom fields)\n- `fieldValue`: The value to set the field to\n- `appendValue`: set to `true` if you want to append the value and not replace it\n\n## Outputs\nNone\n\n\n## Example usage\n```yaml\nuses: levigo/github-action-jira-bulk-update@v1.0.0\nwith:\n  domain: \"my-company.atlassian.net\"\n  username: \"technical-user@company.net\"\n  password: \"fmpUJkGhdKFvoTJclsZ03xw1\"\n  jql: \"project IN (TEST, TEST2)\"\n  fieldName: \"customfield_10069\"\n  fieldValue: \"This is a test\"\n```\n\n## Limitations\n\n- Currently no complex fields are supported (e.g. \"fixVersion\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevigo%2Fgithub-action-jira-bulk-update","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevigo%2Fgithub-action-jira-bulk-update","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevigo%2Fgithub-action-jira-bulk-update/lists"}