---
title: "Get related work"
method: GET
path: "/rest/api/2/version/{id}/relatedwork"
tags: ["Project versions"]
---

# Get related work

`GET /rest/api/2/version/{id}/relatedwork`

Returns related work items for the given version id.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project containing the version.

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- VersionRelatedWork[]
  - `category` string, required — The category of the related work
  - `issueId` integer — The ID of the issue associated with the related work (if there is one). Cannot be updated via the Rest API.
  - `relatedWorkId` string — The id of the related work. For the native release note related work item, this will be null, and Rest API does not support updating it.
  - `title` string — The title of the related work
  - `url` string, uri — The URL of the related work. Will be null for the native release note related work item, but is otherwise required.

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `404` — Returned if the version is not found or the user does not have the necessary permission.
- `500` — Returned if reading related work fails

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
