Releases: lesstif/php-jira-rest-client
Releases · lesstif/php-jira-rest-client
fixed wrong Service URL
- duplicated JSM URL fixed(See #476)
- merged AgileURL (See #478)
- issue description can be null(See #477)
to extract V3 API and dropped all V3 related functions and classes.
Hi!
I forked V3 API and eliminated all V3 related code in this repository.
You can find V3 API repository here.
Added JIRA Service Management API and fixed ADF Issue
- Fixed ADF(Atlassian Document Format) related issues, See #454, #458, #457
- Merged Jira Service Management API, See #455
fixed customerField param type restrction
- drop the unnecessary code - See #449
- See #451
Drop PHPDoc and change to type hinting
Apply fixes from StyleCI (#437)
[ci skip] [skip ci]
Co-authored-by: StyleCI Bot <[email protected]>
Drop PHP7, Polish Function parameter
- Drop PHP 7 and added property type(not at all)
- Update dependancy to recent version
- Clean up confusing function parameters that are different from PHPDoc(See #429)
- add missing env parameter(See #431)
fixed invalid json mapper annotation
3.1.0
- new feature - Project component (See #426)