Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / IApplicationEvent Interface / AddIssue Method
A summary display caption for the new issue. Limited to 120 characters.
An extended description of the issue.
Optional. A workaround to the problem.
True if the issue should be created in the Active status instead of New.
True if the issue should be visible to anonymous users
Optional. Alternate summary display caption for anonymous public users. Limited to 120 characters.
Optional. Alternate extended description of the issue for anonymous public users.
Optional. Alternate workaround for the problem for anonymous public users.
Optional. An issue note to record with the creation
Optional. The user to assign the issue to. If null it will be left unassigned.
Optional. The user that is performing the action

In This Topic
    AddIssue Method (IApplicationEvent)
    In This Topic
    Create a new issue with this application event
    Syntax
    'Declaration
     
    
    Function AddIssue( _
       ByVal caption As String, _
       ByVal description As String, _
       ByVal workaround As String, _
       ByVal activate As Boolean, _
       ByVal isPublic As Boolean, _
       Optional ByVal publicCaption As String, _
       Optional ByVal publicDescription As String, _
       Optional ByVal publicWorkaround As String, _
       Optional ByVal note As String, _
       Optional ByVal assignedUserName As String, _
       Optional ByVal userName As String _
    ) As Task

    Parameters

    caption
    A summary display caption for the new issue. Limited to 120 characters.
    description
    An extended description of the issue.
    workaround
    Optional. A workaround to the problem.
    activate
    True if the issue should be created in the Active status instead of New.
    isPublic
    True if the issue should be visible to anonymous users
    publicCaption
    Optional. Alternate summary display caption for anonymous public users. Limited to 120 characters.
    publicDescription
    Optional. Alternate extended description of the issue for anonymous public users.
    publicWorkaround
    Optional. Alternate workaround for the problem for anonymous public users.
    note
    Optional. An issue note to record with the creation
    assignedUserName
    Optional. The user to assign the issue to. If null it will be left unassigned.
    userName
    Optional. The user that is performing the action

    Return Value

    The new issue
    Remarks
    The application event must not be already related to an issue.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also