---
title: "Get issue estimation for board"
method: GET
path: "/rest/agile/1.0/issue/{issueIdOrKey}/estimation"
tags: ["Issue"]
---

# Get issue estimation for board

`GET /rest/agile/1.0/issue/{issueIdOrKey}/estimation`

Returns the estimation of the issue and a fieldId of the field that is used for it. `boardId` param is required. This param determines which field will be updated on a issue.

Original time internally stores and returns the estimation as a number of seconds.

The field used for estimation on the given board can be obtained from [board configuration resource](#agile/1.0/board-getConfiguration). More information about the field are returned by [edit meta resource](#api-rest-api-3-issue-getEditIssueMeta) or [field resource](#api-rest-api-3-field-get).

## Path parameters

- `issueIdOrKey` string, required

## Query parameters

- `boardId` integer

## Response `200`

Returns the estimation of the issue and a fieldId of the field that is used for it.

## Other responses

- `400` — Returned if the boardId was not provided, field does not exists or value was in wrong format.
- `401` — Returned if the user is not logged in.
- `403` — Returned if the user does not have a valid license or does not have permission to edit issue.
- `404` — Returned in these cases: * the issue does not exist * the user does not have permission to view issue * the board does not exist * the user does not have permission to view board * the issue does not belong to the board

---

[API](https://skmtc.net/atlassian/apis/jira-software-cloud-api.md) · [All operations](https://skmtc.net/atlassian/apis/jira-software-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jira-software-cloud-api/revisions/4e108d54b990/schema)
