You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regex=r"((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]?)"# regex for ipv4 address + ipv4 with [.] instead of dot
6
+
issue="TEST-1"# id of the jira issue
7
+
result=jira.scrap_regex_from_issue(issue, regex)
8
+
# scrap_regex_from_issue will return results of positive regexes matches from issue description and issue comments.
0 commit comments