1) Not sure what CSV file should contain inorder to create issues. can you please share a sample.
2) Will be helpful if someone share python scripts which creates bulk Jira issues from csv file through rest api calls.
You are not going to use CSV when creating issue through REST you should be using JSON formatting for the body. The documentation is here with a sample:
https://docs.atlassian.com/software/jira/docs/api/REST/8.5.5/#api/2/issue-createIssues
Hi Advania, The problem I have is, I have lot of tickets probably in 1000s to be created. So it will be easier if its in excel. I wont be able to create it from JSON. Any other options for me?
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.