FayP / JIRA-php

a php class specifically to be used for JIRA's REST API and also a REST Request class which can be more widely used.
26 stars 22 forks source link

Fix for JIRA API change in getUser #9

Open Copro opened 8 years ago

Copro commented 8 years ago

Fix for JIRA API change in getUser function:

source: https://docs.atlassian.com/jira/REST/latest/#api/2/user-getUser

Copro commented 8 years ago

I thought about that and checked also older JIRA API releases. In my option this call has not been working from the beginning 15-Feb-2012 - JIRA API 5.0 : https://docs.atlassian.com/jira/REST/5.0/#id199293 (OK) 21-May-2013 - JIRA API 6.0 : https://docs.atlassian.com/jira/REST/6.0/#id160233 (OK) 29-Jun-2015 - JIRA API 7.0-SNAPSHOT: https://docs.atlassian.com/jira/REST/7.0-SNAPSHOT/#api/2/user-getUser (OK)