Skip to content

Commit a1b7c71

Browse files
authored
Fixed typo.
1 parent 8d2042d commit a1b7c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ try {
613613
->setDescription("Full description for issue")
614614
->addVersion("1.0.1")
615615
->addVersion("1.0.3")
616-
->addCustomField('customfield_10100', 'text area body text']) // String type custom field
616+
->addCustomField('customfield_10100', 'text area body text') // String type custom field
617617
->addCustomField('customfield_10200', ['value' => 'Linux']) // Select List (single choice)
618618
->addCustomField('customfield_10408', [
619619
['value' => 'opt2'], ['value' => 'opt4']
@@ -2405,4 +2405,4 @@ Apache V2 License
24052405
# JIRA Rest API Documents
24062406
* 6.4 - https://docs.atlassian.com/jira/REST/6.4/
24072407
* Jira Server latest - https://docs.atlassian.com/jira/REST/server/
2408-
* Jira Cloud latest - https://docs.atlassian.com/jira/REST/latest/
2408+
* Jira Cloud latest - https://docs.atlassian.com/jira/REST/latest/

0 commit comments

Comments
 (0)