An open API service indexing awesome lists of open source software.

https://github.com/technodelight/php-jira-domain-models

Domain models for entities in Jira
https://github.com/technodelight/php-jira-domain-models

Last synced: 7 months ago
JSON representation

Domain models for entities in Jira

Awesome Lists containing this project

README

          

# php-jira-domain-models
Domain models for entities in Jira

## usage

```php
1,
'key' => 'description',
'name' => 'Description',
'custom' => false,
'clauseNames' => [],
'schema' => []
]);
```
The above example is purely fictious, though it's working this way, it's not really intended
to be used as per above in real life.

This Domain model library contains domain models for most of the entities used in JIRA API (in user scenarios).
It does not contains models for admin-related entities.

## license

GNU GPLv3
Copyright (c) 2015-2019 Zsolt Gál
See LICENSE.