Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以向我展示一个通过 SOAP 向 JIRA 问题添加附件的工作 php 代码示例吗?
JIRA addAttachmentsToIssue 方法
$this->soapClient->addBase64EncodedAttachmentsToIssue($this->token, $this->issue->key, array('test.txt'), array(base64_encode('test')));