How to create a Jira ticket using PowerShell
The possibility to create Jira tickets in an automated can be very handy. But it can be a little bit tricky because Jira is quite customizable and therefore there is no universal PowerShell function that will work for everybody.
In this post, I will ...
doitpshway.com4 min read
Ilona Chodnicka
THANK YOU very much, that was most helpful. I run Selenium test cases in an Azure DevOps pipeline and I wanted to create automatically a JIRA bug for each failed test case. Did you write JiraPS module?