| `expires_at` | string | no | A date string in the format YEAR-MONTH-DAY |
| `invite_source` | string | no | The source of the invitation that starts the member creation process. See [this issue](https://gitlab.com/gitlab-org/gitlab/-/issues/327120). |
| `areas_of_focus` | string | no | Areas the inviter wants the member to focus upon. |
| `tasks_to_be_done` | array of strings | no | Tasks the inviter wants the member to focus on. The tasks are added as issues to a specified project. The possible values are: `ci`, `code` and `issues`. If specified, requires `tasks_project_id`. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69299) in GitLab 14.6 |
| `tasks_project_id` | integer | no | The project ID in which to create the task issues. If specified, requires `tasks_to_be_done`. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69299) in GitLab 14.6 |
| `expires_at` | string | no | A date string in the format `YEAR-MONTH-DAY` |
| `invite_source` | string | no | The source of the invitation that starts the member creation process. See [this issue](https://gitlab.com/gitlab-org/gitlab/-/issues/327120). |
| `areas_of_focus` | string | no | Areas the inviter wants the member to focus upon. |
| `tasks_to_be_done` | array of strings | no | Tasks the inviter wants the member to focus on. The tasks are added as issues to a specified project. The possible values are: `ci`, `code` and `issues`. If specified, requires `tasks_project_id`. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69299) in GitLab 14.5 [with a flag](../administration/feature_flags.md) named `invite_members_for_task`. Disabled by default. |
| `tasks_project_id` | integer | no | The project ID in which to create the task issues. If specified, requires `tasks_to_be_done`. [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/69299) in GitLab 14.5 [with a flag](../administration/feature_flags.md) named `invite_members_for_task`. Disabled by default. |
optional:expires_at,type: DateTime,desc: 'Date string in the format YEAR-MONTH-DAY'
optional:invite_source,type: String,desc: 'Source that triggered the member creation process',default: 'invitations-api'
optional:areas_of_focus,type: Array[String],coerce_with: Validations::Types::CommaSeparatedToArray.coerce,desc: 'Areas the inviter wants the member to focus upon'
optional:tasks_to_be_done,type: Array[String],coerce_with: Validations::Types::CommaSeparatedToArray.coerce,desc: 'Tasks the inviter wants the member to do'
optional:tasks_project_id,type: Integer,desc: 'The project ID in which to create the task issues'
requires:user_id,types: [Integer,String],desc: 'The user ID of the new member or multiple IDs separated by commas.'
optional:expires_at,type: DateTime,desc: 'Date string in the format YEAR-MONTH-DAY'
optional:invite_source,type: String,desc: 'Source that triggered the member creation process',default: 'members-api'
optional:areas_of_focus,type: Array[String],coerce_with: Validations::Types::CommaSeparatedToArray.coerce,desc: 'Areas the inviter wants the member to focus upon'
optional:tasks_to_be_done,type: Array[String],coerce_with: Validations::Types::CommaSeparatedToArray.coerce,desc: 'Tasks the inviter wants the member to do'
optional:tasks_project_id,type: Integer,desc: 'The project ID in which to create the task issues'
msgid "InviteMembersModal|Congratulations on creating your project, you're almost there!"
msgstr ""
msgid "InviteMembersModal|Contribute to the codebase"
msgstr ""
msgid "InviteMembersModal|Create issues for your new team member to work on (optional)"
msgstr ""
...
...
@@ -19110,9 +19098,6 @@ msgstr ""
msgid "InviteMembersModal|Members were successfully added"
msgstr ""
msgid "InviteMembersModal|Other"
msgstr ""
msgid "InviteMembersModal|Search for a group to invite"
msgstr ""
...
...
@@ -19131,9 +19116,6 @@ msgstr ""
msgid "InviteMembersModal|To assign issues to a new team member, you need a project for the issues. %{linkStart}Create a project to get started.%{linkEnd}"
msgstr ""
msgid "InviteMembersModal|What would you like new member(s) to focus on? (optional)"
msgstr ""
msgid "InviteMembersModal|You're inviting a group to the %{strongStart}%{name}%{strongEnd} group."