You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Currently moving from Windows 10 Machine to a Ubuntu Server 18.04 for running 20 Plus scripts that interact with Jira Core (self-hosted). The issue we and myself are having is tring to create a New-JiraSession. (Keep in mind on Windows 10, we are in full production with no hiccups). Both machines are VMs on the same VLAN.
The issue is that on Linux .... Microsoft.PowerShell.Commands.WebRequestSession is not being created .
This is the -Debug and -Verbose readout:
VERBOSE: [Invoke-JiraMethod] Failed to get an answer from the server
DEBUG: [Invoke-JiraMethod] Executed WebRequest. Access $webResponse to see details
VERBOSE: [Test-ServerResponse] Checking response headers for authentication errors
DEBUG: [Test-ServerResponse] Investigating $InputObject.Headers['X-Seraph-LoginReason']
VERBOSE: [Invoke-JiraMethod] No Web result object was returned from. This is unusual!
VERBOSE: [Invoke-JiraMethod] Function ended
DEBUG: [New-JiraSession] Adding session result to existing module PrivateData
VERBOSE: [New-JiraSession] Complete
I tried both our servers and https://powershell.atlassian.net on my companies equipment and my personal desktop Debian Buster and my laptop Ubuntu 20.04. Works slick on Windows.