Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

value of customfields while calling rest api

Rajneesh Tyagi July 9, 2018

Dear All,

Is there any way to get all custom field and values while passing project key in url as below.

/rest/api/2/search?jql=project=key

1 answer

0 votes
Alexey Matveev
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 9, 2018

Hello,

You should add a parameter to the Rest call

/rest/api/2/search?jql=project=key?fields=*all

Suggest an answer

Log in or Sign up to answer