Hi,
How can we get all the fields values of issues for project using sql query. Can someone help on this?
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
It looks like you're new here. Sign in or register to get started.