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')));