I have generated an api token and now i can login like this:
curl -v https://mysite.atlassian.net --user me@example.com:my-api-token
Now, how can i use this in postman to get all tickets assigned to me ?
Hello,
You would need to execute the search rest endpoint.
For Cloud
For Server:
https://docs.atlassian.com/software/jira/docs/api/REST/7.12.0/#api/2/search-search
Hello,
I tried with the url for cloud but its not working. Can you help me with that .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How were you able to generate API token? All documentation revolves around linking applications
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1) i click on my picture > bottom left
2) select profile
3) click 'manage your account'
4) click 'security
5) click 'create and manage api tokens'
here you can create api tokens that you can use for REST requests
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, but I'm using Server, not Cloud. Cannot find this in Server version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks @Diederik de Boer I was able to successfully generate APIToken in my JIRA Cloud using the steps you had provided.
Then used it in Postman to get a response for my API request!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.