Skip to content

Commit fc49de9

Browse files
author
KwangSeob Jeong
committed
custom field example.
1 parent d5f0a67 commit fc49de9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ try {
410410
->setDescription("Full description for issue")
411411
->addVersion("1.0.1")
412412
->addVersion("1.0.3")
413+
->addCustomField('customfield_10100', 'text area body text']) // String type custom field
413414
->addCustomField('customfield_10200', ['value' => 'Linux']) // Select List (single choice)
414415
->addCustomField('customfield_10408', [
415416
['value' => 'opt2'], ['value' => 'opt4']

0 commit comments

Comments
 (0)