Hi Daniel,
to give you and other readers more details on the issue.
I was creating the project initially with atlas-create-jira-plugin.
After this - I was seeing the following errors in the console when trying to build the project:
java: package com.atlassian.sal.api does not exist
java cannot find symbol class ApplicationProperties
By using the red “idea”-icon - I manually added some Maven dependencies
This fixed the issue not being able to build the project in IntelliJ.
BUT - it also lead to the AddOn not being able to load with atlas-run afterwards…
I have now setup the IDE as you described here:
Configuring the maven from the standard to the Atlassian one finally did the trick!
Building and running the AddOn perfectly now!
Best regards,
Tobias