I have been using ManagerFactory in my plugins to flush the cache after create a subtask and getting an issue type
ManagerFactory.getConstantsManager ().getIssueType(issType)
issType is a string formatted number identifying the issue type ID e.g. "72"
I believe the cache flushing is no longer needed so I have commented that out.
But how can I now get the issue type for an issue?
Community moderators have prevented the ability to post new answers.
Ge the ConstantsManager form ComponentManager instance as follows:
ComponentManager.getInstance().getConstantsManager().getIssueType(issType)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.