# Manually Requesting Validation With Posting User

{% tabs %}
{% tab title="Bitbucket Server" %}
In addition to the methods described in [Assigning Bitbucket Code Reviews to PullRequest](https://docs.pullrequest.com/assigning-bitbucket-code-reviews-to-pullrequest/), Bitbucket Server clients are also able to assign code reviews to the PullRequest network by assigning pull requests to the posting user.

![Add the posting user to the "Reviewers" field when creating a Bitbucket pull request](/files/-LhfHdnEtqdtyzEGHOJU)

{% hint style="warning" %}
Teams using Bitbucket Server **5.9 and below** may experience delays when assigning to the PullRequest network or cancelling an open job using this method.

We recommend assigning via the HackerOne dashboard if your team has not yet upgraded to Bitbucket Server 5.10 or higher.
{% endhint %}
{% endtab %}

{% tab title="GitLab Self-Managed" %}
In addition to the methods described in [Assigning GitLab Merge Requests to PullRequest](https://docs.pullrequest.com/assigning-gitlab-merge-requests-to-pullrequest/), GitLab Self-Managed clients are also able to assign code reviews to the PullRequest network by assigning merge requests to the posting user.

![Add the posting user to the "Assignee" field when creating a GitLab merge request](/files/-LhfIElOhMFvPwVmxUGO)
{% endtab %}

{% tab title="GitHub Enterprise" %}
In addition to the methods described in [**Assigning GitHub Code Reviews to PullRequest**](https://docs.pullrequest.com/assigning-github-code-reviews-to-pullrequest/). GitHub Enterprise clients are also able to assign code reviews to the PullRequest network by assigning pull requests to the posting user.

![](/files/-LtfBy3ZwaOEL4vB9dxQ)

{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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:

```
GET https://docs.pullrequest.com/on-premise-server/assigning-code-reviews-with-posting-user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
