Skip to content

Commit

Permalink
custom field example.
Browse files Browse the repository at this point in the history
  • Loading branch information
KwangSeob Jeong committed Jan 16, 2018
1 parent d5f0a67 commit fc49de9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ try {
->setDescription("Full description for issue")
->addVersion("1.0.1")
->addVersion("1.0.3")
->addCustomField('customfield_10100', 'text area body text']) // String type custom field
->addCustomField('customfield_10200', ['value' => 'Linux']) // Select List (single choice)
->addCustomField('customfield_10408', [
['value' => 'opt2'], ['value' => 'opt4']
Expand Down

0 comments on commit fc49de9

Please sign in to comment.