Forums

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

Import Errors with Post-Workflow Module using "atlas-create-jira-plugin-module"

Em August 9, 2019

Hello, I'm new to plugin development and am trying to create a post-workflow module that will execute a script (curl command). After using the "atlas-create-jira-plugin-module" command, I'm getting import errors with AbstractDescriptor and FunctionDescriptor and don't know what dependency has them (doesn't contain the option to import class). Similarly, I had to import com.opensymphony.xwork.ActionContext to get ActionContext but the getParameters function (ActionContext.getParameters()) isn't recognized. 

ActionContext's maven dependency:

<dependency>
<groupId>com.opensymphony</groupId>
<artifactId>webwork</artifactId>
<version>2.2.6</version>
</dependency>

Does anyone know what maven dependencies I need to install to get rid of these errors?

Snapshot of the errors:

Screen Shot 2019-08-09 at 8.29.02 AM.png 

Thank you! :)

0 answers

Suggest an answer

Log in or Sign up to answer