PUT /rest/atlassian-connect/1/migration/properties/{entityType}

Updates the values of multiple entity properties for an object, up to 50 updates per request. This operation is for use by Connect apps during app migration.

Servers

Path parameters

Name Type Required Description
entityType String Yes

The type indicating the object that contains the entity properties.

Possible values:

  • "BoardProperty"
  • "UserProperty"
  • "ProjectProperty"
  • "WorklogProperty"
  • "IssueTypeProperty"
  • "CommentProperty"
  • "DashboardItemProperty"
  • "IssueProperty"
  • "SprintProperty"

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Atlassian-Transfer-Id String Yes

The app migration transfer ID.

Request body fields

Name Type Required Description
[] Array Yes
[].key String Yes

The entity property key.

[].entityId Number Yes

The entity property ID.

[].value String Yes

The new value of the entity property.

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.