JQL to fetch certain Jira fields

Madhura July 6, 2016

Hello,

Is there a JQL which I can use in rest calls to fetch certain list of attributes from Jira?

For instance, I want to fetch details(fields like Project name,key,type,project lead, assignee and so on) of all projects from Jira, is there a JQL for this.

I can get project details using https://xxx:port/rest/api/2/project, but this fetches only few fields.

also single project info can be fetched using https://xxx:port/rest/api/2/project/projectKey

But is a way to fetch it in a combined way?

1 answer

1 accepted

1 vote
Answer accepted
Jeff Louwerse
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.
July 7, 2016

This is all that I can get from JIRA 6.4 for Project. 

/rest/api/2/project?expand=type%2Cdescription%2Clead%2Curl%2CprojectKeys

Suggest an answer

Log in or Sign up to answer