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 62c1acf commit 0d4228eCopy full SHA for 0d4228e
src/Issue/IssueField.php
@@ -150,7 +150,7 @@ public function getCustomFields(): ?array
150
return $this->customFields;
151
}
152
153
- public function addCustomField(string $key, string $value): static
+ public function addCustomField(string $key, string|int|float $value): static
154
{
155
$this->customFields[$key] = $value;
156
0 commit comments