Using automation, is it possible to remove all text after a specific word in the description field? For example I have this in my description: Text Text Text Text [stop] more more more more
I want the tag [stop] and everything after removed so all i have left is Text Text Text Text
@Alvin -
Using automation rule, you should be able to achieve what you wanted. You can implement regex pattern check against the Description field - Please reference the following links -
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-text-fields/
After you obtain your needed value, then you can use edit issue action to update the Description field.
Lastly, you can also use the following to test out the rule in the "Debug" mode via the following reference of writing the content into the audit log to ensure your regex works as you wanted - https://support.atlassian.com/cloud-automation/docs/debug-an-automation-rule/
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.