Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
I guess it's a rarely used class, but I was testing it today and I found a bug.
The method ExtractUsingTemplate calls String.Substring with the start and the end index, but Substring expects the start index and the length.
Attached is the patch to fix it