Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 2.56 KB

USAGE.md

File metadata and controls

48 lines (27 loc) · 2.56 KB

Usage

This document is written for a scenario where an agent wants to use Postman for interacting with the application.

This is the list of steps to be performed when trying to run the application using Postman:

  1. Download Postman - go to https://www.getpostman.com/ and go to "Download app". You can find the specific download location at https://www.getpostman.com/apps. Select your platform and install it.

image

  1. Please follow the installation instructions. Click on "Download" and when the download is complete, unzip the contents where you want to install the application and you should have something like the image below.

image

  1. After that, run the application by clicking on the "Postman" file. You should get a windows simlar to the image below.

image

  1. Next, import the requests you require.

With your Postman application running, go to the address here and simply confirm the import.

The result should be seen on the left window called "Collections".

image

  1. Update your username and password for each of the requests in the collection you just added.

There are 3 requests:

  • Get ticket
  • Get ticket comments
  • Analyze ticket

For each one, you should do the following:

  • select a request (I will select "Get ticket", but all others should be the same)
  • go to "Authorization" and select "Basic auth"

image

  • insert your username/password in the fields and after that, click on "Update request".

image

  • after that, click "Save", which is next to "Send".

Repeat this for all other requests!

  1. You are done! You can now use the application. For example, if you want to use the analysis, just click on "Analyze ticket" and after that go to "Body" and replace the ticket id with the one you want to analyze. After the analysis is complete, you will see a response in the Postman application, as well as the ticket itself.