Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

GraphQL project_search(searchString) format

Reid DeWolfe
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 4, 2025

I've been trying to use the graphQL explorer to mockup an API call so that I can iterate over projects and export their details.  I've attempted several variations on formatting the searchString parameter and keep getting an error:

"message": "Exception while fetching data (/projects_search) : $: Failed to convert argument value",

Has anyone been able to get this to work? Example call below

 


 

query projects_search {
projects_search(containerId:"ari:cloud:townsquare:<cloudid>:workspace/<workspaceid>"
, searchString:"test"){
pageInfo {
startCursor
endCursor
}
}
}

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events