Hi all,
Is there any samples for script runner plugin to parse the HTML ?
Please provide some clues to parse the HTML. It will help us to proceed further
Scriptrunner has access to the Jira API and the underlying Java libraries it relies on. I don't think there's an html parser library in Jira because it doesn't need one.
So you could write some java/groovy to do it.
I would question why you want to do that though. What problem are you trying to solve by parsing html?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.