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.
Field 'fixVersions' cannot be set. It is not on the appropriate screen, or unknown
1 parent a6a96c0 commit 3e1e925Copy full SHA for 3e1e925
src/Issue/IssueField.php
@@ -114,7 +114,7 @@ public function __construct($updateIssue = false)
114
public function jsonSerialize(): mixed
115
{
116
$vars = array_filter(get_object_vars($this), function ($var) {
117
- return !is_null($var);
+ return !empty($var);
118
});
119
120
// if assignee property has empty value then remove it.
0 commit comments