---
title: "cpCfValueToLinkedIssue"
canonical: "https://support.appfire.com/space/PSJ/15480666/cpCfValueToLinkedIssue"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | cpCfValueToLinkedIssue(issueKey, Custom field name, Linking type name) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Enables to copy a custom field value to linked issues or by linking type. We also support custom Fields from the Portfolio plugin.

Enables to copy a custom field value to linked issues or by linking type. We also support custom Fields from the Portfolio plugin.

## Return Type

**None**

## Example

```
cpCfValueToLinkedIssue("IssueKey", "Desired custom field name", "Link type name");
```

## See also

> Macro (contentbylabel)