issueLinkInfo Data Type

User: tommy Date: 2011-12-07 Time: 11:18

Namespace
http://www.visionproject.se/service/VisionProjectService-v2/type
Schema
type.xsd
Properties
name data type type namespace min/max occurs constraints description
description string element 0/1    
issueLinkId int element 1/1 required  
issueLinkTypeId int element 1/1 required  
issueStatus IssueStatus element 0/1    
issueType IssueType element 0/1    
otherIssueDescription string element 0/1    
otherIssueKey string element 0/1    
otherIssueName string element 0/1    
otherIssueProjectId int element 1/1 required  
otherIssueProjectName string element 0/1    
otherProjectIssueId int element 1/1 required  
projectIssueFromId int element 1/1 required  
projectIssueToId int element 1/1 required  
typeOfLink string element 0/1    

Example

<i----- xmlns="http://www.visionproject.se/service/VisionProjectService-v2/type">
  <issueLinkId>...</issueLinkId>
  <projectIssueToId>...</projectIssueToId>
  <projectIssueFromId>...</projectIssueFromId>
  <typeOfLink>...</typeOfLink>
  <issueLinkTypeId>...</issueLinkTypeId>
  <otherIssueKey>...</otherIssueKey>
  <otherIssueName>...</otherIssueName>
  <otherIssueDescription>...</otherIssueDescription>
  <otherProjectIssueId>...</otherProjectIssueId>
  <description>...</description>
  <otherIssueProjectId>...</otherIssueProjectId>
  <otherIssueProjectName>...</otherIssueProjectName>
  <issueStatus>
    <assignedStatus>...</assignedStatus>
    <assignedStatusHasBeenSet>...</assignedStatusHasBeenSet>
    <backgroundColor>...</backgroundColor>
    <closedStatus>...</closedStatus>
    <closedStatusHasBeenSet>...</closedStatusHasBeenSet>
    <companyId>...</companyId>
    <completedStatus>...</completedStatus>
    <completedStatusHasBeenSet>...</completedStatusHasBeenSet>
    <description>...</description>
    <displayMode>...</displayMode>
    <foregroundColor>...</foregroundColor>
    <imageURL>...</imageURL>
    <inProgressStatus>...</inProgressStatus>
    <inProgressStatusHasBeenSet>...</inProgressStatusHasBeenSet>
    <issueStatusOrder>...</issueStatusOrder>
    <name>...</name>
    <newStatus>...</newStatus>
    <newStatusHasBeenSet>...</newStatusHasBeenSet>
    <originalCheckSum>...</originalCheckSum>
    <primaryKey>...</primaryKey>
    <readyForTestStatus>...</readyForTestStatus>
    <readyForTestStatusHasBeenSet>...</readyForTestStatusHasBeenSet>
    <startTimerWhenEnabled>...</startTimerWhenEnabled>
    <startTimerWhenEnabledHasBeenSet>...</startTimerWhenEnabledHasBeenSet>
    <stopTimerWhenEnabled>...</stopTimerWhenEnabled>
    <stopTimerWhenEnabledHasBeenSet>...</stopTimerWhenEnabledHasBeenSet>
  </issueStatus>
  <issueType>
    <backgroundColor>...</backgroundColor>
    <companyId>...</companyId>
    <description>...</description>
    <displayMode>...</displayMode>
    <foregroundColor>...</foregroundColor>
    <imageURL>...</imageURL>
    <isMeeting>...</isMeeting>
    <isMeetingHasBeenSet>...</isMeetingHasBeenSet>
    <isMilestone>...</isMilestone>
    <isMilestoneHasBeenSet>...</isMilestoneHasBeenSet>
    <issueTypeOrder>...</issueTypeOrder>
    <name>...</name>
    <originalCheckSum>...</originalCheckSum>
    <primaryKey>...</primaryKey>
    <setAsDefault>...</setAsDefault>
    <setAsDefaultHasBeenSet>...</setAsDefaultHasBeenSet>
    <textAreaLabels>...</textAreaLabels>
  </issueType>
</i----->