Hi All,
Recently I have upgraded JIRA from v7.9.2 to v8.2.5.
But am unable to Enable one plugin (cp-jira-facade-7). This plugin compatible with jira v7. What is the use of this plugin?
When i tried to enable the plugin throwing error please find the below logs:
Plugins issue
___ FAILED PLUGIN REPORT _____________________
2 plugins failed to load during JIRA startup.
'pl.craftware.jira.cp-jira-facade-7' - 'cp-jira-facade-7' failed to load.
Cannot start plugin: pl.craftware.jira.cp-jira-facade-7
Unable to resolve pl.craftware.jira.cp-jira-facade-7 [245](R 245.0): missing requirement [pl.craftware.jira.cp-jira-facade-7 [245](R 245.0)] osgi.wiring.package; (&(osgi.wiring.package=com.atlassian.jira.bc.issue.search)(version>=7.0.0)(!(version>=8.0.0))) Unresolved requirements: [[pl.craftware.jira.cp-jira-facade-7 [245](R 245.0)] osgi.wiring.package; (&(osgi.wiring.package=com.atlassian.jira.bc.issue.search)(version>=7.0.0)(!(version>=8.0.0)))]
It was loaded from /var/atlassian/application-data/jira/plugins/installed-plugins/cp-jira-facade-7-2.0.0.jar
'com.midori.jira.plugin.excelautomation' - 'Better Excel Automation for Jira' failed to load.
Error creating bean with name 'xls-api-accessor': Lookup method resolution failed; nested exception is java.lang.IllegalStateException: Failed to introspect Class [com.midori.jira.plugin.commons.service.AbstractDynamicApiAccessor] from ClassLoader [com.midori.jira.plugin.excelautomation [225]]
Failed to introspect Class [com.midori.jira.plugin.commons.service.AbstractDynamicApiAccessor] from ClassLoader [com.midori.jira.plugin.excelautomation [225]]
com/midori/jira/plugin/commons/util/RenderingResult
com.midori.jira.plugin.commons.util.RenderingResult not found by com.midori.jira.plugin.excelautomation [225]
It was loaded from /var/atlassian/application-data/jira/plugins/installed-plugins/plugin.1438161193885885288.better-excel-automation-for-jira-4.0.0.jar
Hello,
you have to configure a dynamic drop down field (have a look to the linked documentation. Quite old but works fine).
You have to configure a link to your own webhook which returns the desired fields
http(s)://www.acme.com/jsonp/operations/{_Account_}
While
http(s)://www.acme.com = your custom URL
/jsonp/ = fixed string
operations = the name of your custom field, which will be filled with the return value(s)
/{_Account_} = indicates Tempo to replace {_Account_} with the selected Account on the worklog form
https://tempoplugin.jira.com/wiki/spaces/CORE040/pages/225607760/Adding+custom+fields+to+worklogs
Hopefully I could help you.
Cheers, Sascha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.