Hello everyone !
I'm writing a Jira plugin where I need to dynamically transform a web resource before it's loaded by the client.
After some research, I found that the good way to do this would be to implement the interface WebResourceTransformerFactory (see https://developer.atlassian.com/server/framework/atlassian-sdk/stateless-web-resource-transforms-and-conditions/).
My problem is that Maven cannot find the interface DownloadableResource which is needed to implement the transform method of UrlReadingWebResourceTransformer. It seems to be deleted from the library.
My tries :
Here a screenshot of my class :
I'm new to Jira plugin developement so maybe I'm just missing something important.
Thanks in advance guys !
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.