Closed wsslfnstr closed 2 years ago
Hi you can add a file in src at root with
namespace JiraRestApi;
trait AgileApiTrait
{
private function setupAPIUri($version = '1.0')
{
$this->setAPIUri('/rest/agile/'.$version);
}
}
Hi @wsslfnstr, I'm sorry, It's my mistake. I pushed commit, Could you check out, please.
When i try to use the example to get all my boards it throws an error.
Did i miss something?