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 / .svn / pristine / 1d / 1d952075666a23da2dea08dd30f78ec9dfb67366.svn-base @ 1298:4f746d8966dd

History | View | Annotate | Download (232 Bytes)

1
api.array :issue_statuses do
2
  @issue_statuses.each do |status|
3
    api.issue_status do
4
      api.id status.id
5
      api.name status.name
6
      api.is_default status.is_default
7
      api.is_closed status.is_closed
8
    end
9
  end
10
end