---
title: "getFieldValue"
canonical: "https://support.appfire.com/space/JCLI/70783247/getFieldValue"
format: markdown
---
> Macro (aura-html)

See also: [Actions](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70787366)

> Macro (details)
> 
> | **Description** | Get the value of a specific field for an issue. Issue fields can be identified one or more field parameters by name or id. If the reference parameter is provided, a replacement variable of that name will be set to the value of the first field requested. For scripts needing only the field value, use --quiet to suppress other text output normally produced. |
> | --- | --- |
> | **Required Parameters** | [issue](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70784877), [field](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70784837) |
> | **Optional Parameters** | [file](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70784297), [dateFormat](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70784939), [reference](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70789847), [withId](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70784579), [suppressId](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70785888), [encoding](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70785169) |
> | **Type** | [Get](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70780909/Action+Types#ActionTypes-Get) |
> | **Category** | [Fields](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70780591/Action+Categories#ActionCategories-Fields) |
> | **Output Formats** |  |
> | **Replacement Variables** |  |
> | **Hosting** | cloud,server,datacenter |
> | **Since Version** |  |
> | **Examples** | [getFieldValue](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70782732/Examples#Examples-getFieldValue) |

## Related How To's

> Macro (cql-query)