Tag: API
-
Connecting to Jira API using Postman
First you’re going to need a request to make. For the purpose of this post we’re going to use an issue search but jump over to the full documentation if you have something else in mind. Method GET URL https://<ORGANIZATION>.atlassian.net/rest/api/3/search Auth Type Basic Auth Username Jira Account Password Jira API Token Postman Configuration The password…