#72 custom fields for fedorahosted tickets
Merged by vivekanand1101. Opened by vivekanand1101.
custom  into  master

Download 72.patch
no initial comment

Why do you do this within the loop? Since you perform this request without using the ticket ID, you can just do it once outside the loop, and it will always be the same.

yeah, don't know what i was thinking

3 new commits added

  • Allow key_type to be boolean when it's a chekbox on fedorahosted custom field
  • Custom field support for fedorahosted
  • add custom key value in the json representation of an issue

rebased

Maybe we can call self.get_custom_fields() directly here ?

Don't need this is we do the init in the constructor

LGTM , just a comment but can be merge like that :)

3 new commits added

  • Allow key_type to be boolean when it's a chekbox on fedorahosted custom field
  • Custom field support for fedorahosted
  • add custom key value in the json representation of an issue

@cverna i have done as you said so, merging it.

Pull-Request has been merged by vivekanand1101

Metadata