Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
j_platform / spec / fixtures / statuses.json
Size: Mime:
[
{
"id": 1,
"type": "Ticket::StandardStatus",
"name": "New"
},
{
"id": 2,
"type": "Ticket::StandardStatus",
"name": "In Progress"
},
{
"id": 3,
"type": "Ticket::StandardStatus",
"name": "Resolved"
},
{
"id": 5,
"type": "Ticket::DispositionStatus",
"name": "Second Disposition Status Code",
"code": "123",
"client_id": 1
},
{
"id": 4,
"type": "Ticket::DispositionStatus",
"name": "First Disposition Status Code",
"code": "abc",
"client_id": 1
}
]