This page last changed on May 14, 2008 by alui.

Cannot resolve external resource into attachment. How do I get access to manager X?

You can get access to all Managers in JIRA through the Pico container's ComponentManager.

You can inject the component by registering it in your constructor as per PicoContainer and JIRA or you can statically load it from the ComponentManager itself. For example:

IssueLinkTypeManager issueLinkTypeManager = 
 (IssueLinkTypeManager) ComponentManager.getComponentInstanceOfType(IssueLinkTypeManager.class);

 

Document generated by Confluence on Mar 27, 2011 18:55