You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I am trying to execute the following, but it is giving me a 401 - unauthorized result. This call works in postman, but not in powershell. I have been bitten by the powershell tls issue before, but I thought forcing tls 1.2 would work. Thoughts?
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$response = Invoke-WebRequest -Uri "https://my-domain.atlassian.net/rest/servicedeskapi/servicedesk/42/queue" -Headers @{
"method"="GET"
"user"="me@my-Domain.com:anAwesomApiKey"
}
$response
I must have read a wrong bit of documentation. I went ahead and changed the authentication header to be basic, with the username as my username and the password as my auth token and it worked.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.