Forums

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

How to get expands with JAVA API using JQL search ?

Nicolas Vargas
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!
October 7, 2021

Hello,

 

I'm using JAVA API to search for issues with jql queries and I'm looking for some expands properties as well.

 

I know I can get them with the REST API with a similar query to : 

https://jiraURL/rest/api/2/search?jql=xxx&fields=yyy&expand=changelog

 

However, the searchJql call from the SearchClient (https://docs.atlassian.com/jira-rest-java-client-parent/2.0.0-m8/apidocs/com/atlassian/jira/rest/client/api/SearchRestClient.html) doesn't seems to expose expand properties.

Is there a way to specify those properties with a searchJql call ?

 

Thanks,

Nicolas

0 answers

Suggest an answer

Log in or Sign up to answer