• Alex Kalderimis's avatar
    Add specific type to epic_id for updateIssue · 96a2b3db
    Alex Kalderimis authored
    This required changes to support nullable global-IDs, which up to this
    point have explicitly rejected nil values.
    
    The Epic ID handling is changed to:
    
    - use the declarative loading mechanism
    - check for the correct epic permissions before trying to apply the
      change (which eliminates some uncaught exceptions)
    96a2b3db
update_spec.rb 2.38 KB