The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

ScriptRunner-@WithPlugin,Requested plugin com.decadis.jira.xchart was not installed/enabled

chenzili
February 21, 2020

How can I solve this problem?

I use the ScriptRunner to run a script, 1 error appear

import com.onresolve.scriptrunner.runner.customisers.WithPlugin;
@WithPlugin("com.decadis.jira.xchart")

//import com.decadis.jira.xchart.api.ChartParam;
//import com.decadis.jira.xchart.api.model.Period
//import com.decadis.jira.xchart.api.util.DateUtils;

error:

startup failed: General error during conversion: Requested plugin com.decadis.jira.xchart was not installed/enabled, compiling source unit Script516.groovy. java.lang.Exception: Requested plugin com.decadis.jira.xchart was not installed/enabled, compiling source unit

I`m authorised by jiraadmin, The plugin xChart has been installed in jira.

JIRA Version:8.2.1

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jack Nolddor [Sweet Bananas]
Atlassian Partner
February 21, 2020

Hi chenzili,

I believe xChart plugin key is in fact "com.decadis.jira.xchart.xchart-core"

 

Could you please try this?

@WithPlugin("com.decadis.jira.xchart.xchart-core")

 

Regards

chenzili
February 21, 2020

Hi Jack,

According to your suggestion, I have tried it, but new error appeard.

[groovy.lang.MissingPropertyException: No such property: ChartBuilder for class: Script547 at Script547.run(Script547.groovy:22)]

微信图片_20200222113356.png

I check this vaviable in https://apps.decadis.net/display/XCHARTS/Latest+xCharts+API+Javadoc

It makes me puzzled

chenzili
February 21, 2020

I run this script in the Script Console

TAGS
AUG Leaders

Atlassian Community Events