I am trying to do a query that will return the contents of the summary field in Jira. Jira doesn't allow the use of "AS" in jql and not finding anything useful in the documentation.
response = jira.search_issues("project=projectName and type=Test and status=Open as fields:summary")
If anyone has experience with Jira rest services please advise on how to approach this.