You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

show.api.rsb 193B

1234567
  1. api.relation do
  2. api.id @relation.id
  3. api.issue_id @relation.issue_from_id
  4. api.issue_to_id @relation.issue_to_id
  5. api.relation_type @relation.relation_type
  6. api.delay @relation.delay
  7. end