Skip to content

Context

parkd126 edited this page Dec 10, 2018 · 4 revisions

Overview

  • Value used to check if a custom field is applicable to a specific project

  • The context of the field configuration must either be global (is_global) or include the ID of the project in project_ids

Fields

Name Type Description
isGlobal Boolean The context of the custom field applies to all projects if set to true
projectIds List<Int> The context of the custom field applies to only the project ids specified in the list
Clone this wiki locally