public SubmitBug ( string projectKey, string bugTitle, string bugDescription, int bugPriority, System.DateTime bugCreatedDate, string bugAuthor, string bugAssignedTo, List |
||
projectKey | string | The projects key e.g. TSCB. |
bugTitle | string | The title of the bug. |
bugDescription | string | The detailed description of the bug. |
bugPriority | int | The priority of the bug. |
bugCreatedDate | System.DateTime | The date the bug was created. |
bugAuthor | string | The author of the bug. |
bugAssignedTo | string | The person/group the bug is assigned to. |
bugAttachments | List |
List of files to attach to the bug. |
error | string | Any errors during bug creation are written here. |
리턴 | string |