You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.