> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Custom Field

Updates a custom field.

**Permissions required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

<Note>
  External Documentation

  To learn more, visit the [Jira documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields/#api-rest-api-3-field-fieldid-put).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                                       |
  | ----------- | ------------------------------------------------------------------------------------------------- |
  | Description | The description of the custom field. The maximum length is 40000 characters.                      |
  | Field ID    | The ID of the custom field.                                                                       |
  | Name        | The name of the custom field. It doesn't have to be unique. The maximum length is 255 characters. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Searcher Key | The searcher that defines the way the field is searched in Jira. It can be set to `null`, otherwise you must specify the valid searcher for the field type, as listed below (abbreviated values shown):<br /><br /> \*  `cascadingselect`: `cascadingselectsearcher`<br /> \*  `datepicker`: `daterange`<br /> \*  `datetime`: `datetimerange`<br /> \*  `float`: `exactnumber` or `numberrange`<br /> \*  `grouppicker`: `grouppickersearcher`<br /> \*  `importid`: `exactnumber` or `numberrange`<br /> \*  `labels`: `labelsearcher`<br /> \*  `multicheckboxes`: `multiselectsearcher`<br /> \*  `multigrouppicker`: `multiselectsearcher`<br /> \*  `multiselect`: `multiselectsearcher`<br /> \*  `multiuserpicker`: `userpickergroupsearcher`<br /> \*  `multiversion`: `versionsearcher`<br /> \*  `project`: `projectsearcher`<br /> \*  `radiobuttons`: `multiselectsearcher`<br /> \*  `readonlyfield`: `textsearcher`<br /> \*  `select`: `multiselectsearcher`<br /> \*  `textarea`: `textsearcher`<br /> \*  `textfield`: `textsearcher`<br /> \*  `url`: `exacttextsearcher`<br /> \*  `userpicker`: `userpickergroupsearcher`<br /> \*  `version`: `versionsearcher`. |
</div>

## Workflow Library Example

[Update Custom Field with Jira and Send Results Via Email](https://library.blinkops.com/workflows/update-custom-field-with-jira-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-custom-field-with-jira-and-send-results-via-email/canvas" />
</div>
