The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to add or link to images in the description for a custom field in Jira cloud?

Tracy Miller
June 4, 2019

I would like to help users through a jira cloud check list by using some photos either embedded directly in the description field or linked so they appear in the desciption of a custom field.  Is this possible and how?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 5, 2019

Hi Tracy,

This can be accomplished by using markup formatting in the field description with a link to an image hosed on the Cloud instance or web server where the image is accessible publicly.

As an exe upload an image to an issue in your site and copy the url of that image and use it in a format like the following in the desired field description will pull the image from that issue and display it under the field:

!https://BASE_URL.atlassian.net/secure/attachment/#####/download.jpg!

Noting the above format will display the full size image so you can also add in additional modifiers to adjust the size like the following EXE if the original image is too large: 

!https://BASE_URL.atlassian.net/secure/attachment/#####/download.jpg|width=30,height=30!

 More examples of the rendering capabilities can be pulled up in the instance by selecting the ? icon under the fields description while editing the custom field details here:

Screen Shot 2019-06-05 at 2.58.52 PM.png

OR modify the following URL to your sites Base_URL to jump directly to the formatting options for images:

Regards,
Earl