We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0aa3e3 commit d684c7aCopy full SHA for d684c7a
1 file changed
src/Field/FieldService.php
@@ -114,8 +114,8 @@ public function getCustomFieldContexts(int $fieldId)
114
/**
115
* Get a custom fields options.
116
*
117
- * @param int $fieldId The custom field Id
118
- * @param int $contextId Context ID related to the custom field
+ * @param int $fieldId The custom field Id
+ * @param int $contextId Context ID related to the custom field
119
* @param array $paramArray Query parameters like 'startAt' and 'maxResults'
120
121
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-rest-api-3-field-fieldid-context-contextid-option-get
0 commit comments