I have a manual triggered automation which takes in a user input called Version.
I would then like to change the summary text "x.y.z" using the replace function to the Version that the user inputs. Trying this but it fails during the automation run
{{issue.summary.replace("x.y.z", "{{userInputs.Version}}")}}
Have tried without the quotes too {{issue.summary.replace("x.y.z", {{userInputs.Version}})}}
Welcome to any suggestions on how to accomplish this, or if there is another way without replace but "x.y.z" is in the middle of the summary.
Hi @Oleg
Can I confirm the logic is...
...?
Is that a standard Version field (i.e fixVersion or affectedVersion) - or is that a custom field? If custom, what field type is it?
Ste
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.
Hi @Oleg
I think I have this working as required, using two separate actions...
---
---
Then, you would just need to update the final action to align to your Summary model!
Let us know what you think!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Excellent!
If this answer did help, could you accept it? That lets others know in future it can help them too :)
Ste
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.