Class TraceIdValue

java.lang.Object
com.codebarrel.jira.traceid.TraceIdValue

public class TraceIdValue extends Object
This is a bit stupid, but Jira API requires that we store an object (and not just a string) as the value see: https://ecosystem.atlassian.net/servicedesk/customer/portal/14/DEVHELP-3204
  • Constructor Details

    • TraceIdValue

      public TraceIdValue()
    • TraceIdValue

      public TraceIdValue(String tid)
  • Method Details