You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is it possible to add an attachment with an Automation rule?
Previously on jira server we had custom fields that were able to display images in custom fields and display them in list views and on Kanban boards using html.
Since embedding HTML is a security issue (xss) on the cloud and the only way to try and display images in a List View is through an attachment, I would like to try and Automate this but it appears there is only a rule to delete an attachment not create it.
Are there any add-ons that support this? Or are there any issues I could vote on to increase visibility on this?
Even if a create attachment rule existed, or it was possible by another means to automate this, it still looks like thumbnails are not displayed in Kanban boards. Is this currently possible to do in Jira?
Thanks!
Hello @James Duffy
This issue indicates it is possible to display images on cards, but that it is problematic.
https://jira.atlassian.com/browse/JRACLOUD-76670
Note also that card layout changes can be made only for Company Managed agile boards, so this doesn't apply to Team Managed project boards.
As for adding image files automatically, using an Automation Rule you can copy Attachments from one issue to another.
You can also add an attachment via the REST API:
And in an Automation Rule you can call the REST API with a Send Web Request action.
That's useful to know, thanks for responding Trudy!
I actually ended up creating a chrome extension to do what i needed :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.