@@ -613,7 +613,7 @@ try {
613
613
->setDescription("Full description for issue")
614
614
->addVersion("1.0.1")
615
615
->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
617
617
->addCustomField('customfield_10200', ['value' => 'Linux']) // Select List (single choice)
618
618
->addCustomField('customfield_10408', [
619
619
['value' => 'opt2'], ['value' => 'opt4']
@@ -782,7 +782,7 @@ try {
782
782
->setDescription("Full description for issue")
783
783
->addVersion("1.0.1")
784
784
->addVersion("1.0.3")
785
- ->addCustomField('customfield_10100', 'text area body text'] ) // String type custom field
785
+ ->addCustomField('customfield_10100', 'text area body text') // String type custom field
786
786
->addCustomField('customfield_10200', ['value' => 'Linux']) // Select List (single choice)
787
787
->addCustomField('customfield_10408', [
788
788
['value' => 'opt2'], ['value' => 'opt4']
@@ -2405,4 +2405,4 @@ Apache V2 License
2405
2405
# JIRA Rest API Documents
2406
2406
* 6.4 - https://docs.atlassian.com/jira/REST/6.4/
2407
2407
* 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