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