To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / issue_relations / show.api.rsb @ 1591:63650ae64bf2

History | View | Annotate | Download (193 Bytes)

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