IntegrationExternalProject
No description
type IntegrationExternalProject {
asset: Asset
customMetadata: IntegrationExternalProjectCollection
extraKey: String
id: ID!
integrationId: Int
issueType: String
outsideKey: String
project: Project
projectExternalId: Int
projectExternalLabel: String
projectId: Int @deprecated
scopeIntegrationId: Int
}
Fields
IntegrationExternalProject.asset ● Asset object
IntegrationExternalProject.customMetadata ● IntegrationExternalProjectCollection object
IntegrationExternalProject.extraKey ● String scalar
IntegrationExternalProject.id ● ID! non-null scalar
IntegrationExternalProject.integrationId ● Int scalar
IntegrationExternalProject.issueType ● String scalar
IntegrationExternalProject.outsideKey ● String scalar
IntegrationExternalProject.project ● Project object
IntegrationExternalProject.projectExternalId ● Int scalar
IntegrationExternalProject.projectExternalLabel ● String scalar
IntegrationExternalProject.projectId ● Int deprecated scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'project' to get the information that you need
IntegrationExternalProject.scopeIntegrationId ● Int scalar
Member Of
CustomFieldIntegration object ● IntegrationExternalProjectCollection object ● MappedFields object