---
title: "Why are the template schemes not working?"
canonical: "https://support.appfire.com/space/SUPPORT/89131299/Why%20are%20the%20template%20schemes%20not%20working%3F"
format: markdown
---
Jira does not allow to create the shared projects when customers use personal access tokens. 

This behaviour is not related to the port used or LDAPS.

As a result, you can only create shared projects with createProject when you log in with your username and password:

 `--user {username} --password {password}`, as shown in the example.


> ❌ **DON’T DO**
> ❌ 
> ❌ `jira -s INSTANCE_URL --user USER_NAME --token "******" --action createProject --project "TEST" --lead USER_NAME --template "TEST" --name "Test"`


> ✅ **DO**
> ✅ 
> ✅ `jira -s INSTANCE_URL --user USER_NAME --password "******" --action createProject --project "TEST" --lead USER_NAME --template "TEST" --name "Test"`