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