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 :-
<span>"(?:(?: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]?)"</span>
It looks like you're new here. Sign in or register to get started.