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
- Host: GitHub
- URL: https://github.com/technodelight/php-jira-domain-models
- Owner: technodelight
- License: gpl-3.0
- Created: 2019-10-30T13:38:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T19:24:10.000Z (over 2 years ago)
- Last Synced: 2024-12-28T17:27:54.253Z (over 1 year ago)
- Language: PHP
- Size: 99.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.