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.
Hi @James Duffy
Can you share your extension?
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.