Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

copy summary from trigger issue and edit by exclude some words

S N February 12, 2023

I create a sub-task and get the summary by copy the summary value from trigger issue and add a few word. 

eg.  trigger issue summary is " test_wip_finance" ,the ideal new sub-task summary would be "test_wip_legal" . 

However, now I got "test_wip_finance_wip_legal“ by using {{triggerIssue.Summary}}_wip_legal . How to exclude the redundant word "_wip_finance" 

1 answer

0 votes
Magdalena Zhisheva
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 13, 2023

Hi @S N ,

You may check this article. There are many use cases and examples of getting exactly what you want from a text field.

 

Hope it helps! 

S N February 13, 2023

I've checked but didn't find the case I want

Magdalena Zhisheva
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 13, 2023

Hi @S N ,

Have you tried with {{issue.summary.replace("test_wip_finance","test_wip_legal")}}?

S N February 13, 2023

Hi @Magdalena Zhisheva  

I tried. when issue created, if summary contains "_wip_finance_wip_legal" then edit issue summary with {{issue.summary.replace("_wip_finance_wip_legal", "_wip_legal")}}

but this automaton didn't run when the situation occurs

Magdalena Zhisheva
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 13, 2023

Hi @S N , 

What is your trigger for the rule?

The {{issue.summary.replace("test_wip_finance","test_wip_legal")}} should be plaved in the action details like this:

Screenshot 2023-02-13 at 11.19.39.png

S N February 13, 2023

WeChat Screenshot_20230213173434.pngthis is my setting.

Magdalena Zhisheva
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 13, 2023

Hi @S N ,

In which cases, when a sub-task is created the summary needs to be changed?

Suggest an answer

Log in or Sign up to answer