Hi,
I am trying to connect JIRA via its Rest API using the step 'Call REST Web Service'.
I am not sure how to provide 'Raw Body' when sending a POST request for creating session.
This is what I am sending in the Request body column:
{ "username": "nitin_gupta", "password": "********"}
In turn I receive 403 error.
When I use the API method in other tools like Powershell/Postman. it works as expected.
Please help.
I am trying to connect JIRA via its Rest API using the step 'Call REST Web Service'.
I am not sure how to provide 'Raw Body' when sending a POST request for creating session.
This is what I am sending in the Request body column:
{ "username": "nitin_gupta", "password": "********"}
In turn I receive 403 error.
When I use the API method in other tools like Powershell/Postman. it works as expected.
Please help.