Exemple #1
0
        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();
        }
Exemple #2
0
        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();
        }
Exemple #3
0
        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>();
        }
Exemple #5
0
        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>();
        }
Exemple #6
0
        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>();
        }