> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2021.1-changes-overview/work-manager/peer-review-action-enhancements.md).

# Peer Review Action Enhancements

v2021.1

Peer Review-type Actions involve two parts: the first part is the "doing" of the Action by one user, the second part involves reviewing if the Action was completed correctly - this review is done by a different user.

The Action will first appear in a state of 'To Do'. The timeline will show that the Action is not in a state of peer review:

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMq3QmswWRu5qbijFN8%2F-M_RBLFEGZivNXcIT7et%2F-M_RBZcSoz8B1QIav5ks%2Fimage.png?alt=media\&token=25c8c74f-ad98-4643-b26d-d28b47083bc9)

Once the Action has been completed and marked as 'Resolved' by the user "doing" the Action, the Action is then assigned to a different user to review and gets set back into a state of 'To Do'. It will now been shown as being 'In peer review' on the timeline:

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMq3QmswWRu5qbijFN8%2F-M_RBLFEGZivNXcIT7et%2F-M_RBaCqVUg3DfcZL_44%2Fimage.png?alt=media\&token=7ca7ecef-ff31-4810-b00f-74f2355af88e)

The reviewing user can then decide whether the original user has done the activity correctly by selecting 'Yes' or 'No' from the dropdown in their checklist. They can also add a note.&#x20;

{% hint style="info" %}
The checklist is only available when the Action is in a state of 'To Do' and only the assigned reviewer is able to edit the checklist.
{% endhint %}

When performing a peer review on a work item, users are able to edit the data within the Action. This allows the reviewer to make some data changes as part of their review activity.

The reviewer can then mark the Action as 'Resolved' and decide whether the Action has passed the peer review, has failed it, or if the peer reviewer was unable to review the Action:

![](https://1296463846-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MMq3QmswWRu5qbijFN8%2F-M_RBLFEGZivNXcIT7et%2F-M_RBbxEypjMGtBPfnpb%2Fimage.png?alt=media\&token=27e89d6c-65d2-40a6-881f-87945ed869bf)

**Pass** - Selecting 'Pass' will close the Action. You can add a comment, but it is not mandatory.

**Fail** - If you select 'Fail', it is mandatory to enter a comment. When you click resolve, the Action will go back to the first user in a state of To Do with the comment included. When the first user next resolves the Action, it will go back to the peer reviewer in a state of 'To Do'.

**Unable to complete** - Selecting 'Unable to complete' will close the Action.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2021.1-changes-overview/work-manager/peer-review-action-enhancements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
