Actions
Feature #44153
openInclude associated projects in issue custom fields API response
Resolution:
Description
This patch adds project scope information to the Custom Fields REST API. For IssueCustomField entries returned by GET /custom_fields.(xml|json), the response now includes is_for_all and a projects array containing the projects associated with the custom field.
In the web UI, administrators can configure an issue custom field to be available for all projects or only for specific projects. However, the REST API currently does not expose which projects are associated with the custom field.
This patch exposes the same project scope information through the REST API, improving consistency with the web UI.
Files
No data to display
Actions