Using the openworkitem Application in Your Application
The openworkitem application is a browser-based application that provides the ability to open a work item from a URL with a given set of parameters.
The HTML document to which you want to add the openworkitem application must add an HTML element to access the openworkitem application. The HTML element needs to define and set the query parameter information to be passed to the openworkitem application. It is up to you how you obtain the information that populates the query parameters.
The HTML element is an <a> tag with an href attribute that accesses the openworkitem application and specifies the ID of the work item that you want to open. The format is:app_path?ID=workItemID[&version=versionNumber][&displayConfirmation=boolean][&username=userName][&authType=password]where:
Copyright © Cloud Software Group, Inc. All rights reserved.