Get all the fields values of issues of project using sql query

Sowji August 15, 2017

Hi,

How can we get all the fields values of issues for project using sql query. Can someone help on this?

 

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 16, 2017

Hi Bharath,

I'm unaware of a JQL query that would get all the fields from an issue, however, you'll have better luck using the Rest API.  You can test out the response with a curl such as the following:

curl -D- -u username:password -X GET -H "Content-Type: application/json" http://localhost:8080/rest/api/2/search?=jql=issue=BSM-9

If you would like to see the ability to get all the fields of an issue with JQL I would recommend creating a Suggestion on JAC for this.  One you do that add the link to this thread so the community can vote on it and add impact!

Cheers,

Branden

Suggest an answer

Log in or Sign up to answer