POST /orgs/{org}/projectsV2/{project_number}/views
Create a new view in an organization-owned project. Views allow you to customize how items in a project are displayed and filtered.
Servers
- https://api.github.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
org |
String | Yes |
The organization name. The name is not case sensitive. |
project_number |
Integer | Yes |
The project's number. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
visible_fields[] |
Array | No |
|
name |
String | Yes |
The name of the view. |
layout |
String | Yes |
The layout of the view. Valid values:
|
filter |
String | No |
The filter query for the view. See Filtering projects for more information. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.