LoginSignup
5
4

More than 5 years have passed since last update.

Backlogで添付画像やGyazoの画像・アニメーションを表示する方法などまとめ

Last updated at Posted at 2016-03-06

Backlogで添付画像やGyazoの画像やアニメーションを表示する方法などまとめ

■Backlogで画像URLを直接表示させる方法

#image(http://hogehoge.hoge.jpg)

■Backlogで添付の画像ファイルを直接表示させる方法

□Wiki
 ・添付ファイルのURLの末尾IDを#image()に含める
  例)
  NG・・・#image(https://hogehoge.backlog.jp/ViewAttachment.action?attachmentId=1073950837)
  OK・・・#image(1073950837)

□タスクコメント
 ・添付ファイルのURLのViewAttachmentをViewAttachmentImageに置換して#image()に含める
  NG・・・#image(https://hogehoge.backlog.jp/ViewAttachment.action?attachmentId=1073950837)
  OK・・・#image(https://hogehoge.backlog.jp/ViewAttachmentImage.action?attachmentId=1073950837)

■BacklogでGyazoの画像やアニメーションを直接表示する方法

 ・URLの末尾に/rawを追加して#image()に含める
  NG・・・#image(https://gyazo.com/976917aca9a3d76fabbc352b0453458d)
  OK・・・#image(https://gyazo.com/976917aca9a3d76fabbc352b0453458d/raw)

alt

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4