"One or more of the selected users don't exist or are not valid for this user picker" while creating Jira Issue


プラットフォームについて: Cloud のみ - この記事は クラウド プラットフォームのアトラシアン製品に適用されます。

  

要約

If you have received this message when trying to create or update an issue, here are some steps your Jira Admin can take to fix this error.

This solution only refers to User Picker (multiple users) custom fields.

環境

クラウド

Diagnosis and Solution

This problem is caused by an ineligible user in the field’s default values and a filter is configured. In this case, ‘ineligible’ can mean that the user(s) either:

  • have been deactivated

  • are not an allowed value due to filter configuration

Identifying the problem custom field

First, you’ll need to identify the custom field/fields causing the error that prevents the issue from being created. To do so:

  1. Open browser dev-tool.

  2. Replicate the situation where the error came up. Look out for any HTTP 400 error, such as:

    Request URL:
    https://<Cloud Site>.atlassian.net/rest/api/2/issue
    Request Method:
    POST
    Status Code:
    400
  3. Go to the Response tab where you’ll see the Custom Field ID of the field that’s causing the error as shown below.

The error message will say  {"errorMessages": [],"errors": {"customfield_10044": "One or more of the selected users do not exist or are not valid for this user picker."}}

N.B. This error may be slightly different for those not using English (US) e.g. "Pick another user as the selected user doesn't exist."

To resolve:

Now that you have the custom field ID, you can resolve the error.

  1. Go to 歯車 > Issues, then choose Custom fields from the navigation.

  2. Find the User Picker (multiple users) custom field from the previous step, then select > Contexts and default value. On this page, you’ll see what contexts this field is being used in. Select the context that’s relevant to your project or issue type.

  3. There’s two main causes of this error: users have been deactivated, or users are not an allowed value due to filter configuration

    1. If a default user is inactive, select Edit Default Value, and update the default value to an active user. Alternatively, you can remove the default value entirely.

    2. If a default user isn’t included in the User Filtering section, use Edit user filtering to check the groups or project roles allowed in the filter, and whether the default user is included in the groups/ project roles.

Alternatively, you can turn filtering off for the custom field context. This will allow all users (including those who have been deactivated) to be set as values of the User Picker (multiple users) custom field.


最終更新日: 2025 年 2 月 11 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.