src/main/java/kr/wisestone/owl/domain/IssueType.java
@@ -57,12 +57,13 @@ public IssueType(){} public IssueType(Workspace workspace, Workflow workflow, String name, String description, String color){ public IssueType(Workspace workspace, Workflow workflow, String name, String description, String color, Long usePartner){ this.workspace = workspace; this.workflow = workflow; this.name = name; this.description = description; this.color = color; this.usePartner = usePartner; } public Long getId() {