You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I have created a Project Template named "Vendors". User can create a new project using this template. There are various issue types under it to capture all the details of the Vendor.
While the user can create a project through the template, currently there are around 2000 such Vendor data in excel which needs to be imported in JIRA. Hence, I need a way in which I can import the project creation data as below. Once the project is created in the system, I know the way to import the issues. Need help of creating projects in bulk.
Project Name
Project Key (this will be a code from ERP system, hence will be unique)
Project Description
Project Owner
You can use Jira Rest API and can create projects in bulk .
https://docs.atlassian.com/software/jira/docs/api/REST/8.5.1/#api/2/project-createProject
If you want to create using some defined project template, then here is the hidden rest call which will help you to accomplish your task.
path: /rest/project-templates/1.0/createshared/<sharedprojectId>
JSON
{"key":"PROJ1","name":"Shared Project1","lead":"user1",description:"new project"}
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.