I want to extract the data from ticket description and store it in a text field using automation for Jira in cloud. Let's say my ticket description (Created via email) has Server IP and client name in the following format,
Server: 11.22.33.44
Client: ABC
@Chethan GR have you checked this :- https://community.atlassian.com/t5/Jira-Software-questions/Jira-automation-Trying-to-extract-part-of-description-field-to-a/qaq-p/1495369
For IP address Regex code :-
"(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)"
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.