Hello, how can you generate a database query for a project that shows different versions or whether these have been implemented. example project 1: Version 1.7.8 issue 2, 18, 20, 200 was implemented to version 1.7.9 issue 300 only now I want to be able to query Project 1 with the content of version 1.7.8.
Regards lorglas
- Log in to post comments
Attribute values are stored in the attr_values table. To find the project, you have to join issues with folders using the folder_id and then join folders with projects using the project_id column.
Regards,
Michał