Hi,
I am attempting to integrate with JIRA in order to perform a GET call to retrieve the information on a particular issue. I have a managed to work it using Postman but I am finding authentication in BP Web Services challenging.
I'd appreciate any pointers with where I am going wrong. Here is the setup:
![34855.png 34855.png](/t5/image/serverpage/image-id/34916iEDACBDCC79D122FA/image-size/large?v=v2&px=999)
![34856.png 34856.png](/t5/image/serverpage/image-id/34917i6A2CB053FAC56CD9/image-size/large?v=v2&px=999)
![34857.png 34857.png](/t5/image/serverpage/image-id/34918iEF9DB38D4418357B/image-size/large?v=v2&px=999)
![34858.png 34858.png](/t5/image/serverpage/image-id/34919i7F065BBFCD10B927/image-size/large?v=v2&px=999)
I have generated a Token within Atlassian and within Postman I have used Basic Authentication which comprises of my email address and the token generated as the password:
![34859.png 34859.png](/t5/image/serverpage/image-id/34922i1B0508E136CC525D/image-size/large?v=v2&px=999)
Postman returns the expected results but this is the error I get from BP:
![34860.png 34860.png](/t5/image/serverpage/image-id/34921i5529806D36D6AE21/image-size/large?v=v2&px=999)
Thanks