Versions in this module Expand all Collapse all v7 v7.1.0 Apr 17, 2023 Changes in this version + var ClassificationNodesErrorPolicyValues = classificationNodesErrorPolicyValuesType + var CommentExpandOptionsValues = commentExpandOptionsValuesType + var CommentFormatValues = commentFormatValuesType + var CommentReactionTypeValues = commentReactionTypeValuesType + var CommentSortOrderValues = commentSortOrderValuesType + var FieldTypeValues = fieldTypeValuesType + var FieldUsageValues = fieldUsageValuesType + var GetFieldsExpandValues = getFieldsExpandValuesType + var LinkQueryModeValues = linkQueryModeValuesType + var LogicalOperationValues = logicalOperationValuesType + var ProvisioningActionTypeValues = provisioningActionTypeValuesType + var QueryErrorPolicyValues = queryErrorPolicyValuesType + var QueryExpandValues = queryExpandValuesType + var QueryOptionValues = queryOptionValuesType + var QueryRecursionOptionValues = queryRecursionOptionValuesType + var QueryResultTypeValues = queryResultTypeValuesType + var QueryTypeValues = queryTypeValuesType + var ReportingRevisionsExpandValues = reportingRevisionsExpandValuesType + var ResourceAreaId = uuid.Parse("5264459e-e5e0-4bd8-b118-0985e68a4ec5") + var TemplateTypeValues = templateTypeValuesType + var TreeNodeStructureTypeValues = treeNodeStructureTypeValuesType + var TreeStructureGroupValues = treeStructureGroupValuesType + var WorkItemErrorPolicyValues = workItemErrorPolicyValuesType + var WorkItemExpandValues = workItemExpandValuesType + var WorkItemRecentActivityTypeValues = workItemRecentActivityTypeValuesType + var WorkItemTypeFieldsExpandLevelValues = workItemTypeFieldsExpandLevelValuesType + type AccountMyWorkResult struct + QuerySizeLimitExceeded *bool + WorkItemDetails *[]AccountWorkWorkItemModel + type AccountRecentActivityWorkItemModel struct + ActivityDate *azuredevops.Time + ActivityType *WorkItemRecentActivityType + AssignedTo *string + ChangedDate *azuredevops.Time + Id *int + IdentityId *uuid.UUID + State *string + TeamProject *string + Title *string + WorkItemType *string + type AccountRecentActivityWorkItemModel2 struct + ActivityDate *azuredevops.Time + ActivityType *WorkItemRecentActivityType + AssignedTo *webapi.IdentityRef + ChangedDate *azuredevops.Time + Id *int + IdentityId *uuid.UUID + State *string + TeamProject *string + Title *string + WorkItemType *string + type AccountRecentActivityWorkItemModelBase struct + ActivityDate *azuredevops.Time + ActivityType *WorkItemRecentActivityType + ChangedDate *azuredevops.Time + Id *int + IdentityId *uuid.UUID + State *string + TeamProject *string + Title *string + WorkItemType *string + type AccountRecentMentionWorkItemModel struct + AssignedTo *string + Id *int + MentionedDateField *azuredevops.Time + State *string + TeamProject *string + Title *string + WorkItemType *string + type AccountWorkWorkItemModel struct + AssignedTo *string + ChangedDate *azuredevops.Time + Id *int + State *string + TeamProject *string + Title *string + WorkItemType *string + type AddCommentArgs struct + Project *string + Request *CommentCreate + WorkItemId *int + type AddWorkItemCommentArgs struct + Format *CommentFormat + Project *string + Request *CommentCreate + WorkItemId *int + type ArtifactUriQuery struct + ArtifactUris *[]string + type ArtifactUriQueryResult struct + ArtifactUrisQueryResult *map[string][]WorkItemReference + type AttachmentReference struct + Id *uuid.UUID + Url *string + type ClassificationNodesErrorPolicy string + type Client interface + AddComment func(context.Context, AddCommentArgs) (*Comment, error) + AddWorkItemComment func(context.Context, AddWorkItemCommentArgs) (*Comment, error) + CreateAttachment func(context.Context, CreateAttachmentArgs) (*AttachmentReference, error) + CreateCommentReaction func(context.Context, CreateCommentReactionArgs) (*CommentReaction, error) + CreateOrUpdateClassificationNode func(context.Context, CreateOrUpdateClassificationNodeArgs) (*WorkItemClassificationNode, error) + CreateQuery func(context.Context, CreateQueryArgs) (*QueryHierarchyItem, error) + CreateTempQuery func(context.Context, CreateTempQueryArgs) (*TemporaryQueryResponseModel, error) + CreateTemplate func(context.Context, CreateTemplateArgs) (*WorkItemTemplate, error) + CreateWorkItem func(context.Context, CreateWorkItemArgs) (*WorkItem, error) + CreateWorkItemField func(context.Context, CreateWorkItemFieldArgs) (*WorkItemField2, error) + DeleteClassificationNode func(context.Context, DeleteClassificationNodeArgs) error + DeleteComment func(context.Context, DeleteCommentArgs) error + DeleteCommentReaction func(context.Context, DeleteCommentReactionArgs) (*CommentReaction, error) + DeleteQuery func(context.Context, DeleteQueryArgs) error + DeleteTag func(context.Context, DeleteTagArgs) error + DeleteTemplate func(context.Context, DeleteTemplateArgs) error + DeleteWorkItem func(context.Context, DeleteWorkItemArgs) (*WorkItemDelete, error) + DeleteWorkItemField func(context.Context, DeleteWorkItemFieldArgs) error + DeleteWorkItems func(context.Context, DeleteWorkItemsArgs) (*WorkItemDeleteBatch, error) + DestroyWorkItem func(context.Context, DestroyWorkItemArgs) error + GetAttachmentContent func(context.Context, GetAttachmentContentArgs) (io.ReadCloser, error) + GetAttachmentZip func(context.Context, GetAttachmentZipArgs) (io.ReadCloser, error) + GetClassificationNode func(context.Context, GetClassificationNodeArgs) (*WorkItemClassificationNode, error) + GetClassificationNodes func(context.Context, GetClassificationNodesArgs) (*[]WorkItemClassificationNode, error) + GetComment func(context.Context, GetCommentArgs) (*Comment, error) + GetCommentReactions func(context.Context, GetCommentReactionsArgs) (*[]CommentReaction, error) + GetCommentVersion func(context.Context, GetCommentVersionArgs) (*CommentVersion, error) + GetCommentVersions func(context.Context, GetCommentVersionsArgs) (*[]CommentVersion, error) + GetComments func(context.Context, GetCommentsArgs) (*CommentList, error) + GetCommentsBatch func(context.Context, GetCommentsBatchArgs) (*CommentList, error) + GetDeletedWorkItem func(context.Context, GetDeletedWorkItemArgs) (*WorkItemDelete, error) + GetDeletedWorkItemShallowReferences func(context.Context, GetDeletedWorkItemShallowReferencesArgs) (*[]WorkItemDeleteShallowReference, error) + GetDeletedWorkItems func(context.Context, GetDeletedWorkItemsArgs) (*[]WorkItemDeleteReference, error) + GetEngagedUsers func(context.Context, GetEngagedUsersArgs) (*[]webapi.IdentityRef, error) + GetGithubConnectionRepositories func(context.Context, GetGithubConnectionRepositoriesArgs) (*[]GitHubConnectionRepoModel, error) + GetGithubConnections func(context.Context, GetGithubConnectionsArgs) (*[]GitHubConnectionModel, error) + GetQueries func(context.Context, GetQueriesArgs) (*[]QueryHierarchyItem, error) + GetQueriesBatch func(context.Context, GetQueriesBatchArgs) (*[]QueryHierarchyItem, error) + GetQuery func(context.Context, GetQueryArgs) (*QueryHierarchyItem, error) + GetQueryResultCount func(context.Context, GetQueryResultCountArgs) (*int, error) + GetRecentActivityData func(context.Context, GetRecentActivityDataArgs) (*[]AccountRecentActivityWorkItemModel2, error) + GetRelationType func(context.Context, GetRelationTypeArgs) (*WorkItemRelationType, error) + GetRelationTypes func(context.Context, GetRelationTypesArgs) (*[]WorkItemRelationType, error) + GetReportingLinksByLinkType func(context.Context, GetReportingLinksByLinkTypeArgs) (*ReportingWorkItemLinksBatch, error) + GetRevision func(context.Context, GetRevisionArgs) (*WorkItem, error) + GetRevisions func(context.Context, GetRevisionsArgs) (*[]WorkItem, error) + GetRootNodes func(context.Context, GetRootNodesArgs) (*[]WorkItemClassificationNode, error) + GetTag func(context.Context, GetTagArgs) (*WorkItemTagDefinition, error) + GetTags func(context.Context, GetTagsArgs) (*[]WorkItemTagDefinition, error) + GetTemplate func(context.Context, GetTemplateArgs) (*WorkItemTemplate, error) + GetTemplates func(context.Context, GetTemplatesArgs) (*[]WorkItemTemplateReference, error) + GetUpdate func(context.Context, GetUpdateArgs) (*WorkItemUpdate, error) + GetUpdates func(context.Context, GetUpdatesArgs) (*[]WorkItemUpdate, error) + GetWorkArtifactLinkTypes func(context.Context, GetWorkArtifactLinkTypesArgs) (*[]WorkArtifactLink, error) + GetWorkItem func(context.Context, GetWorkItemArgs) (*WorkItem, error) + GetWorkItemField func(context.Context, GetWorkItemFieldArgs) (*WorkItemField2, error) + GetWorkItemFields func(context.Context, GetWorkItemFieldsArgs) (*[]WorkItemField2, error) + GetWorkItemIconJson func(context.Context, GetWorkItemIconJsonArgs) (*WorkItemIcon, error) + GetWorkItemIconSvg func(context.Context, GetWorkItemIconSvgArgs) (io.ReadCloser, error) + GetWorkItemIconXaml func(context.Context, GetWorkItemIconXamlArgs) (io.ReadCloser, error) + GetWorkItemIcons func(context.Context, GetWorkItemIconsArgs) (*[]WorkItemIcon, error) + GetWorkItemNextStatesOnCheckinAction func(context.Context, GetWorkItemNextStatesOnCheckinActionArgs) (*[]WorkItemNextStateOnTransition, error) + GetWorkItemTemplate func(context.Context, GetWorkItemTemplateArgs) (*WorkItem, error) + GetWorkItemType func(context.Context, GetWorkItemTypeArgs) (*WorkItemType, error) + GetWorkItemTypeCategories func(context.Context, GetWorkItemTypeCategoriesArgs) (*[]WorkItemTypeCategory, error) + GetWorkItemTypeCategory func(context.Context, GetWorkItemTypeCategoryArgs) (*WorkItemTypeCategory, error) + GetWorkItemTypeFieldWithReferences func(context.Context, GetWorkItemTypeFieldWithReferencesArgs) (*WorkItemTypeFieldWithReferences, error) + GetWorkItemTypeFieldsWithReferences func(context.Context, GetWorkItemTypeFieldsWithReferencesArgs) (*[]WorkItemTypeFieldWithReferences, error) + GetWorkItemTypeStates func(context.Context, GetWorkItemTypeStatesArgs) (*[]WorkItemStateColor, error) + GetWorkItemTypes func(context.Context, GetWorkItemTypesArgs) (*[]WorkItemType, error) + GetWorkItems func(context.Context, GetWorkItemsArgs) (*[]WorkItem, error) + GetWorkItemsBatch func(context.Context, GetWorkItemsBatchArgs) (*[]WorkItem, error) + MigrateProjectsProcess func(context.Context, MigrateProjectsProcessArgs) (*ProcessMigrationResultModel, error) + QueryById func(context.Context, QueryByIdArgs) (*WorkItemQueryResult, error) + QueryByWiql func(context.Context, QueryByWiqlArgs) (*WorkItemQueryResult, error) + QueryWorkItemsForArtifactUris func(context.Context, QueryWorkItemsForArtifactUrisArgs) (*ArtifactUriQueryResult, error) + ReadReportingDiscussions func(context.Context, ReadReportingDiscussionsArgs) (*ReportingWorkItemRevisionsBatch, error) + ReadReportingRevisionsGet func(context.Context, ReadReportingRevisionsGetArgs) (*ReportingWorkItemRevisionsBatch, error) + ReadReportingRevisionsPost func(context.Context, ReadReportingRevisionsPostArgs) (*ReportingWorkItemRevisionsBatch, error) + ReplaceTemplate func(context.Context, ReplaceTemplateArgs) (*WorkItemTemplate, error) + RestoreWorkItem func(context.Context, RestoreWorkItemArgs) (*WorkItemDelete, error) + SearchQueries func(context.Context, SearchQueriesArgs) (*QueryHierarchyItemsResult, error) + SendMail func(context.Context, SendMailArgs) error + UpdateClassificationNode func(context.Context, UpdateClassificationNodeArgs) (*WorkItemClassificationNode, error) + UpdateComment func(context.Context, UpdateCommentArgs) (*Comment, error) + UpdateGithubConnectionRepos func(context.Context, UpdateGithubConnectionReposArgs) (*[]GitHubConnectionRepoModel, error) + UpdateQuery func(context.Context, UpdateQueryArgs) (*QueryHierarchyItem, error) + UpdateTag func(context.Context, UpdateTagArgs) (*WorkItemTagDefinition, error) + UpdateWorkItem func(context.Context, UpdateWorkItemArgs) (*WorkItem, error) + UpdateWorkItemComment func(context.Context, UpdateWorkItemCommentArgs) (*Comment, error) + UpdateWorkItemField func(context.Context, UpdateWorkItemFieldArgs) (*WorkItemField2, error) + func NewClient(ctx context.Context, connection *azuredevops.Connection) (Client, error) + type ClientImpl struct + Client azuredevops.Client + func (client *ClientImpl) AddComment(ctx context.Context, args AddCommentArgs) (*Comment, error) + func (client *ClientImpl) AddWorkItemComment(ctx context.Context, args AddWorkItemCommentArgs) (*Comment, error) + func (client *ClientImpl) CreateAttachment(ctx context.Context, args CreateAttachmentArgs) (*AttachmentReference, error) + func (client *ClientImpl) CreateCommentReaction(ctx context.Context, args CreateCommentReactionArgs) (*CommentReaction, error) + func (client *ClientImpl) CreateOrUpdateClassificationNode(ctx context.Context, args CreateOrUpdateClassificationNodeArgs) (*WorkItemClassificationNode, error) + func (client *ClientImpl) CreateQuery(ctx context.Context, args CreateQueryArgs) (*QueryHierarchyItem, error) + func (client *ClientImpl) CreateTempQuery(ctx context.Context, args CreateTempQueryArgs) (*TemporaryQueryResponseModel, error) + func (client *ClientImpl) CreateTemplate(ctx context.Context, args CreateTemplateArgs) (*WorkItemTemplate, error) + func (client *ClientImpl) CreateWorkItem(ctx context.Context, args CreateWorkItemArgs) (*WorkItem, error) + func (client *ClientImpl) CreateWorkItemField(ctx context.Context, args CreateWorkItemFieldArgs) (*WorkItemField2, error) + func (client *ClientImpl) DeleteClassificationNode(ctx context.Context, args DeleteClassificationNodeArgs) error + func (client *ClientImpl) DeleteComment(ctx context.Context, args DeleteCommentArgs) error + func (client *ClientImpl) DeleteCommentReaction(ctx context.Context, args DeleteCommentReactionArgs) (*CommentReaction, error) + func (client *ClientImpl) DeleteQuery(ctx context.Context, args DeleteQueryArgs) error + func (client *ClientImpl) DeleteTag(ctx context.Context, args DeleteTagArgs) error + func (client *ClientImpl) DeleteTemplate(ctx context.Context, args DeleteTemplateArgs) error + func (client *ClientImpl) DeleteWorkItem(ctx context.Context, args DeleteWorkItemArgs) (*WorkItemDelete, error) + func (client *ClientImpl) DeleteWorkItemField(ctx context.Context, args DeleteWorkItemFieldArgs) error + func (client *ClientImpl) DeleteWorkItems(ctx context.Context, args DeleteWorkItemsArgs) (*WorkItemDeleteBatch, error) + func (client *ClientImpl) DestroyWorkItem(ctx context.Context, args DestroyWorkItemArgs) error + func (client *ClientImpl) GetAttachmentContent(ctx context.Context, args GetAttachmentContentArgs) (io.ReadCloser, error) + func (client *ClientImpl) GetAttachmentZip(ctx context.Context, args GetAttachmentZipArgs) (io.ReadCloser, error) + func (client *ClientImpl) GetClassificationNode(ctx context.Context, args GetClassificationNodeArgs) (*WorkItemClassificationNode, error) + func (client *ClientImpl) GetClassificationNodes(ctx context.Context, args GetClassificationNodesArgs) (*[]WorkItemClassificationNode, error) + func (client *ClientImpl) GetComment(ctx context.Context, args GetCommentArgs) (*Comment, error) + func (client *ClientImpl) GetCommentReactions(ctx context.Context, args GetCommentReactionsArgs) (*[]CommentReaction, error) + func (client *ClientImpl) GetCommentVersion(ctx context.Context, args GetCommentVersionArgs) (*CommentVersion, error) + func (client *ClientImpl) GetCommentVersions(ctx context.Context, args GetCommentVersionsArgs) (*[]CommentVersion, error) + func (client *ClientImpl) GetComments(ctx context.Context, args GetCommentsArgs) (*CommentList, error) + func (client *ClientImpl) GetCommentsBatch(ctx context.Context, args GetCommentsBatchArgs) (*CommentList, error) + func (client *ClientImpl) GetDeletedWorkItem(ctx context.Context, args GetDeletedWorkItemArgs) (*WorkItemDelete, error) + func (client *ClientImpl) GetDeletedWorkItemShallowReferences(ctx context.Context, args GetDeletedWorkItemShallowReferencesArgs) (*[]WorkItemDeleteShallowReference, error) + func (client *ClientImpl) GetDeletedWorkItems(ctx context.Context, args GetDeletedWorkItemsArgs) (*[]WorkItemDeleteReference, error) + func (client *ClientImpl) GetEngagedUsers(ctx context.Context, args GetEngagedUsersArgs) (*[]webapi.IdentityRef, error) + func (client *ClientImpl) GetGithubConnectionRepositories(ctx context.Context, args GetGithubConnectionRepositoriesArgs) (*[]GitHubConnectionRepoModel, error) + func (client *ClientImpl) GetGithubConnections(ctx context.Context, args GetGithubConnectionsArgs) (*[]GitHubConnectionModel, error) + func (client *ClientImpl) GetQueries(ctx context.Context, args GetQueriesArgs) (*[]QueryHierarchyItem, error) + func (client *ClientImpl) GetQueriesBatch(ctx context.Context, args GetQueriesBatchArgs) (*[]QueryHierarchyItem, error) + func (client *ClientImpl) GetQuery(ctx context.Context, args GetQueryArgs) (*QueryHierarchyItem, error) + func (client *ClientImpl) GetQueryResultCount(ctx context.Context, args GetQueryResultCountArgs) (*int, error) + func (client *ClientImpl) GetRecentActivityData(ctx context.Context, args GetRecentActivityDataArgs) (*[]AccountRecentActivityWorkItemModel2, error) + func (client *ClientImpl) GetRelationType(ctx context.Context, args GetRelationTypeArgs) (*WorkItemRelationType, error) + func (client *ClientImpl) GetRelationTypes(ctx context.Context, args GetRelationTypesArgs) (*[]WorkItemRelationType, error) + func (client *ClientImpl) GetReportingLinksByLinkType(ctx context.Context, args GetReportingLinksByLinkTypeArgs) (*ReportingWorkItemLinksBatch, error) + func (client *ClientImpl) GetRevision(ctx context.Context, args GetRevisionArgs) (*WorkItem, error) + func (client *ClientImpl) GetRevisions(ctx context.Context, args GetRevisionsArgs) (*[]WorkItem, error) + func (client *ClientImpl) GetRootNodes(ctx context.Context, args GetRootNodesArgs) (*[]WorkItemClassificationNode, error) + func (client *ClientImpl) GetTag(ctx context.Context, args GetTagArgs) (*WorkItemTagDefinition, error) + func (client *ClientImpl) GetTags(ctx context.Context, args GetTagsArgs) (*[]WorkItemTagDefinition, error) + func (client *ClientImpl) GetTemplate(ctx context.Context, args GetTemplateArgs) (*WorkItemTemplate, error) + func (client *ClientImpl) GetTemplates(ctx context.Context, args GetTemplatesArgs) (*[]WorkItemTemplateReference, error) + func (client *ClientImpl) GetUpdate(ctx context.Context, args GetUpdateArgs) (*WorkItemUpdate, error) + func (client *ClientImpl) GetUpdates(ctx context.Context, args GetUpdatesArgs) (*[]WorkItemUpdate, error) + func (client *ClientImpl) GetWorkArtifactLinkTypes(ctx context.Context, args GetWorkArtifactLinkTypesArgs) (*[]WorkArtifactLink, error) + func (client *ClientImpl) GetWorkItem(ctx context.Context, args GetWorkItemArgs) (*WorkItem, error) + func (client *ClientImpl) GetWorkItemField(ctx context.Context, args GetWorkItemFieldArgs) (*WorkItemField2, error) + func (client *ClientImpl) GetWorkItemFields(ctx context.Context, args GetWorkItemFieldsArgs) (*[]WorkItemField2, error) + func (client *ClientImpl) GetWorkItemIconJson(ctx context.Context, args GetWorkItemIconJsonArgs) (*WorkItemIcon, error) + func (client *ClientImpl) GetWorkItemIconSvg(ctx context.Context, args GetWorkItemIconSvgArgs) (io.ReadCloser, error) + func (client *ClientImpl) GetWorkItemIconXaml(ctx context.Context, args GetWorkItemIconXamlArgs) (io.ReadCloser, error) + func (client *ClientImpl) GetWorkItemIcons(ctx context.Context, args GetWorkItemIconsArgs) (*[]WorkItemIcon, error) + func (client *ClientImpl) GetWorkItemNextStatesOnCheckinAction(ctx context.Context, args GetWorkItemNextStatesOnCheckinActionArgs) (*[]WorkItemNextStateOnTransition, error) + func (client *ClientImpl) GetWorkItemTemplate(ctx context.Context, args GetWorkItemTemplateArgs) (*WorkItem, error) + func (client *ClientImpl) GetWorkItemType(ctx context.Context, args GetWorkItemTypeArgs) (*WorkItemType, error) + func (client *ClientImpl) GetWorkItemTypeCategories(ctx context.Context, args GetWorkItemTypeCategoriesArgs) (*[]WorkItemTypeCategory, error) + func (client *ClientImpl) GetWorkItemTypeCategory(ctx context.Context, args GetWorkItemTypeCategoryArgs) (*WorkItemTypeCategory, error) + func (client *ClientImpl) GetWorkItemTypeFieldWithReferences(ctx context.Context, args GetWorkItemTypeFieldWithReferencesArgs) (*WorkItemTypeFieldWithReferences, error) + func (client *ClientImpl) GetWorkItemTypeFieldsWithReferences(ctx context.Context, args GetWorkItemTypeFieldsWithReferencesArgs) (*[]WorkItemTypeFieldWithReferences, error) + func (client *ClientImpl) GetWorkItemTypeStates(ctx context.Context, args GetWorkItemTypeStatesArgs) (*[]WorkItemStateColor, error) + func (client *ClientImpl) GetWorkItemTypes(ctx context.Context, args GetWorkItemTypesArgs) (*[]WorkItemType, error) + func (client *ClientImpl) GetWorkItems(ctx context.Context, args GetWorkItemsArgs) (*[]WorkItem, error) + func (client *ClientImpl) GetWorkItemsBatch(ctx context.Context, args GetWorkItemsBatchArgs) (*[]WorkItem, error) + func (client *ClientImpl) MigrateProjectsProcess(ctx context.Context, args MigrateProjectsProcessArgs) (*ProcessMigrationResultModel, error) + func (client *ClientImpl) QueryById(ctx context.Context, args QueryByIdArgs) (*WorkItemQueryResult, error) + func (client *ClientImpl) QueryByWiql(ctx context.Context, args QueryByWiqlArgs) (*WorkItemQueryResult, error) + func (client *ClientImpl) QueryWorkItemsForArtifactUris(ctx context.Context, args QueryWorkItemsForArtifactUrisArgs) (*ArtifactUriQueryResult, error) + func (client *ClientImpl) ReadReportingDiscussions(ctx context.Context, args ReadReportingDiscussionsArgs) (*ReportingWorkItemRevisionsBatch, error) + func (client *ClientImpl) ReadReportingRevisionsGet(ctx context.Context, args ReadReportingRevisionsGetArgs) (*ReportingWorkItemRevisionsBatch, error) + func (client *ClientImpl) ReadReportingRevisionsPost(ctx context.Context, args ReadReportingRevisionsPostArgs) (*ReportingWorkItemRevisionsBatch, error) + func (client *ClientImpl) ReplaceTemplate(ctx context.Context, args ReplaceTemplateArgs) (*WorkItemTemplate, error) + func (client *ClientImpl) RestoreWorkItem(ctx context.Context, args RestoreWorkItemArgs) (*WorkItemDelete, error) + func (client *ClientImpl) SearchQueries(ctx context.Context, args SearchQueriesArgs) (*QueryHierarchyItemsResult, error) + func (client *ClientImpl) SendMail(ctx context.Context, args SendMailArgs) error + func (client *ClientImpl) UpdateClassificationNode(ctx context.Context, args UpdateClassificationNodeArgs) (*WorkItemClassificationNode, error) + func (client *ClientImpl) UpdateComment(ctx context.Context, args UpdateCommentArgs) (*Comment, error) + func (client *ClientImpl) UpdateGithubConnectionRepos(ctx context.Context, args UpdateGithubConnectionReposArgs) (*[]GitHubConnectionRepoModel, error) + func (client *ClientImpl) UpdateQuery(ctx context.Context, args UpdateQueryArgs) (*QueryHierarchyItem, error) + func (client *ClientImpl) UpdateTag(ctx context.Context, args UpdateTagArgs) (*WorkItemTagDefinition, error) + func (client *ClientImpl) UpdateWorkItem(ctx context.Context, args UpdateWorkItemArgs) (*WorkItem, error) + func (client *ClientImpl) UpdateWorkItemComment(ctx context.Context, args UpdateWorkItemCommentArgs) (*Comment, error) + func (client *ClientImpl) UpdateWorkItemField(ctx context.Context, args UpdateWorkItemFieldArgs) (*WorkItemField2, error) + type Comment struct + CreatedBy *webapi.IdentityRef + CreatedDate *azuredevops.Time + CreatedOnBehalfDate *azuredevops.Time + CreatedOnBehalfOf *webapi.IdentityRef + Format *CommentFormat + Id *int + IsDeleted *bool + Links interface{} + Mentions *[]CommentMention + ModifiedBy *webapi.IdentityRef + ModifiedDate *azuredevops.Time + Reactions *[]CommentReaction + RenderedText *string + Text *string + Url *string + Version *int + WorkItemId *int + type CommentCreate struct + Text *string + type CommentExpandOptions string + type CommentFormat string + type CommentList struct + Comments *[]Comment + ContinuationToken *string + Count *int + Links interface{} + NextPage *string + TotalCount *int + Url *string + type CommentMention struct + ArtifactId *string + ArtifactType *string + CommentId *int + Links interface{} + TargetId *string + Url *string + type CommentReaction struct + CommentId *int + Count *int + IsCurrentUserEngaged *bool + Links interface{} + Type *CommentReactionType + Url *string + type CommentReactionType string + type CommentSortOrder string + type CommentUpdate struct + Text *string + type CommentVersion struct + CreatedBy *webapi.IdentityRef + CreatedDate *azuredevops.Time + CreatedOnBehalfDate *azuredevops.Time + CreatedOnBehalfOf *webapi.IdentityRef + Id *int + IsDeleted *bool + Links interface{} + ModifiedBy *webapi.IdentityRef + ModifiedDate *azuredevops.Time + RenderedText *string + Text *string + Url *string + Version *int + type CreateAttachmentArgs struct + AreaPath *string + FileName *string + Project *string + UploadStream io.Reader + UploadType *string + type CreateCommentReactionArgs struct + CommentId *int + Project *string + ReactionType *CommentReactionType + WorkItemId *int + type CreateOrUpdateClassificationNodeArgs struct + Path *string + PostedNode *WorkItemClassificationNode + Project *string + StructureGroup *TreeStructureGroup + type CreateQueryArgs struct + PostedQuery *QueryHierarchyItem + Project *string + Query *string + ValidateWiqlOnly *bool + type CreateTempQueryArgs struct + PostedQuery *TemporaryQueryRequestModel + Project *string + type CreateTemplateArgs struct + Project *string + Team *string + Template *WorkItemTemplate + type CreateWorkItemArgs struct + BypassRules *bool + Document *[]webapi.JsonPatchOperation + Expand *WorkItemExpand + Project *string + SuppressNotifications *bool + Type *string + ValidateOnly *bool + type CreateWorkItemFieldArgs struct + Project *string + WorkItemField *WorkItemField2 + type DeleteClassificationNodeArgs struct + Path *string + Project *string + ReclassifyId *int + StructureGroup *TreeStructureGroup + type DeleteCommentArgs struct + CommentId *int + Project *string + WorkItemId *int + type DeleteCommentReactionArgs struct + CommentId *int + Project *string + ReactionType *CommentReactionType + WorkItemId *int + type DeleteQueryArgs struct + Project *string + Query *string + type DeleteTagArgs struct + Project *string + TagIdOrName *string + type DeleteTemplateArgs struct + Project *string + Team *string + TemplateId *uuid.UUID + type DeleteWorkItemArgs struct + Destroy *bool + Id *int + Project *string + type DeleteWorkItemFieldArgs struct + FieldNameOrRefName *string + Project *string + type DeleteWorkItemsArgs struct + DeleteRequest *WorkItemDeleteBatchRequest + Project *string + type DestroyWorkItemArgs struct + Id *int + Project *string + type EmailRecipients struct + EmailAddresses *[]string + TfIds *[]uuid.UUID + UnresolvedEntityIds *[]uuid.UUID + type ExternalDeployment struct + ArtifactId *uuid.UUID + CreatedBy *uuid.UUID + Description *string + DisplayName *string + Environment *ExternalEnvironment + Group *string + Pipeline *ExternalPipeline + RelatedWorkItemIds *[]int + RunId *int + SequenceNumber *int + Status *string + StatusDate *azuredevops.Time + Url *string + type ExternalEnvironment struct + DisplayName *string + Id *int + Type *string + type ExternalPipeline struct + DisplayName *string + Id *int + Url *string + type FieldDependentRule struct + DependentFields *[]WorkItemFieldReference + Links interface{} + Url *string + type FieldType string + type FieldUpdate struct + IsDeleted *bool + IsLocked *bool + type FieldUsage string + type GetAttachmentContentArgs struct + Download *bool + FileName *string + Id *uuid.UUID + Project *string + type GetAttachmentZipArgs struct + Download *bool + FileName *string + Id *uuid.UUID + Project *string + type GetClassificationNodeArgs struct + Depth *int + Path *string + Project *string + StructureGroup *TreeStructureGroup + type GetClassificationNodesArgs struct + Depth *int + ErrorPolicy *ClassificationNodesErrorPolicy + Ids *[]int + Project *string + type GetCommentArgs struct + CommentId *int + Expand *CommentExpandOptions + IncludeDeleted *bool + Project *string + WorkItemId *int + type GetCommentReactionsArgs struct + CommentId *int + Project *string + WorkItemId *int + type GetCommentVersionArgs struct + CommentId *int + Project *string + Version *int + WorkItemId *int + type GetCommentVersionsArgs struct + CommentId *int + Project *string + WorkItemId *int + type GetCommentsArgs struct + ContinuationToken *string + Expand *CommentExpandOptions + IncludeDeleted *bool + Order *CommentSortOrder + Project *string + Top *int + WorkItemId *int + type GetCommentsBatchArgs struct + Expand *CommentExpandOptions + Ids *[]int + IncludeDeleted *bool + Project *string + WorkItemId *int + type GetDeletedWorkItemArgs struct + Id *int + Project *string + type GetDeletedWorkItemShallowReferencesArgs struct + Project *string + type GetDeletedWorkItemsArgs struct + Ids *[]int + Project *string + type GetEngagedUsersArgs struct + CommentId *int + Project *string + ReactionType *CommentReactionType + Skip *int + Top *int + WorkItemId *int + type GetFieldsExpand string + type GetGithubConnectionRepositoriesArgs struct + ConnectionId *uuid.UUID + Project *string + type GetGithubConnectionsArgs struct + Project *string + type GetQueriesArgs struct + Depth *int + Expand *QueryExpand + IncludeDeleted *bool + Project *string + type GetQueriesBatchArgs struct + Project *string + QueryGetRequest *QueryBatchGetRequest + type GetQueryArgs struct + Depth *int + Expand *QueryExpand + IncludeDeleted *bool + Project *string + Query *string + UseIsoDateFormat *bool + type GetQueryResultCountArgs struct + Id *uuid.UUID + Project *string + Team *string + TimePrecision *bool + Top *int + type GetRecentActivityDataArgs struct + type GetRelationTypeArgs struct + Relation *string + type GetRelationTypesArgs struct + type GetReportingLinksByLinkTypeArgs struct + ContinuationToken *string + LinkTypes *[]string + Project *string + StartDateTime *azuredevops.Time + Types *[]string + type GetRevisionArgs struct + Expand *WorkItemExpand + Id *int + Project *string + RevisionNumber *int + type GetRevisionsArgs struct + Expand *WorkItemExpand + Id *int + Project *string + Skip *int + Top *int + type GetRootNodesArgs struct + Depth *int + Project *string + type GetTagArgs struct + Project *string + TagIdOrName *string + type GetTagsArgs struct + Project *string + type GetTemplateArgs struct + Project *string + Team *string + TemplateId *uuid.UUID + type GetTemplatesArgs struct + Project *string + Team *string + Workitemtypename *string + type GetUpdateArgs struct + Id *int + Project *string + UpdateNumber *int + type GetUpdatesArgs struct + Id *int + Project *string + Skip *int + Top *int + type GetWorkArtifactLinkTypesArgs struct + type GetWorkItemArgs struct + AsOf *azuredevops.Time + Expand *WorkItemExpand + Fields *[]string + Id *int + Project *string + type GetWorkItemFieldArgs struct + FieldNameOrRefName *string + Project *string + type GetWorkItemFieldsArgs struct + Expand *GetFieldsExpand + Project *string + type GetWorkItemIconJsonArgs struct + Color *string + Icon *string + V *int + type GetWorkItemIconSvgArgs struct + Color *string + Icon *string + V *int + type GetWorkItemIconXamlArgs struct + Color *string + Icon *string + V *int + type GetWorkItemIconsArgs struct + type GetWorkItemNextStatesOnCheckinActionArgs struct + Action *string + Ids *[]int + type GetWorkItemTemplateArgs struct + AsOf *azuredevops.Time + Expand *WorkItemExpand + Fields *string + Project *string + Type *string + type GetWorkItemTypeArgs struct + Project *string + Type *string + type GetWorkItemTypeCategoriesArgs struct + Project *string + type GetWorkItemTypeCategoryArgs struct + Category *string + Project *string + type GetWorkItemTypeFieldWithReferencesArgs struct + Expand *WorkItemTypeFieldsExpandLevel + Field *string + Project *string + Type *string + type GetWorkItemTypeFieldsWithReferencesArgs struct + Expand *WorkItemTypeFieldsExpandLevel + Project *string + Type *string + type GetWorkItemTypeStatesArgs struct + Project *string + Type *string + type GetWorkItemTypesArgs struct + Project *string + type GetWorkItemsArgs struct + AsOf *azuredevops.Time + ErrorPolicy *WorkItemErrorPolicy + Expand *WorkItemExpand + Fields *[]string + Ids *[]int + Project *string + type GetWorkItemsBatchArgs struct + Project *string + WorkItemGetRequest *WorkItemBatchGetRequest + type GitHubConnectionModel struct + AuthorizationType *string + CreatedBy *webapi.IdentityRef + Id *uuid.UUID + IsConnectionValid *bool + Name *string + type GitHubConnectionRepoModel struct + ErrorMessage *string + GitHubRepositoryUrl *string + type GitHubConnectionReposBatchRequest struct + GitHubRepositoryUrls *[]GitHubConnectionRepoModel + OperationType *string + type IdentityReference struct + Descriptor *string + DirectoryAlias *string + DisplayName *string + Id *uuid.UUID + ImageUrl *string + Inactive *bool + IsAadIdentity *bool + IsContainer *bool + IsDeletedInOrigin *bool + Links interface{} + Name *string + ProfileUrl *string + UniqueName *string + Url *string + type Link struct + Attributes *map[string]interface{} + Rel *string + Url *string + type LinkQueryMode string + type LogicalOperation string + type MailMessage struct + Body *string + Cc *EmailRecipients + InReplyTo *string + MessageId *string + ReplyTo *EmailRecipients + Subject *string + To *EmailRecipients + type MigrateProjectsProcessArgs struct + NewProcess *ProcessIdModel + Project *string + type ProcessIdModel struct + TypeId *uuid.UUID + type ProcessMigrationResultModel struct + ProcessId *uuid.UUID + ProjectId *uuid.UUID + type ProjectWorkItemStateColors struct + ProjectName *string + WorkItemTypeStateColors *[]WorkItemTypeStateColors + type ProvisioningActionType string + type ProvisioningResult struct + ProvisioningImportEvents *[]string + type QueryBatchGetRequest struct + ErrorPolicy *QueryErrorPolicy + Expand *QueryExpand + Ids *[]uuid.UUID + type QueryByIdArgs struct + Id *uuid.UUID + Project *string + Team *string + TimePrecision *bool + Top *int + type QueryByWiqlArgs struct + Project *string + Team *string + TimePrecision *bool + Top *int + Wiql *Wiql + type QueryErrorPolicy string + type QueryExpand string + type QueryHierarchyItem struct + Children *[]QueryHierarchyItem + Clauses *WorkItemQueryClause + Columns *[]WorkItemFieldReference + CreatedBy *IdentityReference + CreatedDate *azuredevops.Time + FilterOptions *LinkQueryMode + HasChildren *bool + Id *uuid.UUID + IsDeleted *bool + IsFolder *bool + IsInvalidSyntax *bool + IsPublic *bool + LastExecutedBy *IdentityReference + LastExecutedDate *azuredevops.Time + LastModifiedBy *IdentityReference + LastModifiedDate *azuredevops.Time + LinkClauses *WorkItemQueryClause + Links interface{} + Name *string + Path *string + QueryRecursionOption *QueryRecursionOption + QueryType *QueryType + SortColumns *[]WorkItemQuerySortColumn + SourceClauses *WorkItemQueryClause + TargetClauses *WorkItemQueryClause + Url *string + Wiql *string + type QueryHierarchyItemsResult struct + Count *int + HasMore *bool + Value *[]QueryHierarchyItem + type QueryOption string + type QueryRecursionOption string + type QueryResultType string + type QueryType string + type QueryWorkItemsForArtifactUrisArgs struct + ArtifactUriQuery *ArtifactUriQuery + Project *string + type ReadReportingDiscussionsArgs struct + ContinuationToken *string + MaxPageSize *int + Project *string + type ReadReportingRevisionsGetArgs struct + ContinuationToken *string + Expand *ReportingRevisionsExpand + Fields *[]string + IncludeDeleted *bool + IncludeDiscussionChangesOnly *bool + IncludeIdentityRef *bool + IncludeLatestOnly *bool + IncludeTagRef *bool + MaxPageSize *int + Project *string + StartDateTime *azuredevops.Time + Types *[]string + type ReadReportingRevisionsPostArgs struct + ContinuationToken *string + Expand *ReportingRevisionsExpand + Filter *ReportingWorkItemRevisionsFilter + Project *string + StartDateTime *azuredevops.Time + type ReplaceTemplateArgs struct + Project *string + Team *string + TemplateContent *WorkItemTemplate + TemplateId *uuid.UUID + type ReportingRevisionsExpand string + type ReportingWorkItemLinksBatch struct + ContinuationToken *string + IsLastBatch *bool + NextLink *string + Values *[]interface{} + type ReportingWorkItemRevisionsBatch struct + ContinuationToken *string + IsLastBatch *bool + NextLink *string + Values *[]interface{} + type ReportingWorkItemRevisionsFilter struct + Fields *[]string + IncludeDeleted *bool + IncludeIdentityRef *bool + IncludeLatestOnly *bool + IncludeTagRef *bool + Types *[]string + type RestoreWorkItemArgs struct + Id *int + Payload *WorkItemDeleteUpdate + Project *string + type SearchQueriesArgs struct + Expand *QueryExpand + Filter *string + IncludeDeleted *bool + Project *string + Top *int + type SendMailArgs struct + Body *SendMailBody + Project *string + type SendMailBody struct + Fields *[]string + Ids *[]int + Message *MailMessage + PersistenceId *uuid.UUID + ProjectId *string + SortFields *[]string + TempQueryId *string + Wiql *string + type StreamedBatch struct + ContinuationToken *string + IsLastBatch *bool + NextLink *string + Values *[]interface{} + type TemplateType string + type TemporaryQueryRequestModel struct + Links interface{} + Url *string + Wiql *string + type TemporaryQueryResponseModel struct + Id *uuid.UUID + type TreeNodeStructureType string + type TreeStructureGroup string + type UpdateClassificationNodeArgs struct + Path *string + PostedNode *WorkItemClassificationNode + Project *string + StructureGroup *TreeStructureGroup + type UpdateCommentArgs struct + CommentId *int + Project *string + Request *CommentUpdate + WorkItemId *int + type UpdateGithubConnectionReposArgs struct + ConnectionId *uuid.UUID + Project *string + ReposOperationData *GitHubConnectionReposBatchRequest + type UpdateQueryArgs struct + Project *string + Query *string + QueryUpdate *QueryHierarchyItem + UndeleteDescendants *bool + type UpdateTagArgs struct + Project *string + TagData *WorkItemTagDefinition + TagIdOrName *string + type UpdateWorkItemArgs struct + BypassRules *bool + Document *[]webapi.JsonPatchOperation + Expand *WorkItemExpand + Id *int + Project *string + SuppressNotifications *bool + ValidateOnly *bool + type UpdateWorkItemCommentArgs struct + CommentId *int + Format *CommentFormat + Project *string + Request *CommentUpdate + WorkItemId *int + type UpdateWorkItemField struct + IsDeleted *bool + type UpdateWorkItemFieldArgs struct + FieldNameOrRefName *string + Payload *FieldUpdate + Project *string + type Wiql struct + Query *string + type WorkArtifactLink struct + ArtifactType *string + LinkType *string + ToolType *string + type WorkItem struct + CommentVersionRef *WorkItemCommentVersionRef + Fields *map[string]interface{} + Id *int + Links interface{} + Relations *[]WorkItemRelation + Rev *int + Url *string + type WorkItemBatchGetRequest struct + AsOf *azuredevops.Time + ErrorPolicy *WorkItemErrorPolicy + Expand *WorkItemExpand + Fields *[]string + Ids *[]int + type WorkItemClassificationNode struct + Attributes *map[string]interface{} + Children *[]WorkItemClassificationNode + HasChildren *bool + Id *int + Identifier *uuid.UUID + Links interface{} + Name *string + Path *string + StructureType *TreeNodeStructureType + Url *string + type WorkItemComment struct + Format *CommentFormat + Links interface{} + RenderedText *string + RevisedBy *IdentityReference + RevisedDate *azuredevops.Time + Revision *int + Text *string + Url *string + type WorkItemCommentVersionRef struct + CommentId *int + CreatedInRevision *int + IsDeleted *bool + Text *string + Url *string + Version *int + type WorkItemComments struct + Comments *[]WorkItemComment + Count *int + FromRevisionCount *int + Links interface{} + TotalCount *int + Url *string + type WorkItemDelete struct + Code *int + DeletedBy *string + DeletedDate *string + Id *int + Message *string + Name *string + Project *string + Resource *WorkItem + Type *string + Url *string + type WorkItemDeleteBatch struct + Results *[]WorkItemDelete + type WorkItemDeleteBatchRequest struct + Destroy *bool + Ids *[]int + SkipNotifications *bool + type WorkItemDeleteReference struct + Code *int + DeletedBy *string + DeletedDate *string + Id *int + Message *string + Name *string + Project *string + Type *string + Url *string + type WorkItemDeleteShallowReference struct + Id *int + Url *string + type WorkItemDeleteUpdate struct + IsDeleted *bool + type WorkItemErrorPolicy string + type WorkItemExpand string + type WorkItemField struct + CanSortBy *bool + Description *string + IsDeleted *bool + IsIdentity *bool + IsPicklist *bool + IsPicklistSuggested *bool + IsQueryable *bool + Links interface{} + Name *string + PicklistId *uuid.UUID + ReadOnly *bool + ReferenceName *string + SupportedOperations *[]WorkItemFieldOperation + Type *FieldType + Url *string + Usage *FieldUsage + type WorkItemField2 struct + CanSortBy *bool + Description *string + IsDeleted *bool + IsIdentity *bool + IsLocked *bool + IsPicklist *bool + IsPicklistSuggested *bool + IsQueryable *bool + Links interface{} + Name *string + PicklistId *uuid.UUID + ReadOnly *bool + ReferenceName *string + SupportedOperations *[]WorkItemFieldOperation + Type *FieldType + Url *string + Usage *FieldUsage + type WorkItemFieldAllowedValues struct + AllowedValues *[]string + FieldName *string + type WorkItemFieldOperation struct + Name *string + ReferenceName *string + type WorkItemFieldReference struct + Name *string + ReferenceName *string + Url *string + type WorkItemFieldUpdate struct + NewValue interface{} + OldValue interface{} + type WorkItemHistory struct + Links interface{} + Rev *int + RevisedBy *IdentityReference + RevisedDate *azuredevops.Time + Url *string + Value *string + type WorkItemIcon struct + Id *string + Url *string + type WorkItemLink struct + Rel *string + Source *WorkItemReference + Target *WorkItemReference + type WorkItemNextStateOnTransition struct + ErrorCode *string + Id *int + Message *string + StateOnTransition *string + type WorkItemQueryClause struct + Clauses *[]WorkItemQueryClause + Field *WorkItemFieldReference + FieldValue *WorkItemFieldReference + IsFieldValue *bool + LogicalOperator *LogicalOperation + Operator *WorkItemFieldOperation + Value *string + type WorkItemQueryResult struct + AsOf *azuredevops.Time + Columns *[]WorkItemFieldReference + QueryResultType *QueryResultType + QueryType *QueryType + SortColumns *[]WorkItemQuerySortColumn + WorkItemRelations *[]WorkItemLink + WorkItems *[]WorkItemReference + type WorkItemQuerySortColumn struct + Descending *bool + Field *WorkItemFieldReference + type WorkItemRecentActivityType string + type WorkItemReference struct + Id *int + Url *string + type WorkItemRelation struct + Attributes *map[string]interface{} + Rel *string + Url *string + type WorkItemRelationType struct + Attributes *map[string]interface{} + Links interface{} + Name *string + ReferenceName *string + Url *string + type WorkItemRelationUpdates struct + Added *[]WorkItemRelation + Removed *[]WorkItemRelation + Updated *[]WorkItemRelation + type WorkItemStateColor struct + Category *string + Color *string + Name *string + type WorkItemStateTransition struct + Actions *[]string + To *string + type WorkItemTagDefinition struct + Id *uuid.UUID + LastUpdated *azuredevops.Time + Name *string + Url *string + type WorkItemTemplate struct + Description *string + Fields *map[string]string + Id *uuid.UUID + Links interface{} + Name *string + Url *string + WorkItemTypeName *string + type WorkItemTemplateReference struct + Description *string + Id *uuid.UUID + Links interface{} + Name *string + Url *string + WorkItemTypeName *string + type WorkItemTrackingReference struct + Links interface{} + Name *string + ReferenceName *string + Url *string + type WorkItemTrackingResource struct + Links interface{} + Url *string + type WorkItemTrackingResourceReference struct + Url *string + type WorkItemType struct + Color *string + Description *string + FieldInstances *[]WorkItemTypeFieldInstance + Fields *[]WorkItemTypeFieldInstance + Icon *WorkItemIcon + IsDisabled *bool + Links interface{} + Name *string + ReferenceName *string + States *[]WorkItemStateColor + Transitions *map[string][]WorkItemStateTransition + Url *string + XmlForm *string + type WorkItemTypeCategory struct + DefaultWorkItemType *WorkItemTypeReference + Links interface{} + Name *string + ReferenceName *string + Url *string + WorkItemTypes *[]WorkItemTypeReference + type WorkItemTypeColor struct + PrimaryColor *string + SecondaryColor *string + WorkItemTypeName *string + type WorkItemTypeColorAndIcon struct + Color *string + Icon *string + IsDisabled *bool + WorkItemTypeName *string + type WorkItemTypeFieldInstance struct + AllowedValues *[]string + AlwaysRequired *bool + DefaultValue *string + DependentFields *[]WorkItemFieldReference + HelpText *string + Name *string + ReferenceName *string + Url *string + type WorkItemTypeFieldInstanceBase struct + AlwaysRequired *bool + DependentFields *[]WorkItemFieldReference + HelpText *string + Name *string + ReferenceName *string + Url *string + type WorkItemTypeFieldWithReferences struct + AllowedValues *[]interface{} + AlwaysRequired *bool + DefaultValue interface{} + DependentFields *[]WorkItemFieldReference + HelpText *string + Name *string + ReferenceName *string + Url *string + type WorkItemTypeFieldsExpandLevel string + type WorkItemTypeReference struct + Name *string + Url *string + type WorkItemTypeStateColors struct + StateColors *[]WorkItemStateColor + WorkItemTypeName *string + type WorkItemTypeTemplate struct + Template *string + type WorkItemTypeTemplateUpdateModel struct + ActionType *ProvisioningActionType + Methodology *string + Template *string + TemplateType *TemplateType + type WorkItemUpdate struct + Fields *map[string]WorkItemFieldUpdate + Id *int + Links interface{} + Relations *WorkItemRelationUpdates + Rev *int + RevisedBy *IdentityReference + RevisedDate *azuredevops.Time + Url *string + WorkItemId *int Other modules containing this package github.com/microsoft/azure-devops-go-api/azuredevops github.com/microsoft/azure-devops-go-api/azuredevops/v6