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:
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:
Postman returns the expected results but this is the error I get from BP:
Thanks