I need to build a postman api call to jira using oauth2.0 but the docs and chat-gpt has gotten me confused.
In postman i go to the authorization tab and fill the following tabs:
In my body i have :
I do get to login but i keep running into
We're having trouble logging you in. There seems to be an issue with your identity provider. Wait a few moments, then try again."
But i also receive a cookie with the value: atlassian.xsrf.token=xxxxxxxxxxxxxxxMaybe secret numbersxxxxxxxxxxxxxx_lout
Im not quite shure how to continue, the goal is to create an issue from postman and then replecate it via c#.
Some picture that might help: