We can query Jira by using a URL like this:
https://jira.base-url.com/issues/?jql=project%3Dprojectkey%20and%20status%3DOpen
This will usualy return result with Default columns of the current user.
Is there a way to define individual columns within the URL, we would like to receive from the query?