# About project > This is a project about using Postman to create APIs to test Jira website where we can send different requests to create issue, comment, do transition, add vote...After that we will write Test Scripts by Javascript language to test the responses from Jira. ## Jira Cloud API Jira Cloud API enables you to interact with Jira programmatically. Use this API to build apps, script interactions with Jira, or develop any other type of integration. ## Testcase - Create issue link type - Create issue link However we also created Pre-condition and Post-condition folders for init and clean up data purpose. # How to import testcase - First at all, you need to ensure that Postman already installed on your computer. After that, unarchive the zip file. There are 4 files inside it: 1. **Hoang Nguyen - APITestcases - Final Test.xlsx**: Testcase design 1. **API Testing - Final Test.postman_collection.json**: Exported Postman collection 1. **API Testing - Final Test.postman_test_run.json**: Exported result 1. **README.md**: Guideline ## Option 1: Using JSON link 1. Launch Postman 1. On Menu bar select **File > Import** option or using Ctrl + O shortcut 1. Select **Link** tab and paste the [link](https://www.getpostman.com/collections/d92fcc24c9f09d72ff0c) into textbox 1. Click on **Continue** button 1. On Import panel, click on **Import** button ![](https://i.imgur.com/AsHTCmJ.png) ## Option 2: Using JSON file 1. Lauch Postman 1. On Menu bar select **File > Import** option or using Ctrl + O shortcut 1. On **File** tab, click on **Upload files** button and choose the ***API Testing - Final Test.postmancollection.json*** file from disk drive 1. Click on **Continue** button # How to run testcase 1. Click on imported Collection 1. Click on **Run** button 1. Check **Save responses** checkbox and leave other options as default 1. Click on **Run** collection button 1. Observe the result ![](https://i.imgur.com/VrtX56K.png) # How to import result 1. Lauch Postman 1. On Menu bar select **File > Import** option or using Ctrl + O shortcut 1. On **File** tab, click on **Upload files** button and choose the result file from disk drive 1. Click on **Continue** button 1. On Import panel, click on **Import** button 1. Click on latest result on **History** panel 1. Observe the result