| `widget_name` | string | **{dotted-circle}** No | [Deprecated](<link-to-issue>) in GitLab 14.7 and is planned for removal in 15.4. Use `widget_id` instead. The name of the widget. |
| `widget_name` | string | No | [Deprecated](<link-to-issue>) in GitLab 14.7 and is planned for removal in 15.4. Use `widget_id` instead. The name of the widget. |
```
```
To widely announce a deprecation, or if it's a breaking change,
To widely announce a deprecation, or if it's a breaking change,
...
@@ -139,20 +139,20 @@ always be in code blocks using backticks (`` ` ``).
...
@@ -139,20 +139,20 @@ always be in code blocks using backticks (`` ` ``).
Sort the table by required attributes first, then alphabetically.
Sort the table by required attributes first, then alphabetically.
| `title` | string | **{check-circle}** Yes | Title of the issue. |
| `title` | string | Yes | Title of the issue. |
| `assignee_ids`**(PREMIUM)** | integer array | **{dotted-circle}** No | IDs of the users to assign the issue to. |
| `assignee_ids`**(PREMIUM)** | integer array | No | IDs of the users to assign the issue to. |
| `confidential` | boolean | **{dotted-circle}** No | Sets the issue to confidential. Default is `false`. |
| `confidential` | boolean | No | Sets the issue to confidential. Default is `false`. |
For information about writing attribute descriptions, see the [GraphQL API description style guide](../api_graphql_styleguide.md#description-style-guide).
For information about writing attribute descriptions, see the [GraphQL API description style guide](../api_graphql_styleguide.md#description-style-guide).