Example #1
0
 public static TProperty GetValue <TProperty>(this IJiraIssueFieldsController controller, string key)
 {
     return((TProperty)controller.GetValue(key, typeof(TProperty)));
 }
Example #2
0
 public TValue Get <TValue>()
 {
     return(controller.GetValue <TValue>("customfield_" + id));
 }