Add Assignees
Description
Use the step to add the assignees to the issue.
Reference
- API documentation:
https://docs.github.com/en/rest/issues/assignees?apiVersion=2022-11-28#add-assignees-to-an-issue
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step Name | Name of the step. The name must be unique in a single workflow. The field is mandatory. |
Connection | ||
2 | Access Token | Specify an access token for authentication. Note: - See Appendix: Generate an Access Token to generate an access token. - Select Accept value as variable/static to use the token as static value or from the environment variable. - Clear the checkbox to use the token from the previous step value. The data type is a secure string and the field is mandatory. |
3 | Test Connection | Click Test Connection to verify whether the connection is established or not. |
Input tab: | ||
4 | Owner/Organization Name | Specify the owner or organization to add assignees on GitHub. The field is mandatory. |
5 | Repository Name | Specify the owner or organization name to add assignees on GitHub Or Click Get, and the list of repository names will be populated if the connection is successfully established. The field is mandatory. |
6 | Issue Number | Specify the issue number to identify the issue. The field is mandatory. |
7 | Assignees | Specify the username to assign the issue. Or Click Get, and the list of assignees will be populated if the connection is successfully established. Note: Multiple Assignees can be given using comma (,) separated values. The field is mandatory. |
Output Tab: | ||
8 | Assignee ID | Specify the name for the output field to hold the result of the successful plugin execution. Default label value: AssigneeID |