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 name | string | Yes | Custom field name. This property is case sensitive. |
Link type name | string | Yes | 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