public IssueFields() { summary = ""; issuetype = new IssueType(); description = ""; customfield_10800 = ""; customfield_10007 = ""; customfield_10004 = ""; updated = new DateTime(); created = new DateTime(); resolutiondate = new DateTime(); status = new Status(); timetracking = new Timetracking(); labels = new List <String>(); comments = new List <Comment>(); issuelinks = new List <IssueLink>(); attachment = new List <Attachment>(); watchers = new List <JiraUser>(); reporter = new JiraUser(); assignee = new JiraUser(); parent = new IssueRef(); priority = new Priority(); project = new ParentProject(); }
public IssueFields() { summary = ""; issuetype = new IssueType(); description = ""; customfield_10800 = ""; customfield_10007 = ""; customfield_10004 = ""; updated = new DateTime(); created = new DateTime(); resolutiondate = new DateTime(); status = new Status(); timetracking = new Timetracking(); labels = new List<String>(); comments = new List<Comment>(); issuelinks = new List<IssueLink>(); attachment = new List<Attachment>(); reporter = new JiraUser(); assignee = new JiraUser(); parent = new IssueRef(); priority = new Priority(); project = new ParentProject(); }
public IssueFields() { status = new Status(); timetracking = new Timetracking(); labels = new List <String>(); comments = new List <Comment>(); issuelinks = new List <IssueLink>(); attachment = new List <Attachment>(); }
public IssueFields() { status = new Status(); timetracking = new Timetracking(); labels = new List<String>(); comments = new List<Comment>(); issuelinks = new List<IssueLink>(); attachment = new List<Attachment>(); }
public IssueFields() { status = new Status(); timetracking = new Timetracking(); labels = new List<String>(); comments = new List<Comment>(); worklogs = new List<Worklog>(); issuelinks = new List<IssueLink>(); attachment = new List<Attachment>(); watchers = new List<JiraUser>(); }
public IssueFields() { status = new Status(); timetracking = new Timetracking(); priority = new Priority(); labels = new List <String>(); comments = new List <Comment>(); issuelinks = new List <IssueLink>(); attachment = new List <Attachment>(); watchers = new List <JiraUser>(); }
public IssueFields() { status = new Status(); timetracking = new Timetracking(); labels = new List <String>(); comments = new List <Comment>(); issuelinks = new List <IssueLink>(); attachment = new List <Attachment>(); watchers = new List <JiraUser>(); customfield_11502 = new List <IssueCategory>(); customfield_10907 = new List <string>(); }
public IssueFields() { status = new Status(); timetracking = new Timetracking(); labels = new List<String>(); comments = new List<Comment>(); issuelinks = new List<IssueLink>(); attachment = new List<Attachment>(); watchers = new List<JiraUser>(); customfield_11502 = new List<IssueCategory>(); customfield_10907 = new List<string>(); }