Why are the template schemes not working?
Why are the template schemes not working?
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"
, multiple selections available,
Related content
How to create a Project Template with Delegated Project Creator for Jira
How to create a Project Template with Delegated Project Creator for Jira
More like this
Release Notes Version 2.1
Release Notes Version 2.1
More like this
/create
More like this
Project Creation Default Changes
Project Creation Default Changes
More like this
How to create a project using REST API with Delegated Project Creator for Jira
How to create a project using REST API with Delegated Project Creator for Jira
More like this
No Jira Project Bound to this Connection Error in the Connector for Salesforce & Jira App
No Jira Project Bound to this Connection Error in the Connector for Salesforce & Jira App
More like this