Hello!
I want to customize JIRA ThumbnailManager to support specific file types. I was able to create and export service which delegates everything to the DefaultThumbnailManager, but JIRA does not call my implementation. What else I need to do?
Hi,
thanks for the help. I read the tutorial, but I'm little bit confused. I think this tutorial register a service which is runned by the scheduler, and not replace an existing service. Did I miss something?
Hello,
You can find a tutorial here;
https://developer.atlassian.com/server/framework/atlassian-sdk/scheduling-events-via-sal-tutorial/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it will run a new service. I think that is what you have to do. Write your own service and run it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have ThumbnailManager service, but I don't find how can I register this service as the default (Primary).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can register it as a new service. Why would you need to change the existing service?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to generate thumbnails for our company custom file format. To do that I need to register my image generator service somehow. I think the ThumbnailManager is this extension point where I can register these kinds of services, but after I implement and expose my ThumbnailManager implementation I can not get any call from the system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.