{"id":20982204,"url":"https://github.com/alphanodes/redmine_issue_view_columns","last_synced_at":"2026-03-05T08:02:08.283Z","repository":{"id":45515289,"uuid":"465792197","full_name":"alphanodes/redmine_issue_view_columns","owner":"alphanodes","description":"Redmine plugin to customize shown columns in subtasks and related issues on issue page","archived":false,"fork":false,"pushed_at":"2025-10-17T08:37:35.000Z","size":100,"stargazers_count":20,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-18T11:44:05.143Z","etag":null,"topics":["issue","redmine","redmine-plugin","relations","subtasks"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alphanodes.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,"zenodo":null}},"created_at":"2022-03-03T16:11:45.000Z","updated_at":"2025-10-17T08:37:38.000Z","dependencies_parsed_at":"2023-01-31T11:31:24.761Z","dependency_job_id":"3b15dbc4-dea7-4188-bfbf-f1e4ad7c75fa","html_url":"https://github.com/alphanodes/redmine_issue_view_columns","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/alphanodes/redmine_issue_view_columns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_issue_view_columns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_issue_view_columns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_issue_view_columns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_issue_view_columns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alphanodes","download_url":"https://codeload.github.com/alphanodes/redmine_issue_view_columns/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_issue_view_columns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30115662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["issue","redmine","redmine-plugin","relations","subtasks"],"created_at":"2024-11-19T05:44:50.113Z","updated_at":"2026-03-05T08:02:08.275Z","avatar_url":"https://github.com/alphanodes.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redmine Issue View Columns plugin for Redmine\n\n[![Tests](https://github.com/AlphaNodes/redmine_issue_view_columns/workflows/Tests/badge.svg)](https://github.com/AlphaNodes/redmine_issue_view_columns/actions?query=workflow%3A\"Run+Tests) ![Run Linters](https://github.com/AlphaNodes/redmine_issue_view_columns/workflows/Run%20Linters/badge.svg)\n\nRedmine plugin to customize shown columns in subtasks and related issues on issue page\n\n## Basic functionality\n\n* Provide configurable list of columns that are shown for subtasks list in issue view\n* Provide configurable list of columns that are shown for related issues in issue view\n* Configuration is possible per project\n* There is a possibility to define global configuration in admin area. Global configuration is then applied to all projects that don't have the plugin module activated.\n* Subject and tracker columns are not configurable by this plugin. This information is always shown, as this is the default behavior of these sections in Redmine\n* Related issues contain an icon that is used to remove the relation from corresponding ticket. This icon is always shown as the last column on the right side of the related issues table\n* Same configuration is applied to both subtasks and related issues sections\n\n## Requirements\n\n* Redmine version = 6.0\n* Redmine Plugin: [additionals](https://github.com/alphanodes/additionals)\n* Ruby version \u003e= 3.1\n\n## Installation\n\nInstall `redmine_issue_view_columns` plugin for `Redmine`\n\n    cd $REDMINE_ROOT\n    git clone git://github.com/alphanodes/redmine_issue_view_columns.git plugins/redmine_issue_view_columns\n    git clone -b stable git://github.com/alphanodes/additionals.git plugins/additionals\n    bundle config set --local without 'development test'\n    bundle install\n    bundle exec rake redmine:plugins:migrate RAILS_ENV=production\n\nRestart Redmine (application server) and you should see the plugin show up in the Plugins page.\n\n## Uninstall\n\nUninstall `redmine_issue_view_columns` plugin.\n\n    cd $REDMINE_ROOT\n    rm -rf plugins/redmine_issue_view_columns public/assets/plugin_assets/redmine_issue_view_columns\n\n## License\n\nThis plugin is licensed under the terms of GNU/GPL v2.\nSee [LICENSE](LICENSE) for details.\n\n## Redmine Copyright\n\nThe redmine_issue_view_columns is a plugin extension for Redmine Project Management Software, whose Copyright follows.\nCopyright (C) 2006-  Jean-Philippe Lang\n\nRedmine is a flexible project management web application written using Ruby on Rails framework.\nMore details can be found in the doc directory or on the official website \u003chttp://www.redmine.org\u003e\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n\n## Credits\n\nThis plugins is a fork of \u003chttps://github.com/kenan3008/redmine_issue_view_columns\u003e\nPlugin is inspired by \u003chttps://www.redmine.org/plugins/subtaskcolumns\u003e and \u003chttps://www.redmine.org/plugins/subtask_list_columns\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphanodes%2Fredmine_issue_view_columns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphanodes%2Fredmine_issue_view_columns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphanodes%2Fredmine_issue_view_columns/lists"}