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 d5f0a67 commit fc49de9Copy full SHA for fc49de9
README.md
@@ -410,6 +410,7 @@ try {
410
->setDescription("Full description for issue")
411
->addVersion("1.0.1")
412
->addVersion("1.0.3")
413
+ ->addCustomField('customfield_10100', 'text area body text']) // String type custom field
414
->addCustomField('customfield_10200', ['value' => 'Linux']) // Select List (single choice)
415
->addCustomField('customfield_10408', [
416
['value' => 'opt2'], ['value' => 'opt4']
0 commit comments