---
title: "Live Fields support for PCF"
canonical: "https://support.appfire.com/space/PSJ/1589020987/Live%20Fields%20support%20for%20PCF"
format: markdown
---
> Macro (aura-html)

> Macro (button-handy)



> 📝 You can use the [Live Fields](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=Live%20Fields) feature in [Power Scripts for Jira](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=Power%20Scripts%20for%20Jira) with our new custom fields.


You can leverage this functionality with our new custom fields and apply the following Power Scripts functions to PCF custom fields:

- [lfHide](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfHide)
- [lfShow](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfShow)
- [lfDisable](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfDisable)
- [lfEnable](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfEnable)
- [lfSet](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfSet)
- [lfWatch](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfWatch)
- [lfAllowSelectOptions](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfAllowSelectOptions)
- [lfRestrictSelectOptions](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfRestrictSelectOptions)

> 📝 If you are using the [lfWatch](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfWatch), [lfAllowSelectOptions](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfAllowSelectOptions), or [lfRestrictSelectOptions](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=lfRestrictSelectOptions) functions on a [option type](https://appfire.atlassian.net/wiki/pages/createpage.action?spaceKey=~712020fcc5c9e4146a4e49a90652548b0cae22&title=Option%20types) other than the default, you must provide the corresponding property for each option type from the following table.

| **Option Type** | **Property** |
| --- | --- |
| Component | component name |
| Group | group name |
| Issue | issue key |
| Project | project key |
| User | user key |
| Version | version name |