Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Callback with workitem Id from new workitem window #150

@syedharishassan

Description

@syedharishassan

Hi,

We are using new work item window to create work item. How can we get the callback with the newly created work item id after saving and closing the window?

_WorkItemServices.WorkItemFormNavigationService.getService().then(function (workItemNavSvc) {
workItemNavSvc.openNewWorkItem(workItemType, {
"Title": "Test",
"Tags": "extension;wit-service",
"System.AssignedTo": VSS.getWebContext().user.name,
"priority": 1
});
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions