Fix Ticket 7623 getUser API CALL change in JIRA REST API#42
Conversation
|
IMHO this fix can be done only if is compatible with older JIRA versions, if not best option is to check for JIRA version and use call specific to each version |
|
I thought about that and checked also older JIRA API releases. In my option this call has not been working from the beginning (I also created a pull request in the original project which has been inactive since 2013: FayP/JIRA-php#9) --> So there should be no need to check for the JIRA Version - the function getUser was implemented wrong in the first place. |
Fix required because if JIRA API change