-
Type:
Suggestion
-
Resolution: Won't Do
-
None
-
Component/s: None
-
None
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
There appear to be two approved ways of getting a JIRA Manager object in code:
- Declare the Manager as a parameter in your constructor:
public class MyComponent { private worklogManager; public MyComponent(WorklogManager worklogManager, ....) { this.worklogManager = workflowManager; .... } .... }
- Call ComponentManager.getXxxManager.
If this is the case, then on each release we should make sure that all Managers are exposed through ComponentManager.
- details
-
JRASERVER-11814 WorklogManager not exposed through ComponentManager
-
- Closed
-
- relates to
-
JRACLOUD-11813 Expose managers through ComponentManager
- Closed