Hello!
Using the JiraRestClientFactory, which provides the JiraRestClient, results in default generating request with the expansion of "Schema" and "Names" (&expand=schema,names). This expansion cannot be changed, as far as I understand.
In my case, JiraRestClient uses AsynchronousSearchRestClient and, in particular, searchJql method. Inside of it the expansion is done automatically.
Testing with Postman, I can see that deleting `&expand=schema,names` works well.
I wanted to ask if such behaviour can be avoided? It adds extra lines in the Response body, which are not used. I think, in general adding more control over requests that JiraRestClient class can generate would be helpful. For example, adding "expands" argument in methods.
Thanks for the help!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.