I have a plain Powershell script, and want to read Jira data. What needs to be the script to read that data?
I did a search and came across this. I haven't used it before, but you might want to consider it.
https://atlassianps.org/docs/JiraPS/
And I found this example of using PS to interact with the Jira REST API within this community.
https://community.atlassian.com/t5/Jira-questions/JIRA-API-with-Powershell/qaq-p/992343
You can find a lot of references to using powershell to access Jira if you search the internet for jira server powershell
Hi,
Welcome to the community.
Did you use the REST API ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually, that was missing. I just used the JiraPS. Maybe, that is part of the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.