updating status in jira via php

落爺英雄遲暮 提交于 2019-12-02 11:59:59

Well you're missing the "transition identifier" as it says in the error you're getting.

What library are you using?

Is this a custom class you wrote or?

Provide it with a link so that we could check.

the way i input the json was incorrect.it should be,

$resolution->transition->id ="4";
$queryIssue->updateTransition('11205',$resolution);

like this. and by the way i used this library to do all my needs with jira. the things which are not included here, i had to implement by my self. which is easy if you know the api urls.take a look at the rest api documentation for the suitable apis you may require.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!