---
title: "Terminology"
canonical: "https://support.appfire.com/space/JCPP/285442128/Terminology"
format: markdown
---
> Macro (aura-html)

| **Terms** | **Definition** | **Example** | **Syntax** |
| --- | --- | --- | --- |
| Clone operation | An option available on the UI that you use to clone an issue is called clone operation. | Clone+, Clone++, Clone+ 1, Clone++ 1, and so on. | - `condition.*.*.*.* = true`
- `plus. condition.*.*.*.* = false`
- `1.condition.*.*.*.* = true`
- `1.plus.condition.*.*.*.* = true` |
| Default clone operation | The default clone operations provided by the app, which you can see on the UI when you install the app. | Clone+ and Clone++ are the default clone operations provided by the app. | - Clone+ -`condition.*.*.*.* = true`
- Clone++ - `plus. condition.*.*.*.* = false` |
| Custom clone operation | The Jira administrator can create custom clone operations to suit your development process. For more details, refer the [Customization information](https://appfire.atlassian.net/l/cp/TQvTnLFg) page. | Clone+ 1, Clone++ 1, Clone+ (custome 2), Clone++ (custome 2), and so on. | - `1.condition.*.*.*.* = true`
- `1.plus.condition.*.*.*.* = true` |
| Base clone operation | The Clone+ default clone operation and its related custom clone operations are called base clone operation. | Clone+, Clone+ 1, Clone+ (custome 2), and so on. | `1.condition.*.*.*.* = true` |
| Extended clone operation | The Clone++ default clone operation and its related custom clone operations are called base clone operation | Clone++, Clone++ 1, Clone++ (custome 2), and so on. | `1.plus.condition.*.*.*.* = true` |

> ℹ️ The difference between **Clone**+ and **Clone++** is the latter allows you to change the project and issue type of the clone. Both allow you to change other fields before the clone is created.

![image](media://93f56abe-a652-435f-b58d-4b749b2d03e9)

**References**

- [Customization information](https://appfire.atlassian.net/l/cp/TQvTnLFg)