I have a clean install of Jira 8.13 against MySQL 5.7. I created a sample business project (To Do list) as part of the install. I now want to set up a Software Project, but Software projects aren't coming up as an option on the 'Create Project' screen.
Check and make sure you installed Jira Software and not Jira Core. Jira Core only allows you to create business projects, not software projects.
You can check on your license page: <Jira URL>/plugins/servlet/applications/versions-licenses
Hi Stephen, and thanks for your reply.
Yes, Jira Software installed as well as Jira Core:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try making sure the Mysql user has references access to the database:
GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER,INDEX,REFERENCES on jiradb.* TO jirauser;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stephen
Yes, that has resolved the issue - many thanks. I'd picked up install instructions from a slightly older version of MySQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.