Hi,
I am developing an add-on for JIRA server (and Jira cloud).
I run my server locally using this command:
atlas-run-standalone --container tomcat7x --product jira --bundled-plugins com.atlassian.bundles:json-schema-validator-atlassian-bundle:1.0.4,com.atlassian.upm:atlassian-universal-plugin-manager-plugin:2.20.1-D20150924T170115,com.atlassian.jwt:jwt-plugin:1.5.4,com.atlassian.plugins:atlassian-connect-plugin:1.1.66 --jvmargs -Datlassian.upm.on.demand=true
- I have the "read" and "write" scopes (and I even tried with PROJECT_ADMIN scope). (see it queried with the JWT…)

- I have no trouble authenticating with JIRA and JWT and getting a list of projects or a single project.
What I want to do
Whenever I try to do this, I get the following error: "You cannot edit the configuration of this project."
What can I do, what am I missing?
Thank you.
Holger