PATCH /users/{username}/projectsV2/{project_number}/items/{item_id}

Update a specific item in a user-owned project.

Servers

Path parameters

Name Type Required Description
username String Yes

The handle for the GitHub user account.

item_id Integer Yes

The unique identifier of the project item.

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
fields[] Array Yes

A list of field updates to apply.

fields[].id Integer Yes

The ID of the project field to update.

fields[].value Yes

The new value for the field:

  • For text, number, and date fields, provide the new value directly.
  • For single select and iteration fields, provide the ID of the option or iteration.
  • To clear the field, set this to null.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.