Page History
UI Text Box | ||||
---|---|---|---|---|
| The post function Copy or add custom field value to issue description is deprecated in JWT DC but can be easily replaced by the post function Update fields of JWT Cloud.||||
The Copy a parsed text to a field post function of JWT DC is not available in JWT Cloud, but can be implemented easily using the Update fields post function. The table below shows the detailed mapping between these post functions and hosting options. |
Migration steps
UI Steps | ||||
---|---|---|---|---|
|
Migration details
JWT DC parameter |
---|
JWT DC parameter options |
---|
JWT Cloud parameter options |
---|
Notes | ||||||||
---|---|---|---|---|---|---|---|---|
Target issue: Current issue |
|
Target field | Since this parameter is not available in JWT Cloud, please proceed as follows:
|
|
Example:
Code Block |
---|
%{issue.cf10005} |
%{issue.description}
(preceded by an empty space)Example:
Code Block |
---|
%{issue.dueDate} %{issue.description} |
%{issue.description}
plus an empty space in the parser expression editor and choose the field to copy from via the field injector of the parser expression editor.
| ||||||||||||
Expression |
| |||||||||||
Additional options |
Example
Code Block |
---|
%{issue.description} %{issue.dueDate} |
|
|
|
In case the post function shall run with a different user you can select any other option offered here.
Conditional execution |
| ||
Run as | A drop down menu where you can select a field (all available Fields are listed) The default is Current user | The options are equivalent to the ones in JWT DC but split in two separate entries:
The default is the same as in JWT DC: Current user |
|
Only available in JWT Cloud. Please leave the parameter empty.
In case you like to add acondition under which circumstances this post function is executed, you can enter it here using the Logical mode or the Jira expression mode of the JWT Cloud expression parser
|
Excerpt Include | ||||||
---|---|---|---|---|---|---|
|