Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. class Ticket
  2. {
  3. public static int jobNumber;
  4.  
  5. public static string issueKey;
  6.  
  7. public static int issueId;
  8.  
  9. public static string projectKey;
  10.  
  11. public static string projectName;
  12.  
  13. public static string projectType;
  14.  
  15. public static string projectlead;
  16.  
  17. public static string projectDescription;
  18.  
  19. public static string projectUrl;
  20.  
  21. public static string customFiled;
  22.  
  23. public static string summary;
  24.  
  25. public static string reporter;
  26.  
  27. public static string costType;
  28.  
  29. public static string nonStandardSeg;
  30.  
  31. public static string standardseg;
  32.  
  33. public static string abTest;
  34.  
  35. public static DateTime missedDeadlinefordeliveryContent;
  36.  
  37. public static DateTime missedDeadlineContentApproval;
  38.  
  39. public static DateTime missedDeadlineTargetApproval;
  40.  
  41. public static string incompleteWrongTaskDescription;
  42.  
  43. public static string incompleteWrongContent;
  44.  
  45. public static string incompleteWrongSegmentation;
  46.  
  47. public static string changeCopyLinkafterImplementation;
  48.  
  49. public static string changeImageafterImplementation;
  50.  
  51. public static string changeContent;
  52.  
  53. public static string changesegmentationafterImplementation;
  54.  
  55. public static string redoPreProofQA;
  56.  
  57. public static string resendContentProof;
  58.  
  59. public static string redoPreLaunchQA;
  60.  
  61. public static string resendtargetProof;
  62.  
  63. public static string redoEntireDispatch;
  64.  
  65. public static string certona;
  66.  
  67. public static string voucher;
  68.  
  69. public static string pace;
  70.  
  71. public static string readyForInvoicing;
  72.  
  73. public static int weekNumber;
  74.  
  75. public static string wundermanSpoc;
  76.  
  77. public static string htmlWork;
  78.  
  79. public static DateTime missedDeadlinereplaning;
  80.  
  81. public static string usStandardsegmentation;
  82.  
  83. public static int numberOfOffers;
  84.  
  85. public static string platoform;
  86.  
  87. public static string regionMarket;
  88.  
  89. public static string issueType;
  90.  
  91. public static string weekendSupport;
  92.  
  93.  
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement