Scriptrunner JQL Query Fields

Greg Smart May 24, 2017

I am trying to write a Scriptrunner script for Cloud to extract some useful fields for further reporting.

Using the documented examples I see that I can run a query something like this:

Map<String, Object> searchResult = get('/rest/api/2/search')
.queryString('jql', 'project = XX')
.queryString('fields', '[key,summary]')
.asObject(Map)
.body

def results = (List<Map<String, Object>>) searchResult.issues

 

However, I also want to extract the assignee.displayName, the status name and some custom fields.  Can someone advise how to access these fields?

In the example I've given, the jql is trivial and I could probably achieve this another way, but in reality I'm going to use a more sophisticated query to return results.

Thanks

1 answer

0 votes
Katy Kelly
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 29, 2017

Hi Greg,

We recently released some enhanced search features using advanced JQL functions in JIRA Cloud as explained here

Let us know if that helps you get the info you need. 

Thanks,

Katy

Adaptavist Product Support 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events