Hi,
Completely new in the world of API's in combination with PowerShell I would like to a complete list of all open issues.
I found this
/rest/api/2/search?jql=project=ABC&maxResults=1000
but here all issues related to a project is been asked.
I tried something simple like
"https://company.atlassian.net//rest/api/latest/issue/search?query=%" but no success
Hey @Murat Tasova ,
With Powershell I can already recommend using JiraPS. It'll make your life easier.
https://atlassianps.org/docs/JiraPS/
Other than that. The call you mention uses a JQL so you just need to format your JQL properly and pass it to the endpoint.
This might help: https://atlassianps.org/docs/JiraPS/commands/Get-JiraIssue/#byjql
Hi Dirk,
Thanks for your very fast response :)
I saw that JiraPS but didn't pay much attention to it because the intention to use less as possible extra modules,.
Maybe Im wrong champ :))
Will first look at jql hard way and if I real get stocked try JiraPS.
Thanks again Dirk.
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.