Just an example of an base automation for my idea is in this Print Screen. So I want to make this automation to only add this to the summary and not to completely erase everything that was there and just rewrite it , I want this to be before/after anything that was there before.
If it's something that can be made, can someone help me with the JQL used to make this?
You can use smart value to get the summary, in this case it is {{issue.summary}}. You can then use that to edit the summary field, something like this
{{issue.summary}} - {{now.format("dd/MM")}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Suporte JRetail,
To accomplish that you can use this smart value {{issue.summary}}, just add it before/after the other smart value.
Please let me know if that helps.
Cheers,
Melo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.