Skip to end of banner
Go to start of banner

cpCfValueToLinkedIssue

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Syntax

cpCfValueToLinkedIssue(issueKey, Custom field name, Linking type name)

Description

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

Parameters

Parameter name

Type

Required

Description

Issue key

string

Yes

The issue key. You can use the key variable for the current issue.

Custom field namestringYesCustom field name. This property is case sensitive.
Link type namestringYes

Link type name. As an option you can use the "All" value in case you need to update all linked issues.

Refer to "Issue linking" admin page in order to have a list of possible values. This property is case sensitive.


Example

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


See also

  • No labels