src/main/resources/mybatis/query-template/issue-template.xml
@@ -142,6 +142,10 @@ AND issue_status.issue_status_type != 'CLOSE' </if> <if test="parentYN != null and parentYN == true"> AND issue.parent_issue_id IS NULL </if> <choose> <when test="projectIds.size != 0"> AND project.id IN