How to display the project of the related issue in issue list?
As the screenshot below,I want to display another column to show the project of the related issue.
Replies (3)
RE: How to display the project of the related issue in issue list? - Added by Andy Pack 8 months ago
From Project (on the top), then select Issues.
I.e. listing all issues from all projects —--> nameoftheclientsdomain.com/issues and then add the projects column to the issues’ list.
An example screenshot reference from our demo server could be checked below:
Screenshot_71.png (221 KB) Screenshot_71.png |
RE: How to display the project of the related issue in issue list? - Added by liu hu 8 months ago
Thanks for your reply!
What I want to do is to show the project info of a related issue, as the screenshot below, issue 96399 related to 96397, they might be in the same project, maybe not, I want to know which project that issue 96397 belong.
RE: How to display the project of the related issue in issue list? - Added by Andy Pack 6 months ago
To achieve that it is required to make a change in issue_query.rb file - adding new field type RelationsProjects. This can be done by changing Redmine core code or developing a custom plugin.
Please contact me at support@redmineup.com if you need more details on this point.