'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