Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

missing requirement osgi.extender (&(osgi.extender=osgi.component)

Wenjing Liu August 15, 2025

Hi, I'm developing a jira plugin for a custom field, but I run into error like below. I don't know how to solve it. Any advice will be greatly appreciated. Thanks very much in advance!


Unable to resolve com.ms.plugins.cmdb.jira.cmdb-jira-custom-field [398](R 398.0): 
missing requirement [com.ms.plugins.cmdb.jira.cmdb-jira-custom-field [398](R 398.0)] osgi.extender; (&(osgi.extender=osgi.component)(version>=1.3.0)(!(version>=2.0.0)))
Unresolved requirements: [[com.ms.plugins.cmdb.jira.cmdb-jira-custom-field [398](R 398.0)] osgi.extender; (&(osgi.extender=osgi.component)(version>=1.3.0)(!(version>=2.0.0)))].
This error usually occurs when your plugin imports a package from another bundle with a specific version constraint and either the bundle providing that package doesn't meet those version constraints, or there is no bundle available that provides the specified package.
For more details on how to fix this, see https://developer.atlassian.com/x/mQAN"

0 answers

Suggest an answer

Log in or Sign up to answer