Using "as" operator in JQL, how to return the value in name field

J.P. Hochbaum December 5, 2017

I am running a query:

 

jira.search_issue("project=Foo" AND "type=test" as "Name")

How would I use AS since it is a reserved word?  IT doesn't seem the functions given help me.

1 answer

0 votes
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 5, 2017

As far as I know, there is no "AS" in JQL (like the one in SQL).

You cannot assign a new name to Issue Navigator columns that way.

Suggest an answer

Log in or Sign up to answer