We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37d608 commit 7bc17cbCopy full SHA for 7bc17cb
src/main/java/com/synopsys/integration/jira/common/model/response/ProjectIssueCreateMetadataResponse.java
@@ -24,6 +24,7 @@
24
25
import java.util.List;
26
27
+import com.google.gson.annotations.SerializedName;
28
import com.synopsys.integration.jira.common.model.JiraResponse;
29
30
public class ProjectIssueCreateMetadataResponse extends JiraResponse {
@@ -32,6 +33,7 @@ public class ProjectIssueCreateMetadataResponse extends JiraResponse {
32
33
private String id;
34
private String key;
35
private String name;
36
+ @SerializedName("issuetypes")
37
private List<IssueTypeResponseModel> issueTypes;
38
39
public ProjectIssueCreateMetadataResponse() {
0 commit comments