Commit b5bba0e
fix(IssueField): make labels nullable and remove default value initialization (#73)
Updated the 'labels' property in the IssueField class to be nullable and removed its default value initialization in the constructor. This change was necessary to prevent a issue that empty the labels in Jira if you don´t set any label
Co-authored-by: Matheus Perusso <matheus@ixcsoft.com.br>1 parent cdaa5d0 commit b5bba0e
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
| |||
0 commit comments