Let's say I have 2 projects, p1 and p2. The create issue screen for each project has customfield_1 and customfield_2 respectively.
GET api/2/filed returns all fields.
Am I correct in thinking that all fields are returned but there is no information to identify to which project the custom fields belong to?
To get around this, one way would be to prefix the custom field name with a project identifier when creating it?