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?
This is all that I can get from JIRA 6.4 for Project.
/rest/api/2/project?expand=type%2Cdescription%2Clead%2Curl%2CprojectKeys
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.