Skip to content

Releases: lesstif/php-jira-rest-client

fixed get custom field api's endpoint and made it work.

24 Mar 12:34
db8b8d0
Compare
Choose a tag to compare

Fix constructor for Version class

26 Sep 15:11
1306db5
Compare
Choose a tag to compare

Set types correctly for Version class

11 Sep 10:11
35be23f
Compare
Choose a tag to compare

Allow NULL field for setParent method

04 Sep 12:01
0601219
Compare
Choose a tag to compare

Merged several small PR

15 May 12:54
abb825b
Compare
Choose a tag to compare

add missing field to Version

12 Feb 15:30
0a779c1
Compare
Choose a tag to compare
  • added add $startDate, $userStartDate to Version
  • change the setter function name with data type postfix, for example setReleaseDateAsDateTime(), setReleaseDateAsString()

improvement PHP 8.2 support

12 Feb 09:14
b5eb3ca
Compare
Choose a tag to compare
  • explicit properties declaration in Version, Project class

Support monolog v2/v3 both

03 Feb 13:54
Compare
Choose a tag to compare

Support PHP 8.2

29 Dec 07:04
Compare
Choose a tag to compare

Adapt to PHP 8.2's new feature - Dynamic Properties are deprecated, See #486 , #487

fixed wrong Service URL

03 Oct 10:54
2dd30c6
Compare
Choose a tag to compare
  • duplicated JSM URL fixed(See #476)
  • merged AgileURL (See #478)
  • issue description can be null(See #477)