Hello, community!
How can I get information, like "Contact Details" in general Info of Project?
I found GET /rest/api/2/project/{projectIdOrKey}/components in documentation but I'm not sure that this is what I need.
I need something like GET /rest/api/2/field/{fieldId}/contexts, but for Project :)
I will be very grateful for your help!
A GET query to the /rest/api/<version>/project endpoint returns all the values for the Project. When I have a look at the schema for that endpoint, there is no returned value 'Contact Details'.
You seem to be looking for a value that doesn't exist.
Why not try putting the contact information in the Project Description instead. At least that's a value you know you can lookup via the REST API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.