jira_fields_get_project_mapping
Retrieve project mappings for a custom field's contexts. Audits which projects each context is scoped to, including global contexts.
Instructions
Show which projects each context of a custom field is scoped to.
Use this to audit field scope, e.g. confirm a custom field's context is correctly scoped to the intended projects. Returns: {field_id, mappings: [{context_id, project_id, is_global_context}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_id | Yes | Custom field ID | |
| context_ids | No | Context IDs to inspect. Omit to inspect all contexts of the field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||