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 a1b7c71 commit 8ceea25Copy full SHA for 8ceea25
README.md
@@ -782,7 +782,7 @@ try {
782
->setDescription("Full description for issue")
783
->addVersion("1.0.1")
784
->addVersion("1.0.3")
785
- ->addCustomField('customfield_10100', 'text area body text']) // String type custom field
+ ->addCustomField('customfield_10100', 'text area body text') // String type custom field
786
->addCustomField('customfield_10200', ['value' => 'Linux']) // Select List (single choice)
787
->addCustomField('customfield_10408', [
788
['value' => 'opt2'], ['value' => 'opt4']
0 commit comments